ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.13
Committed: Sun Sep 25 10:08:11 2011 UTC (13 years, 7 months ago) by sixie
Content type: text/plain
Branch: MAIN
Changes since 1.12: +3 -1 lines
Log Message:
Add Electron ID MVA Feature

File Contents

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