ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/SelMods/src/MitPhysicsSelModsLinkDef.h
Revision: 1.1
Committed: Wed Dec 10 19:51:05 2008 UTC (16 years, 4 months ago) by loizides
Content type: text/plain
Branch: MAIN
Log Message:
Forgot to checkin.

File Contents

# User Rev Content
1 loizides 1.1 // $Id: MitAnaPhysicsModLinkDef.h,v 1.4 2008/11/28 13:40:18 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/HwwEvtPreSelMod.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    
30     #pragma link C++ class mithep::HwwEvtPreSelMod+;
31     #endif