| FairRoot/PandaRoot
    | 
#include <PndBurstContainer.h>
| Public Member Functions | |
| PndBurstContainer () | |
| std::vector< std::vector < FairTimeStamp * > > | ProcessData (std::vector< FairTimeStamp * > data) | 
| std::vector< std::vector < FairTimeStamp * > > | GetLastData () | 
| virtual void | SetThreshold (double val) | 
| virtual void | SetOffset (double val) | 
| virtual double | GetThreshold () | 
| virtual double | GetOffset () | 
| Protected Member Functions | |
| bool | IsAboveOffset (FairTimeStamp *val) | 
| int | CalcContainerPos (FairTimeStamp *val) | 
| Private Attributes | |
| std::vector< std::vector < FairTimeStamp * > > | fContainer | 
| double | fThreshold | 
| double | fCurrentThreshold | 
| double | fOffset | 
| double | fCurrentOffset | 
Definition at line 9 of file PndBurstContainer.h.
| 
 | inline | 
Definition at line 12 of file PndBurstContainer.h.
References fContainer.
| 
 | inlineprotected | 
Definition at line 29 of file PndBurstContainer.h.
References fCurrentThreshold, and fThreshold.
Referenced by ProcessData().
| 
 | inline | 
Definition at line 18 of file PndBurstContainer.h.
References fContainer.
| 
 | inlinevirtual | 
| 
 | inlinevirtual | 
| 
 | inlineprotected | 
Definition at line 28 of file PndBurstContainer.h.
References fCurrentOffset.
Referenced by ProcessData().
| std::vector< std::vector< FairTimeStamp * > > PndBurstContainer::ProcessData | ( | std::vector< FairTimeStamp * > | data | ) | 
Definition at line 10 of file PndBurstContainer.cxx.
References CalcContainerPos(), fContainer, fCurrentOffset, fCurrentThreshold, fThreshold, IsAboveOffset(), and pos.
| 
 | inlinevirtual | 
Definition at line 21 of file PndBurstContainer.h.
| 
 | inlinevirtual | 
| 
 | private | 
Definition at line 39 of file PndBurstContainer.h.
Referenced by GetLastData(), PndBurstContainer(), and ProcessData().
| 
 | private | 
Definition at line 43 of file PndBurstContainer.h.
Referenced by IsAboveOffset(), and ProcessData().
| 
 | private | 
Definition at line 41 of file PndBurstContainer.h.
Referenced by CalcContainerPos(), and ProcessData().
| 
 | private | 
Definition at line 42 of file PndBurstContainer.h.
Referenced by GetOffset(), and SetOffset().
| 
 | private | 
Definition at line 40 of file PndBurstContainer.h.
Referenced by CalcContainerPos(), GetThreshold(), ProcessData(), and SetThreshold().
 1.8.5
 1.8.5