ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Validation/src/MitPhysicsValidationLinkDef.h
Revision: 1.1
Committed: Wed Oct 15 06:05:02 2008 UTC (16 years, 6 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_008pre2, Mit_008pre1, Mit_006b, Mit_006a
Log Message:
Added MitPhysics.

File Contents

# User Rev Content
1 loizides 1.1 // $Id: MitPhysicsValidationLinkDef.h,v 1.1 2008/10/14 06:13:56 loizides Exp $
2    
3     #ifndef MITPHYSICS_VALIDATION_LINKDEF_H
4     #define MITPHYSICS_VALIDATION_LINKDEF_H
5     #include "MitPhysics/Validation/interface/JetValidationMod.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::JetValidationMod+;
17     #endif