Diana Software
pkg
dianadata
QInoDataReaderDebug.hh
Go to the documentation of this file.
1
#ifndef _Q_INODATAREADERDEBUG_HH_
2
#define _Q_INODATAREADERDEBUG_HH_
3
12
#include "
QObject.hh
"
13
#include "
QVector.hh
"
14
#include "
QTime.hh
"
15
16
class
QInoDataReaderDebug
:
public
Diana::QObject {
17
18
public
:
20
void
Clear
()
21
{
22
// mandatory method: reset members to default
23
fEventNumber
= -1;
24
fChannel
= -1;
25
fTriggerType
= 0;
26
fTimedSample
= -1;
27
fRun
= 0;
28
fIsHeater
=
false
;
29
fIsStabHeater
=
false
;
30
fIsHighHeater
=
false
;
31
fIsLowHeater
=
false
;
32
fIsSignal
=
false
;
33
fIsNoise
=
false
;
34
fIsVeto
=
false
;
35
fSamples
.Clear();
36
fTime
.Clear();
37
}
38
39
int
fEventNumber
;
40
int
fChannel
;
41
int
fTriggerType
;
42
int
fTimedSample
;
43
int
fRun
;
44
bool
fIsHeater
;
45
bool
fIsStabHeater
;
46
bool
fIsHighHeater
;
47
bool
fIsLowHeater
;
48
bool
fIsSignal
;
49
bool
fIsNoise
;
50
bool
fIsVeto
;
51
Diana::QVector
fSamples
;
52
Diana::QTime
fTime
;
53
54
private
:
55
56
QObjectDef
(
QInoDataReaderDebug
,1);
57
58
};
59
60
#endif
QObject.hh
QTime.hh
QVector.hh
QInoDataReaderDebug
debug data for test sequences
Definition:
QInoDataReaderDebug.hh:16
QInoDataReaderDebug::QObjectDef
QObjectDef(QInoDataReaderDebug, 1)
QInoDataReaderDebug::fIsHighHeater
bool fIsHighHeater
Definition:
QInoDataReaderDebug.hh:46
QInoDataReaderDebug::fChannel
int fChannel
Definition:
QInoDataReaderDebug.hh:40
QInoDataReaderDebug::fIsVeto
bool fIsVeto
Definition:
QInoDataReaderDebug.hh:50
QInoDataReaderDebug::fTime
Diana::QTime fTime
Definition:
QInoDataReaderDebug.hh:52
QInoDataReaderDebug::fTriggerType
int fTriggerType
Definition:
QInoDataReaderDebug.hh:41
QInoDataReaderDebug::fRun
int fRun
Definition:
QInoDataReaderDebug.hh:43
QInoDataReaderDebug::fSamples
Diana::QVector fSamples
Definition:
QInoDataReaderDebug.hh:51
QInoDataReaderDebug::fEventNumber
int fEventNumber
Definition:
QInoDataReaderDebug.hh:39
QInoDataReaderDebug::Clear
void Clear()
clear members
Definition:
QInoDataReaderDebug.hh:20
QInoDataReaderDebug::fIsNoise
bool fIsNoise
Definition:
QInoDataReaderDebug.hh:49
QInoDataReaderDebug::fIsSignal
bool fIsSignal
Definition:
QInoDataReaderDebug.hh:48
QInoDataReaderDebug::fIsStabHeater
bool fIsStabHeater
Definition:
QInoDataReaderDebug.hh:45
QInoDataReaderDebug::fTimedSample
int fTimedSample
Definition:
QInoDataReaderDebug.hh:42
QInoDataReaderDebug::fIsHeater
bool fIsHeater
Definition:
QInoDataReaderDebug.hh:44
QInoDataReaderDebug::fIsLowHeater
bool fIsLowHeater
Definition:
QInoDataReaderDebug.hh:47
Generated by
1.9.1