![]() |
Diana Software
|
one-line description of your module More...
Public Member Functions | |
| void | Init (Diana::QEvent &ev) |
| Init method. More... | |
| void | Do (Diana::QEvent &ev, const Diana::QEventList &neighbours) |
| Do method. Declare and implement only one of the two versions. More... | |
| void | Done () |
| Done method. More... | |
one-line description of your module
Put here an extensive description of what your
module does.
module CoincidenceSimple verbosity = info enable = true FirstParameter = 1 SecondParameter = false endmod
Definition at line 40 of file MCoincidenceSimple.hh.
| void MCoincidenceSimple::Do | ( | Diana::QEvent & | ev, |
| const Diana::QEventList & | neighbours | ||
| ) |
Do method. Declare and implement only one of the two versions.
Definition at line 15 of file MCoincidenceSimple.cc.
References QEvent::Get(), QPulseInfo::GetChannelId(), QPulseInfo::GetIsSignal(), QEvent::GetReadNumber(), and QEventList::Size().
| void MCoincidenceSimple::Done | ( | ) |
Done method.
Definition at line 37 of file MCoincidenceSimple.cc.
| void MCoincidenceSimple::Init | ( | Diana::QEvent & | ev | ) |
Init method.
Definition at line 11 of file MCoincidenceSimple.cc.