Diana Software
MCoincidenceSimple.hh
Go to the documentation of this file.
1 #ifndef _M_COINCIDENCESIMPLE_HH_
2 #define _M_COINCIDENCESIMPLE_HH_
3 
38 #include "QModule.hh"
39 
40 class MCoincidenceSimple : public Diana::QModule {
41 
42  public:
43 
45  void Init(Diana::QEvent& ev);
46 
48  void Do(Diana::QEvent& ev, const Diana::QEventList& neighbours);
49 
51  void Done();
52  private:
53 
54 };
55 
56 #endif
57 
one-line description of your module
void Done()
Done method.
void Init(Diana::QEvent &ev)
Init method.
void Do(Diana::QEvent &ev, const Diana::QEventList &neighbours)
Do method. Declare and implement only one of the two versions.