1 #ifndef HITQUALITYPROCESSOR_H
2 #define HITQUALITYPROCESSOR_H
4 #include <marlin/Processor.h>
13 #ifdef MARLIN_USE_AIDA
15 #include <marlin/AIDAProcessor.h>
38 virtual void processRunHeader(lcio::LCRunHeader* run);
40 virtual void processEvent(lcio::LCEvent* evt);
42 virtual void check(lcio::LCEvent* evt);
64 #endif // HITQUALITYPROCESSOR_H
float _deadChannelHistoMin
Minimum of the histogram for the hits with dead channel.
Definition: HitQualityProcessor.h:60
TH1D * _deadChannelsHitsHisto
histogram for the hits with a dead channel
Definition: HitQualityProcessor.h:52
TNtuple * _overRangeTuple
tuple for the hits in over range
Definition: HitQualityProcessor.h:54
TNtuple * _deadChannelsTuple
tuple for the hits with a dead channel
Definition: HitQualityProcessor.h:55
float _deadChannelHistoMax
Maximum of the histogram for the hits with dead channel.
Definition: HitQualityProcessor.h:61
float _overRangeHistoMin
Minimum of the histogram for the hits in over range.
Definition: HitQualityProcessor.h:57
This processor creates histograms for the number of hits in over range and with dead channel...
Definition: HitQualityProcessor.h:28
float _overRangeHistoMax
Maximum of the histogram for the hits in over range.
Definition: HitQualityProcessor.h:58
TH1D * _overRangeHitsHisto
histogram for the hits in over range
Definition: HitQualityProcessor.h:51
std::string _inputColName
Name of the input collection.
Definition: HitQualityProcessor.h:49