MFilterByHeaterWord Class Reference
[Filters]
List of all members.
Detailed Description
filter events based on heater word
- Author:
- Sergio Di Domizio This filter can work in normal or inverted mode, depending on the value of the InvertMatch cfg parameter. In normal mode the events whose heater word match the requested value will pass the filter. The same events will be discarded if the filter is run in inverted mode.
- Parameters
- WordToMatch [int = -1]: The value of heater word for an event to pass the filter. Any negative value will allow any event to pass the filter.
- InvertMatch [ bool = false ] If true the match is inverted: all the events but those whose heater word matches the one specified by WordToMatch will pass the filter.
- Reads:
- QRawEvent::fMasterSample::fHeaterWord
|
Public Member Functions |
| MFilterByHeaterWord (QSequence *s) |
| constructor
|
| ~MFilterByHeaterWord () |
| destructor
|
void | GetCuts () |
| Get cuts from config file.
|
bool | Filter (const QEvent *ev) |
| return true if ev passes the cuts
|
Private Attributes |
unsigned int | fWordToMatch |
bool | fInvertMatch |
bool | fAlwaysPass |
The documentation for this class was generated from the following files:
- /home/cuoresvn/cuore/pkg/coincidences/MFilterByHeaterWord.hh
- /home/cuoresvn/cuore/pkg/coincidences/MFilterByHeaterWord.cc