29 |
|
#include "MitAna/DataTree/interface/SuperCluster.h" |
30 |
|
#include "MitAna/DataTree/interface/CaloTower.h" |
31 |
|
|
32 |
– |
#include "MitAna/DataTree/interface/GenericParticle.h" |
32 |
|
#include "MitAna/DataTree/interface/Particle.h" |
33 |
|
#include "MitAna/DataTree/interface/ChargedParticle.h" |
34 |
+ |
#include "MitAna/DataTree/interface/GenericParticle.h" |
35 |
|
#include "MitAna/DataTree/interface/Muon.h" |
36 |
|
#include "MitAna/DataTree/interface/Electron.h" |
37 |
|
#include "MitAna/DataTree/interface/Jet.h" |
177 |
|
#pragma link C++ typedef mithep::CaloTowerArr; |
178 |
|
#pragma link C++ typedef mithep::CaloTowerOArr; |
179 |
|
|
180 |
– |
#pragma link C++ class mithep::GenericParticle+; |
181 |
– |
#pragma link C++ class mithep::Collection<mithep::GenericParticle>+; |
182 |
– |
#pragma link C++ class mithep::RefArray<mithep::GenericParticle>+; |
183 |
– |
#pragma link C++ class mithep::ObjArray<mithep::GenericParticle>+; |
184 |
– |
#pragma link C++ class mithep::Ref<mithep::GenericParticle>+; |
185 |
– |
#pragma link C++ typedef mithep::GenericParticleCol; |
186 |
– |
#pragma link C++ typedef mithep::GenericParticleOArr; |
187 |
– |
|
180 |
|
#pragma link C++ class mithep::Particle+; |
181 |
|
#pragma link C++ class mithep::Collection<mithep::Particle>+; |
182 |
|
#pragma link C++ class mithep::RefArray<mithep::Particle>+; |
193 |
|
#pragma link C++ typedef mithep::ChargedParticleArr; |
194 |
|
#pragma link C++ typedef mithep::ChargedParticleOArr; |
195 |
|
|
196 |
+ |
#pragma link C++ class mithep::GenericParticle+; |
197 |
+ |
#pragma link C++ class mithep::Collection<mithep::GenericParticle>+; |
198 |
+ |
#pragma link C++ class mithep::RefArray<mithep::GenericParticle>+; |
199 |
+ |
#pragma link C++ class mithep::ObjArray<mithep::GenericParticle>+; |
200 |
+ |
#pragma link C++ class mithep::Ref<mithep::GenericParticle>+; |
201 |
+ |
#pragma link C++ typedef mithep::GenericParticleCol; |
202 |
+ |
#pragma link C++ typedef mithep::GenericParticleOArr; |
203 |
+ |
|
204 |
|
#pragma link C++ class mithep::Muon+; |
205 |
|
#pragma link C++ enum mithep::Muon::EClassType; |
206 |
|
#pragma link C++ class mithep::Collection<mithep::Muon>+; |