ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitConversions/Mods/src/MitConversionsLinkDef.h
Revision: 1.3
Committed: Wed Dec 16 18:10:38 2009 UTC (15 years, 4 months ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +5 -3 lines
Error occurred while calculating annotation data.
Log Message:
updated MitConversions

File Contents

# Content
1 // $Id: MitConversionsLinkDef.h,v 1.2 2009/01/12 10:26:47 bendavid Exp $
2
3 #ifndef MODS_LINKDEF_H
4 #define MODS_LINKDEF_H
5 #include "MitConversions/Mods/interface/Conversions.h"
6 #include "MitConversions/Mods/interface/MvfConversions.h"
7 #include "MitConversions/Mods/interface/ConversionRemoval.h"
8 //#include "MitConversions/Mods/interface/cutNtuple.h"
9 #endif
10
11 #ifdef __CINT__
12 #pragma link off all globals;
13 #pragma link off all classes;
14 #pragma link off all functions;
15 #pragma link C++ nestedclass;
16 #pragma link C++ nestedtypedef;
17 #pragma link C++ namespace mithep;
18
19 #pragma link C++ class mithep::Conversions+;
20 #pragma link C++ class mithep::MvfConversions+;
21 #pragma link C++ class mithep::ConversionRemoval+;
22 //#pragma link C++ class mithep::cutNtuple+;
23 #endif