![]() |
Diana Software
|
number of pulses and time interval beetwen peaks in the same acquired window More...
Public Member Functions | |
| const int & | GetNumberOfPulses () const |
| const Diana::QVector & | GetTimeIntervals () const |
| Get TimeIntervals. More... | |
| void | Clear () |
| void | Dump (std::ostream &o) const |
| Dump content to stream. More... | |
| void | SetNumberOfPulses (const int &numberOfPulses) |
| Set NumberOfPulses. More... | |
| Diana::QVector & | GetTimeIntervals () |
| Get TimeIntervals. More... | |
| QObjectDef (QCountPulsesData, 2) | |
Public Attributes | |
| int | fNumberOfPulses |
| NumberOfPulses. More... | |
| Diana::QVector | fTimeIntervals |
| TimeIntervals. More... | |
number of pulses and time interval beetwen peaks in the same acquired window
Definition at line 16 of file QCountPulsesData.hh.
| void QCountPulsesData::Clear | ( | ) |
| void QCountPulsesData::Dump | ( | std::ostream & | o | ) | const |
Dump content to stream.
Definition at line 11 of file QCountPulsesData.cc.
References fNumberOfPulses.
|
inline |
Definition at line 20 of file QCountPulsesData.hh.
References fNumberOfPulses.
Referenced by MBadPulse::Filter(), and ScanEvents().
|
inline |
|
inline |
| QCountPulsesData::QObjectDef | ( | QCountPulsesData | , |
| 2 | |||
| ) |
|
inline |
| int QCountPulsesData::fNumberOfPulses |
NumberOfPulses.
Definition at line 38 of file QCountPulsesData.hh.
Referenced by Dump(), GetNumberOfPulses(), QObjectImp(), and SetNumberOfPulses().
| Diana::QVector QCountPulsesData::fTimeIntervals |
TimeIntervals.
Definition at line 40 of file QCountPulsesData.hh.
Referenced by GetTimeIntervals(), and QObjectImp().