ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/PhysicsMod/src/MitAnaPhysicsModLinkDef.h
Revision: 1.1
Committed: Mon Oct 6 15:40:14 2008 UTC (16 years, 7 months ago) by sixie
Content type: text/plain
Branch: MAIN
Log Message:
Add new physics modules directory. This directory is intended for template-style analysis modules. individual users are meant to check these out and modify for their own purposes.

File Contents

# User Rev Content
1 sixie 1.1 // $Id: $
2    
3     #ifndef PHYSICSMOD_LINKDEF_H
4     #define PHYSICSMOD_LINKDEF_H
5     #include "MitAna/PhysicsMod/interface/HwwEvtSelMod.h"
6     #include "MitAna/PhysicsMod/interface/HwwEvtPreSelMod.h"
7     #endif
8    
9     #ifdef __CINT__
10     #pragma link off all globals;
11     #pragma link off all classes;
12     #pragma link off all functions;
13     #pragma link C++ nestedclass;
14     #pragma link C++ nestedtypedef;
15     #pragma link C++ namespace mithep;
16    
17     #pragma link C++ class mithep::HwwEvtSelMod+;
18     #pragma link C++ class mithep::HwwEvtPreSelMod+;
19     #endif