Diana Software
pkg
dianadata
QPulseFiller.cc
Go to the documentation of this file.
1
#include "
QPulseFiller.hh
"
2
#include "
QVectorI.hh
"
3
#include "
QVector.hh
"
4
5
QObjectImp
(
QPulseFiller
);
6
7
QPulseFiller::QPulseFiller
() :
8
fRun(
Q_INT_DEFAULT
),
9
fChannel(
Q_INT_DEFAULT
),
10
fStartT(
Q_INT_DEFAULT
),
11
fStopT(
Q_INT_DEFAULT
)
12
{
13
}
14
15
16
QPulseFiller::QPulseFiller
(
int
run,
int
chan,
Diana::QLong64
start,
Diana::QLong64
stop) :
17
fRun(run),
18
fChannel(chan),
19
fStartT(start),
20
fStopT(stop)
21
{
22
}
23
24
25
QError
QPulseFiller::Fill
(Diana::QVector& samples)
const
26
{
27
samples.Clear();
28
QError
err
=
QERR_NOT_IMPLEMENTED
;
29
return
err
;
30
}
31
32
QError
QPulseFiller::Fill
(Diana::QVectorI& samples)
const
33
{
34
samples.Clear();
35
QError
err
=
QERR_NOT_IMPLEMENTED
;
36
return
err
;
37
}
38
39
void
QPulseFiller::Clear
()
40
{
41
fRun
=
Q_INT_DEFAULT
;
42
fChannel
=
Q_INT_DEFAULT
;
43
fStartT
=
Q_INT_DEFAULT
;
44
fStopT
=
Q_INT_DEFAULT
;
45
}
err
err
Definition:
CheckOF.C:114
QLong64
QBaseType< Long64_t > QLong64
double wrapped in a QObject
Definition:
QBaseType.hh:189
Q_INT_DEFAULT
#define Q_INT_DEFAULT
Definition:
QDiana.hh:26
QERR_NOT_IMPLEMENTED
@ QERR_NOT_IMPLEMENTED
Definition:
QError.hh:109
QObjectImp
QObjectImp(QPulseFiller)
QPulseFiller.hh
QVectorI.hh
QVector.hh
QError
error class with error type and description
Definition:
QError.hh:115
QPulseFiller
coordinates to filla QPulse from a continuous file
Definition:
QPulseFiller.hh:19
QPulseFiller::fRun
int fRun
Definition:
QPulseFiller.hh:55
QPulseFiller::fChannel
int fChannel
Definition:
QPulseFiller.hh:56
QPulseFiller::fStartT
Diana::QULong64 fStartT
Definition:
QPulseFiller.hh:57
QPulseFiller::Clear
void Clear()
clear members
Definition:
QPulseFiller.cc:39
QPulseFiller::QPulseFiller
QPulseFiller()
Definition:
QPulseFiller.cc:7
QPulseFiller::Fill
virtual QError Fill(Diana::QVectorI &samples) const
Definition:
QPulseFiller.cc:32
QPulseFiller::fStopT
Diana::QULong64 fStopT
Definition:
QPulseFiller.hh:58
Generated by
1.9.1