2 |
|
|
3 |
|
#ifndef MITPHYSICS_SELMODS_LINKDEF_H |
4 |
|
#define MITPHYSICS_SELMODS_LINKDEF_H |
5 |
+ |
#include "MitPhysics/SelMods/interface/DilepSelMod.h" |
6 |
|
#include "MitPhysics/SelMods/interface/GenericSelMod.h" |
7 |
|
#include "MitPhysics/SelMods/interface/JetPlusIsoTrackSelMod.h" |
8 |
|
#include "MitPhysics/SelMods/interface/LeptonPlusIsoTrackSelMod.h" |
17 |
|
#pragma link C++ nestedtypedef; |
18 |
|
#pragma link C++ namespace mithep; |
19 |
|
|
20 |
+ |
#pragma link C++ class mithep::DilepSelMod+; |
21 |
|
#pragma link C++ class mithep::GenericSelMod<mithep::Particle>+; |
22 |
|
#pragma link C++ class mithep::GenericSelMod<mithep::CompositeParticle>+; |
23 |
|
#pragma link C++ class mithep::GenericSelMod<mithep::Conversion>+; |