Skip to content
Snippets Groups Projects

main-coverity-MCTruth

Merged Shaun Roe requested to merge sroe/athena:main-coverity-MCTruth into main
All threads resolved!
Files
13
@@ -64,7 +64,7 @@ public:
* time an interaction of the G4Track is recorded to the
* HepMC::GenEvent. TODO Rename
*/
void SetCurrentGenParticle(HepMC::GenParticlePtr p) {m_currentlyTraced=std::move(p);}
void SetCurrentGenParticle(HepMC::GenParticlePtr p) {m_currentGenParticle = std::move(p);}
/**
* @brief return the value of G4Track::GetTrackID() for the last
@@ -104,7 +104,7 @@ public:
private:
HepMC::GenEvent *m_theEvent{};
HepMC::ConstGenParticlePtr m_currentPrimaryGenParticle{};
HepMC::GenParticlePtr m_currentlyTraced{};
HepMC::GenParticlePtr m_currentGenParticle{};
// These next two variables are used by the CaloCalibrationHit
// recording code as event-level flags They correspond to the Track
// ID and step number of the last G4Step processed by a
Loading