![]() |
Diana Software
|
Classes | |
| class | ChannelInfo |
| simple class to store channel based data More... | |
Public Member Functions | |
| void | Init (Diana::QEvent &ev) |
| Init method. More... | |
| void | Do (Diana::QEvent &ev) |
| Do method. Declare and implement only one of the two versions. More... | |
| void | Done () |
| Done method. More... | |
Private Attributes | |
| std::map< int, ChannelInfo > | fAveragePulses |
| map containing ChannelInfo for each channel. The key is the channel number More... | |
| std::string | fOutput |
| output file which for AveragePulses More... | |
Definition at line 40 of file MTutorialAveragePulse.hh.
| void MTutorialAveragePulse::Do | ( | Diana::QEvent & | ev | ) |
Do method. Declare and implement only one of the two versions.
Definition at line 30 of file MTutorialAveragePulse.cc.
References QEvent::Get(), QPulseInfo::GetChannelId(), and QPulse::GetSamples().
| void MTutorialAveragePulse::Done | ( | ) |
Done method.
Definition at line 51 of file MTutorialAveragePulse.cc.
References ap.
| void MTutorialAveragePulse::Init | ( | Diana::QEvent & | ev | ) |
Init method.
Definition at line 22 of file MTutorialAveragePulse.cc.
|
private |
map containing ChannelInfo for each channel. The key is the channel number
Definition at line 62 of file MTutorialAveragePulse.hh.
|
private |
output file which for AveragePulses
Definition at line 64 of file MTutorialAveragePulse.hh.