|
CEDViewer
1.12.0
|
Example processor for marlin. More...
#include <DrawCLIC.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. | |
Static Public Member Functions | |
| static void | drawGEARDetector () |
| static void | drawDetectorFromGear (gear::GearMgr *gearMgr) |
Protected Attributes | |
| bool | _begin |
| int | _nRun |
| int | _nEvt |
Example processor for marlin.
If compiled with MARLIN_USE_AIDA it creates a histogram (cloud) of the MCParticle energies.
Needs the collection of MCParticles.
A histogram.
| CollectionName | Name of the MCParticle collection |
|
static |
Cos12;
|
virtual |
Called at the begin of the job before anything is read.
Use to initialize the processor, e.g. book histograms.
1.8.6