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