ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.20
Committed: Tue Apr 24 15:37:14 2012 UTC (13 years ago) by bendavid
Content type: text/plain
Branch: MAIN
Changes since 1.19: +1 -6 lines
Log Message:
Migrate to 52x version of GBRForest and Tree

File Contents

# User Rev Content
1 bendavid 1.20 // $Id: MitPhysicsUtilsLinkDef.h,v 1.19 2012/04/16 11:06:02 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 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 pharris 1.18 #include "MitPhysics/Utils/interface/RecoilTools.h"
15 ceballos 1.4 #include "MitPhysics/Utils/interface/JetTools.h"
16 bendavid 1.7 #include "MitPhysics/Utils/interface/VertexTools.h"
17     #include "MitPhysics/Utils/interface/VertexMVA.h"
18 mzanetti 1.9 #include "MitPhysics/Utils/interface/PUReweighting.h"
19 bendavid 1.10 #include "MitPhysics/Utils/interface/PUReweightingMulti.h"
20 bendavid 1.11 #include "MitPhysics/Utils/interface/PhotonFix.h"
21 bendavid 1.12 #include "MitPhysics/Utils/interface/EGEnergyCorrector.h"
22 sixie 1.13 #include "MitPhysics/Utils/interface/ElectronIDMVA.h"
23 bendavid 1.15 #include "MitPhysics/Utils/interface/MVATools.h"
24 sixie 1.16 #include "MitPhysics/Utils/interface/MuonIDMVA.h"
25 pharris 1.18 #include "MitPhysics/Utils/interface/JetIDMVA.h"
26     #include "MitPhysics/Utils/interface/MVAMet.h"
27 bendavid 1.7
28 bendavid 1.14
29 loizides 1.1 #endif
30    
31     #ifdef __CINT__
32     #pragma link off all globals;
33     #pragma link off all classes;
34     #pragma link off all functions;
35     #pragma link C++ nestedclass;
36     #pragma link C++ nestedtypedef;
37     #pragma link C++ namespace mithep;
38    
39 bendavid 1.14
40 loizides 1.1 #pragma link C++ class mithep::DiTauSystem;
41 sixie 1.2 #pragma link C++ class mithep::GeneratorTools;
42 loizides 1.1 #pragma link C++ class mithep::IsolationTools;
43     #pragma link C++ class mithep::MatchingTools;
44     #pragma link C++ class mithep::MuonTools;
45 sixie 1.17 #pragma link C++ enum mithep::MuonTools::EMuonEffectiveAreaType;
46 sixie 1.19 #pragma link C++ enum mithep::MuonTools::EMuonEffectiveAreaTarget;
47 mzanetti 1.5 #pragma link C++ class mithep::MetTools;
48 sixie 1.3 #pragma link C++ class mithep::ElectronTools;
49 bendavid 1.6 #pragma link C++ class mithep::PhotonTools;
50 ceballos 1.4 #pragma link C++ class mithep::JetTools;
51 pharris 1.18 #pragma link C++ class mithep::MetTools;
52     #pragma link C++ class mithep::RecoilTools;
53 sixie 1.3 #pragma link C++ enum mithep::ElectronTools::EElIdType;
54     #pragma link C++ enum mithep::ElectronTools::EElIsoType;
55 sixie 1.17 #pragma link C++ enum mithep::ElectronTools::EElectronEffectiveAreaType;
56 sixie 1.19 #pragma link C++ enum mithep::ElectronTools::EElectronEffectiveAreaTarget;
57 bendavid 1.7 #pragma link C++ class mithep::VertexTools;
58     #pragma link C++ class mithep::VertexMVA;
59 mzanetti 1.9 #pragma link C++ class mithep::PUReweighting;
60 bendavid 1.10 #pragma link C++ class mithep::PUReweightingMulti;
61 bendavid 1.11 #pragma link C++ class PhotonFix;
62 bendavid 1.12 #pragma link C++ class mithep::EGEnergyCorrector;
63 sixie 1.13 #pragma link C++ class mithep::ElectronIDMVA;
64 bendavid 1.15 #pragma link C++ class mithep::MVATools;
65 sixie 1.16 #pragma link C++ class mithep::MuonIDMVA;
66 pharris 1.18 #pragma link C++ class mithep::JetIDMVA;
67     #pragma link C++ class mithep::MVAMet;
68 loizides 1.1 #endif