Skip to content
Snippets Groups Projects

Add new TruthBinding::childTruthBinding method

Merged John Derek Chapman requested to merge jchapman/athena:ISFTruthBinding_main into main
2 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -59,6 +59,9 @@ namespace ISF {
inline HepMC::ConstGenParticlePtr getGenerationZeroTruthParticle() const;
inline void setGenerationZeroTruthParticle(HepMC::GenParticlePtr p);
/** Create a TruthBinding for a child particle */
inline TruthBinding* childTruthBinding(HepMC::GenParticlePtr childP) const;
private:
HepMC::GenParticlePtr m_truthParticle{}; //!< pointer to particle in MC truth
HepMC::GenParticlePtr m_primaryTruthParticle{}; //!< pointer to corresponding primary (generator) particle
Loading