ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/src/LinkDef.h
Revision: 1.2
Committed: Mon Jun 2 16:31:24 2008 UTC (16 years, 11 months ago) by mlethuil
Content type: text/plain
Branch: MAIN
Changes since 1.1: +3 -0 lines
Log Message:
Add TRootTrack collection with PixelHits info
Tracker isolation for TRootPhoton

File Contents

# User Rev Content
1 mlethuil 1.1 #ifdef __CINT__
2     #include "../interface/TRootEvent.h"
3     #include "../interface/TRootParticle.h"
4 mlethuil 1.2 #include "../interface/TRootTrack.h"
5 mlethuil 1.1 #include "../interface/TRootJet.h"
6     #include "../interface/TRootMuon.h"
7     #include "../interface/TRootPhoton.h"
8     #include "../interface/TRootElectron.h"
9     #include "../interface/TRootSignalEvent.h"
10     #include "../interface/TRootCluster.h"
11     #include "../interface/TRootSuperCluster.h"
12     #else
13     #include "UserCode/Morgan/interface/TRootEvent.h"
14     #include "UserCode/Morgan/interface/TRootParticle.h"
15 mlethuil 1.2 #include "UserCode/Morgan/interface/TRootTrack.h"
16 mlethuil 1.1 #include "UserCode/Morgan/interface/TRootJet.h"
17     #include "UserCode/Morgan/interface/TRootMuon.h"
18     #include "UserCode/Morgan/interface/TRootPhoton.h"
19     #include "UserCode/Morgan/interface/TRootElectron.h"
20     #include "UserCode/Morgan/interface/TRootSignalEvent.h"
21     #include "UserCode/Morgan/interface/TRootCluster.h"
22     #include "UserCode/Morgan/interface/TRootSuperCluster.h"
23     #endif
24    
25     #ifdef __CINT__
26     #pragma link off all globals;
27     #pragma link off all classes;
28     #pragma link off all functions;
29    
30     #pragma link C++ class TRootEvent;
31     #pragma link C++ class TRootParticle;
32 mlethuil 1.2 #pragma link C++ class TRootTrack;
33 mlethuil 1.1 #pragma link C++ class TRootJet;
34     #pragma link C++ class TRootMuon;
35     #pragma link C++ class TRootPhoton;
36     #pragma link C++ class TRootElectron;
37     #pragma link C++ class TRootSignalEvent;
38     #pragma link C++ class TRootCluster;
39     #pragma link C++ class TRootSuperCluster;
40    
41     #endif