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
Loading