ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.21
Committed: Thu May 3 12:02:26 2012 UTC (13 years ago) by fabstoec
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_028a, Mit_028, Mit_027, Mit_027a
Changes since 1.20: +3 -2 lines
Log Message:
(Meng) added PFmetCorrections for Hgg MET tag

File Contents

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