68 const EventContext& ctx = Gaudi::Hive::currentContext();
74 if ( !m_trackingVolume.get() ) {
77 if (!readHandle.
isValid() || *readHandle ==
nullptr) {
84 if (!trackingVolume) {
88 m_trackingVolume.set(trackingVolume);
94 int absPdg = abs(particle.pdgCode());
106 *m_trackingVolume.get(),
108 particleHypo).release();
117 particle.timeStamp(),
123 delete extrapolatedPars;
125 return extrapolatedParticle;
The generic ISF particle definition,.