ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.15
Committed: Thu Oct 13 23:45:56 2011 UTC (13 years, 6 months ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_025c, Mit_025b, Mit_025a
Changes since 1.14: +3 -2 lines
Log Message:
fix linkdef for photon id mva

File Contents

# User Rev Content
1 bendavid 1.15 // $Id: MitPhysicsUtilsLinkDef.h,v 1.14 2011/09/28 00:08:48 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 bendavid 1.7
26 bendavid 1.14
27 loizides 1.1 #endif
28    
29     #ifdef __CINT__
30     #pragma link off all globals;
31     #pragma link off all classes;
32     #pragma link off all functions;
33     #pragma link C++ nestedclass;
34     #pragma link C++ nestedtypedef;
35     #pragma link C++ namespace mithep;
36    
37 bendavid 1.14 #pragma link C++ class GBRTree+;
38     #pragma link C++ class GBRForest+;
39    
40    
41 loizides 1.1 #pragma link C++ class mithep::DiTauSystem;
42 sixie 1.2 #pragma link C++ class mithep::GeneratorTools;
43 loizides 1.1 #pragma link C++ class mithep::IsolationTools;
44     #pragma link C++ class mithep::MatchingTools;
45     #pragma link C++ class mithep::MuonTools;
46 mzanetti 1.5 #pragma link C++ class mithep::MetTools;
47 sixie 1.3 #pragma link C++ class mithep::ElectronTools;
48 bendavid 1.6 #pragma link C++ class mithep::PhotonTools;
49 ceballos 1.4 #pragma link C++ class mithep::JetTools;
50 sixie 1.3 #pragma link C++ enum mithep::ElectronTools::EElIdType;
51     #pragma link C++ enum mithep::ElectronTools::EElIsoType;
52 bendavid 1.7 #pragma link C++ class mithep::VertexTools;
53     #pragma link C++ class mithep::VertexMVA;
54 mzanetti 1.9 #pragma link C++ class mithep::PUReweighting;
55 bendavid 1.10 #pragma link C++ class mithep::PUReweightingMulti;
56 bendavid 1.11 #pragma link C++ class PhotonFix;
57 bendavid 1.12 #pragma link C++ class mithep::EGEnergyCorrector;
58 sixie 1.13 #pragma link C++ class mithep::ElectronIDMVA;
59 bendavid 1.15 #pragma link C++ class mithep::MVATools;
60 loizides 1.1 #endif