#include <PndBurstContainer.h>
Definition at line 9 of file PndBurstContainer.h.
◆ PndBurstContainer()
PndBurstContainer::PndBurstContainer |
( |
| ) |
|
|
inline |
Definition at line 11 of file PndBurstContainer.h.
References ProcessData().
11 : fThreshold(2E3), fOffset(2E3), fCurrentThreshold(fThreshold), fCurrentOffset(fOffset + fThreshold) { fContainer.resize(3); }
◆ CalcContainerPos()
int PndBurstContainer::CalcContainerPos |
( |
FairTimeStamp * |
val | ) |
|
|
inlineprotected |
Definition at line 24 of file PndBurstContainer.h.
27 double resultD = ((val->GetTimeStamp() - fCurrentThreshold) / fThreshold);
◆ GetLastData()
std::vector<std::vector<FairTimeStamp *> > PndBurstContainer::GetLastData |
( |
| ) |
|
|
inline |
◆ GetOffset()
virtual double PndBurstContainer::GetOffset |
( |
| ) |
|
|
inlinevirtual |
◆ GetThreshold()
virtual double PndBurstContainer::GetThreshold |
( |
| ) |
|
|
inlinevirtual |
◆ IsAboveOffset()
bool PndBurstContainer::IsAboveOffset |
( |
FairTimeStamp * |
val | ) |
|
|
inlineprotected |
◆ ProcessData()
std::vector<std::vector<FairTimeStamp *> > PndBurstContainer::ProcessData |
( |
std::vector< FairTimeStamp *> |
data | ) |
|
◆ SetOffset()
virtual void PndBurstContainer::SetOffset |
( |
double |
val | ) |
|
|
inlinevirtual |
◆ SetThreshold()
virtual void PndBurstContainer::SetThreshold |
( |
double |
val | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: