Diana Software
MCheckTimeOrdering.hh
Go to the documentation of this file.
1 #ifndef _M_CHECKTIMEORDERING_HH_
2 #define _M_CHECKTIMEORDERING_HH_
3 
29 #include "QModule.hh"
30 
31 class MCheckTimeOrdering : public Diana::QModule {
32 
33  public:
34 
36  void Init(Diana::QEvent& ev);
37 
39  void Do(Diana::QEvent& ev);
40  //void Do(Diana::QEvent& ev, const Diana::QEventList& neighbours);
41 
43  void Done();
44  private:
45  unsigned long long fPreviousTime;
47 
48 };
49 
50 #endif
51 
check that events are ordered in time.
void Do(Diana::QEvent &ev)
Do method. Declare and implement only one of the two versions.
void Init(Diana::QEvent &ev)
Init method.
void Done()
Done method.
unsigned long long fPreviousTime