FairRoot/PandaRoot
|
#include <PndEmcPSAFPGAFilterDelay.h>
Public Member Functions | |
PndEmcPSAFPGAFilterDelay () | |
~PndEmcPSAFPGAFilterDelay () | |
void | set (unsigned int newBufferSize) |
float | put (float valueToStore) |
void | resetToZero () |
Private Attributes | |
std::vector< float > | buffer |
unsigned int | bpointer |
Definition at line 6 of file PndEmcPSAFPGAFilterDelay.h.
PndEmcPSAFPGAFilterDelay::PndEmcPSAFPGAFilterDelay | ( | ) |
Definition at line 3 of file PndEmcPSAFPGAFilterDelay.cxx.
PndEmcPSAFPGAFilterDelay::~PndEmcPSAFPGAFilterDelay | ( | ) |
Definition at line 9 of file PndEmcPSAFPGAFilterDelay.cxx.
References buffer.
float PndEmcPSAFPGAFilterDelay::put | ( | float | valueToStore | ) |
Definition at line 20 of file PndEmcPSAFPGAFilterDelay.cxx.
References bpointer, buffer, and out.
Referenced by PndEmcPSAFPGADigitalFilterAnalyser::put(), PndEmcPSAFPGAIntegratingAnalyser::put(), and PndEmcPSAFPGAPileupAnalyser::put().
void PndEmcPSAFPGAFilterDelay::resetToZero | ( | ) |
Definition at line 28 of file PndEmcPSAFPGAFilterDelay.cxx.
References bpointer, buffer, and i.
Referenced by PndEmcPSAFPGADigitalFilterAnalyser::reset(), and PndEmcPSAFPGAPileupAnalyser::reset().
void PndEmcPSAFPGAFilterDelay::set | ( | unsigned int | newBufferSize | ) |
Definition at line 13 of file PndEmcPSAFPGAFilterDelay.cxx.
References bpointer, buffer, and i.
Referenced by PndEmcPSAFPGASampleAnalyser::init(), and PndEmcPSAFPGAPileupAnalyser::Init2().
|
private |
Definition at line 15 of file PndEmcPSAFPGAFilterDelay.h.
Referenced by put(), resetToZero(), and set().
|
private |
Definition at line 14 of file PndEmcPSAFPGAFilterDelay.h.
Referenced by put(), resetToZero(), set(), and ~PndEmcPSAFPGAFilterDelay().