AMSDST
gbatch.h
Go to the documentation of this file.
1 #ifndef gbatch_h
2 #define gbatch_h
3 
4 #ifdef _WITHGBATCH_
5 
6 #include "root_RVSP.h"
7 
8 #include "tkdcards.h"
9 #include "TkSens.h"
10 #include "TrCharge.h"
11 #include "root_setup.h"
12 #include "TrTrack.h"
13 #include "MagField.h"
14 
15 #ifndef _B524_
16 #include "TrExtAlignDB.h"
17 #endif
18 #include "TofTrack.h"
19 #include "TrTrackSelection.h"
20 
21 #if !defined _B524_ && !defined _B550_ && !defined _B572_
22 #include "TrdKCluster.h"
23 #if !defined _B584_ && !defined _B610_ && !defined _B620_
24 #ifdef AMS_ACQT_INTERFACE
25 #include "TrdQt.hh"
26 #endif //AMS_ACQT_INTERFACE
27 #endif // #if !defined _B584_ && !defined _B610_ && !defined _B620_
28 #endif // #if !defined _B524_ && !defined _B550_ && !defined _B572_
29 
30 #if !defined _B584_ && !defined _B610_ && !defined _B620_
31 #include "TrkLH.h"
32 #endif
33 
34 #include <EcalChi2CY.h>
35 
36 #include "GM_SubLibrary.h"
37 
38 #include <bcorr.h>
39 
40 #endif //#ifdef _WITHGBATCH_
41 
42 #endif