ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/src/LinkDef.h
Revision: 1.8
Committed: Wed Dec 17 16:23:49 2008 UTC (16 years, 4 months ago) by lethuill
Content type: text/plain
Branch: MAIN
CVS Tags: pat_2_2_5_02, pat_2_2_5_01, pat_2_1_12_02
Changes since 1.7: +3 -0 lines
Log Message:
Add reference (TRef) to mcParticle

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 mlethuil 1.2 #include "../interface/TRootTrack.h"
7 mlethuil 1.1 #include "../interface/TRootJet.h"
8     #include "../interface/TRootMuon.h"
9     #include "../interface/TRootPhoton.h"
10 mlethuil 1.4 #include "../interface/TRootMCPhoton.h"
11 mlethuil 1.1 #include "../interface/TRootElectron.h"
12     #include "../interface/TRootSignalEvent.h"
13     #include "../interface/TRootCluster.h"
14     #include "../interface/TRootSuperCluster.h"
15 lethuill 1.5 #include "../interface/TRootMET.h"
16 lethuill 1.7 #include "../interface/TRootTopTop.h"
17 mlethuil 1.1 #else
18 lethuill 1.6 #include "../interface/TRootRun.h"
19     #include "../interface/TRootEvent.h"
20     #include "../interface/TRootParticle.h"
21 lethuill 1.8 #include "../interface/TRootMCParticle.h"
22 lethuill 1.6 #include "../interface/TRootTrack.h"
23     #include "../interface/TRootJet.h"
24     #include "../interface/TRootMuon.h"
25     #include "../interface/TRootPhoton.h"
26     #include "../interface/TRootMCPhoton.h"
27     #include "../interface/TRootElectron.h"
28     #include "../interface/TRootSignalEvent.h"
29     #include "../interface/TRootCluster.h"
30     #include "../interface/TRootSuperCluster.h"
31     #include "../interface/TRootMET.h"
32 lethuill 1.7 #include "../interface/TRootTopTop.h"
33 mlethuil 1.1 #endif
34    
35     #ifdef __CINT__
36     #pragma link off all globals;
37     #pragma link off all classes;
38     #pragma link off all functions;
39    
40 mlethuil 1.3 #pragma link C++ class TRootRun;
41 mlethuil 1.1 #pragma link C++ class TRootEvent;
42     #pragma link C++ class TRootParticle;
43 lethuill 1.8 #pragma link C++ class TRootMCParticle;
44 mlethuil 1.2 #pragma link C++ class TRootTrack;
45 mlethuil 1.1 #pragma link C++ class TRootJet;
46     #pragma link C++ class TRootMuon;
47     #pragma link C++ class TRootPhoton;
48 mlethuil 1.4 #pragma link C++ class TRootMCPhoton;
49 mlethuil 1.1 #pragma link C++ class TRootElectron;
50     #pragma link C++ class TRootSignalEvent;
51     #pragma link C++ class TRootCluster;
52     #pragma link C++ class TRootSuperCluster;
53 lethuill 1.5 #pragma link C++ class TRootMET;
54 lethuill 1.7 #pragma link C++ class TRootTopTop;
55 mlethuil 1.1
56     #endif