"MarlinReco"  1.32.0
Public Member Functions | List of all members
CheckPlots Class Reference

This processor provides check plots. More...

#include <CheckPlots.h>

Inheritance diagram for CheckPlots:

Public Member Functions

virtual Processor * newProcessor ()
 
virtual void init ()
 
virtual void processRunHeader (LCRunHeader *run)
 
virtual void processEvent (LCEvent *evt)
 
virtual void check (LCEvent *evt)
 
virtual void end ()
 

Detailed Description

This processor provides check plots.

The plots are arranged in the following different categories:

  1. MC particle related plots
  2. Plots related to the simulated hits in tracking and calorimeter devices
  3. Plots related to the hits in tracking and calorimeter devices
  4. Plots related to tracks
  5. Plots related to reconstructed particles
  6. 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$

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