Diana Software
QCountPulsesData.cc
Go to the documentation of this file.
1 #include "QCountPulsesData.hh"
2 
3 using std::endl;
5 
7 {
9  fTimeIntervals.Clear();
10 }
11 void QCountPulsesData::Dump(std::ostream& o) const
12 {
13  o << "Number of pulses: " << fNumberOfPulses << endl;
14  // o << "Time intervals: " << fTimeIntervals.Dump((std::ostream &)o);
15 }
QObjectImp(QCountPulsesData) void QCountPulsesData
#define Q_INT_DEFAULT
Definition: QDiana.hh:26
number of pulses and time interval beetwen peaks in the same acquired window
int fNumberOfPulses
NumberOfPulses.
Diana::QVector fTimeIntervals
TimeIntervals.
void Dump(std::ostream &o) const
Dump content to stream.