Skip to content
Snippets Groups Projects

Preparatory changes for the HepMC3 migration for packages in AthSimulation

2 files
+ 1
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -57,7 +57,7 @@ namespace Simulation {
/** calculate the transformations that we want to apply to the particles in the current GenEvent */
StatusCode initializeGenEvent(CLHEP::HepLorentzRotation& transform) const;
/** apply boost to individual GenParticles */
void boostParticle(HepMC::GenParticlePtr p, const CLHEP::HepLorentzRotation& transform) const;
void boostParticle(HepMC::GenParticlePtr p, const CLHEP::HepLorentzRotation& transform) const;
ServiceHandle<IAthRNGSvc> m_rndGenSvc;
ATHRNG::RNGWrapper* m_randomEngine; //!< Slot-local RNG
Loading