FairRoot/PandaRoot
|
#include <PndEmcPSAFPGAFilterMA.h>
Public Member Functions | |
PndEmcPSAFPGAFilterMA () | |
~PndEmcPSAFPGAFilterMA () | |
void | set (unsigned int newBufferSize) |
void | resetToZero () |
float | put (float valueToStore) |
Private Attributes | |
std::vector< float > | buffer |
unsigned int | bpointer |
float | sum |
Definition at line 6 of file PndEmcPSAFPGAFilterMA.h.
PndEmcPSAFPGAFilterMA::PndEmcPSAFPGAFilterMA | ( | ) |
Definition at line 3 of file PndEmcPSAFPGAFilterMA.cxx.
PndEmcPSAFPGAFilterMA::~PndEmcPSAFPGAFilterMA | ( | ) |
float PndEmcPSAFPGAFilterMA::put | ( | float | valueToStore | ) |
Definition at line 31 of file PndEmcPSAFPGAFilterMA.cxx.
References bpointer, buffer, and sum.
Referenced by PndEmcPSAFPGADigitalFilterAnalyser::put(), PndEmcPSAFPGAIntegratingAnalyser::put(), and PndEmcPSAFPGAMLinFitter::putPoint().
void PndEmcPSAFPGAFilterMA::resetToZero | ( | ) |
Definition at line 23 of file PndEmcPSAFPGAFilterMA.cxx.
References buffer, i, and sum.
Referenced by PndEmcPSAFPGADigitalFilterAnalyser::reset(), PndEmcPSAFPGAIntegratingAnalyser::reset(), and PndEmcPSAFPGAPileupAnalyser::reset().
void PndEmcPSAFPGAFilterMA::set | ( | unsigned int | newBufferSize | ) |
Definition at line 14 of file PndEmcPSAFPGAFilterMA.cxx.
References bpointer, buffer, i, and sum.
Referenced by PndEmcPSAFPGASampleAnalyser::init(), and PndEmcPSAFPGAMLinFitter::set().
|
private |
Definition at line 16 of file PndEmcPSAFPGAFilterMA.h.
|
private |
Definition at line 15 of file PndEmcPSAFPGAFilterMA.h.
Referenced by put(), resetToZero(), set(), and ~PndEmcPSAFPGAFilterMA().
|
private |
Definition at line 17 of file PndEmcPSAFPGAFilterMA.h.
Referenced by put(), resetToZero(), and set().