#include <GaussNoiseFP420.h>
Public Member Functions | |
PileUpFP420::signal_map_type | addNoise (const PileUpFP420::signal_map_type &) override |
GaussNoiseFP420 (int ns, float nrms, float th, bool aNpixel, int verbosity) | |
void | setNumPixels (int in) |
void | setThreshold (float in) |
Public Member Functions inherited from GNoiseFP420 | |
virtual | ~GNoiseFP420 () |
Private Attributes | |
bool | addNoisyPixels |
float | noiseRMS |
int | numPixels |
float | threshold |
int | verbosi |
Definition at line 7 of file GaussNoiseFP420.h.
GaussNoiseFP420::GaussNoiseFP420 | ( | int | ns, |
float | nrms, | ||
float | th, | ||
bool | aNpixel, | ||
int | verbosity | ||
) |
Definition at line 11 of file GaussNoiseFP420.cc.
|
overridevirtual |
Implements GNoiseFP420.
Definition at line 14 of file GaussNoiseFP420.cc.
References addNoisyPixels, gather_cfg::cout, relval_steps::gen(), GaussNoiseProducerFP420::generate(), noiseRMS, numPixels, AlCaHLTBitMon_ParallelJobs::p, threshold, and verbosi.
Referenced by FP420DigiMain::run().
|
inline |
Definition at line 12 of file GaussNoiseFP420.h.
References recoMuon::in, and numPixels.
|
inline |
Definition at line 13 of file GaussNoiseFP420.h.
References recoMuon::in, and threshold.
|
private |
Definition at line 19 of file GaussNoiseFP420.h.
Referenced by addNoise().
|
private |
Definition at line 17 of file GaussNoiseFP420.h.
Referenced by addNoise().
|
private |
Definition at line 16 of file GaussNoiseFP420.h.
Referenced by addNoise(), and setNumPixels().
|
private |
Definition at line 18 of file GaussNoiseFP420.h.
Referenced by addNoise(), utils.StatisticalTest::get_status(), and setThreshold().
|
private |
Definition at line 20 of file GaussNoiseFP420.h.
Referenced by addNoise().