"MarlinReco"  1.32.0
Public Member Functions | Protected Attributes | List of all members
SelectReconstructedParticle Class Reference

Processor for marlin selecting reconstructed particle for further use. More...

#include <SelectReconstructedParticle.h>

Inheritance diagram for SelectReconstructedParticle:

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 modifyRunHeader (LCRunHeader *)
 
virtual void processEvent (LCEvent *evt)
 Called for every event - the working horse.
 
virtual void modifyEvent (LCEvent *)
 
virtual void end ()
 Called after data processing for clean up.
 

Protected Attributes

std::string _inputCollectionName {}
 Input and output collection name.
 
std::string _outputCollectionName {}
 
float _minimumMomentum {}
 

Detailed Description

Processor for marlin selecting reconstructed particle for further use.

Member Function Documentation

virtual void SelectReconstructedParticle::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 file: