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

Public Member Functions | |
| Selector (const char *name) | |
| virtual void | Begin (TTree *tree) |
| virtual void | Init (TTree *tree) |
| virtual void | Terminate () |
| virtual Bool_t | Process (Entry_t entry) |
| virtual Int_t | Version () const |
| ClassDef (Selector, 0) | |
Private Attributes | |
| TTree * | _tree |
| Event | _event |
Can be passed directly to TTree::Process() and will call all its children for each event.
This allows you to call cafe Processors from the root command line and with any tree.
Definition at line 30 of file Selector.hpp.
|
|
Definition at line 7 of file Selector.cpp. |
|
|
Definition at line 14 of file Selector.cpp. References cafe::Controller::begin(). |
|
||||||||||||
|
|
|
|
Definition at line 19 of file Selector.cpp. References _event, _tree, cafe::Controller::inputFileOpened(), and cafe::EventBase::setBranchAddresses(). |
|
|
Definition at line 32 of file Selector.cpp. References _event, _tree, cafe::Entry_t, and cafe::Controller::processEvent(). |
|
|
Definition at line 26 of file Selector.cpp. References cafe::Controller::finish(). |
|
|
Definition at line 38 of file Selector.cpp. |
|
|
Definition at line 43 of file Selector.hpp. |
|
|
Definition at line 42 of file Selector.hpp. |
1.3.4