Diana Software
Public Member Functions | Public Attributes | List of all members
QCountPulsesData Class Reference

number of pulses and time interval beetwen peaks in the same acquired window More...

Inheritance diagram for QCountPulsesData:

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...
 

Detailed Description

number of pulses and time interval beetwen peaks in the same acquired window

Author
A. Bryant
Examples
ScanEvents.C.

Definition at line 16 of file QCountPulsesData.hh.

Member Function Documentation

◆ Clear()

void QCountPulsesData::Clear ( )

◆ Dump()

void QCountPulsesData::Dump ( std::ostream &  o) const

Dump content to stream.

Definition at line 11 of file QCountPulsesData.cc.

References fNumberOfPulses.

◆ GetNumberOfPulses()

const int& QCountPulsesData::GetNumberOfPulses ( ) const
inline
Examples
ScanEvents.C.

Definition at line 20 of file QCountPulsesData.hh.

References fNumberOfPulses.

Referenced by MBadPulse::Filter(), and ScanEvents().

◆ GetTimeIntervals() [1/2]

Diana::QVector& QCountPulsesData::GetTimeIntervals ( )
inline

Get TimeIntervals.

Definition at line 35 of file QCountPulsesData.hh.

References fTimeIntervals.

◆ GetTimeIntervals() [2/2]

const Diana::QVector& QCountPulsesData::GetTimeIntervals ( ) const
inline

Get TimeIntervals.

Definition at line 22 of file QCountPulsesData.hh.

References fTimeIntervals.

◆ QObjectDef()

QCountPulsesData::QObjectDef ( QCountPulsesData  ,
 
)

◆ SetNumberOfPulses()

void QCountPulsesData::SetNumberOfPulses ( const int &  numberOfPulses)
inline

Set NumberOfPulses.

Definition at line 33 of file QCountPulsesData.hh.

References fNumberOfPulses.

Member Data Documentation

◆ fNumberOfPulses

int QCountPulsesData::fNumberOfPulses

NumberOfPulses.

Definition at line 38 of file QCountPulsesData.hh.

Referenced by Dump(), GetNumberOfPulses(), QObjectImp(), and SetNumberOfPulses().

◆ fTimeIntervals

Diana::QVector QCountPulsesData::fTimeIntervals

TimeIntervals.

Definition at line 40 of file QCountPulsesData.hh.

Referenced by GetTimeIntervals(), and QObjectImp().


The documentation for this class was generated from the following files: