"MarlinReco"  1.16.0
Public Member Functions | Protected Attributes | List of all members
GeomInitProcessor Class Reference

Used in lieu of common Geometry API. More...

#include <GeomInitProcessor.h>

Inheritance diagram for GeomInitProcessor:

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 _colName
 Input collection name.
 
int _nRun
 
int _nEvt
 

Detailed Description

Used in lieu of common Geometry API.

Dynamicaly instansiates a TPC defined in marlin_tpcgeom.h which is accessed via a global pointer the_tpc.

Author
S. Aplin, DESY

Member Function Documentation

virtual void GeomInitProcessor::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: