ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.28
Committed: Fri Dec 7 14:12:47 2012 UTC (12 years, 5 months ago) by mhchan
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_029c, Mit_029b, Mit_029a
Changes since 1.27: +3 -2 lines
Log Message:
Added BAMBU port of AntiElectronIDMVA3 (tau anti-electron discriminator)
http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/RecoTauTag/RecoTau/src/AntiElectronIDMVA3.cc?view=log

File Contents

# Content
1 // $Id: MitPhysicsUtilsLinkDef.h,v 1.27 2012/11/14 20:06:32 sixie 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/RecoilTools.h"
15 #include "MitPhysics/Utils/interface/JetTools.h"
16 #include "MitPhysics/Utils/interface/MetLeptonTools.h"
17 #include "MitPhysics/Utils/interface/VertexTools.h"
18 #include "MitPhysics/Utils/interface/VertexMVA.h"
19 #include "MitPhysics/Utils/interface/PUReweighting.h"
20 #include "MitPhysics/Utils/interface/PUReweightingMulti.h"
21 #include "MitPhysics/Utils/interface/PhotonFix.h"
22 #include "MitPhysics/Utils/interface/EGEnergyCorrector.h"
23 #include "MitPhysics/Utils/interface/ElectronIDMVA.h"
24 #include "MitPhysics/Utils/interface/MVATools.h"
25 #include "MitPhysics/Utils/interface/MuonIDMVA.h"
26 #include "MitPhysics/Utils/interface/JetIDMVA.h"
27 #include "MitPhysics/Utils/interface/TauIsoMVA.h"
28 #include "MitPhysics/Utils/interface/MVAMet.h"
29 #include "MitPhysics/Utils/interface/PFMetCorrectionTools.h"
30 #include "MitPhysics/Utils/interface/MVAVBF.h"
31 #include "MitPhysics/Utils/interface/ElectronEnergyRegression.h"
32 #include "MitPhysics/Utils/interface/AntiElectronIDMVA3.h"
33 #endif
34
35 #ifdef __CINT__
36 #pragma link off all globals;
37 #pragma link off all classes;
38 #pragma link off all functions;
39 #pragma link C++ nestedclass;
40 #pragma link C++ nestedtypedef;
41 #pragma link C++ namespace mithep;
42
43
44 #pragma link C++ class mithep::DiTauSystem;
45 #pragma link C++ class mithep::GeneratorTools;
46 #pragma link C++ class mithep::IsolationTools;
47 #pragma link C++ class mithep::MatchingTools;
48 #pragma link C++ class mithep::MuonTools;
49 #pragma link C++ enum mithep::MuonTools::EMuonEffectiveAreaType;
50 #pragma link C++ enum mithep::MuonTools::EMuonEffectiveAreaTarget;
51 #pragma link C++ class mithep::MetTools;
52 #pragma link C++ class mithep::ElectronTools;
53 #pragma link C++ class mithep::PhotonTools;
54 #pragma link C++ class mithep::JetTools;
55 #pragma link C++ class mithep::MetLeptonTools;
56 #pragma link C++ class mithep::MetTools;
57 #pragma link C++ class mithep::RecoilTools;
58 #pragma link C++ enum mithep::ElectronTools::EElIdType;
59 #pragma link C++ enum mithep::ElectronTools::EElIsoType;
60 #pragma link C++ enum mithep::ElectronTools::EElectronEffectiveAreaType;
61 #pragma link C++ enum mithep::ElectronTools::EElectronEffectiveAreaTarget;
62 #pragma link C++ class mithep::VertexTools;
63 #pragma link C++ class mithep::VertexMVA;
64 #pragma link C++ class mithep::PUReweighting;
65 #pragma link C++ class mithep::PUReweightingMulti;
66 #pragma link C++ class PhotonFix;
67 #pragma link C++ class mithep::EGEnergyCorrector;
68 #pragma link C++ class mithep::ElectronIDMVA;
69 #pragma link C++ class mithep::MVATools;
70 #pragma link C++ class mithep::MuonIDMVA;
71 #pragma link C++ class mithep::JetIDMVA;
72 #pragma link C++ class mithep::TauIsoMVA;
73 #pragma link C++ class mithep::MVAMet;
74 #pragma link C++ class mithep::PFMetCorrectionTools;
75 #pragma link C++ class mithep::MVAVBF;
76 #pragma link C++ class mithep::ElectronEnergyRegression;
77 #pragma link C++ class mithep::AntiElectronIDMVA3;
78 #endif