MarlinTPC
1.2.0
|
This processor creates histograms for the number of hits in over range and with dead channel. More...
#include <HitQualityProcessor.h>
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. | |
This processor creates histograms for the number of hits in over range and with dead channel.