ATLAS Offline Software
|
Go to the source code of this file.
Classes | |
class | generate::generator_base |
base class for a "generator" class More... | |
class | generate::breit_generator |
breit-wigner generator More... | |
class | generate::hist_generator |
generate a distribution according to an input histogram (after smoothing) More... | |
class | generate::experiment |
given a histogram, get a generator for the distribution in that histogram, then run some pseudo-experiments and collect the mean and rms More... | |
Namespaces | |
generate | |
Functions | |
double | generate::get_mean (const std::vector< double > &m) |
mean and rms More... | |
double | generate::get_rms (const std::vector< double > &m) |
TH1D * | generate::integrate (TH1D *hin) |
generate an integrated distribution More... | |
void | generate::ScaleIntegral (TH1D *hin) |
scale a distribution by the integral More... | |
TH1D * | generate::PDF (TH1D *hin) |
generate a (normalised) pdf from a distribution More... | |
TH1D * | generate::smooth (TH1D *hin, bool sym) |
smooth a distribution about the maximum NB: maximum is not smoothed More... | |
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
Definition in file generate.h.