ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/src/LinkDef.h
Revision: 1.11
Committed: Fri Oct 23 14:23:02 2009 UTC (15 years, 6 months ago) by lethuill
Content type: text/plain
Branch: MAIN
CVS Tags: all_3_3_2_01, all_3_2_5_02, HEAD
Changes since 1.10: +3 -0 lines
Log Message:
New TRootBardak class to stock temporary variables

File Contents

# User Rev Content
1 mlethuil 1.1 #ifdef __CINT__
2 mlethuil 1.3 #include "../interface/TRootRun.h"
3 mlethuil 1.1 #include "../interface/TRootEvent.h"
4     #include "../interface/TRootParticle.h"
5 lethuill 1.8 #include "../interface/TRootMCParticle.h"
6 lethuill 1.10 #include "../interface/TRootBeamSpot.h"
7 lethuill 1.9 #include "../interface/TRootVertex.h"
8 mlethuil 1.2 #include "../interface/TRootTrack.h"
9 mlethuil 1.1 #include "../interface/TRootJet.h"
10     #include "../interface/TRootMuon.h"
11     #include "../interface/TRootPhoton.h"
12 mlethuil 1.4 #include "../interface/TRootMCPhoton.h"
13 mlethuil 1.1 #include "../interface/TRootElectron.h"
14     #include "../interface/TRootSignalEvent.h"
15     #include "../interface/TRootCluster.h"
16     #include "../interface/TRootSuperCluster.h"
17 lethuill 1.5 #include "../interface/TRootMET.h"
18 lethuill 1.7 #include "../interface/TRootTopTop.h"
19 lethuill 1.11 #include "../interface/TRootBardak.h"
20 mlethuil 1.1 #else
21 lethuill 1.6 #include "../interface/TRootRun.h"
22     #include "../interface/TRootEvent.h"
23     #include "../interface/TRootParticle.h"
24 lethuill 1.8 #include "../interface/TRootMCParticle.h"
25 lethuill 1.10 #include "../interface/TRootBeamSpot.h"
26 lethuill 1.9 #include "../interface/TRootVertex.h"
27 lethuill 1.6 #include "../interface/TRootTrack.h"
28     #include "../interface/TRootJet.h"
29     #include "../interface/TRootMuon.h"
30     #include "../interface/TRootPhoton.h"
31     #include "../interface/TRootMCPhoton.h"
32     #include "../interface/TRootElectron.h"
33     #include "../interface/TRootSignalEvent.h"
34     #include "../interface/TRootCluster.h"
35     #include "../interface/TRootSuperCluster.h"
36     #include "../interface/TRootMET.h"
37 lethuill 1.7 #include "../interface/TRootTopTop.h"
38 lethuill 1.11 #include "../interface/TRootBardak.h"
39 mlethuil 1.1 #endif
40    
41     #ifdef __CINT__
42     #pragma link off all globals;
43     #pragma link off all classes;
44     #pragma link off all functions;
45    
46 mlethuil 1.3 #pragma link C++ class TRootRun;
47 mlethuil 1.1 #pragma link C++ class TRootEvent;
48     #pragma link C++ class TRootParticle;
49 lethuill 1.8 #pragma link C++ class TRootMCParticle;
50 lethuill 1.10 #pragma link C++ class TRootBeamSpot;
51 lethuill 1.9 #pragma link C++ class TRootVertex;
52 mlethuil 1.2 #pragma link C++ class TRootTrack;
53 mlethuil 1.1 #pragma link C++ class TRootJet;
54     #pragma link C++ class TRootMuon;
55     #pragma link C++ class TRootPhoton;
56 mlethuil 1.4 #pragma link C++ class TRootMCPhoton;
57 mlethuil 1.1 #pragma link C++ class TRootElectron;
58     #pragma link C++ class TRootSignalEvent;
59     #pragma link C++ class TRootCluster;
60     #pragma link C++ class TRootSuperCluster;
61 lethuill 1.5 #pragma link C++ class TRootMET;
62 lethuill 1.7 #pragma link C++ class TRootTopTop;
63 lethuill 1.11 #pragma link C++ class TRootBardak;
64 mlethuil 1.1
65     #endif