CEDViewer
1.12.0
|
LCIO collection based viewer for CED event dislplay (A. More...
#include <CEDViewer.h>
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. | |
void | printParticle (int id, LCEvent *evt) |
Protected Attributes | |
StringVec | _drawCollections |
Input collection name. | |
StringVec | _drawCollectionsLayer |
bool | _usingParticleGun |
int | _drawHelixForTracks |
int | _drawDetectorID |
int | _colorScheme |
float | _mcpECut |
float | _helix_max_r |
float | _helix_max_z |
bool | _useTPCForLimitsOfHelix |
int | _waitForKeyboard |
int | _drawHelixForPFOs |
int | _useColorForHelixTracks |
IntVec | _colors |
int | _nRun |
int | _nEvt |
LCIO collection based viewer for CED event dislplay (A.
Zhelezov). Define the collection name, marker, size and optionally the layer number in the steering file. For 'DrawCollection' a default layer number in CED is chosen.
DrawCollection | - collection to be displayed ( ColName, marker type[0-2] ) |
DrawInLayer | - collection to be displayed ( ColName, marker type[0-2], size) |
|
virtual |
Called at the begin of the job before anything is read.
Use to initialize the processor, e.g. book histograms.