filter SelectK40Photopeak verbosity = info enable = true PeaksFileDir = /home/cuore PeaksFilePrefix = K40Photopeaks endmod
Public Member Functions | |
MSelectK40Photopeak (QSequence *s) | |
constructor | |
~MSelectK40Photopeak () | |
destructor | |
void | GetCuts () |
Get cuts from config file. | |
bool | Filter (const QEvent *ev) |
return true if ev passes the cuts | |
Private Member Functions | |
std::string | GetPeaksFile (const int &run) |
Get full path of peaks file for the given run. | |
Private Attributes | |
bool | fIsFirstEvent |
Whether or not event being processed is the first event. | |
std::set< int > | fMissingChannels |
Set of channels missing from peaks file. | |
std::map< int, PeakData > | fPeaks |
Mean and sigma for each channel. | |
std::string | fPeaksFileDir |
Directory for files with peak information. | |
std::string | fPeaksFilePrefix |
Prefix for files with peak information. | |
Classes | |
class | PeakData |