MarlinTPC  1.2.0
Public Member Functions | Protected Attributes | List of all members
marlintpc::HitQualityProcessor Class Reference

This processor creates histograms for the number of hits in over range and with dead channel. More...

#include <HitQualityProcessor.h>

Inheritance diagram for marlintpc::HitQualityProcessor:

Public Member Functions

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

Protected Attributes

std::string _inputColName
 Name of the input collection.
 
TH1D * _overRangeHitsHisto
 histogram for the hits in over range
 
TH1D * _deadChannelsHitsHisto
 histogram for the hits with a dead channel
 
TNtuple * _overRangeTuple
 tuple for the hits in over range
 
TNtuple * _deadChannelsTuple
 tuple for the hits with a dead channel
 
float _overRangeHistoMin
 Minimum of the histogram for the hits in over range.
 
float _overRangeHistoMax
 Maximum of the histogram for the hits in over range.
 
float _deadChannelHistoMin
 Minimum of the histogram for the hits with dead channel.
 
float _deadChannelHistoMax
 Maximum of the histogram for the hits with dead channel.
 

Detailed Description

This processor creates histograms for the number of hits in over range and with dead channel.

Author
F. Mueller, DESY

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