Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

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