ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.6
Committed: Tue Apr 12 22:14:21 2011 UTC (14 years ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_020d, TMit_020d, Mit_020c, Mit_021pre2, Mit_021pre1, Mit_020b
Changes since 1.5: +3 -1 lines
Log Message:
Add PhotonTools with conversion id, trigger matching and diphoton categories, add functionality to PhotonIdMod

File Contents

# Content
1 // $Id: MitPhysicsUtilsLinkDef.h,v 1.5 2011/03/14 18:05:56 mzanetti 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 #endif
16
17 #ifdef __CINT__
18 #pragma link off all globals;
19 #pragma link off all classes;
20 #pragma link off all functions;
21 #pragma link C++ nestedclass;
22 #pragma link C++ nestedtypedef;
23 #pragma link C++ namespace mithep;
24
25 #pragma link C++ class mithep::DiTauSystem;
26 #pragma link C++ class mithep::GeneratorTools;
27 #pragma link C++ class mithep::IsolationTools;
28 #pragma link C++ class mithep::MatchingTools;
29 #pragma link C++ class mithep::MuonTools;
30 #pragma link C++ class mithep::MetTools;
31 #pragma link C++ class mithep::ElectronTools;
32 #pragma link C++ class mithep::PhotonTools;
33 #pragma link C++ class mithep::JetTools;
34 #pragma link C++ enum mithep::ElectronTools::EElIdType;
35 #pragma link C++ enum mithep::ElectronTools::EElIsoType;
36
37 #endif