ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/SelMods/src/MitPhysicsSelModsLinkDef.h
Revision: 1.4
Committed: Sun Mar 22 09:04:13 2009 UTC (16 years, 1 month ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_009, Mit_008
Changes since 1.3: +7 -3 lines
Log Message:
Added skimming code for jet,lepton,photon plus iso tracks.

File Contents

# User Rev Content
1 loizides 1.4 // $Id: MitPhysicsSelModsLinkDef.h,v 1.3 2009/03/13 13:02:01 sixie Exp $
2 loizides 1.1
3     #ifndef MITPHYSICS_SELMODS_LINKDEF_H
4     #define MITPHYSICS_SELMODS_LINKDEF_H
5     #include "MitPhysics/SelMods/interface/GenericSelMod.h"
6 loizides 1.4 #include "MitPhysics/SelMods/interface/JetPlusIsoTrackSelMod.h"
7     #include "MitPhysics/SelMods/interface/LeptonPlusIsoTrackSelMod.h"
8     #include "MitPhysics/SelMods/interface/PhotonPlusIsoTrackSelMod.h"
9 loizides 1.1 #endif
10    
11     #ifdef __CINT__
12     #pragma link off all globals;
13     #pragma link off all classes;
14     #pragma link off all functions;
15     #pragma link C++ nestedclass;
16     #pragma link C++ nestedtypedef;
17     #pragma link C++ namespace mithep;
18    
19     #pragma link C++ class mithep::GenericSelMod<mithep::Particle>+;
20     #pragma link C++ class mithep::GenericSelMod<mithep::CompositeParticle>+;
21     #pragma link C++ class mithep::GenericSelMod<mithep::Conversion>+;
22     #pragma link C++ class mithep::GenericSelMod<mithep::Electron>+;
23     #pragma link C++ class mithep::GenericSelMod<mithep::GenJet>+;
24     #pragma link C++ class mithep::GenericSelMod<mithep::Jet>+;
25     #pragma link C++ class mithep::GenericSelMod<mithep::MCParticle>+;
26     #pragma link C++ class mithep::GenericSelMod<mithep::Met>+;
27     #pragma link C++ class mithep::GenericSelMod<mithep::Muon>+;
28     #pragma link C++ class mithep::GenericSelMod<mithep::Photon>+;
29     #pragma link C++ class mithep::GenericSelMod<mithep::Track>+;
30     #pragma link C++ class mithep::GenericSelMod<mithep::TriggerObject>+;
31 loizides 1.4 #pragma link C++ class mithep::JetPlusIsoTrackSelMod+;
32     #pragma link C++ class mithep::LeptonPlusIsoTrackSelMod+;
33     #pragma link C++ class mithep::PhotonPlusIsoTrackSelMod+;
34 loizides 1.1 #endif