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

The list of correlations. More...

#include <Correlator.hpp>

Inheritance diagram for CorrelationList:
Collaboration diagram for CorrelationList:

Public Member Functions

 CorrelationList ()
 
double GetDecayTime (void) const
 
double GetImplantTime (void) const
 
void Flag (void)
 
bool IsFlagged (void) const
 
void clear (void)
 overide the vector clear function so that the flag is also removed More...
 
void PrintDecayList (void) const
 

Private Attributes

bool flagged
 flag telling if something has been flagged More...
 

Detailed Description

The list of correlations.

Definition at line 62 of file Correlator.hpp.

Constructor & Destructor Documentation

§ CorrelationList()

CorrelationList::CorrelationList ( )

Default Constructor

Definition at line 67 of file Correlator.cpp.

Member Function Documentation

§ clear()

void CorrelationList::clear ( void  )

overide the vector clear function so that the flag is also removed

Definition at line 99 of file Correlator.cpp.

Here is the caller graph for this function:

§ Flag()

void CorrelationList::Flag ( void  )

flag an event

Definition at line 89 of file Correlator.cpp.

Here is the caller graph for this function:

§ GetDecayTime()

double CorrelationList::GetDecayTime ( void  ) const
Returns
the decay time

Definition at line 71 of file Correlator.cpp.

§ GetImplantTime()

double CorrelationList::GetImplantTime ( void  ) const
Returns
the implant time

Definition at line 80 of file Correlator.cpp.

Here is the caller graph for this function:

§ IsFlagged()

bool CorrelationList::IsFlagged ( void  ) const
Returns
true if something is flagged

Definition at line 95 of file Correlator.cpp.

Here is the caller graph for this function:

§ PrintDecayList()

void CorrelationList::PrintDecayList ( void  ) const

Print the decay list

Definition at line 104 of file Correlator.cpp.

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

Field Documentation

§ flagged

bool CorrelationList::flagged
private

flag telling if something has been flagged

Definition at line 64 of file Correlator.hpp.


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