11 |
|
#include "MitAna/DataTree/interface/ObjArray.h" |
12 |
|
#include "MitAna/DataTree/interface/Vector.h" |
13 |
|
#include "MitAna/DataTree/interface/DataObject.h" |
14 |
+ |
#include "MitAna/DataTree/interface/EventHeader.h" |
15 |
|
#include "MitAna/DataTree/interface/Track.h" |
16 |
|
#include "MitAna/DataTree/interface/Particle.h" |
17 |
|
#include "MitAna/DataTree/interface/GenParticle.h" |
31 |
|
#pragma link C++ class mithep::Names+; |
32 |
|
|
33 |
|
#pragma link C++ class mithep::DataObject+; |
34 |
+ |
#pragma link C++ class mithep::EventHeader+; |
35 |
|
#pragma link C++ class mithep::Track+; |
36 |
|
#pragma link C++ class mithep::Particle+; |
37 |
|
#pragma link C++ class mithep::GenParticle+; |
40 |
|
#pragma link C++ class mithep::Electron+; |
41 |
|
|
42 |
|
#pragma link C++ class mithep::BaseCollection+; |
43 |
+ |
#pragma link C++ class mithep::Collection<mithep::EventHeader>+; |
44 |
|
#pragma link C++ class mithep::Collection<mithep::DataObject>+; |
45 |
|
#pragma link C++ class mithep::Collection<mithep::Track>+; |
46 |
|
#pragma link C++ class mithep::Collection<mithep::Particle>+; |
55 |
|
#pragma link C++ class mithep::Array<mithep::Lepton>+; |
56 |
|
#pragma link C++ class mithep::Array<mithep::Muon>+; |
57 |
|
#pragma link C++ class mithep::Array<mithep::Electron>+; |
58 |
+ |
#pragma link C++ class mithep::Vector<mithep::EventHeader>+; |
59 |
|
#pragma link C++ typedef mithep::DataObjectCol; |
60 |
|
#pragma link C++ typedef mithep::TrackCol; |
61 |
|
#pragma link C++ typedef mithep::ParticleCol; |