1 |
bendavid |
1.18 |
// $Id: MitAnaPhysicsModLinkDef.h,v 1.17 2010/01/18 14:35:43 bendavid Exp $
|
2 |
sixie |
1.1 |
|
3 |
loizides |
1.4 |
#ifndef MITANA_PHYSICSMOD_LINKDEF_H
|
4 |
|
|
#define MITANA_PHYSICSMOD_LINKDEF_H
|
5 |
|
|
#include "MitAna/PhysicsMod/interface/FullExampleMod.h"
|
6 |
|
|
#include "MitAna/PhysicsMod/interface/HLTExampleMod.h"
|
7 |
bendavid |
1.17 |
#include "MitAna/PhysicsMod/interface/RunSelectionMod.h"
|
8 |
bendavid |
1.18 |
#include "MitAna/PhysicsMod/interface/RunLumiSelectionMod.h"
|
9 |
loizides |
1.12 |
#include "MitAna/PhysicsMod/interface/SimpleExampleMod.h"
|
10 |
loizides |
1.16 |
#include "MitAna/PhysicsMod/interface/TrackToPartMod.h"
|
11 |
sixie |
1.1 |
#endif
|
12 |
loizides |
1.4 |
|
13 |
sixie |
1.1 |
#ifdef __CINT__
|
14 |
|
|
#pragma link off all globals;
|
15 |
|
|
#pragma link off all classes;
|
16 |
|
|
#pragma link off all functions;
|
17 |
|
|
#pragma link C++ nestedclass;
|
18 |
|
|
#pragma link C++ nestedtypedef;
|
19 |
|
|
#pragma link C++ namespace mithep;
|
20 |
|
|
|
21 |
loizides |
1.4 |
#pragma link C++ class mithep::FullExampleMod+;
|
22 |
|
|
#pragma link C++ class mithep::HLTExampleMod+;
|
23 |
|
|
#pragma link C++ class mithep::SimpleExampleMod+;
|
24 |
loizides |
1.16 |
#pragma link C++ class mithep::TrackToPartMod+;
|
25 |
bendavid |
1.17 |
#pragma link C++ class mithep::RunSelectionMod+;
|
26 |
bendavid |
1.18 |
#pragma link C++ class mithep::RunLumiSelectionMod+;
|
27 |
sixie |
1.1 |
#endif
|