ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/SelMods/src/MitPhysicsSelModsLinkDef.h
Revision: 1.2
Committed: Fri Dec 12 16:09:54 2008 UTC (16 years, 4 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_008pre1, Mit_006b, Mit_006a
Changes since 1.1: +1 -4 lines
Log Message:
Moved presel to MitHiggs/HwwMods

File Contents

# User Rev Content
1 loizides 1.2 // $Id: MitPhysicsSelModsLinkDef.h,v 1.1 2008/12/10 19:51:05 loizides 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     #endif
7    
8     #ifdef __CINT__
9     #pragma link off all globals;
10     #pragma link off all classes;
11     #pragma link off all functions;
12     #pragma link C++ nestedclass;
13     #pragma link C++ nestedtypedef;
14     #pragma link C++ namespace mithep;
15    
16     #pragma link C++ class mithep::GenericSelMod<mithep::Particle>+;
17     #pragma link C++ class mithep::GenericSelMod<mithep::CompositeParticle>+;
18     #pragma link C++ class mithep::GenericSelMod<mithep::Conversion>+;
19     #pragma link C++ class mithep::GenericSelMod<mithep::Electron>+;
20     #pragma link C++ class mithep::GenericSelMod<mithep::GenJet>+;
21     #pragma link C++ class mithep::GenericSelMod<mithep::Jet>+;
22     #pragma link C++ class mithep::GenericSelMod<mithep::MCParticle>+;
23     #pragma link C++ class mithep::GenericSelMod<mithep::Met>+;
24     #pragma link C++ class mithep::GenericSelMod<mithep::Muon>+;
25     #pragma link C++ class mithep::GenericSelMod<mithep::Photon>+;
26     #pragma link C++ class mithep::GenericSelMod<mithep::Track>+;
27     #pragma link C++ class mithep::GenericSelMod<mithep::TriggerObject>+;
28     #endif