138 |
|
#pragma link C++ class mithep::Collection<mithep::BasicCluster>+; |
139 |
|
#pragma link C++ class mithep::Array<mithep::BasicCluster>+; |
140 |
|
#pragma link C++ class mithep::ObjArray<mithep::BasicCluster>+; |
141 |
< |
#pragma link C++ class mithep::RefArray<mithep::BasicCluster>-; |
141 |
> |
#pragma link C++ class mithep::RefArray<mithep::BasicCluster,1024>+; |
142 |
|
#pragma link C++ typedef mithep::BasicClusterCol; |
143 |
|
#pragma link C++ typedef mithep::BasicClusterArr; |
144 |
|
#pragma link C++ typedef mithep::BasicClusterOArr; |
155 |
|
#pragma link C++ class mithep::Collection<mithep::CaloTower>+; |
156 |
|
#pragma link C++ class mithep::Array<mithep::CaloTower>+; |
157 |
|
#pragma link C++ class mithep::ObjArray<mithep::CaloTower>+; |
158 |
< |
#pragma link C++ class mithep::RefArray<mithep::CaloTower>-; |
158 |
> |
#pragma link C++ class mithep::RefArray<mithep::CaloTower,1024>+; |
159 |
|
#pragma link C++ typedef mithep::CaloTowerCol; |
160 |
|
#pragma link C++ typedef mithep::CaloTowerArr; |
161 |
|
#pragma link C++ typedef mithep::CaloTowerOArr; |
162 |
|
|
163 |
|
#pragma link C++ class mithep::Particle+; |
164 |
|
#pragma link C++ class mithep::Collection<mithep::Particle>+; |
165 |
< |
#pragma link C++ class mithep::RefArray<mithep::Particle>-; |
165 |
> |
#pragma link C++ class mithep::RefArray<mithep::Particle,1024>+; |
166 |
|
#pragma link C++ typedef mithep::ParticleCol; |
167 |
|
|
168 |
|
#pragma link C++ class mithep::ChargedParticle+; |
254 |
|
|
255 |
|
#pragma link C++ class mithep::DaughterData+; |
256 |
|
#pragma link C++ class mithep::Collection<mithep::DaughterData>+; |
257 |
< |
#pragma link C++ class mithep::RefArray<mithep::DaughterData>-; |
257 |
> |
#pragma link C++ class mithep::RefArray<mithep::DaughterData,32>+; |
258 |
|
|
259 |
|
#pragma link C++ class mithep::StableData+; |
260 |
|
#pragma link C++ class mithep::Collection<mithep::StableData>+; |
280 |
|
#pragma link C++ class mithep::Collection<mithep::Conversion>+; |
281 |
|
#pragma link C++ class mithep::Array<mithep::Conversion>+; |
282 |
|
#pragma link C++ class mithep::ObjArray<mithep::Conversion>+; |
283 |
< |
#pragma link C++ class mithep::RefArray<mithep::Conversion>-; |
283 |
> |
#pragma link C++ class mithep::RefArray<mithep::Conversion,128>+; |
284 |
|
#pragma link C++ typedef mithep::ConversionCol; |
285 |
|
#pragma link C++ typedef mithep::ConversionArr; |
286 |
|
#pragma link C++ typedef mithep::ConversionOArr; |