Diana Software
QPulseParameters.cc
Go to the documentation of this file.
1 #include "QPulseParameters.hh"
2 
3 using std::endl;
5 
7 {
16 }
17 void QPulseParameters::Dump(std::ostream& o) const
18 {
19  o << "Rise Time: " << fRiseTime << endl;
20  o << "Decay Time: " << fDecayTime << endl;
21  o << "Slow Decay Time: " << fSlowDecayTime << endl;
22  o << "Start Position: " << fStartPosition << endl;
23  o << "Max Position: " << fMaxPosition << endl;
24  o << "End Position: " << fEndPosition << endl;
25  o << "Is saturated low: " << fIsSaturatedLow << endl;
26  o << "Is saturated high: " << fIsSaturatedHigh;
27 }
#define Q_DOUBLE_DEFAULT
Definition: QDiana.hh:24
#define Q_BOOL_DEFAULT
Definition: QDiana.hh:36
QObjectImp(QPulseParameters) void QPulseParameters
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.
double fSlowDecayTime
SlowDecay.