ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.10
Committed: Fri Jul 22 18:21:46 2011 UTC (13 years, 9 months ago) by bendavid
Content type: text/plain
Branch: MAIN
Changes since 1.9: +3 -1 lines
Log Message:
add experimental multidimensional pileup reweighting

File Contents

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