Diana Software
QPulseParameters.hh
Go to the documentation of this file.
1 #ifndef _QPULSEPARAMETERS_HH_
2 #define _QPULSEPARAMETERS_HH_
3 
12 #include "QObject.hh"
13 
14 
15 class QPulseParameters : public Diana::QObject
16 {
17 
18  public:
20  void Clear();
22  void Dump(std::ostream& o) const;
23 
25  double fRiseTime;
27  double fDecayTime;
33  double fMaxPosition;
35  double fEndPosition;
40 
42 
43 };
44 
45 #endif
basic pulse informations
bool fIsSaturatedLow
IsSaturatedLow.
void Dump(std::ostream &o) const
Dump class members.
bool fIsSaturatedHigh
IsSaturatedHigh.
double fRiseTime
RiseTime.
double fEndPosition
End.
double fStartPosition
Start.
double fMaxPosition
MaxPosition.
void Clear()
Clear members.
double fDecayTime
Decay.
QObjectDef(QPulseParameters, 3)
double fSlowDecayTime
SlowDecay.