ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/SelMods/src/MitPhysicsSelModsLinkDef.h
Revision: 1.3
Committed: Fri Mar 13 13:02:01 2009 UTC (16 years, 1 month ago) by sixie
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_008pre2
Changes since 1.2: +3 -1 lines
Log Message:
add lepton plus isolated track skim

File Contents

# Content
1 // $Id: MitPhysicsSelModsLinkDef.h,v 1.2 2008/12/12 16:09:54 loizides Exp $
2
3 #ifndef MITPHYSICS_SELMODS_LINKDEF_H
4 #define MITPHYSICS_SELMODS_LINKDEF_H
5 #include "MitPhysics/SelMods/interface/GenericSelMod.h"
6 #include "MitPhysics/SelMods/interface/LeptonPlusIsolatedTrackSelMod.h"
7 #endif
8
9 #ifdef __CINT__
10 #pragma link off all globals;
11 #pragma link off all classes;
12 #pragma link off all functions;
13 #pragma link C++ nestedclass;
14 #pragma link C++ nestedtypedef;
15 #pragma link C++ namespace mithep;
16
17 #pragma link C++ class mithep::GenericSelMod<mithep::Particle>+;
18 #pragma link C++ class mithep::GenericSelMod<mithep::CompositeParticle>+;
19 #pragma link C++ class mithep::GenericSelMod<mithep::Conversion>+;
20 #pragma link C++ class mithep::GenericSelMod<mithep::Electron>+;
21 #pragma link C++ class mithep::GenericSelMod<mithep::GenJet>+;
22 #pragma link C++ class mithep::GenericSelMod<mithep::Jet>+;
23 #pragma link C++ class mithep::GenericSelMod<mithep::MCParticle>+;
24 #pragma link C++ class mithep::GenericSelMod<mithep::Met>+;
25 #pragma link C++ class mithep::GenericSelMod<mithep::Muon>+;
26 #pragma link C++ class mithep::GenericSelMod<mithep::Photon>+;
27 #pragma link C++ class mithep::GenericSelMod<mithep::Track>+;
28 #pragma link C++ class mithep::GenericSelMod<mithep::TriggerObject>+;
29 #pragma link C++ class mithep::LeptonPlusIsolatedTrackSelMod+;
30 #endif