Diana Software
QNeverNeighbour.hh
Go to the documentation of this file.
1 
2 #ifndef _Q_NEVER_NEIGHBOUR_HH_
3 #define _Q_NEVER_NEIGHBOUR_HH_
4 
5 #include "QReaderNeighbour.hh"
6 
8 
20 {
21 public:
23  void Init(const QReader& reader);
25  NeighbourInfo GetNeighbourInfo(const QEvent& thisEvent,
26  const QEvent& otherEvent);
27 };
29 #endif
#define Q_END_NAMESPACE
Definition: QDiana.hh:22
#define Q_BEGIN_NAMESPACE
Definition: QDiana.hh:20
diana event
Definition: QEvent.hh:46
Always return that two events are not neighbours.
void Init(const QReader &reader)
Initialization (empty)
NeighbourInfo GetNeighbourInfo(const QEvent &thisEvent, const QEvent &otherEvent)
Get the neighbour info for two events.
Base class for diana event readers.
Definition: QReader.hh:50