Diana Software
MCoincidenceVeto.hh
Go to the documentation of this file.
1 #ifndef _M_COINCIDENCEVETO_HH_
2 #define _M_COINCIDENCEVETO_HH_
3 
38 #include "QFilter.hh"
39 
40 class MCoincidenceVeto : public QFilter {
41 
42  public:
45 
48 
50  void GetCuts();
51 
53  bool Filter(const QEvent* ev);
54 
55  private:
57  double fTimeWindow;
58 
61 
62 };
63 
64 #endif
65 
Filters coincident events.
~MCoincidenceVeto()
destructor
MCoincidenceVeto(QSequence *s)
constructor
void GetCuts()
Get cuts from config file.
double fTimeWindow
Window of time for events to be considered coincident.
bool fSameCrystal
Require both events in same crystal?
diana event
Definition: QEvent.hh:46
Base class for diana filters.
Definition: QFilter.hh:57
Diana Reconstruction program.
Definition: QSequence.hh:40