204 |
|
#pragma link C++ typedef mithep::MCParticleArr; |
205 |
|
#pragma link C++ enum mithep::MCParticle::EPartType; |
206 |
|
|
207 |
+ |
#pragma link C++ class mithep::DaughterData+; |
208 |
+ |
#pragma link C++ class mithep::Collection<mithep::DaughterData>+; |
209 |
+ |
#pragma link C++ class mithep::StackArray<mithep::DaughterData,32>-; |
210 |
+ |
|
211 |
|
#pragma link C++ class mithep::DecayParticle+; |
212 |
|
#pragma link C++ class mithep::Collection<mithep::DecayParticle>+; |
213 |
|
#pragma link C++ class mithep::Array<mithep::DecayParticle>+; |
243 |
|
#pragma link C++ typedef mithep::StableDaughterCol; |
244 |
|
#pragma link C++ typedef mithep::StableDaughterArr; |
245 |
|
|
246 |
+ |
|
247 |
|
#endif |