ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.4
Committed: Sun Jul 18 21:13:44 2010 UTC (14 years, 9 months ago) by ceballos
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_020pre1, Mit_018, Mit_017, Mit_017pre3, Mit_017pre2, Mit_017pre1, Mit_016, Mit_015b, Mit_015a, Mit_015, Mit_014e, Mit_014d
Changes since 1.3: +3 -1 lines
Log Message:
adding jet tools

File Contents

# User Rev Content
1 ceballos 1.4 // $Id: MitPhysicsUtilsLinkDef.h,v 1.3 2010/04/10 18:06:51 sixie Exp $
2 loizides 1.1
3     #ifndef MITPHYSICS_UTILS_LINKDEF_H
4     #define MITPHYSICS_UTILS_LINKDEF_H
5    
6     #include "MitPhysics/Utils/interface/DiTauSystem.h"
7 sixie 1.2 #include "MitPhysics/Utils/interface/GeneratorTools.h"
8 loizides 1.1 #include "MitPhysics/Utils/interface/IsolationTools.h"
9     #include "MitPhysics/Utils/interface/MatchingTools.h"
10     #include "MitPhysics/Utils/interface/MuonTools.h"
11 sixie 1.3 #include "MitPhysics/Utils/interface/ElectronTools.h"
12 ceballos 1.4 #include "MitPhysics/Utils/interface/JetTools.h"
13 loizides 1.1 #endif
14    
15     #ifdef __CINT__
16     #pragma link off all globals;
17     #pragma link off all classes;
18     #pragma link off all functions;
19     #pragma link C++ nestedclass;
20     #pragma link C++ nestedtypedef;
21     #pragma link C++ namespace mithep;
22    
23     #pragma link C++ class mithep::DiTauSystem;
24 sixie 1.2 #pragma link C++ class mithep::GeneratorTools;
25 loizides 1.1 #pragma link C++ class mithep::IsolationTools;
26     #pragma link C++ class mithep::MatchingTools;
27     #pragma link C++ class mithep::MuonTools;
28 sixie 1.3 #pragma link C++ class mithep::ElectronTools;
29 ceballos 1.4 #pragma link C++ class mithep::JetTools;
30 sixie 1.3 #pragma link C++ enum mithep::ElectronTools::EElIdType;
31     #pragma link C++ enum mithep::ElectronTools::EElIsoType;
32 loizides 1.1
33     #endif