ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/src/LinkDef.h
Revision: 1.3
Committed: Thu Jun 19 14:07:32 2008 UTC (16 years, 10 months ago) by mlethuil
Content type: text/plain
Branch: MAIN
Changes since 1.2: +3 -0 lines
Log Message:
Add HLT Info

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 mlethuil 1.2 #include "../interface/TRootTrack.h"
6 mlethuil 1.1 #include "../interface/TRootJet.h"
7     #include "../interface/TRootMuon.h"
8     #include "../interface/TRootPhoton.h"
9     #include "../interface/TRootElectron.h"
10     #include "../interface/TRootSignalEvent.h"
11     #include "../interface/TRootCluster.h"
12     #include "../interface/TRootSuperCluster.h"
13     #else
14 mlethuil 1.3 #include "UserCode/Morgan/interface/TRootRun.h"
15 mlethuil 1.1 #include "UserCode/Morgan/interface/TRootEvent.h"
16     #include "UserCode/Morgan/interface/TRootParticle.h"
17 mlethuil 1.2 #include "UserCode/Morgan/interface/TRootTrack.h"
18 mlethuil 1.1 #include "UserCode/Morgan/interface/TRootJet.h"
19     #include "UserCode/Morgan/interface/TRootMuon.h"
20     #include "UserCode/Morgan/interface/TRootPhoton.h"
21     #include "UserCode/Morgan/interface/TRootElectron.h"
22     #include "UserCode/Morgan/interface/TRootSignalEvent.h"
23     #include "UserCode/Morgan/interface/TRootCluster.h"
24     #include "UserCode/Morgan/interface/TRootSuperCluster.h"
25     #endif
26    
27     #ifdef __CINT__
28     #pragma link off all globals;
29     #pragma link off all classes;
30     #pragma link off all functions;
31    
32 mlethuil 1.3 #pragma link C++ class TRootRun;
33 mlethuil 1.1 #pragma link C++ class TRootEvent;
34     #pragma link C++ class TRootParticle;
35 mlethuil 1.2 #pragma link C++ class TRootTrack;
36 mlethuil 1.1 #pragma link C++ class TRootJet;
37     #pragma link C++ class TRootMuon;
38     #pragma link C++ class TRootPhoton;
39     #pragma link C++ class TRootElectron;
40     #pragma link C++ class TRootSignalEvent;
41     #pragma link C++ class TRootCluster;
42     #pragma link C++ class TRootSuperCluster;
43    
44     #endif