Diana Software
pkg
dianadata
QCoincidentChannel.hh
Go to the documentation of this file.
1
#ifndef _Q_COINCIDENTCHANNEL_HH_
2
#define _Q_COINCIDENTCHANNEL_HH_
3
15
#include "
QObject.hh
"
16
17
class
QCoincidentChannel
:
public
Diana::QObject {
18
19
public
:
21
void
Clear
()
22
{
23
// mandatory method: reset members to default
24
fChannelId
=
Q_INT_DEFAULT
;
25
fDeltaT
=
Q_DOUBLE_DEFAULT
;
26
fEnergy
=
Q_DOUBLE_DEFAULT
;
27
fPSAVariables
.clear();
28
fDeltaTower
=
Q_INT_DEFAULT
;
29
fDeltaFloor
=
Q_INT_DEFAULT
;
30
fDeltaPosition
=
Q_INT_DEFAULT
;
31
fEventNumber
=
Q_INT_DEFAULT
;
32
}
33
34
int
fChannelId
;
35
double
fDeltaT
;
36
double
fEnergy
;
37
double
fPSA_nsigma
;
38
int
fDeltaTower
;
39
int
fDeltaFloor
;
40
int
fDeltaPosition
;
41
int
fEventNumber
;
42
std::vector<double>
fPSAVariables
;
43
44
QObjectDef
(
QCoincidentChannel
,4);
45
46
};
47
48
#endif
Q_DOUBLE_DEFAULT
#define Q_DOUBLE_DEFAULT
Definition:
QDiana.hh:24
Q_INT_DEFAULT
#define Q_INT_DEFAULT
Definition:
QDiana.hh:26
QObject.hh
QCoincidentChannel
data of coincident channel
Definition:
QCoincidentChannel.hh:17
QCoincidentChannel::Clear
void Clear()
clear members
Definition:
QCoincidentChannel.hh:21
QCoincidentChannel::fChannelId
int fChannelId
Definition:
QCoincidentChannel.hh:34
QCoincidentChannel::fDeltaFloor
int fDeltaFloor
Definition:
QCoincidentChannel.hh:39
QCoincidentChannel::fPSA_nsigma
double fPSA_nsigma
Definition:
QCoincidentChannel.hh:37
QCoincidentChannel::fDeltaTower
int fDeltaTower
Definition:
QCoincidentChannel.hh:38
QCoincidentChannel::fEventNumber
int fEventNumber
Definition:
QCoincidentChannel.hh:41
QCoincidentChannel::QObjectDef
QObjectDef(QCoincidentChannel, 4)
QCoincidentChannel::fDeltaPosition
int fDeltaPosition
Definition:
QCoincidentChannel.hh:40
QCoincidentChannel::fDeltaT
double fDeltaT
Definition:
QCoincidentChannel.hh:35
QCoincidentChannel::fEnergy
double fEnergy
Definition:
QCoincidentChannel.hh:36
QCoincidentChannel::fPSAVariables
std::vector< double > fPSAVariables
Definition:
QCoincidentChannel.hh:42
Generated by
1.9.1