Public Member Functions | |
virtual bool | Filter (const QCoincidence &coinc) const |
void | SetEnergyCut (const Cuore::QInterval &eCut) |
void | Invert (bool invert) |
virtual std::string | Dump () const |
dump filter parameters | |
Private Attributes | |
double | fTotalEnergy |
Cuore::QInterval | fCut |
bool | fInvert |
bool QTotalEnergyFilter::Filter | ( | const QCoincidence & | coinc | ) | const [virtual] |
coincidences based on the total energy allowed
Implements QCoincidenceFilter.
References QCoincidence::GetEvents().
void QTotalEnergyFilter::SetEnergyCut | ( | const Cuore::QInterval & | eCut | ) | [inline] |
the Total Energy Cut
std::string QTotalEnergyFilter::Dump | ( | ) | const [virtual] |