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

# Content
1 #ifdef __CINT__
2 #include "../interface/TRootRun.h"
3 #include "../interface/TRootEvent.h"
4 #include "../interface/TRootParticle.h"
5 #include "../interface/TRootMCParticle.h"
6 #include "../interface/TRootBeamSpot.h"
7 #include "../interface/TRootVertex.h"
8 #include "../interface/TRootTrack.h"
9 #include "../interface/TRootJet.h"
10 #include "../interface/TRootMuon.h"
11 #include "../interface/TRootPhoton.h"
12 #include "../interface/TRootMCPhoton.h"
13 #include "../interface/TRootElectron.h"
14 #include "../interface/TRootSignalEvent.h"
15 #include "../interface/TRootCluster.h"
16 #include "../interface/TRootSuperCluster.h"
17 #include "../interface/TRootMET.h"
18 #include "../interface/TRootTopTop.h"
19 #include "../interface/TRootBardak.h"
20 #else
21 #include "../interface/TRootRun.h"
22 #include "../interface/TRootEvent.h"
23 #include "../interface/TRootParticle.h"
24 #include "../interface/TRootMCParticle.h"
25 #include "../interface/TRootBeamSpot.h"
26 #include "../interface/TRootVertex.h"
27 #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 #include "../interface/TRootTopTop.h"
38 #include "../interface/TRootBardak.h"
39 #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 #pragma link C++ class TRootRun;
47 #pragma link C++ class TRootEvent;
48 #pragma link C++ class TRootParticle;
49 #pragma link C++ class TRootMCParticle;
50 #pragma link C++ class TRootBeamSpot;
51 #pragma link C++ class TRootVertex;
52 #pragma link C++ class TRootTrack;
53 #pragma link C++ class TRootJet;
54 #pragma link C++ class TRootMuon;
55 #pragma link C++ class TRootPhoton;
56 #pragma link C++ class TRootMCPhoton;
57 #pragma link C++ class TRootElectron;
58 #pragma link C++ class TRootSignalEvent;
59 #pragma link C++ class TRootCluster;
60 #pragma link C++ class TRootSuperCluster;
61 #pragma link C++ class TRootMET;
62 #pragma link C++ class TRootTopTop;
63 #pragma link C++ class TRootBardak;
64
65 #endif