1 |
loizides |
1.16 |
// $Id: MitAnaPhysicsModLinkDef.h,v 1.15 2009/06/15 15:00:16 loizides 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 |
loizides |
1.12 |
#include "MitAna/PhysicsMod/interface/SimpleExampleMod.h"
|
8 |
loizides |
1.16 |
#include "MitAna/PhysicsMod/interface/TrackToPartMod.h"
|
9 |
sixie |
1.1 |
#endif
|
10 |
loizides |
1.4 |
|
11 |
sixie |
1.1 |
#ifdef __CINT__
|
12 |
|
|
#pragma link off all globals;
|
13 |
|
|
#pragma link off all classes;
|
14 |
|
|
#pragma link off all functions;
|
15 |
|
|
#pragma link C++ nestedclass;
|
16 |
|
|
#pragma link C++ nestedtypedef;
|
17 |
|
|
#pragma link C++ namespace mithep;
|
18 |
|
|
|
19 |
loizides |
1.4 |
#pragma link C++ class mithep::FullExampleMod+;
|
20 |
|
|
#pragma link C++ class mithep::HLTExampleMod+;
|
21 |
|
|
#pragma link C++ class mithep::SimpleExampleMod+;
|
22 |
loizides |
1.16 |
#pragma link C++ class mithep::TrackToPartMod+;
|
23 |
sixie |
1.1 |
#endif
|