MarlinTPC
1.2.0
|
This processor creates one histogram with the raw data of each channel. More...
#include <ADCRawEventDisplayProcessor.h>
Protected Attributes | |
int | _nTimeSamples |
Number of time samples (bins per histogram) | |
std::string | _inputColName |
Name of the input collection. More... | |
bool | _deleteHistograms |
std::map< std::pair< int, int > , AIDA::IHistogram1D * > | rawHistos |
This processor creates one histogram with the raw data of each channel.
This means for n channels there are n histograms per event!!! Be careful only to use it for dedicated debugging runs.
Although it is called RAW event processor it does not use TrackerRawData but TrackerData, so it can also be used for calibrated (e. g. pedestal subtracted) data. Simply use the TrackerRawDataToDataConverterProcessor before if you have TrackerRawData.
InputCollectionName | Name of the TrackerData input collection (default TPCData) |
nTimeSamples | Number of time samples (bins per histogram). Default: 1024 |
deleteHistograms | Set true if running with zero suppressed data. Otherwise histograms will only be reset (emptied). Default: false |
One histogram per channel and event
|
protected |
Name of the input collection.
Set true if running with zero suppred data. Otherwise histograms will only be reset (emptied)