![]() |
Diana Software
|
basic pulse informations More...
Public Member Functions | |
| void | Clear () |
| Clear members. More... | |
| void | Dump (std::ostream &o) const |
| Dump class members. More... | |
| QObjectDef (QPulseParameters, 3) | |
Public Attributes | |
| double | fRiseTime |
| RiseTime. More... | |
| double | fDecayTime |
| Decay. More... | |
| double | fSlowDecayTime |
| SlowDecay. More... | |
| double | fStartPosition |
| Start. More... | |
| double | fMaxPosition |
| MaxPosition. More... | |
| double | fEndPosition |
| End. More... | |
| bool | fIsSaturatedLow |
| IsSaturatedLow. More... | |
| bool | fIsSaturatedHigh |
| IsSaturatedHigh. More... | |
basic pulse informations
Definition at line 15 of file QPulseParameters.hh.
| void QPulseParameters::Clear | ( | ) |
Clear members.
| void QPulseParameters::Dump | ( | std::ostream & | o | ) | const |
Dump class members.
Definition at line 17 of file QPulseParameters.cc.
References fDecayTime, fEndPosition, fIsSaturatedHigh, fIsSaturatedLow, fMaxPosition, fRiseTime, fSlowDecayTime, and fStartPosition.
| QPulseParameters::QObjectDef | ( | QPulseParameters | , |
| 3 | |||
| ) |
| double QPulseParameters::fDecayTime |
Decay.
Definition at line 27 of file QPulseParameters.hh.
Referenced by MPulseBasicParameters::Do(), Dump(), and QObjectImp().
| double QPulseParameters::fEndPosition |
End.
Definition at line 35 of file QPulseParameters.hh.
Referenced by MPulseBasicParameters::Do(), Dump(), and QObjectImp().
| bool QPulseParameters::fIsSaturatedHigh |
IsSaturatedHigh.
Definition at line 39 of file QPulseParameters.hh.
Referenced by MPulseBasicParameters::Do(), Dump(), MBadPulse::Filter(), MGoodWaveform::Filter(), and QObjectImp().
| bool QPulseParameters::fIsSaturatedLow |
IsSaturatedLow.
Definition at line 37 of file QPulseParameters.hh.
Referenced by MPulseBasicParameters::Do(), Dump(), MBadPulse::Filter(), MGoodWaveform::Filter(), and QObjectImp().
| double QPulseParameters::fMaxPosition |
MaxPosition.
Definition at line 33 of file QPulseParameters.hh.
Referenced by MPulseBasicParameters::Do(), Dump(), and QObjectImp().
| double QPulseParameters::fRiseTime |
RiseTime.
Definition at line 25 of file QPulseParameters.hh.
Referenced by MPulseBasicParameters::Do(), Dump(), and QObjectImp().
| double QPulseParameters::fSlowDecayTime |
SlowDecay.
Definition at line 29 of file QPulseParameters.hh.
Referenced by MPulseBasicParameters::Do(), Dump(), and QObjectImp().
| double QPulseParameters::fStartPosition |
Start.
Definition at line 31 of file QPulseParameters.hh.
Referenced by MPulseBasicParameters::Do(), Dump(), and QObjectImp().