PandaRoot
BSEmcPSAFPGAFilterCF.h
Go to the documentation of this file.
1
//****************************************************************************
2
//* This file is part of PandaRoot. *
3
//* *
4
//* PandaRoot is distributed under the terms of the *
5
//* GNU General Public License (GPL) version 3, *
6
//* copied verbatim in the file "LICENSE". *
7
//* *
8
//* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9
//* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10
//* The authors are listed in the file "AUTHORS". *
11
//****************************************************************************
12
13
#ifndef BSEMCFPGAFILTERCF_HH
14
#define BSEMCFPGAFILTERCF_HH
15
16
#include <vector>
17
18
#include "RtypesCore.h"
19
20
#include "
BSEmcPSAFPGAFilterLine.h
"
21
22
class
BSEmcPSAFPGAFilterCF
:
public
BSEmcPSAFPGAFilterLine
{
23
24
public
:
25
BSEmcPSAFPGAFilterCF
();
26
virtual
~BSEmcPSAFPGAFilterCF
();
27
void
set
(UInt_t t_newBufferSize, Float_t t_newRatio);
28
void
resetToZero
();
29
virtual
Float_t
put
(Float_t t_valueToStore)
/*override*/
;
30
31
private
:
32
std::vector<Float_t> fBuffer{};
33
UInt_t fBPointer{0};
34
Float_t fRatio{0};
35
};
36
37
#endif
/*BSEMCFPGAFILTERCF_HH*/
BSEmcPSAFPGAFilterCF::BSEmcPSAFPGAFilterCF
BSEmcPSAFPGAFilterCF()
BSEmcPSAFPGAFilterLine
Definition:
BSEmcPSAFPGAFilterLine.h:17
BSEmcPSAFPGAFilterCF::~BSEmcPSAFPGAFilterCF
virtual ~BSEmcPSAFPGAFilterCF()
BSEmcPSAFPGAFilterLine.h
BSEmcPSAFPGAFilterCF::put
virtual Float_t put(Float_t t_valueToStore)
BSEmcPSAFPGAFilterCF
Definition:
BSEmcPSAFPGAFilterCF.h:22
BSEmcPSAFPGAFilterCF::resetToZero
void resetToZero()
home
gitlab-runner
builds
Vxspf1vo
0
PandaRootGroup
PandaRoot
detectors
emc_restructured
FwEndcap
FeatureExtraction
PSA
BSEmcPSAFPGAFilterCF.h
Generated on Fri Nov 29 2024 06:04:39 for PandaRoot by
1.8.13