18 #include "CLHEP/Random/RandGaussQ.h"
19 #include "CLHEP/Random/RandFlat.h"
25 : theDbService(nullptr),
26 theParameterMap(parameters),
27 theNoiseSignalGenerator(nullptr),
28 theIonFeedbackSim(nullptr),
29 theTimeSlewSim(nullptr),
33 preMixAdd_(PreMix2) {}
73 int maxbin = cs.
size();
80 for (
int i = 0;
i < precisebin;
i++) {
85 int samplebin = (int)
i * maxbin / precisebin;
103 if (hcalGenDetId.isHcalCastorDetId())
105 if (hcalGenDetId.isHcalZDCDetId())
111 double noise[32] = {0.};
114 for (
int i = 0;
i < frame.
size();
i++)
115 gauss[
i] = CLHEP::RandGaussQ::shoot(engine, 0., 1.);
120 for (
int tbin = 0; tbin < frame.
size(); ++tbin) {
132 double* fNoise)
const {
144 double s_xy_mean = -0.5 * s_xx_mean;
148 s_xy_mean = 0.08 * s_xx_mean;
150 double term = s_xx_mean * s_xx_mean - 2. * s_xy_mean * s_xy_mean;
154 double sigma =
sqrt(0.5 * (s_xx_mean +
sqrt(term)));
155 double corr = sigma == 0. ? 0. : 0.5 * s_xy_mean / sigma;
157 for (
int i = 0;
i < fFrames;
i++) {
158 fNoise[
i] = fGauss[
i] * sigma;
160 fNoise[
i] += fGauss[
i - 1] *
corr;
162 fNoise[
i] += fGauss[
i + 1] *
corr;
void setDbService(const HcalDbService *service)
the Producer will probably update this every event
const CaloVNoiseSignalGenerator * theNoiseSignalGenerator
const CaloVSimParameterMap * theParameterMap
unique_ptr< ClusterSequence > cs
const HcalTimeSlew * theTimeSlew
int preciseSize() const
get the size
Main class for Parameters in different subdetectors.
float preciseAt(int i) const
const function to access precise samples
HcalAmplifier(const CaloVSimParameterMap *parameters, bool addNoise, bool PreMix1, bool PreMix2)
void addThermalNoise(CaloSamples &samples, CLHEP::HepRandomEngine *)
double pedestal(int fCapId) const
get pedestal width for capid=0..3
const HcalDbService * theDbService
bool contains(const DetId &detId) const
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
virtual const CaloSimParameters & simParameters(const DetId &id) const =0
void delay(CaloSamples &samples, CLHEP::HepRandomEngine *, const HcalTimeSlew *hcalTimeSlew_delay) const
const HcalCalibrationWidths & getHcalCalibrationWidths(const HcalGenericDetId &fId) const
virtual void amplify(CaloSamples &linearFrame, CLHEP::HepRandomEngine *) const
HcalTimeSlewSim * theTimeSlewSim
void applyQIEdelay(CaloSamples &frame, int delayQIE) const
constexpr double pedestal(int fCapId) const
get pedestal for capid=0..3
int size() const
get the size
unsigned theStartingCapId
void addPedestals(CaloSamples &frame, CLHEP::HepRandomEngine *) const
float & preciseAtMod(int i)
mutable function to access precise samples
void pe2fC(CaloSamples &frame) const
char data[epos_bytes_allocation]
void makeNoise(HcalGenericDetId::HcalGenericSubdetector hcalSubDet, const HcalCalibrationWidths &width, int fFrames, double *fGauss, double *fNoise) const
DetId id() const
get the (generic) id
HPDIonFeedbackSim * theIonFeedbackSim
HcalGenericSubdetector genericSubdet() const
const HcalCalibrations & getHcalCalibrations(const HcalGenericDetId &fId) const
void setDbService(const HcalDbService *service)
double photoelectronsToAnalog() const
the factor which goes from photoelectrons to whatever gets read by ADCs
constexpr Detector det() const
get the detector field from this detid