ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/PhysicsMod/src/MitAnaPhysicsModLinkDef.h
Revision: 1.2
Committed: Mon Oct 6 16:57:16 2008 UTC (16 years, 7 months ago) by ceballos
Content type: text/plain
Branch: MAIN
Changes since 1.1: +7 -1 lines
Log Message:
Adding 3 new modules

File Contents

# User Rev Content
1 ceballos 1.2 // $Id: MitAnaPhysicsModLinkDef.h,v 1.1 2008/10/06 15:40:14 sixie Exp $
2 sixie 1.1
3     #ifndef PHYSICSMOD_LINKDEF_H
4     #define PHYSICSMOD_LINKDEF_H
5     #include "MitAna/PhysicsMod/interface/HwwEvtSelMod.h"
6     #include "MitAna/PhysicsMod/interface/HwwEvtPreSelMod.h"
7 ceballos 1.2 #include "MitAna/PhysicsMod/interface/ttEvtSelMod.h"
8     #include "MitAna/PhysicsMod/interface/FwdJetEvtSelMod.h"
9     #include "MitAna/PhysicsMod/interface/ZXEvtSelMod.h"
10 sixie 1.1 #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::HwwEvtSelMod+;
21     #pragma link C++ class mithep::HwwEvtPreSelMod+;
22 ceballos 1.2 #pragma link C++ class mithep::ttEvtSelMod+;
23     #pragma link C++ class mithep::FwdJetEvtSelMod+;
24     #pragma link C++ class mithep::ZXEvtSelMod+;
25 sixie 1.1 #endif