PAASS
Software suite to Acquire and Analyze Data from Pixie16
HighResTimingData Class Reference

#include <HighResTimingData.hpp>

Collaboration diagram for HighResTimingData:

Public Member Functions

 HighResTimingData ()
 
virtual ~HighResTimingData ()
 
 HighResTimingData (ChanEvent *chan)
 
double CalcEnergy (const double &tof, const double &z0)
 
const ChanEventGetChan (void) const
 
bool GetIsValid () const
 
bool GetCfdSourceBit () const
 
double GetAveBaseline () const
 
double GetDiscrimination () const
 
double GetHighResTime () const
 
double GetMaximumPosition () const
 
double GetMaximumValue () const
 
int GetNumAboveThresh () const
 
double GetPhase () const
 
double GetFilterEnergy () const
 
double GetFilterTime () const
 
double GetSignalToNoiseRatio () const
 
double GetStdDevBaseline () const
 
const TraceGetTrace () const
 
double GetTraceQdc () const
 
double GetCorrectedTime () const
 

Private Attributes

ChanEventchan_
 a pointer to the channel event for the high res time More...
 

Detailed Description

Class for holding information for high resolution timing. All times more precise than the filter time will be in nanoseconds (phase, highResTime).

Definition at line 14 of file HighResTimingData.hpp.

Constructor & Destructor Documentation

§ HighResTimingData() [1/2]

HighResTimingData::HighResTimingData ( )
inline

Default constructor

Definition at line 17 of file HighResTimingData.hpp.

§ ~HighResTimingData()

virtual HighResTimingData::~HighResTimingData ( )
inlinevirtual

Default destructor

Definition at line 19 of file HighResTimingData.hpp.

§ HighResTimingData() [2/2]

HighResTimingData::HighResTimingData ( ChanEvent chan)
inline

Constructor using the channel event

Parameters
[in]chan: the channel event for grabbing values from

Definition at line 23 of file HighResTimingData.hpp.

Member Function Documentation

§ CalcEnergy()

double HighResTimingData::CalcEnergy ( const double &  tof,
const double &  z0 
)
inline

Calculate the energy from the time of flight, using a correction

Parameters
[in]tof: The time of flight to use for the calculation in ns
[in]z0: The perpendicular distance between the bar and the source in cm
Returns
The particle energy in MeV

Definition at line 29 of file HighResTimingData.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ GetAveBaseline()

double HighResTimingData::GetAveBaseline ( ) const
inline
Returns
The current value of aveBaseline_

Definition at line 51 of file HighResTimingData.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ GetCfdSourceBit()

bool HighResTimingData::GetCfdSourceBit ( ) const
inline
Returns
the CFD source trigger bit

Definition at line 49 of file HighResTimingData.hpp.

Here is the call graph for this function:

§ GetChan()

const ChanEvent* HighResTimingData::GetChan ( void  ) const
inline
Returns
The channel event that holds most of our information

Definition at line 35 of file HighResTimingData.hpp.

§ GetCorrectedTime()

double HighResTimingData::GetCorrectedTime ( ) const
inline
Returns
Walk corrected time

Definition at line 91 of file HighResTimingData.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ GetDiscrimination()

double HighResTimingData::GetDiscrimination ( ) const
inline
Returns
The current value of discrimination_

Definition at line 53 of file HighResTimingData.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ GetFilterEnergy()

double HighResTimingData::GetFilterEnergy ( ) const
inline
Returns
The pixie Energy

Definition at line 70 of file HighResTimingData.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ GetFilterTime()

double HighResTimingData::GetFilterTime ( ) const
inline
Returns
The pixie Energy

Definition at line 72 of file HighResTimingData.hpp.

Here is the call graph for this function:

§ GetHighResTime()

double HighResTimingData::GetHighResTime ( ) const
inline
Returns
The current value of highResTime_

Definition at line 55 of file HighResTimingData.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ GetIsValid()

bool HighResTimingData::GetIsValid ( ) const
inline
Returns
True if maxval,tqdc and sigmaBaseline were not NAN

Definition at line 38 of file HighResTimingData.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ GetMaximumPosition()

double HighResTimingData::GetMaximumPosition ( ) const
inline
Returns
The current value of maxpos_

Definition at line 57 of file HighResTimingData.hpp.

Here is the call graph for this function:

§ GetMaximumValue()

double HighResTimingData::GetMaximumValue ( ) const
inline
Returns
The current value of maxval_

Definition at line 59 of file HighResTimingData.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ GetNumAboveThresh()

int HighResTimingData::GetNumAboveThresh ( ) const
inline
Returns
The current value of numAboveThresh_

Definition at line 61 of file HighResTimingData.hpp.

Here is the call graph for this function:

§ GetPhase()

double HighResTimingData::GetPhase ( ) const
inline
Returns
The current value of phase_ in nanoseconds

Definition at line 65 of file HighResTimingData.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ GetSignalToNoiseRatio()

double HighResTimingData::GetSignalToNoiseRatio ( ) const
inline
Returns
The current value of snr_

Definition at line 74 of file HighResTimingData.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ GetStdDevBaseline()

double HighResTimingData::GetStdDevBaseline ( ) const
inline
Returns
The current value of stdDevBaseline_

Definition at line 79 of file HighResTimingData.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ GetTrace()

const Trace* HighResTimingData::GetTrace ( ) const
inline
Returns
Get the trace associated with the channel

Definition at line 84 of file HighResTimingData.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ GetTraceQdc()

double HighResTimingData::GetTraceQdc ( ) const
inline
Returns
The current value of tqdc_

Definition at line 87 of file HighResTimingData.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Field Documentation

§ chan_

ChanEvent* HighResTimingData::chan_
private

a pointer to the channel event for the high res time

Definition at line 130 of file HighResTimingData.hpp.


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