1 |
loizides |
1.2 |
// $Id: MitPhysicsModsLinkDef.h,v 1.1 2008/10/15 06:05:00 loizides Exp $
|
2 |
loizides |
1.1 |
|
3 |
|
|
#ifndef MITPHYSICS_MODS_LINKDEF_H
|
4 |
|
|
#define MITPHYSICS_MODS_LINKDEF_H
|
5 |
|
|
#include "MitPhysics/Mods/interface/ElectronCleaningMod.h"
|
6 |
|
|
#include "MitPhysics/Mods/interface/ElectronIDMod.h"
|
7 |
|
|
#include "MitPhysics/Mods/interface/GeneratorMod.h"
|
8 |
|
|
#include "MitPhysics/Mods/interface/JetCleaningMod.h"
|
9 |
|
|
#include "MitPhysics/Mods/interface/JetIDMod.h"
|
10 |
|
|
#include "MitPhysics/Mods/interface/MuonIDMod.h"
|
11 |
|
|
#endif
|
12 |
|
|
|
13 |
|
|
#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 |
|
|
#pragma link C++ class mithep::ElectronCleaningMod+;
|
22 |
|
|
#pragma link C++ class mithep::ElectronIDMod+;
|
23 |
|
|
#pragma link C++ class mithep::GeneratorMod+;
|
24 |
|
|
#pragma link C++ class mithep::JetCleaningMod+;
|
25 |
|
|
#pragma link C++ class mithep::JetIDMod+;
|
26 |
|
|
#pragma link C++ class mithep::MuonIDMod+;
|
27 |
|
|
#endif
|