ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/PhysicsMod/src/MitAnaPhysicsModLinkDef.h
Revision: 1.19
Committed: Tue Apr 12 14:10:09 2011 UTC (14 years ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_025c_branch2, Mit_025c_branch1, Mit_025c_branch0, Mit_025d, Mit_025c, Mit_025b, Mit_025a, Mit_025, Mit_025pre2, Mit_024b, Mit_025pre1, Mit_024a, Mit_024, Mit_023, Mit_022a, Mit_022, Mit_020d, TMit_020d, Mit_020c, Mit_021, Mit_021pre2, Mit_021pre1, Mit_020b
Branch point for: Mit_025c_branch
Changes since 1.18: +3 -1 lines
Log Message:
add MCProcessSelectionMod for filtering on mc process id

File Contents

# Content
1 // $Id: MitAnaPhysicsModLinkDef.h,v 1.18 2010/05/03 11:36:01 bendavid 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/RunLumiSelectionMod.h"
9 #include "MitAna/PhysicsMod/interface/SimpleExampleMod.h"
10 #include "MitAna/PhysicsMod/interface/TrackToPartMod.h"
11 #include "MitAna/PhysicsMod/interface/MCProcessSelectionMod.h"
12 #endif
13
14 #ifdef __CINT__
15 #pragma link off all globals;
16 #pragma link off all classes;
17 #pragma link off all functions;
18 #pragma link C++ nestedclass;
19 #pragma link C++ nestedtypedef;
20 #pragma link C++ namespace mithep;
21
22 #pragma link C++ class mithep::FullExampleMod+;
23 #pragma link C++ class mithep::HLTExampleMod+;
24 #pragma link C++ class mithep::SimpleExampleMod+;
25 #pragma link C++ class mithep::TrackToPartMod+;
26 #pragma link C++ class mithep::RunSelectionMod+;
27 #pragma link C++ class mithep::RunLumiSelectionMod+;
28 #pragma link C++ class mithep::MCProcessSelectionMod+;
29 #endif