ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Mods/src/MitPhysicsModsLinkDef.h
Revision: 1.17
Committed: Tue Aug 11 10:56:48 2009 UTC (15 years, 8 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_011, Mit_010a
Changes since 1.16: +3 -3 lines
Log Message:
Renamed to PDFProducerMod.

File Contents

# Content
1 // $Id: MitPhysicsModsLinkDef.h,v 1.16 2009/08/10 20:27:59 ceballos 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/MuonIDMod.h"
14 #include "MitPhysics/Mods/interface/PDFProducerMod.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::MuonIDMod+;
41 #pragma link C++ enum mithep::MuonIDMod::EMuClassType;
42 #pragma link C++ enum mithep::MuonIDMod::EMuIdType;
43 #pragma link C++ enum mithep::MuonIDMod::EMuIsoType;
44 #pragma link C++ class mithep::PartonFlavorHistoryMod+;
45 #pragma link C++ class mithep::PDFProducerMod+;
46 #pragma link C++ class mithep::PhotonCleaningMod+;
47 #pragma link C++ class mithep::PhotonIDMod+;
48 #pragma link C++ class mithep::TauCleaningMod+;
49 #pragma link C++ class mithep::TauIDMod+;
50 #endif