#include <StatGWeight.hpp>
Inheritance diagram for cafe::StatGWeight:

Public Member Functions | |
| StatGWeight (const char *name) | |
| ~StatGWeight () | |
| bool | processEvent (cafe::Event &event) |
| Called for every event. | |
| ClassDef (StatGWeight, 0) | |
Usage: add this processor to the controller Run processor (only one instance allowed), e.g.
cafe.Run ... StatGWeight(processor_name) ...
Definition at line 20 of file StatGWeight.hpp.
|
|
Definition at line 8 of file StatGWeight.cpp. |
|
|
Definition at line 24 of file StatGWeight.hpp. |
|
||||||||||||
|
|
|
|
Called for every event.
Reimplemented from cafe::Processor. Definition at line 10 of file StatGWeight.cpp. References cafe::StatPointer::calculateGlobalWeight(), and cafe::EventBase::get(). |
1.3.4