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

The list of objects to keep is passed in one or more TObjArray via the Event.
The package assumes that some other code determines which objects are worth keeping and puts the objects into a TObjArray. There can be more than one such list. The names of these arrays is given in the .Keep: option.
Configuration options:
Definition at line 31 of file RemoveObjects.hpp.
Public Member Functions | |
| RemoveObjects (const char *name) | |
| bool | processEvent (cafe::Event &event) |
| Called for every event. | |
| ClassDef (RemoveObjects, 0) | |
Private Attributes | |
| std::string | _branch |
| std::vector< std::string > | _list |
|
|
Definition at line 13 of file RemoveObjects.cpp. References _branch, _list, cafe::Config::get(), cafe::Config::getVString(), and cafe::Processor::name(). |
|
||||||||||||
|
|
|
|
Called for every event.
Reimplemented from cafe::Processor. Definition at line 24 of file RemoveObjects.cpp. References _branch, _list, cafe::Processor::err(), cafe::EventBase::get(), cafe::EventBase::getClonesArray(), and cafe::Processor::name(). |
|
|
Definition at line 36 of file RemoveObjects.hpp. Referenced by processEvent(), and RemoveObjects(). |
|
|
Definition at line 37 of file RemoveObjects.hpp. Referenced by processEvent(), and RemoveObjects(). |
1.3.4