Diana Software
QSameChannelNeighbour.hh
Go to the documentation of this file.
1 
2 #ifndef _Q_SAMECHANNEL_NEIGHBOUR_HH_
3 #define _Q_SAMECHANNEL_NEIGHBOUR_HH_
4 
5 #include "QReaderNeighbour.hh"
6 #include "QTimeNeighbour.hh"
7 
9 
22 {
23 public:
25  void Init(const QReader& reader);
28  const QEvent& otherEvent);
29 };
31 #endif
#define Q_END_NAMESPACE
Definition: QDiana.hh:22
#define Q_BEGIN_NAMESPACE
Definition: QDiana.hh:20
diana event
Definition: QEvent.hh:46
Base class for diana event readers.
Definition: QReader.hh:50
Neighbours if two events are time neighbours and have the same channel.
void Init(const QReader &reader)
Initialization
QReaderNeighbour::NeighbourInfo GetNeighbourInfo(const QEvent &thisEvent, const QEvent &otherEvent)
Get the neighbour info for two events.
Neighbours that are neighbours in time.