Diana Software
QNeverNeighbour.cc
Go to the documentation of this file.
1 #include "QNeverNeighbour.hh"
2 #include "QReader.hh"
3 #include "QEvent.hh"
4 #include "QRawEvent.hh"
5 
6 
8 
9 void QNeverNeighbour::Init(const QReader& reader){}
10 
12 {
14  info.fIsInWindow = false;
15  info.fIsNeighbour = false;
16  return info;
17 }
18 
20 
#define Q_END_NAMESPACE
Definition: QDiana.hh:22
#define Q_BEGIN_NAMESPACE
Definition: QDiana.hh:20
diana event
Definition: QEvent.hh:46
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