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

# Content
1 // $Id: MitPhysicsUtilsLinkDef.h,v 1.14 2011/09/28 00:08:48 bendavid Exp $
2
3 #ifndef MITPHYSICS_UTILS_LINKDEF_H
4 #define MITPHYSICS_UTILS_LINKDEF_H
5
6 #include "MitPhysics/Utils/interface/DiTauSystem.h"
7 #include "MitPhysics/Utils/interface/GeneratorTools.h"
8 #include "MitPhysics/Utils/interface/IsolationTools.h"
9 #include "MitPhysics/Utils/interface/MatchingTools.h"
10 #include "MitPhysics/Utils/interface/MuonTools.h"
11 #include "MitPhysics/Utils/interface/MetTools.h"
12 #include "MitPhysics/Utils/interface/ElectronTools.h"
13 #include "MitPhysics/Utils/interface/PhotonTools.h"
14 #include "MitPhysics/Utils/interface/JetTools.h"
15 #include "MitPhysics/Utils/interface/VertexTools.h"
16 #include "MitPhysics/Utils/interface/VertexMVA.h"
17 #include "MitPhysics/Utils/interface/PUReweighting.h"
18 #include "MitPhysics/Utils/interface/PUReweightingMulti.h"
19 #include "MitPhysics/Utils/interface/PhotonFix.h"
20 #include "MitPhysics/Utils/interface/GBRTree.h"
21 #include "MitPhysics/Utils/interface/GBRForest.h"
22 #include "MitPhysics/Utils/interface/EGEnergyCorrector.h"
23 #include "MitPhysics/Utils/interface/ElectronIDMVA.h"
24 #include "MitPhysics/Utils/interface/MVATools.h"
25
26
27 #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 #pragma link C++ class GBRTree+;
38 #pragma link C++ class GBRForest+;
39
40
41 #pragma link C++ class mithep::DiTauSystem;
42 #pragma link C++ class mithep::GeneratorTools;
43 #pragma link C++ class mithep::IsolationTools;
44 #pragma link C++ class mithep::MatchingTools;
45 #pragma link C++ class mithep::MuonTools;
46 #pragma link C++ class mithep::MetTools;
47 #pragma link C++ class mithep::ElectronTools;
48 #pragma link C++ class mithep::PhotonTools;
49 #pragma link C++ class mithep::JetTools;
50 #pragma link C++ enum mithep::ElectronTools::EElIdType;
51 #pragma link C++ enum mithep::ElectronTools::EElIsoType;
52 #pragma link C++ class mithep::VertexTools;
53 #pragma link C++ class mithep::VertexMVA;
54 #pragma link C++ class mithep::PUReweighting;
55 #pragma link C++ class mithep::PUReweightingMulti;
56 #pragma link C++ class PhotonFix;
57 #pragma link C++ class mithep::EGEnergyCorrector;
58 #pragma link C++ class mithep::ElectronIDMVA;
59 #pragma link C++ class mithep::MVATools;
60 #endif