ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/Validation/src/MitAnaValidationLinkDef.h
Revision: 1.1
Committed: Thu Jul 10 14:56:27 2008 UTC (16 years, 9 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_004, MITHEP_2_0_x
Log Message:
Added simple genparticle relval module

File Contents

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