Skip to content

EGammaVariableCorrection Change random smearing correction to use TRandom::Gaus

Previously used TF1->GetRandom, which required setting the Npx to get the required resolution, which is very slow. Changing to use the TRandom::Gaus doesn't require this and so is much faster to process

Merge request reports