20 const auto& path = *(
pair.first);
21 const auto& state = *(
pair.second);
23 const auto& seed = path.front();
24 const auto* seedRecoTrack = seed.getSeed();
25 const auto* seedEclShower = seedRecoTrack->getRelated<
ECLShower>(
"ECLShowers");
28 const auto* wireHit = state.getWireHit();
29 const auto* cdcHit = wireHit->getHit();
32 if (seedMCParticle != hitMCParticle) {
A Class to store the Monte Carlo particle information.