1 |
// $Id: MitPhysicsModsLinkDef.h,v 1.22 2010/04/10 18:07:53 sixie 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/HFCoincidenceFilterMod.h"
|
12 |
#include "MitPhysics/Mods/interface/HKFactorProducer.h"
|
13 |
#include "MitPhysics/Mods/interface/JetCleaningMod.h"
|
14 |
#include "MitPhysics/Mods/interface/JetIDMod.h"
|
15 |
#include "MitPhysics/Mods/interface/JetCorrectionMod.h"
|
16 |
#include "MitPhysics/Mods/interface/MergeLeptonsMod.h"
|
17 |
#include "MitPhysics/Mods/interface/MuonIDMod.h"
|
18 |
#include "MitPhysics/Mods/interface/PDFProducerMod.h"
|
19 |
#include "MitPhysics/Mods/interface/PartonFlavorHistoryMod.h"
|
20 |
#include "MitPhysics/Mods/interface/PhotonCleaningMod.h"
|
21 |
#include "MitPhysics/Mods/interface/PhotonIDMod.h"
|
22 |
#include "MitPhysics/Mods/interface/TauCleaningMod.h"
|
23 |
#include "MitPhysics/Mods/interface/PFTauCleaningMod.h"
|
24 |
#include "MitPhysics/Mods/interface/TauIDMod.h"
|
25 |
#include "MitPhysics/Mods/interface/PFTauIDMod.h"
|
26 |
#include "MitPhysics/Mods/interface/TrackingPurityFilterMod.h"
|
27 |
#endif
|
28 |
|
29 |
#ifdef __CINT__
|
30 |
#pragma link off all globals;
|
31 |
#pragma link off all classes;
|
32 |
#pragma link off all functions;
|
33 |
#pragma link C++ nestedclass;
|
34 |
#pragma link C++ nestedtypedef;
|
35 |
#pragma link C++ namespace mithep;
|
36 |
|
37 |
#pragma link C++ class mithep::CaloMetCorrectionMod+;
|
38 |
#pragma link C++ class mithep::EffMod+;
|
39 |
#pragma link C++ class mithep::ElectronCleaningMod+;
|
40 |
#pragma link C++ class mithep::ElectronIDMod+;
|
41 |
#pragma link C++ class mithep::GeneratorMod+;
|
42 |
#pragma link C++ class mithep::GoodPVFilterMod+;
|
43 |
#pragma link C++ class mithep::HFCoincidenceFilterMod+;
|
44 |
#pragma link C++ class mithep::HKFactorProducer+;
|
45 |
#pragma link C++ class mithep::JetCleaningMod+;
|
46 |
#pragma link C++ class mithep::JetIDMod+;
|
47 |
#pragma link C++ class mithep::JetCorrectionMod+;
|
48 |
#pragma link C++ class mithep::MergeLeptonsMod+;
|
49 |
#pragma link C++ class mithep::MuonIDMod+;
|
50 |
#pragma link C++ enum mithep::MuonIDMod::EMuClassType;
|
51 |
#pragma link C++ enum mithep::MuonIDMod::EMuIdType;
|
52 |
#pragma link C++ enum mithep::MuonIDMod::EMuIsoType;
|
53 |
#pragma link C++ class mithep::PartonFlavorHistoryMod+;
|
54 |
#pragma link C++ class mithep::PDFProducerMod+;
|
55 |
#pragma link C++ class mithep::PhotonCleaningMod+;
|
56 |
#pragma link C++ class mithep::PhotonIDMod+;
|
57 |
#pragma link C++ class mithep::TauCleaningMod+;
|
58 |
#pragma link C++ class mithep::PFTauCleaningMod+;
|
59 |
#pragma link C++ class mithep::TauIDMod+;
|
60 |
#pragma link C++ class mithep::PFTauIDMod+;
|
61 |
#pragma link C++ class mithep::TrackingPurityFilterMod+;
|
62 |
#endif
|