|
MarlinUtil
1.12.1
|
Select a range of events by setting the boolean 'SelectEvents' to true for the events processed by this processor in the range FirstEvent-LastEvent. More...
#include <SelectEvents.h>
Public Member Functions | |
| virtual Processor * | newProcessor () |
| virtual void | init () |
| Called at the begin of the job before anything is read. More... | |
| virtual void | processRunHeader (LCRunHeader *run) |
| Called for every run. | |
| virtual void | processEvent (LCEvent *evt) |
| Called for every event - the working horse. | |
| virtual void | check (LCEvent *evt) |
| virtual void | end () |
| Called after data processing for clean up. | |
Protected Attributes | |
| int | _nRun |
| int | _nEvt |
| int | _firstEvent |
| int | _lastEvent |
Select a range of events by setting the boolean 'SelectEvents' to true for the events processed by this processor in the range FirstEvent-LastEvent.
| FirstEvent | first processed event where 'SelectEvents' is true |
| LastEvent | last processed event where 'SelectEvents' is true |
|
virtual |
Called at the begin of the job before anything is read.
Use to initialize the processor, e.g. book histograms.
1.8.6