#include <EventQuality.hpp>
Inheritance diagram for caf_util::EventQuality:

Public Member Functions | |
| EventQuality (const char *name) | |
| ~EventQuality () | |
| bool | processEvent (cafe::Event &event) |
| Called for every event. | |
| ClassDef (EventQuality, 0) | |
Private Attributes | |
| bool | _cal_empty_crate |
| bool | _cal_coherent_noise |
| bool | _cal_ring_of_fire |
| bool | _cal_noon_noise |
| cafe::Variables | _vars |
Usage: add this processor to the controller Run processor, e.g.
cafe.Run ... EventQuality(processor_name) ...
You can change default behavior via configuration file.
Optional parameters:
Definition at line 27 of file EventQuality.hpp.
|
|
Definition at line 10 of file EventQuality.cpp. References _cal_coherent_noise, _cal_empty_crate, _cal_noon_noise, _cal_ring_of_fire, cafe::Processor::err(), cafe::Config::get(), and cafe::Processor::name(). |
|
|
Definition at line 41 of file EventQuality.hpp. |
|
||||||||||||
|
|
|
|
Called for every event.
Reimplemented from cafe::Processor. Definition at line 35 of file EventQuality.cpp. References _cal_coherent_noise, _cal_empty_crate, _cal_noon_noise, _cal_ring_of_fire, _vars, TMBGlobal::cal_coherent_noise(), TMBGlobal::cal_empty_crate(), TMBGlobal::cal_noon_noise(), TMBGlobal::cal_ring_of_fire(), cafe::StatPointer::EventSelected(), cafe::EventBase::get(), and cafe::Event::getGlobal(). |
|
|
Definition at line 32 of file EventQuality.hpp. Referenced by EventQuality(), and processEvent(). |
|
|
Definition at line 31 of file EventQuality.hpp. Referenced by EventQuality(), and processEvent(). |
|
|
Definition at line 34 of file EventQuality.hpp. Referenced by EventQuality(), and processEvent(). |
|
|
Definition at line 33 of file EventQuality.hpp. Referenced by EventQuality(), and processEvent(). |
|
|
Definition at line 36 of file EventQuality.hpp. Referenced by processEvent(). |
1.3.4