ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.11
Committed: Wed Jul 27 15:17:37 2011 UTC (13 years, 9 months ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_024b, Mit_024a, Mit_024
Changes since 1.10: +3 -1 lines
Log Message:
update photon stuff

File Contents

# Content
1 // $Id: MitPhysicsUtilsLinkDef.h,v 1.9 2011/06/01 12:36:59 mzanetti 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/MetTools.h"
12 #include "MitPhysics/Utils/interface/ElectronTools.h"
13 #include "MitPhysics/Utils/interface/PhotonTools.h"
14 #include "MitPhysics/Utils/interface/JetTools.h"
15 #include "MitPhysics/Utils/interface/VertexTools.h"
16 #include "MitPhysics/Utils/interface/VertexMVA.h"
17 #include "MitPhysics/Utils/interface/PUReweighting.h"
18 #include "MitPhysics/Utils/interface/PUReweightingMulti.h"
19 #include "MitPhysics/Utils/interface/PhotonFix.h"
20
21
22 #endif
23
24 #ifdef __CINT__
25 #pragma link off all globals;
26 #pragma link off all classes;
27 #pragma link off all functions;
28 #pragma link C++ nestedclass;
29 #pragma link C++ nestedtypedef;
30 #pragma link C++ namespace mithep;
31
32 #pragma link C++ class mithep::DiTauSystem;
33 #pragma link C++ class mithep::GeneratorTools;
34 #pragma link C++ class mithep::IsolationTools;
35 #pragma link C++ class mithep::MatchingTools;
36 #pragma link C++ class mithep::MuonTools;
37 #pragma link C++ class mithep::MetTools;
38 #pragma link C++ class mithep::ElectronTools;
39 #pragma link C++ class mithep::PhotonTools;
40 #pragma link C++ class mithep::JetTools;
41 #pragma link C++ enum mithep::ElectronTools::EElIdType;
42 #pragma link C++ enum mithep::ElectronTools::EElIsoType;
43 #pragma link C++ class mithep::VertexTools;
44 #pragma link C++ class mithep::VertexMVA;
45 #pragma link C++ class mithep::PUReweighting;
46 #pragma link C++ class mithep::PUReweightingMulti;
47 #pragma link C++ class PhotonFix;
48 #endif