filter AmplitudeTrigger verbosity = info enable = true ThresholdFile = thresholds.txt nSigma = 3.0 endmod
Public Member Functions | |
MAmplitudeTrigger (QSequence *s) | |
constructor | |
~MAmplitudeTrigger () | |
destructor | |
void | GetCuts () |
Get cuts from config file. | |
bool | Filter (const QEvent *ev) |
return true if ev passes the cuts | |
Private Attributes | |
std::map< int, double > | fCutoffs |
Map of cutoff value for each channel. | |
double | fnSigmas |
Number of sigmas at which to set cut. | |
bool | fUseFile |
Will we use values from file or BaselineRMS? |