|
MarlinTPC
1.2.0
|
Creates one aida histogram per chip and event. More...
#include <TimePixEventHistoProcessor.h>
Classes | |
| class | AIDAHistogram |
| A helper class to store AIDA histograms in a map. More... | |
Protected Attributes | |
| int | _nColumn |
| number of columns of the chip | |
| int | _nRow |
| number of rows of the chip | |
| std::string | _mode |
| mode that should be plotted | |
| std::string | _inputColName |
| Name of the input collection. | |
| std::string | _histoBaseName |
| Base name of the histograms. | |
| std::map< int, AIDAHistogram > | _eventHistos |
| A map with the chipID as key and an AIDAHistogram as value. | |
| tpcconddata::TimePixMap * | _timePixMap |
Creates one aida histogram per chip and event.
Can use zero suppressed or non zero suppressed TimePixData
| InputCollectionName | Name of the input collection (default TimePixZeroSuppressedData) |
| HistoBaseName | Base name of the histograms (default TimePixEvent) |
| nColumn | Number of columns of the chip (default 256) |
| nRow | Number of rows of the chip (default 256) |
| Mode | Mode that should be plotted (TOT, TIMEPIX, MEDIPIX, ONEHIT or ANY), default: ANY |
1.8.6