1 |
sixie |
1.2 |
// $Id: MitPhysicsUtilsLinkDef.h,v 1.1 2009/07/20 04:55:33 loizides Exp $
|
2 |
loizides |
1.1 |
|
3 |
|
|
#ifndef MITPHYSICS_UTILS_LINKDEF_H
|
4 |
|
|
#define MITPHYSICS_UTILS_LINKDEF_H
|
5 |
|
|
|
6 |
|
|
#include "MitPhysics/Utils/interface/DiTauSystem.h"
|
7 |
sixie |
1.2 |
#include "MitPhysics/Utils/interface/GeneratorTools.h"
|
8 |
loizides |
1.1 |
#include "MitPhysics/Utils/interface/IsolationTools.h"
|
9 |
|
|
#include "MitPhysics/Utils/interface/MatchingTools.h"
|
10 |
|
|
#include "MitPhysics/Utils/interface/MuonTools.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::DiTauSystem;
|
22 |
sixie |
1.2 |
#pragma link C++ class mithep::GeneratorTools;
|
23 |
loizides |
1.1 |
#pragma link C++ class mithep::IsolationTools;
|
24 |
|
|
#pragma link C++ class mithep::MatchingTools;
|
25 |
|
|
#pragma link C++ class mithep::MuonTools;
|
26 |
|
|
|
27 |
|
|
#endif
|