![]() |
Diana Software
|
check that events are ordered in time. 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 | |
| unsigned long long | fPreviousTime |
| int | fCurrentRun |
check that events are ordered in time.
If events are not time-ordered this module sends a Panic message.
module CheckTimeOrdering verbosity = info enable = true endmod
Definition at line 31 of file MCheckTimeOrdering.hh.
| void MCheckTimeOrdering::Do | ( | Diana::QEvent & | ev | ) |
Do method. Declare and implement only one of the two versions.
Definition at line 20 of file MCheckTimeOrdering.cc.
References QEvent::Get(), QHeader::GetRun(), and QHeader::GetTime().
| void MCheckTimeOrdering::Done | ( | ) |
Done method.
Definition at line 39 of file MCheckTimeOrdering.cc.
| void MCheckTimeOrdering::Init | ( | Diana::QEvent & | ev | ) |
|
private |
Definition at line 46 of file MCheckTimeOrdering.hh.
|
private |
Definition at line 45 of file MCheckTimeOrdering.hh.