Diana Software
pkg
dianareader
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
7
Q_BEGIN_NAMESPACE
8
9
void
QNeverNeighbour::Init
(
const
QReader
& reader){}
10
11
QReaderNeighbour::NeighbourInfo
QNeverNeighbour::GetNeighbourInfo
(
const
QEvent
& thisEvent,
const
QEvent
& otherEvent)
12
{
13
QReaderNeighbour::NeighbourInfo
info;
14
info.
fIsInWindow
=
false
;
15
info.
fIsNeighbour
=
false
;
16
return
info;
17
}
18
19
Q_END_NAMESPACE
20
Q_END_NAMESPACE
#define Q_END_NAMESPACE
Definition:
QDiana.hh:22
Q_BEGIN_NAMESPACE
#define Q_BEGIN_NAMESPACE
Definition:
QDiana.hh:20
QEvent.hh
QNeverNeighbour.hh
QRawEvent.hh
QReader.hh
QEvent
diana event
Definition:
QEvent.hh:46
QNeverNeighbour::Init
void Init(const QReader &reader)
Initialization (empty)
Definition:
QNeverNeighbour.cc:9
QNeverNeighbour::GetNeighbourInfo
NeighbourInfo GetNeighbourInfo(const QEvent &thisEvent, const QEvent &otherEvent)
Get the neighbour info for two events.
Definition:
QNeverNeighbour.cc:11
QReaderNeighbour::NeighbourInfo
Definition:
QReaderNeighbour.hh:30
QReaderNeighbour::NeighbourInfo::fIsInWindow
bool fIsInWindow
Definition:
QReaderNeighbour.hh:32
QReaderNeighbour::NeighbourInfo::fIsNeighbour
bool fIsNeighbour
Definition:
QReaderNeighbour.hh:33
QReader
Base class for diana event readers.
Definition:
QReader.hh:50
Generated by
1.9.1