Inheritance diagram for MOBChiSquareCut:
Put here an extensive description of what your
module OBChiSquareCut verbosity = info enable = true InputFile = ChiSquareCuts.root FalseRejectionProbability = 0.0001 endmod
Public Member Functions | |
MOBChiSquareCut (QSequence *s) | |
constructor | |
~MOBChiSquareCut () | |
destructor | |
void | Init () |
Init method. | |
QEvent * | Do (QEvent *ev) |
Do method. | |
void | Done () |
Done method. | |
Private Attributes | |
std::string | fInputFile |
Input filename. | |
std::map< int, TF1 * > | fCutFunctions |
Map of cut functions for each channel. | |
std::set< int > | fMissingChannels |
Set of channels which have no filter. | |
double | fQuantileProbability |
Probability for computing quantiles. |