Diana Software
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
27  fPSAVariables.clear();
32  }
33 
35  double fDeltaT;
36  double fEnergy;
37  double fPSA_nsigma;
42  std::vector<double> fPSAVariables;
43 
45 
46 };
47 
48 #endif
#define Q_DOUBLE_DEFAULT
Definition: QDiana.hh:24
#define Q_INT_DEFAULT
Definition: QDiana.hh:26
data of coincident channel
void Clear()
clear members
QObjectDef(QCoincidentChannel, 4)
std::vector< double > fPSAVariables