This processor provides check plots.  
 More...
#include <CheckPlots.h>
 | 
| 
virtual Processor *  | newProcessor () | 
|   | 
| 
virtual void  | init () | 
|   | 
| 
virtual void  | processRunHeader (LCRunHeader *run) | 
|   | 
| 
virtual void  | processEvent (LCEvent *evt) | 
|   | 
| 
virtual void  | check (LCEvent *evt) | 
|   | 
| 
virtual void  | end () | 
|   | 
This processor provides check plots. 
The plots are arranged in the following different categories: 
- MC particle related plots 
 
- Plots related to the simulated hits in tracking and calorimeter devices 
 
- Plots related to the hits in tracking and calorimeter devices 
 
- Plots related to tracks 
 
- Plots related to reconstructed particles 
 
- more to come 
 
 Steering parameters: 
 FillMCGen: toggles the check plots for the MC particles with generator status == 1 ( 0 or 1 ) 
 FillMCSim : toggles the check plots for the MC particles with generator status != 1 ( 0 or 1 ) 
 FillSimCalo : produces check plots for the simulated calorimeter hits 
 SimECut : cut on the simulated energy in the cell. Only energies above this cut are taken into account. 
 FillCalo : produces check plots for the calorimeter hits 
 ECut : cut on the energy in the cell. Only energies above this cut are taken into account. 
 ThetaCut : cut in theta to assign particles which are lost in the beam pipe FillTracks : toggles the check plots for the tracks ColNameTracks : name of the LCCollection of tracks ColNameRelationTrackToMCP : name of the LCRelation collection connecting the tracks and the corresponding MC particle FillReconstructedParticles : toggles the check plots for the reconstructed paricles ColNameReconstructedParticles : name of the LCCollection of reconstructed paricles 
- Author
 - O. Wendt (DESY) 
 
- Version
 
- Id:
 - CheckPlots.h 2553 2011-09-20 14:50:20Z gaede 
 
The documentation for this class was generated from the following file: