ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.24
Committed: Mon Oct 1 15:04:33 2012 UTC (12 years, 7 months ago) by fabstoec
Content type: text/plain
Branch: MAIN
Changes since 1.23: +3 -1 lines
Log Message:
update on HZg analysis

File Contents

# User Rev Content
1 fabstoec 1.24 // $Id: MitPhysicsUtilsLinkDef.h,v 1.23 2012/08/09 13:15:43 pharris 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 pharris 1.18 #include "MitPhysics/Utils/interface/RecoilTools.h"
15 ceballos 1.4 #include "MitPhysics/Utils/interface/JetTools.h"
16 pharris 1.23 #include "MitPhysics/Utils/interface/MetLeptonTools.h"
17 bendavid 1.7 #include "MitPhysics/Utils/interface/VertexTools.h"
18     #include "MitPhysics/Utils/interface/VertexMVA.h"
19 mzanetti 1.9 #include "MitPhysics/Utils/interface/PUReweighting.h"
20 bendavid 1.10 #include "MitPhysics/Utils/interface/PUReweightingMulti.h"
21 bendavid 1.11 #include "MitPhysics/Utils/interface/PhotonFix.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 pharris 1.18 #include "MitPhysics/Utils/interface/JetIDMVA.h"
27 pharris 1.22 #include "MitPhysics/Utils/interface/TauIsoMVA.h"
28 pharris 1.18 #include "MitPhysics/Utils/interface/MVAMet.h"
29 fabstoec 1.21 #include "MitPhysics/Utils/interface/PFMetCorrectionTools.h"
30 fabstoec 1.24 #include "MitPhysics/Utils/interface/ZGTools.h"
31 bendavid 1.14
32 loizides 1.1 #endif
33    
34     #ifdef __CINT__
35     #pragma link off all globals;
36     #pragma link off all classes;
37     #pragma link off all functions;
38     #pragma link C++ nestedclass;
39     #pragma link C++ nestedtypedef;
40     #pragma link C++ namespace mithep;
41    
42 bendavid 1.14
43 loizides 1.1 #pragma link C++ class mithep::DiTauSystem;
44 sixie 1.2 #pragma link C++ class mithep::GeneratorTools;
45 loizides 1.1 #pragma link C++ class mithep::IsolationTools;
46     #pragma link C++ class mithep::MatchingTools;
47     #pragma link C++ class mithep::MuonTools;
48 sixie 1.17 #pragma link C++ enum mithep::MuonTools::EMuonEffectiveAreaType;
49 sixie 1.19 #pragma link C++ enum mithep::MuonTools::EMuonEffectiveAreaTarget;
50 mzanetti 1.5 #pragma link C++ class mithep::MetTools;
51 sixie 1.3 #pragma link C++ class mithep::ElectronTools;
52 bendavid 1.6 #pragma link C++ class mithep::PhotonTools;
53 ceballos 1.4 #pragma link C++ class mithep::JetTools;
54 pharris 1.23 #pragma link C++ class mithep::MetLeptonTools;
55 pharris 1.18 #pragma link C++ class mithep::MetTools;
56     #pragma link C++ class mithep::RecoilTools;
57 sixie 1.3 #pragma link C++ enum mithep::ElectronTools::EElIdType;
58     #pragma link C++ enum mithep::ElectronTools::EElIsoType;
59 sixie 1.17 #pragma link C++ enum mithep::ElectronTools::EElectronEffectiveAreaType;
60 sixie 1.19 #pragma link C++ enum mithep::ElectronTools::EElectronEffectiveAreaTarget;
61 bendavid 1.7 #pragma link C++ class mithep::VertexTools;
62     #pragma link C++ class mithep::VertexMVA;
63 mzanetti 1.9 #pragma link C++ class mithep::PUReweighting;
64 bendavid 1.10 #pragma link C++ class mithep::PUReweightingMulti;
65 bendavid 1.11 #pragma link C++ class PhotonFix;
66 bendavid 1.12 #pragma link C++ class mithep::EGEnergyCorrector;
67 sixie 1.13 #pragma link C++ class mithep::ElectronIDMVA;
68 bendavid 1.15 #pragma link C++ class mithep::MVATools;
69 sixie 1.16 #pragma link C++ class mithep::MuonIDMVA;
70 pharris 1.18 #pragma link C++ class mithep::JetIDMVA;
71 pharris 1.22 #pragma link C++ class mithep::TauIsoMVA;
72 pharris 1.18 #pragma link C++ class mithep::MVAMet;
73 fabstoec 1.21 #pragma link C++ class mithep::PFMetCorrectionTools;
74 fabstoec 1.24 #pragma link C++ class mithep::ZGTools;
75 loizides 1.1 #endif