ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/Validation/src/MitAnaValidationLinkDef.h
Revision: 1.2
Committed: Wed Oct 1 11:21:26 2008 UTC (16 years, 7 months ago) by sixie
Content type: text/plain
Branch: MAIN
Changes since 1.1: +3 -1 lines
Log Message:
Add Jet Validation Module.

File Contents

# User Rev Content
1 sixie 1.2 // $Id: MitAnaValidationLinkDef.h,v 1.1 2008/07/10 14:56:27 loizides Exp $
2 loizides 1.1
3     #ifndef RELVALMODS_LINKDEF_H
4     #define RELVALMODS_LINKDEF_H
5     #include "MitAna/Validation/interface/GenRelValMod.h"
6 sixie 1.2 #include "MitAna/Validation/interface/JetValidationMod.h"
7 loizides 1.1 #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::GenRelValMod+;
18 sixie 1.2 #pragma link C++ class mithep::JetValidationMod+;
19 loizides 1.1 #endif