MarlinUtil  1.12.1
Public Member Functions | Protected Attributes | List of all members
SelectEvents Class Reference

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>

Inheritance diagram for SelectEvents:

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
 

Detailed Description

Select a range of events by setting the boolean 'SelectEvents' to true for the events processed by this processor in the range FirstEvent-LastEvent.

Parameters
FirstEventfirst processed event where 'SelectEvents' is true
LastEventlast processed event where 'SelectEvents' is true
Author
O. Wendt, DESY
Version
Id:
SelectEvents.h,v 1.2 2008-04-16 15:03:03 gaede Exp

Member Function Documentation

void SelectEvents::init ( )
virtual

Called at the begin of the job before anything is read.

Use to initialize the processor, e.g. book histograms.


The documentation for this class was generated from the following files: