#include <ZeroSuppressFP420.h>
Public Member Functions | |
void | initParams (const edm::ParameterSet &conf_) |
ZSuppressFP420::DigitalMapType | trkFEDclusterizer (const DigitalMapType &, int) |
ZSuppressFP420::DigitalMapType | zeroSuppress (const DigitalMapType &, int) override |
ZeroSuppressFP420 (const edm::ParameterSet &conf, float noise) | |
~ZeroSuppressFP420 () override | |
Public Member Functions inherited from ZSuppressFP420 | |
virtual | ~ZSuppressFP420 () |
Private Attributes | |
int | algoConf |
edm::ParameterSet | conf_ |
double | highthreshConf |
double | lowthreshConf |
float | noiseInAdc |
short | theFEDalgorithm |
float | theFEDhighThresh |
float | theFEDlowThresh |
short | theNumFEDalgos |
int | verbosity |
Additional Inherited Members | |
Public Types inherited from ZSuppressFP420 | |
typedef DConverterFP420::DigitalMapType | DigitalMapType |
Definition at line 7 of file ZeroSuppressFP420.h.
ZeroSuppressFP420::ZeroSuppressFP420 | ( | const edm::ParameterSet & | conf, |
float | noise | ||
) |
Definition at line 10 of file ZeroSuppressFP420.cc.
References conf_, gather_cfg::cout, edm::ParameterSet::getUntrackedParameter(), initParams(), noiseInAdc, and verbosity.
|
inlineoverride |
Definition at line 11 of file ZeroSuppressFP420.h.
References conf_, initParams(), trkFEDclusterizer(), and zeroSuppress().
void ZeroSuppressFP420::initParams | ( | const edm::ParameterSet & | conf_ | ) |
Definition at line 26 of file ZeroSuppressFP420.cc.
References algoConf, gather_cfg::cout, cmsRelvalreport::exit, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), highthreshConf, lowthreshConf, noiseInAdc, theFEDalgorithm, theFEDhighThresh, theFEDlowThresh, theNumFEDalgos, and verbosity.
Referenced by ZeroSuppressFP420(), and ~ZeroSuppressFP420().
ZSuppressFP420::DigitalMapType ZeroSuppressFP420::trkFEDclusterizer | ( | const DigitalMapType & | in, |
int | vrb | ||
) |
Definition at line 74 of file ZeroSuppressFP420.cc.
References accept(), ecalMGPA::adc(), gather_cfg::cout, mps_fire::i, SiStripPI::max, indexGen::s2, AlCaHLTBitMon_QueryRunRegistry::string, digitizers_cfi::strip, theFEDalgorithm, theFEDhighThresh, and theFEDlowThresh.
Referenced by zeroSuppress(), and ~ZeroSuppressFP420().
|
overridevirtual |
Implements ZSuppressFP420.
Definition at line 66 of file ZeroSuppressFP420.cc.
References gather_cfg::cout, and trkFEDclusterizer().
Referenced by FP420DigiMain::run(), and ~ZeroSuppressFP420().
|
private |
Definition at line 28 of file ZeroSuppressFP420.h.
Referenced by initParams().
|
private |
Definition at line 25 of file ZeroSuppressFP420.h.
Referenced by ZeroSuppressFP420(), and ~ZeroSuppressFP420().
|
private |
Definition at line 30 of file ZeroSuppressFP420.h.
Referenced by initParams().
|
private |
Definition at line 29 of file ZeroSuppressFP420.h.
Referenced by initParams().
|
private |
Definition at line 21 of file ZeroSuppressFP420.h.
Referenced by initParams(), and ZeroSuppressFP420().
|
private |
Definition at line 22 of file ZeroSuppressFP420.h.
Referenced by initParams(), and trkFEDclusterizer().
|
private |
Definition at line 24 of file ZeroSuppressFP420.h.
Referenced by initParams(), and trkFEDclusterizer().
|
private |
Definition at line 23 of file ZeroSuppressFP420.h.
Referenced by initParams(), and trkFEDclusterizer().
|
private |
Definition at line 26 of file ZeroSuppressFP420.h.
Referenced by initParams().
|
private |
Definition at line 28 of file ZeroSuppressFP420.h.
Referenced by initParams(), and ZeroSuppressFP420().