1 #ifndef ADCRawEventDisplayProcessor_h
2 #define ADCRawEventDisplayProcessor_h 1
8 #include "marlin/Processor.h"
58 virtual void processRunHeader( lcio::LCRunHeader* run ) ;
63 virtual void processEvent( lcio::LCEvent * evt ) ;
70 virtual void check( lcio::LCEvent * evt ) ;
91 bool _deleteHistograms;
93 std::map<std::pair<int,int>, AIDA::IHistogram1D*> rawHistos;
This processor creates one histogram with the raw data of each channel.
Definition: ADCRawEventDisplayProcessor.h:35
int _nTimeSamples
Number of time samples (bins per histogram)
Definition: ADCRawEventDisplayProcessor.h:87
std::string _inputColName
Name of the input collection.
Definition: ADCRawEventDisplayProcessor.h:88