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

# Content
1 // $Id: MitPhysicsUtilsLinkDef.h,v 1.3 2010/04/10 18:06:51 sixie Exp $
2
3 #ifndef MITPHYSICS_UTILS_LINKDEF_H
4 #define MITPHYSICS_UTILS_LINKDEF_H
5
6 #include "MitPhysics/Utils/interface/DiTauSystem.h"
7 #include "MitPhysics/Utils/interface/GeneratorTools.h"
8 #include "MitPhysics/Utils/interface/IsolationTools.h"
9 #include "MitPhysics/Utils/interface/MatchingTools.h"
10 #include "MitPhysics/Utils/interface/MuonTools.h"
11 #include "MitPhysics/Utils/interface/ElectronTools.h"
12 #include "MitPhysics/Utils/interface/JetTools.h"
13 #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 #pragma link C++ class mithep::GeneratorTools;
25 #pragma link C++ class mithep::IsolationTools;
26 #pragma link C++ class mithep::MatchingTools;
27 #pragma link C++ class mithep::MuonTools;
28 #pragma link C++ class mithep::ElectronTools;
29 #pragma link C++ class mithep::JetTools;
30 #pragma link C++ enum mithep::ElectronTools::EElIdType;
31 #pragma link C++ enum mithep::ElectronTools::EElIsoType;
32
33 #endif