ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Mods/src/MitPhysicsModsLinkDef.h
Revision: 1.20
Committed: Mon Jan 18 14:43:02 2010 UTC (15 years, 3 months ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_013c, Mit_013b, Mit_013a, Mit_013, Mit_013pre1, Mit_012i
Changes since 1.19: +5 -1 lines
Log Message:
Add PV filter and Tracking Purity filter modules

File Contents

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