Making TFCSParametrizationBase::simulate method const
This merge request makes the TFCSParametrizationBase::simulate
method const
. It also makes a few local variables const in ISF_FastCaloSimEvent classes to allow the compiler to optimize the code more easily.
This also allows IFastCaloSimParamSvc::simulate
to be made const
.
Depends on !28520 (merged).
Edited by John Derek Chapman