|
PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
The list of correlations. More...
#include <Correlator.hpp>


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... | |
The list of correlations.
Definition at line 62 of file Correlator.hpp.
| CorrelationList::CorrelationList | ( | ) |
Default Constructor
Definition at line 67 of file Correlator.cpp.
| void CorrelationList::clear | ( | void | ) |
overide the vector clear function so that the flag is also removed
Definition at line 99 of file Correlator.cpp.

| void CorrelationList::Flag | ( | void | ) |
flag an event
Definition at line 89 of file Correlator.cpp.

| double CorrelationList::GetDecayTime | ( | void | ) | const |
Definition at line 71 of file Correlator.cpp.
| double CorrelationList::GetImplantTime | ( | void | ) | const |
Definition at line 80 of file Correlator.cpp.

| bool CorrelationList::IsFlagged | ( | void | ) | const |
Definition at line 95 of file Correlator.cpp.

| void CorrelationList::PrintDecayList | ( | void | ) | const |
Print the decay list
Definition at line 104 of file Correlator.cpp.


|
private |
flag telling if something has been flagged
Definition at line 64 of file Correlator.hpp.