ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.12
Committed: Thu Sep 8 15:51:24 2011 UTC (13 years, 7 months ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_025pre1
Changes since 1.11: +3 -1 lines
Log Message:
Add tool and required changes for photon energy regression

File Contents

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