ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/PhysicsMod/src/MitAnaPhysicsModLinkDef.h
Revision: 1.20
Committed: Wed Mar 28 12:15:36 2012 UTC (13 years, 1 month ago) by paus
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_032, Mit_031, Mit_030, Mit_029c, Mit_029b, Mit_030_pre1, Mit_029a, Mit_029, Mit_029_pre1, Mit_028a, Mit_028, Mit_027a, Mit_027, Mit_026, Mit_025e, HEAD
Changes since 1.19: +1 -2 lines
Log Message:
Enable skimming.

File Contents

# Content
1 // $Id: MitAnaPhysicsModLinkDef.h,v 1.19 2011/04/12 14:10:09 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 #pragma link C++ class mithep::FullExampleMod+;
22 #pragma link C++ class mithep::HLTExampleMod+;
23 #pragma link C++ class mithep::SimpleExampleMod+;
24 #pragma link C++ class mithep::TrackToPartMod+;
25 #pragma link C++ class mithep::RunSelectionMod+;
26 #pragma link C++ class mithep::RunLumiSelectionMod+;
27 #pragma link C++ class mithep::MCProcessSelectionMod+;
28 #endif