19 |
|
|
20 |
|
#include "MitAna/DataTree/interface/DataObject.h" |
21 |
|
#include "MitAna/DataTree/interface/Vertex.h" |
22 |
– |
#include "MitAna/DataTree/interface/FitVertex.h" |
22 |
|
#include "MitAna/DataTree/interface/Track.h" |
23 |
|
#include "MitAna/DataTree/interface/BasicCluster.h" |
24 |
|
#include "MitAna/DataTree/interface/SuperCluster.h" |
34 |
|
#include "MitAna/DataTree/interface/TriggerObject.h" |
35 |
|
#include "MitAna/DataTree/interface/MCParticle.h" |
36 |
|
#include "MitAna/DataTree/interface/CompositeParticle.h" |
37 |
+ |
#include "MitAna/DataTree/interface/DaughterData.h" |
38 |
+ |
#include "MitAna/DataTree/interface/StableData.h" |
39 |
+ |
#include "MitAna/DataTree/interface/DecayData.h" |
40 |
|
#include "MitAna/DataTree/interface/DecayParticle.h" |
41 |
|
#include "MitAna/DataTree/interface/Conversion.h" |
42 |
|
#include "MitAna/DataTree/interface/Photon.h" |
110 |
|
#pragma link C++ typedef mithep::DataObjectOArr; |
111 |
|
|
112 |
|
#pragma link C++ class mithep::Vertex+; |
113 |
< |
#pragma link C++ class mithep::FitVertex+; |
113 |
> |
#pragma link C++ class mithep::Collection<mithep::Vertex>+; |
114 |
> |
#pragma link C++ class mithep::Array<mithep::Vertex>+; |
115 |
> |
#pragma link C++ class mithep::ObjArray<mithep::Vertex>+; |
116 |
> |
#pragma link C++ typedef mithep::VertexCol; |
117 |
> |
#pragma link C++ typedef mithep::VertexArr; |
118 |
|
|
119 |
|
#pragma link C++ class mithep::Collection<mithep::BitMask256>+; |
120 |
|
#pragma link C++ class mithep::Vector<mithep::BitMask256>+; |
248 |
|
|
249 |
|
#pragma link C++ class mithep::DaughterData+; |
250 |
|
#pragma link C++ class mithep::Collection<mithep::DaughterData>+; |
251 |
< |
#pragma link C++ class mithep::StackArray<mithep::DaughterData,32>-; |
251 |
> |
#pragma link C++ class mithep::RefArray<mithep::DaughterData>-; |
252 |
> |
|
253 |
> |
#pragma link C++ class mithep::StableData+; |
254 |
> |
#pragma link C++ class mithep::Collection<mithep::StableData>+; |
255 |
> |
#pragma link C++ class mithep::Array<mithep::StableData>+; |
256 |
> |
#pragma link C++ typedef mithep::StableDataCol; |
257 |
> |
#pragma link C++ typedef mithep::StableDataArr; |
258 |
> |
|
259 |
> |
#pragma link C++ class mithep::DecayData+; |
260 |
> |
#pragma link C++ class mithep::Collection<mithep::DecayData>+; |
261 |
> |
#pragma link C++ class mithep::Array<mithep::DecayData>+; |
262 |
> |
#pragma link C++ typedef mithep::DecayDataCol; |
263 |
> |
#pragma link C++ typedef mithep::DecayDataArr; |
264 |
|
|
265 |
|
#pragma link C++ class mithep::DecayParticle+; |
266 |
|
#pragma link C++ class mithep::Collection<mithep::DecayParticle>+; |