Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
TraceFilterer::PulseInfo Struct Reference

Structure to hold information about the pulse. More...

#include <TraceFilterer.hpp>

Collaboration diagram for TraceFilterer::PulseInfo:

Public Member Functions

 PulseInfo (void)
 
 PulseInfo (Trace::size_type theTime, double theEnergy)
 

Data Fields

Trace::size_type time
 the time of the pulse
 
double energy
 energy of the pulse
 
bool isFound
 true if a pulse is found
 

Detailed Description

Structure to hold information about the pulse.

Constructor & Destructor Documentation

TraceFilterer::PulseInfo::PulseInfo ( void  )
inline

Constructor for the pulse info

TraceFilterer::PulseInfo::PulseInfo ( Trace::size_type  theTime,
double  theEnergy 
)
inline

Constructor taking default arguments

Parameters
[in]theTime: time of the pulse
[in]theEnergy: the energy of the pulse

The documentation for this struct was generated from the following file: