BCMTFTemplate.h
void SetFunctionContainer(std::vector< TF1 * > *funccont, int nbins)
Set a function container funccont The function container nbins The number of bins (and functions) ...
Definition: BCMTFTemplate.cxx:64
void SetOrignialNormalization(double norm)
Set the original normalization.
Definition: BCMTFTemplate.h:126
BCMTFTemplate(const std::string &channelname, const std::string &processname)
The default constructor.
Definition: BCMTFTemplate.cxx:19
TH1D FluctuateHistogram(const std::string &options="GZ", double norm=1)
Fluctuate the original template histogram by the uncertainty on the bin content.
Definition: BCMTFTemplate.cxx:71
std::vector< TF1 * > * GetFunctionContainer()
Definition: BCMTFTemplate.h:97