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

#include <DrawMCParticles.h>

Inheritance diagram for DrawMCParticles:

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

std::string _colNameMC
 Input collection name.
 
double _rIn
 
double _zIn
 
double _rOut
 
double _zOut
 
double _energyCut
 
double _bField
 
int _waitForKeyboard
 
int _nRun
 
int _nEvt
 

Detailed Description

Author
O. Wendt, DESY
Version
Id:
DrawMCParticles.h,v 1.1 2007-04-27 14:04:29 owendt Exp

Member Function Documentation

void DrawMCParticles::init ( )
virtual

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

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

References MarlinCED::init().


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