1 #ifndef HISTOGRAMSIMTRACKERHITCHARGESPECTRUMPROCESSOR_H
2 #define HISTOGRAMSIMTRACKERHITCHARGESPECTRUMPROCESSOR_H
4 #include <marlin/Processor.h>
34 virtual void processRunHeader(EVENT::LCRunHeader* run);
36 virtual void processEvent(EVENT::LCEvent* evt);
38 virtual void check(EVENT::LCEvent* evt);
54 #endif // HISTOGRAMSIMTRACKERHITCHARGESPECTRUMPROCESSOR_H
AIDA::IHistogram1D * _myAidaHistogram
Pointer to the histogram.
Definition: HistogramSimTrackerHitChargeSpectrumProcessor.h:47
float _histoMax
Maximum of the histogram.
Definition: HistogramSimTrackerHitChargeSpectrumProcessor.h:50
std::string _inputColName
Name of the input collection.
Definition: HistogramSimTrackerHitChargeSpectrumProcessor.h:45
int _histoNBins
Number of bins in the histogram.
Definition: HistogramSimTrackerHitChargeSpectrumProcessor.h:48
Histogram the charge of SimTrackerHits in units of e (hardcoded value 26 eV for Argon).
Definition: HistogramSimTrackerHitChargeSpectrumProcessor.h:24
float _histoMin
Minimum of the histogram.
Definition: HistogramSimTrackerHitChargeSpectrumProcessor.h:49