1 |
// $Id: MitPhysicsSelModsLinkDef.h,v 1.5 2009/04/29 15:07:12 loizides Exp $
|
2 |
|
3 |
#ifndef MITPHYSICS_SELMODS_LINKDEF_H
|
4 |
#define MITPHYSICS_SELMODS_LINKDEF_H
|
5 |
|
6 |
#include "MitAna/DataCont/interface/Collection.h"
|
7 |
#include "MitAna/DataTree/interface/CompositeParticle.h"
|
8 |
#include "MitAna/DataTree/interface/Conversion.h"
|
9 |
#include "MitAna/DataTree/interface/Electron.h"
|
10 |
#include "MitAna/DataTree/interface/GenJet.h"
|
11 |
#include "MitAna/DataTree/interface/Jet.h"
|
12 |
#include "MitAna/DataTree/interface/Met.h"
|
13 |
#include "MitAna/DataTree/interface/Muon.h"
|
14 |
#include "MitAna/DataTree/interface/Particle.h"
|
15 |
#include "MitAna/DataTree/interface/Photon.h"
|
16 |
#include "MitAna/DataTree/interface/Track.h"
|
17 |
#include "MitAna/DataTree/interface/TriggerObject.h"
|
18 |
#include "MitPhysics/SelMods/interface/DilepSelMod.h"
|
19 |
#include "MitPhysics/SelMods/interface/GenericSelMod.h"
|
20 |
#include "MitPhysics/SelMods/interface/JetPlusIsoTrackSelMod.h"
|
21 |
#include "MitPhysics/SelMods/interface/LeptonPlusIsoTrackSelMod.h"
|
22 |
#include "MitPhysics/SelMods/interface/PhotonPlusIsoTrackSelMod.h"
|
23 |
#endif
|
24 |
|
25 |
#ifdef __CINT__
|
26 |
#pragma link off all globals;
|
27 |
#pragma link off all classes;
|
28 |
#pragma link off all functions;
|
29 |
#pragma link C++ nestedclass;
|
30 |
#pragma link C++ nestedtypedef;
|
31 |
#pragma link C++ namespace mithep;
|
32 |
|
33 |
#pragma link C++ class mithep::DilepSelMod+;
|
34 |
#pragma link C++ class mithep::GenericSelMod<mithep::Particle>+;
|
35 |
#pragma link C++ class mithep::GenericSelMod<mithep::CompositeParticle>+;
|
36 |
#pragma link C++ class mithep::GenericSelMod<mithep::Conversion>+;
|
37 |
#pragma link C++ class mithep::GenericSelMod<mithep::Electron>+;
|
38 |
#pragma link C++ class mithep::GenericSelMod<mithep::GenJet>+;
|
39 |
#pragma link C++ class mithep::GenericSelMod<mithep::Jet>+;
|
40 |
#pragma link C++ class mithep::GenericSelMod<mithep::MCParticle>+;
|
41 |
#pragma link C++ class mithep::GenericSelMod<mithep::Met>+;
|
42 |
#pragma link C++ class mithep::GenericSelMod<mithep::Muon>+;
|
43 |
#pragma link C++ class mithep::GenericSelMod<mithep::Photon>+;
|
44 |
#pragma link C++ class mithep::GenericSelMod<mithep::Track>+;
|
45 |
#pragma link C++ class mithep::GenericSelMod<mithep::TriggerObject>+;
|
46 |
#pragma link C++ class mithep::JetPlusIsoTrackSelMod+;
|
47 |
#pragma link C++ class mithep::LeptonPlusIsoTrackSelMod+;
|
48 |
#pragma link C++ class mithep::PhotonPlusIsoTrackSelMod+;
|
49 |
#endif
|