ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/PhysicsMod/src/MitAnaPhysicsModLinkDef.h
Revision: 1.17
Committed: Mon Jan 18 14:35:43 2010 UTC (15 years, 3 months ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_013d, Mit_013c, Mit_013b, Mit_013a, Mit_013, Mit_013pre1, Mit_012i
Changes since 1.16: +3 -1 lines
Log Message:
Add RunSelectionMod

File Contents

# User Rev Content
1 bendavid 1.17 // $Id: MitAnaPhysicsModLinkDef.h,v 1.16 2009/06/26 16:47:18 loizides Exp $
2 sixie 1.1
3 loizides 1.4 #ifndef MITANA_PHYSICSMOD_LINKDEF_H
4     #define MITANA_PHYSICSMOD_LINKDEF_H
5     #include "MitAna/PhysicsMod/interface/FullExampleMod.h"
6     #include "MitAna/PhysicsMod/interface/HLTExampleMod.h"
7 bendavid 1.17 #include "MitAna/PhysicsMod/interface/RunSelectionMod.h"
8 loizides 1.12 #include "MitAna/PhysicsMod/interface/SimpleExampleMod.h"
9 loizides 1.16 #include "MitAna/PhysicsMod/interface/TrackToPartMod.h"
10 sixie 1.1 #endif
11 loizides 1.4
12 sixie 1.1 #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 loizides 1.4 #pragma link C++ class mithep::FullExampleMod+;
21     #pragma link C++ class mithep::HLTExampleMod+;
22     #pragma link C++ class mithep::SimpleExampleMod+;
23 loizides 1.16 #pragma link C++ class mithep::TrackToPartMod+;
24 bendavid 1.17 #pragma link C++ class mithep::RunSelectionMod+;
25 sixie 1.1 #endif