Purely virtual mother class that implements the main feautures of a cut function on a given dataset....
Definition: cut.h:20
The "DataHandler" class provides a common interface to all datasets. It provides methods to get kinem...
Definition: datahandler.h:23
Derivation of the class Cut to impose cut on the variable "Q".
Definition: qcut.h:16
void EnforceCut()
Purely virtual function to be used implemented in the derived class to eforce the cut.
QCut(DataHandler const &dataset, double const &Qmin, double const &Qmax)
The "QCut" constructor.