ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/PhysicsMod/src/MitAnaPhysicsModLinkDef.h
Revision: 1.16
Committed: Fri Jun 26 16:47:18 2009 UTC (15 years, 10 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_012h, Mit_012g, Mit_012f, Mit_012e, Mit_012d, Mit_012c, Mit_012b, Mit_012a, Mit_012, Mit_011a, Mit_011, Mit_010a, Mit_010
Changes since 1.15: +3 -79 lines
Log Message:
Cleanup and added TrackToPartMod

File Contents

# User Rev Content
1 loizides 1.16 // $Id: MitAnaPhysicsModLinkDef.h,v 1.15 2009/06/15 15:00:16 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 loizides 1.12 #include "MitAna/PhysicsMod/interface/SimpleExampleMod.h"
8 loizides 1.16 #include "MitAna/PhysicsMod/interface/TrackToPartMod.h"
9 sixie 1.1 #endif
10 loizides 1.4
11 sixie 1.1 #ifdef __CINT__
12     #pragma link off all globals;
13     #pragma link off all classes;
14     #pragma link off all functions;
15     #pragma link C++ nestedclass;
16     #pragma link C++ nestedtypedef;
17     #pragma link C++ namespace mithep;
18    
19 loizides 1.4 #pragma link C++ class mithep::FullExampleMod+;
20     #pragma link C++ class mithep::HLTExampleMod+;
21     #pragma link C++ class mithep::SimpleExampleMod+;
22 loizides 1.16 #pragma link C++ class mithep::TrackToPartMod+;
23 sixie 1.1 #endif