ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/SelMods/src/MitPhysicsSelModsLinkDef.h
Revision: 1.7
Committed: Mon Oct 4 18:06:10 2010 UTC (14 years, 7 months ago) by ceballos
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_017, Mit_017pre3, Mit_017pre2, Mit_017pre1, Mit_016, Mit_015b, Mit_015a, Mit_015
Changes since 1.6: +3 -1 lines
Log Message:
new stuff

File Contents

# User Rev Content
1 ceballos 1.7 // $Id: MitPhysicsSelModsLinkDef.h,v 1.6 2009/06/15 15:00:22 loizides Exp $
2 loizides 1.1
3     #ifndef MITPHYSICS_SELMODS_LINKDEF_H
4     #define MITPHYSICS_SELMODS_LINKDEF_H
5 loizides 1.6
6     #include "MitAna/DataCont/interface/Collection.h"
7     #include "MitAna/DataTree/interface/CompositeParticle.h"
8     #include "MitAna/DataTree/interface/Conversion.h"
9     #include "MitAna/DataTree/interface/Electron.h"
10     #include "MitAna/DataTree/interface/GenJet.h"
11     #include "MitAna/DataTree/interface/Jet.h"
12     #include "MitAna/DataTree/interface/Met.h"
13     #include "MitAna/DataTree/interface/Muon.h"
14     #include "MitAna/DataTree/interface/Particle.h"
15     #include "MitAna/DataTree/interface/Photon.h"
16     #include "MitAna/DataTree/interface/Track.h"
17     #include "MitAna/DataTree/interface/TriggerObject.h"
18 loizides 1.5 #include "MitPhysics/SelMods/interface/DilepSelMod.h"
19 loizides 1.1 #include "MitPhysics/SelMods/interface/GenericSelMod.h"
20 loizides 1.4 #include "MitPhysics/SelMods/interface/JetPlusIsoTrackSelMod.h"
21     #include "MitPhysics/SelMods/interface/LeptonPlusIsoTrackSelMod.h"
22     #include "MitPhysics/SelMods/interface/PhotonPlusIsoTrackSelMod.h"
23 ceballos 1.7 #include "MitPhysics/SelMods/interface/HwwExampleAnalysisMod.h"
24 loizides 1.1 #endif
25    
26     #ifdef __CINT__
27     #pragma link off all globals;
28     #pragma link off all classes;
29     #pragma link off all functions;
30     #pragma link C++ nestedclass;
31     #pragma link C++ nestedtypedef;
32     #pragma link C++ namespace mithep;
33    
34 loizides 1.5 #pragma link C++ class mithep::DilepSelMod+;
35 loizides 1.1 #pragma link C++ class mithep::GenericSelMod<mithep::Particle>+;
36     #pragma link C++ class mithep::GenericSelMod<mithep::CompositeParticle>+;
37     #pragma link C++ class mithep::GenericSelMod<mithep::Conversion>+;
38     #pragma link C++ class mithep::GenericSelMod<mithep::Electron>+;
39     #pragma link C++ class mithep::GenericSelMod<mithep::GenJet>+;
40     #pragma link C++ class mithep::GenericSelMod<mithep::Jet>+;
41     #pragma link C++ class mithep::GenericSelMod<mithep::MCParticle>+;
42     #pragma link C++ class mithep::GenericSelMod<mithep::Met>+;
43     #pragma link C++ class mithep::GenericSelMod<mithep::Muon>+;
44     #pragma link C++ class mithep::GenericSelMod<mithep::Photon>+;
45     #pragma link C++ class mithep::GenericSelMod<mithep::Track>+;
46     #pragma link C++ class mithep::GenericSelMod<mithep::TriggerObject>+;
47 loizides 1.4 #pragma link C++ class mithep::JetPlusIsoTrackSelMod+;
48     #pragma link C++ class mithep::LeptonPlusIsoTrackSelMod+;
49     #pragma link C++ class mithep::PhotonPlusIsoTrackSelMod+;
50 ceballos 1.7 #pragma link C++ class mithep::HwwExampleAnalysisMod+;
51 loizides 1.1 #endif