Subversion Repositories f9daq

Rev

Rev 117 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
117 f9daq 1
#ifndef _root_include_h_
2
#define _root_include_h_
3
 
4
// ROOT base includes
5
#ifndef ROOT_TRootBrowser
6
#include "TRootBrowser.h"
7
#endif
8
#ifndef ROOT_IOstream
9
#include "Riostream.h"
10
#endif
11
#ifndef ROOT_TSystem
12
#include "TSystem.h"
13
#endif
14
#ifndef ROOT_TApplication
15
#include "TApplication.h"
16
#endif
17
#ifndef ROOT_TROOT
18
#include "TROOT.h"
19
#endif
20
#ifndef ROOT_RQ_Object
21
#include "RQ_OBJECT.h"
22
#endif
23
#ifndef ROOT_TGClient
24
#include "TGClient.h"
25
#endif
26
#ifndef ROOT_TGResourcePool
27
#include "TGResourcePool.h"
28
#endif
29
 
30
// ROOT GUI frame includes
31
#ifndef ROOT_TGFrame
32
#include "TGFrame.h"
33
#endif
34
#ifndef ROOT_TGDockableFrame
35
#include "TGDockableFrame.h"
36
#endif
37
#ifndef ROOT_TGMenu
38
#include "TGMenu.h"
39
#endif
40
#ifndef ROOT_TGMdiDecorFrame
41
#include "TGMdiDecorFrame.h"
42
#endif
43
#ifndef ROOT_TGMdiFrame
44
#include "TGMdiFrame.h"
45
#endif
46
#ifndef ROOT_TGMdiMainFrame
47
#include "TGMdiMainFrame.h"
48
#endif
49
#ifndef ROOT_TGMdiMenu
50
#include "TGMdiMenu.h"
51
#endif
52
#ifndef ROOT_TGMdi
53
#include "TGMdi.h"
54
#endif
55
#ifndef ROOT_TG3DLine
56
#include "TG3DLine.h"
57
#endif
58
#ifndef ROOT_TGStatusBar
59
#include "TGStatusBar.h"
60
#endif
61
 
62
// ROOT GUI builder incudes (not needed)
63
#ifndef ROOT_TRootGuiBuilder
64
#include "TRootGuiBuilder.h"
65
#endif
66
#ifndef ROOT_TGuiBldHintsButton
67
#include "TGuiBldHintsButton.h"
68
#endif
69
#ifndef ROOT_TGuiBldHintsEditor
70
#include "TGuiBldHintsEditor.h"
71
#endif
72
#ifndef ROOT_TGuiBldEditor
73
#include "TGuiBldEditor.h"
74
#endif
75
#ifndef ROOT_TGuiBldDragManager
76
#include "TGuiBldDragManager.h"
77
#endif
78
 
79
// ROOT GUI object includes
80
#ifndef ROOT_TGListBox
81
#include "TGListBox.h"
82
#endif
83
#ifndef ROOT_TGNumberEntry
84
#include "TGNumberEntry.h"
85
#endif
86
#ifndef ROOT_TGScrollBar
87
#include "TGScrollBar.h"
88
#endif
89
#ifndef ROOT_TGFileDialog
90
#include "TGFileDialog.h"
91
#endif
92
#ifndef ROOT_TGShutter
93
#include "TGShutter.h"
94
#endif
95
#ifndef ROOT_TGButtonGroup
96
#include "TGButtonGroup.h"
97
#endif
98
#ifndef ROOT_TGCanvas
99
#include "TGCanvas.h"
100
#endif
101
#ifndef ROOT_TGButton
102
#include "TGButton.h"
103
#endif
104
#ifndef ROOT_TGTextEdit
105
#include "TGTextEdit.h"
106
#endif
107
#ifndef ROOT_TGLabel
108
#include "TGLabel.h"
109
#endif
110
#ifndef ROOT_TGView
111
#include "TGView.h"
112
#endif
113
#ifndef ROOT_TGTab
114
#include "TGTab.h"
115
#endif
116
#ifndef ROOT_TGListView
117
#include "TGListView.h"
118
#endif
119
#ifndef ROOT_TGSplitter
120
#include "TGSplitter.h"
121
#endif
122
#ifndef ROOT_TGListTree
123
#include "TGListTree.h"
124
#endif
125
#ifndef ROOT_TGToolTip
126
#include "TGToolTip.h"
127
#endif
128
#ifndef ROOT_TGToolBar
129
#include "TGToolBar.h"
130
#endif
131
#ifndef ROOT_TRootEmbeddedCanvas
132
#include "TRootEmbeddedCanvas.h"
133
#endif
134
#ifndef ROOT_TCanvas
135
#include "TCanvas.h"
136
#endif
137
#ifndef ROOT_TGComboBox
138
#include "TGComboBox.h"
139
#endif
140
#ifndef ROOT_TGProgressBar
141
#include "TGProgressBar.h"
142
#endif
143
#ifndef ROOT_TGTextEntry
144
#include "TGTextEntry.h"
145
#endif
146
#ifndef ROOT_TGMsgBox
147
#include "TGMsgBox.h"
148
#endif
149
#ifndef ROOT_TGSlider
150
#include "TGSlider.h"
151
#endif
152
#ifndef ROOT_TGFSContainer
153
#include "TGFSContainer.h"
154
#endif
155
#ifndef ROOT_TGFSComboBox
156
#include "TGFSComboBox.h"
157
#endif
158
 
159
// ROOT File browser includes
160
#ifndef ROOT_TSystemDir
161
#include "TSystemDirectory.h"
162
#endif
163
#ifndef ROOT_TTree
164
#include "TTree.h"
165
#endif
166
#ifndef ROOT_TFile
167
#include "TFile.h"
168
#endif
169
 
170
// ROOT plotting includes
171
#ifndef ROOT_TPaveStats
172
#include "TPaveStats.h"
173
#endif
174
#ifndef ROOT_TGraph2D
175
#include "TGraph2D.h"
176
#endif
177
#ifndef ROOT_TLatex
178
#include "TLatex.h"
179
#endif
180
#ifndef ROOT_TGraphErrors
181
#include "TGraphErrors.h"
182
#endif
183
#ifndef ROOT_TStyle
184
#include "TStyle.h"
185
#endif
186
#ifndef ROOT_TPaletteAxis
187
#include "TPaletteAxis.h"
188
#endif
189
#ifndef ROOT_TGraph
190
#include "TGraph.h"
191
#endif
192
#ifndef ROOT_TH1F
193
#include "TH1F.h"
194
#endif
195
#ifndef ROOT_TH2F
196
#include "TH2F.h"
197
#endif
198
#ifndef ROOT_TF1
199
#include "TF1.h"
200
#endif
201
#ifndef ROOT_TSpectrum
202
#include "TSpectrum.h"
203
#endif
204
#ifndef ROOT_TVirtualFitter
205
#include "TVirtualFitter.h"
206
#endif
207
#ifndef ROOT_TMath
208
#include "TMath.h"
209
#endif
210
#ifndef ROOT_TRandom
211
#include "TRandom.h"
212
#endif
213
 
128 f9daq 214
// ROOT MYSQL includes
215
#ifndef ROOT_TSQLServer
216
#include <TSQLServer.h>
117 f9daq 217
#endif
128 f9daq 218
#ifndef ROOT_TSQLResult
219
#include <TSQLResult.h>
220
#endif
221
#ifndef ROOT_TSQLRow
222
#include <TSQLRow.h>
223
#endif
224
 
225
#endif