PandaRoot
PndEmcPSAFPGAFilterDelay.h
Go to the documentation of this file.
1
#ifndef PNDEMCFPGAFILTERDELAY_HH
2
#define PNDEMCFPGAFILTERDELAY_HH
3
4
#include <vector>
5
6
class
PndEmcPSAFPGAFilterDelay
{
7
public
:
8
PndEmcPSAFPGAFilterDelay
();
9
~PndEmcPSAFPGAFilterDelay
();
10
void
set
(
unsigned
int
newBufferSize);
11
float
put
(
float
valueToStore);
12
void
resetToZero
();
13
14
private
:
15
std::vector<float> buffer;
16
unsigned
int
bpointer;
17
int
numbSamples;
18
19
};
20
21
#endif
PndEmcPSAFPGAFilterDelay
Definition:
PndEmcPSAFPGAFilterDelay.h:6
PndEmcPSAFPGAFilterDelay::put
float put(float valueToStore)
PndEmcPSAFPGAFilterDelay::resetToZero
void resetToZero()
PndEmcPSAFPGAFilterDelay::PndEmcPSAFPGAFilterDelay
PndEmcPSAFPGAFilterDelay()
PndEmcPSAFPGAFilterDelay::~PndEmcPSAFPGAFilterDelay
~PndEmcPSAFPGAFilterDelay()
home
gitlab-runner
builds
LYZoAKaU
0
PandaRootGroup
PandaRoot
detectors
emc
EmcDigi
PndEmcPSAFPGA
PndEmcPSAFPGAFilterDelay.h
Generated on Fri Oct 21 2022 07:03:58 for PandaRoot by
1.8.13