MarlinKinfitProcessors  0.4.2
Public Member Functions | Protected Attributes | List of all members
MCParticleFilter Class Reference

MCParticleFilter processor Chooses which MCParticles to keep author: Graham Wilson. More...

#include <MCParticleFilter.h>

Inheritance diagram for MCParticleFilter:

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 end ()
 Called after data processing for clean up.
 

Protected Attributes

int nEvt {}
 

Detailed Description

MCParticleFilter processor Chooses which MCParticles to keep author: Graham Wilson.

Member Function Documentation

void MCParticleFilter::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: