1 |
loizides |
1.1 |
// $Id:$
|
2 |
|
|
|
3 |
|
|
#ifndef MITANA_DATATREE_MCPARTICLECOLLINKDEF_H
|
4 |
|
|
#define MITANA_DATATREE_MCPARTICLECOLLINKDEF_H
|
5 |
|
|
|
6 |
|
|
#include "MitAna/DataCont/interface/Ref.h"
|
7 |
|
|
#include "MitAna/DataTree/interface/MCParticleCol.h"
|
8 |
|
|
#endif
|
9 |
|
|
|
10 |
|
|
#ifdef __CINT__
|
11 |
|
|
#pragma link off all globals;
|
12 |
|
|
#pragma link off all classes;
|
13 |
|
|
#pragma link off all functions;
|
14 |
|
|
#pragma link C++ nestedclass;
|
15 |
|
|
#pragma link C++ nestedtypedef;
|
16 |
|
|
#pragma link C++ namespace mithep;
|
17 |
|
|
|
18 |
|
|
#pragma link C++ class mithep::Ref<mithep::MCParticle>+;
|
19 |
|
|
#pragma link C++ class mithep::MCParticle+;
|
20 |
|
|
#pragma link C++ class mithep::Collection<mithep::MCParticle>+;
|
21 |
|
|
#pragma link C++ class mithep::Array<mithep::MCParticle>+;
|
22 |
|
|
#pragma link C++ class mithep::ObjArray<mithep::MCParticle>+;
|
23 |
|
|
#pragma link C++ typedef mithep::MCParticleCol;
|
24 |
|
|
#pragma link C++ typedef mithep::MCParticleArr;
|
25 |
|
|
#pragma link C++ typedef mithep::MCParticleOArr;
|
26 |
|
|
#pragma link C++ enum mithep::MCParticle::EPartType;
|
27 |
|
|
#endif
|