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