ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/SelMods/src/MitAnaPhysicsModLinkDef.h
Revision: 1.1
Committed: Tue Oct 14 06:13:54 2008 UTC (16 years, 6 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
Start of MitPhysics

File Contents

# User Rev Content
1 loizides 1.1 // $Id: MitAnaPhysicsModLinkDef.h,v 1.2 2008/10/06 16:57:16 ceballos Exp $
2    
3     #ifndef MITPHYSICS_SELMODS_LINKDEF_H
4     #define MITPHYSICS_SELMODS_LINKDEF_H
5     #include "MitPhysics/SelMods/interface/FwdJetEvtSelMod.h"
6     #include "MitPhysics/SelMods/interface/HwwEvtPreSelMod.h"
7     #include "MitPhysics/SelMods/interface/HwwEvtSelMod.h"
8     #include "MitPhysics/SelMods/interface/ZXEvtSelMod.h"
9     #include "MitPhysics/SelMods/interface/ttEvtSelMod.h"
10     #endif
11    
12     #ifdef __CINT__
13     #pragma link off all globals;
14     #pragma link off all classes;
15     #pragma link off all functions;
16     #pragma link C++ nestedclass;
17     #pragma link C++ nestedtypedef;
18     #pragma link C++ namespace mithep;
19    
20     #pragma link C++ class mithep::FwdJetEvtSelMod+;
21     #pragma link C++ class mithep::HwwEvtPreSelMod+;
22     #pragma link C++ class mithep::HwwEvtSelMod+;
23     #pragma link C++ class mithep::ZXEvtSelMod+;
24     #pragma link C++ class mithep::ttEvtSelMod+;
25     #endif