Definition at line 24 of file RandomNoise_tool.cc.
icarus_tool::RandomNoise::RandomNoise |
( |
const fhicl::ParameterSet & |
pset | ) |
|
|
explicit |
icarus_tool::RandomNoise::~RandomNoise |
( |
| ) |
|
void icarus_tool::RandomNoise::configure |
( |
const fhicl::ParameterSet & |
pset | ) |
|
|
overridevirtual |
Implements icarus_tool::IGenNoise.
Definition at line 70 of file RandomNoise_tool.cc.
78 CLHEP::RandGaussQ rGauss(engine, 0.0, noise_factor);
84 for (
unsigned int i=0; i<noise.size(); i++)
85 noise.at(i) = rGauss.fire();
void icarus_tool::RandomNoise::nextEvent |
( |
| ) |
|
|
inlineoverridevirtual |
std::string icarus_tool::RandomNoise::fHistogramName |
|
private |
std::string icarus_tool::RandomNoise::fInputNoiseHistFileName |
|
private |
std::vector<double> icarus_tool::RandomNoise::fNoiseHistVec |
|
private |
The documentation for this class was generated from the following file: