ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Mods/src/MitPhysicsModsLinkDef.h
Revision: 1.14
Committed: Thu Apr 30 08:09:32 2009 UTC (16 years ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_009b, Mit_009a
Changes since 1.13: +3 -3 lines
Log Message:
Cleanup

File Contents

# Content
1 // $Id: MitPhysicsModsLinkDef.h,v 1.13 2009/04/29 15:06:42 loizides Exp $
2
3 #ifndef MITPHYSICS_MODS_LINKDEF_H
4 #define MITPHYSICS_MODS_LINKDEF_H
5 #include "MitPhysics/Mods/interface/EffMod.h"
6 #include "MitPhysics/Mods/interface/ElectronCleaningMod.h"
7 #include "MitPhysics/Mods/interface/ElectronIDMod.h"
8 #include "MitPhysics/Mods/interface/GeneratorMod.h"
9 #include "MitPhysics/Mods/interface/HKFactorProducer.h"
10 #include "MitPhysics/Mods/interface/JetCleaningMod.h"
11 #include "MitPhysics/Mods/interface/JetIDMod.h"
12 #include "MitPhysics/Mods/interface/MergeLeptonsMod.h"
13 #include "MitPhysics/Mods/interface/MergerMod.h"
14 #include "MitPhysics/Mods/interface/MuonIDMod.h"
15 #include "MitPhysics/Mods/interface/PartonFlavorHistoryMod.h"
16 #include "MitPhysics/Mods/interface/PhotonCleaningMod.h"
17 #include "MitPhysics/Mods/interface/PhotonIDMod.h"
18 #include "MitPhysics/Mods/interface/TauCleaningMod.h"
19 #include "MitPhysics/Mods/interface/TauIDMod.h"
20 #endif
21
22 #ifdef __CINT__
23 #pragma link off all globals;
24 #pragma link off all classes;
25 #pragma link off all functions;
26 #pragma link C++ nestedclass;
27 #pragma link C++ nestedtypedef;
28 #pragma link C++ namespace mithep;
29
30 #pragma link C++ class mithep::EffMod+;
31 #pragma link C++ class mithep::ElectronCleaningMod+;
32 #pragma link C++ class mithep::ElectronIDMod+;
33 #pragma link C++ enum mithep::ElectronIDMod::EElIdType;
34 #pragma link C++ enum mithep::ElectronIDMod::EElIsoType;
35 #pragma link C++ class mithep::GeneratorMod+;
36 #pragma link C++ class mithep::HKFactorProducer+;
37 #pragma link C++ class mithep::JetCleaningMod+;
38 #pragma link C++ class mithep::JetIDMod+;
39 #pragma link C++ class mithep::MergeLeptonsMod+;
40 #pragma link C++ class mithep::MergerMod<TObject>+;
41 #pragma link C++ class mithep::MergerMod<mithep::DataBase>+;
42 #pragma link C++ class mithep::MergerMod<mithep::DataObject>+;
43 #pragma link C++ class mithep::MergerMod<mithep::Particle>+;
44 #pragma link C++ class mithep::MuonIDMod+;
45 #pragma link C++ enum mithep::MuonIDMod::EMuClassType;
46 #pragma link C++ enum mithep::MuonIDMod::EMuIdType;
47 #pragma link C++ enum mithep::MuonIDMod::EMuIsoType;
48 #pragma link C++ class mithep::PartonFlavorHistoryMod+;
49 #pragma link C++ class mithep::PhotonCleaningMod+;
50 #pragma link C++ class mithep::PhotonIDMod+;
51 #pragma link C++ class mithep::TauCleaningMod+;
52 #pragma link C++ class mithep::TauIDMod+;
53 #endif