FastCaloSim: Making FastShowerCellBuilderTool const.
TH1::GetRandom() and TH2::GetRandom2() are not MT-safe, since they're non-const and also use gRandom. These are used from ParticleEnergyParametrization. Rewrite so as to be const and to allow passing in a random generator rather than having to use gRandom. (We currently still pass in gRandom. Changing that would change rng seeding, so that will be fixed in a subsequent change.)
Merge request reports
Activity
added Simulation master review-pending-level-1 labels
CI Result SUCCESSAthena AthSimulation externals cmake make required tests optional tests Full details available at NICOS MR-20534-2019-01-23-01-05
Athena: number of compilation errors 0, warnings 6
AthSimulation: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST 32559] (for remote access see the FAQ for MR reviewers)mentioned in commit b0bcf847
added sweep:ignore label