1 #ifndef _M_TUTORIAL_AVERAGE_PULSE_HH_
2 #define _M_TUTORIAL_AVERAGE_PULSE_HH_
45 void Init(Diana::QEvent& ev);
48 void Do(Diana::QEvent& ev);
simple class to store channel based data
std::map< int, ChannelInfo > fAveragePulses
map containing ChannelInfo for each channel. The key is the channel number
std::string fOutput
output file which for AveragePulses
void Do(Diana::QEvent &ev)
Do method. Declare and implement only one of the two versions.
void Init(Diana::QEvent &ev)
Init method.