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

# Content
1 // $Id: MitAnaPhysicsModLinkDef.h,v 1.16 2009/06/26 16:47:18 loizides Exp $
2
3 #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 #include "MitAna/PhysicsMod/interface/RunSelectionMod.h"
8 #include "MitAna/PhysicsMod/interface/SimpleExampleMod.h"
9 #include "MitAna/PhysicsMod/interface/TrackToPartMod.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::FullExampleMod+;
21 #pragma link C++ class mithep::HLTExampleMod+;
22 #pragma link C++ class mithep::SimpleExampleMod+;
23 #pragma link C++ class mithep::TrackToPartMod+;
24 #pragma link C++ class mithep::RunSelectionMod+;
25 #endif