ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/Validation/src/MitAnaValidationLinkDef.h
Revision: 1.3
Committed: Tue Oct 14 05:27:00 2008 UTC (16 years, 6 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_008pre1, Mit_006b, Mit_006a, Mit_006, Mit_005
Changes since 1.2: +3 -5 lines
Log Message:
Moved to MitPhysics/Validation. Macros not yet moved.

File Contents

# User Rev Content
1 loizides 1.3 // $Id: MitAnaValidationLinkDef.h,v 1.2 2008/10/01 11:21:26 sixie Exp $
2 loizides 1.1
3 loizides 1.3 #ifndef MITANA_VALIDATION_LINKDEF_H
4     #define MITANA_VALIDATION_LINKDEF_H
5 loizides 1.1 #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