|
MarlinTPC
1.2.0
|
This processor creates histograms for the number of pulses per hit and for the charge of the pulses. More...
#include <PulsePerHitProcessor.h>
Protected Attributes | |
| std::string | _inputColName |
| Name of the input collection. | |
| float | _pulsesPerHitHistoMin |
| Minimum of the histogram for the pulses per hit. | |
| float | _pulsesPerHitHistoMax |
| Maximum of the histogram for the pulses per hit. | |
|
std::map< std::pair< int, int > , TH1 * > | _pulsesPerHitPerRowHistos |
| histograms for pulses per hit in each row | |
| TH1D * | _pulsesPerHitHisto |
| histogram for the pulses per hit | |
| const gear::TPCParameters * | _gearParameters |
This processor creates histograms for the number of pulses per hit and for the charge of the pulses.
It also creates a graph for the number of pulses per hit vs row.
createProcessor.py
1.8.6