ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.16
Committed: Fri Dec 16 13:03:06 2011 UTC (13 years, 4 months ago) by sixie
Content type: text/plain
Branch: MAIN
Changes since 1.15: +3 -1 lines
Log Message:
add muon id mva

File Contents

# User Rev Content
1 sixie 1.16 // $Id: MitPhysicsUtilsLinkDef.h,v 1.15 2011/10/13 23:45:56 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.14 #include "MitPhysics/Utils/interface/GBRTree.h"
21     #include "MitPhysics/Utils/interface/GBRForest.h"
22 bendavid 1.12 #include "MitPhysics/Utils/interface/EGEnergyCorrector.h"
23 sixie 1.13 #include "MitPhysics/Utils/interface/ElectronIDMVA.h"
24 bendavid 1.15 #include "MitPhysics/Utils/interface/MVATools.h"
25 sixie 1.16 #include "MitPhysics/Utils/interface/MuonIDMVA.h"
26 bendavid 1.7
27 bendavid 1.14
28 loizides 1.1 #endif
29    
30     #ifdef __CINT__
31     #pragma link off all globals;
32     #pragma link off all classes;
33     #pragma link off all functions;
34     #pragma link C++ nestedclass;
35     #pragma link C++ nestedtypedef;
36     #pragma link C++ namespace mithep;
37    
38 bendavid 1.14 #pragma link C++ class GBRTree+;
39     #pragma link C++ class GBRForest+;
40    
41    
42 loizides 1.1 #pragma link C++ class mithep::DiTauSystem;
43 sixie 1.2 #pragma link C++ class mithep::GeneratorTools;
44 loizides 1.1 #pragma link C++ class mithep::IsolationTools;
45     #pragma link C++ class mithep::MatchingTools;
46     #pragma link C++ class mithep::MuonTools;
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 sixie 1.3 #pragma link C++ enum mithep::ElectronTools::EElIdType;
52     #pragma link C++ enum mithep::ElectronTools::EElIsoType;
53 bendavid 1.7 #pragma link C++ class mithep::VertexTools;
54     #pragma link C++ class mithep::VertexMVA;
55 mzanetti 1.9 #pragma link C++ class mithep::PUReweighting;
56 bendavid 1.10 #pragma link C++ class mithep::PUReweightingMulti;
57 bendavid 1.11 #pragma link C++ class PhotonFix;
58 bendavid 1.12 #pragma link C++ class mithep::EGEnergyCorrector;
59 sixie 1.13 #pragma link C++ class mithep::ElectronIDMVA;
60 bendavid 1.15 #pragma link C++ class mithep::MVATools;
61 sixie 1.16 #pragma link C++ class mithep::MuonIDMVA;
62 loizides 1.1 #endif