ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.18
Committed: Wed Mar 21 18:56:26 2012 UTC (13 years, 1 month ago) by pharris
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_025e, Mit_025d
Changes since 1.17: +8 -1 lines
Log Message:
Adding MET regression

File Contents

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