#include <PulseShapeFunctor.h>
Public Member Functions | |
double | doublePulseShapeFunc (const double *x) |
void | EvalPulse (const float *pars) |
double | EvalPulseM2 (const double *pars, const unsigned nPar) |
int | getcntNANinfit () |
void | getPulseShape (std::array< double, HcalConst::maxSamples > &fillPulseShape) |
double | getSiPMDarkCurrent (double darkCurrent, double fcByPE, double lambda) |
PulseShapeFunctor (const HcalPulseShapes::Shape &pulse, bool iPedestalConstraint, bool iTimeConstraint, bool iAddPulseJitter, double iPulseJitter, double iTimeMean, double iPedMean, unsigned int nSamplesToFit) | |
void | setDefaultcntNANinfit () |
void | setinvertpedSig2 (double x) |
void | setinverttimeSig2 (double x) |
void | setpsFiterry (double *erry) |
void | setpsFiterry2 (double *erry2) |
void | setpsFitslew (double *slew) |
void | setpsFitx (double *x) |
void | setpsFity (double *y) |
double | singlePulseShapeFunc (const double *x) |
void | singlePulseShapeFuncMahi (const float *x) |
double | triplePulseShapeFunc (const double *x) |
~PulseShapeFunctor () | |
Private Member Functions | |
void | funcShape (std::array< double, HcalConst::maxSamples > &ntmpbin, const double pulseTime, const double pulseHeight, const double slew, bool scalePulse) |
Private Attributes | |
std::vector< float > | acc25nsVec |
std::vector< float > | accVarLenIdxMinusOneVec |
std::vector< float > | accVarLenIdxZEROVec |
bool | addPulseJitter_ |
int | cntNANinfit |
std::vector< float > | diff25nsItvlVec |
std::vector< float > | diffVarItvlIdxMinusOneVec |
std::vector< float > | diffVarItvlIdxZEROVec |
double | invertpedSig2_ |
double | inverttimeSig2_ |
unsigned | nSamplesToFit_ |
bool | pedestalConstraint_ |
double | pedMean_ |
double | psFit_erry [HcalConst::maxSamples] |
double | psFit_erry2 [HcalConst::maxSamples] |
double | psFit_slew [HcalConst::maxSamples] |
double | psFit_x [HcalConst::maxSamples] |
double | psFit_y [HcalConst::maxSamples] |
std::array< float, HcalConst::maxPSshapeBin > | pulse_hist |
std::array< double, HcalConst::maxSamples > | pulse_shape_ |
std::array< double, HcalConst::maxSamples > | pulse_shape_sum_ |
double | pulseJitter_ |
bool | timeConstraint_ |
double | timeMean_ |
double | timeShift_ |
double | timeSig_ |
bool | unConstrainedFit_ |
Definition at line 19 of file PulseShapeFunctor.h.
FitterFuncs::PulseShapeFunctor::PulseShapeFunctor | ( | const HcalPulseShapes::Shape & | pulse, |
bool | iPedestalConstraint, | ||
bool | iTimeConstraint, | ||
bool | iAddPulseJitter, | ||
double | iPulseJitter, | ||
double | iTimeMean, | ||
double | iPedMean, | ||
unsigned int | nSamplesToFit | ||
) |
Definition at line 10 of file PulseShapeFunctor.cc.
References acc25nsVec, accVarLenIdxMinusOneVec, accVarLenIdxZEROVec, addPulseJitter_, diff25nsItvlVec, diffVarItvlIdxMinusOneVec, diffVarItvlIdxZEROVec, mps_fire::i, dqmiolumiharvest::j, HcalConst::maxPSshapeBin, HcalConst::maxSamples, nSamplesToFit_, HcalConst::nsPerBX, pedestalConstraint_, pedMean_, psFit_erry, psFit_erry2, psFit_slew, psFit_x, psFit_y, pulse(), pulse_hist, pulseJitter_, timeConstraint_, timeMean_, and timeShift_.
FitterFuncs::PulseShapeFunctor::~PulseShapeFunctor | ( | ) |
Definition at line 123 of file PulseShapeFunctor.cc.
|
inline |
Definition at line 64 of file PulseShapeFunctor.h.
References EvalPulseM2().
Referenced by PulseShapeFitOOTPileupCorrection::resetPulseShapeTemplate().
void FitterFuncs::PulseShapeFunctor::EvalPulse | ( | const float * | pars | ) |
Definition at line 125 of file PulseShapeFunctor.cc.
References funcShape(), HcalConst::invertnsPerBx, psFit_slew, pulse_shape_, ntuplemaker::time, timeMean_, and timeShift_.
Referenced by singlePulseShapeFuncMahi().
double FitterFuncs::PulseShapeFunctor::EvalPulseM2 | ( | const double * | pars, |
const unsigned | nPar | ||
) |
Definition at line 132 of file PulseShapeFunctor.cc.
References addPulseJitter_, cntNANinfit, ztail::d, funcShape(), mps_fire::i, HcalConst::invertnsPerBx, invertpedSig2_, inverttimeSig2_, edm::isNotFinite(), dqmiolumiharvest::j, nSamplesToFit_, HcalConst::nsPerBX, EcalCondDBWriter_cfi::pedestal, pedestalConstraint_, pedMean_, psFit_erry2, psFit_slew, psFit_y, pulse_shape_, pulse_shape_sum_, pulseJitter_, ntuplemaker::time, timeConstraint_, timeMean_, and timeShift_.
Referenced by doublePulseShapeFunc(), singlePulseShapeFunc(), and triplePulseShapeFunc().
|
private |
Definition at line 71 of file PulseShapeFunctor.cc.
References funct::abs(), acc25nsVec, accVarLenIdxMinusOneVec, accVarLenIdxZEROVec, cntNANinfit, diff25nsItvlVec, diffVarItvlIdxMinusOneVec, diffVarItvlIdxZEROVec, f, DQMScaleToClient_cfi::factor, mps_fire::i, HcalConst::iniTimeShift, createfilelist::int, edm::isNotFinite(), HcalConst::maxSamples, and HcalConst::nsPerBX.
Referenced by EvalPulse(), and EvalPulseM2().
|
inline |
|
inline |
double FitterFuncs::PulseShapeFunctor::getSiPMDarkCurrent | ( | double | darkCurrent, |
double | fcByPE, | ||
double | lambda | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 45 of file PulseShapeFunctor.h.
References mps_fire::i, HcalConst::maxSamples, and psFit_erry.
|
inline |
Definition at line 49 of file PulseShapeFunctor.h.
References mps_fire::i, HcalConst::maxSamples, and psFit_erry2.
|
inline |
Definition at line 53 of file PulseShapeFunctor.h.
References mps_fire::i, HcalConst::maxSamples, and psFit_slew.
|
inline |
Definition at line 37 of file PulseShapeFunctor.h.
References mps_fire::i, HcalConst::maxSamples, and psFit_x.
|
inline |
Definition at line 41 of file PulseShapeFunctor.h.
References mps_fire::i, HcalConst::maxSamples, and psFit_y.
|
inline |
Definition at line 63 of file PulseShapeFunctor.h.
References EvalPulseM2().
Referenced by PulseShapeFitOOTPileupCorrection::resetPulseShapeTemplate().
|
inline |
Definition at line 62 of file PulseShapeFunctor.h.
References EvalPulse().
|
inline |
Definition at line 65 of file PulseShapeFunctor.h.
References EvalPulseM2().
Referenced by PulseShapeFitOOTPileupCorrection::resetPulseShapeTemplate().
|
private |
Definition at line 73 of file PulseShapeFunctor.h.
Referenced by funcShape(), and PulseShapeFunctor().
|
private |
Definition at line 75 of file PulseShapeFunctor.h.
Referenced by funcShape(), and PulseShapeFunctor().
|
private |
Definition at line 74 of file PulseShapeFunctor.h.
Referenced by funcShape(), and PulseShapeFunctor().
|
private |
Definition at line 88 of file PulseShapeFunctor.h.
Referenced by EvalPulseM2(), and PulseShapeFunctor().
|
private |
Definition at line 72 of file PulseShapeFunctor.h.
Referenced by EvalPulseM2(), funcShape(), getcntNANinfit(), and setDefaultcntNANinfit().
|
private |
Definition at line 73 of file PulseShapeFunctor.h.
Referenced by funcShape(), and PulseShapeFunctor().
|
private |
Definition at line 75 of file PulseShapeFunctor.h.
Referenced by funcShape(), and PulseShapeFunctor().
|
private |
Definition at line 74 of file PulseShapeFunctor.h.
Referenced by funcShape(), and PulseShapeFunctor().
|
private |
Definition at line 97 of file PulseShapeFunctor.h.
Referenced by EvalPulseM2(), and setinvertpedSig2().
|
private |
Definition at line 96 of file PulseShapeFunctor.h.
Referenced by EvalPulseM2(), and setinverttimeSig2().
|
private |
Definition at line 85 of file PulseShapeFunctor.h.
Referenced by EvalPulseM2(), and PulseShapeFunctor().
|
private |
Definition at line 86 of file PulseShapeFunctor.h.
Referenced by EvalPulseM2(), and PulseShapeFunctor().
|
private |
Definition at line 93 of file PulseShapeFunctor.h.
Referenced by EvalPulseM2(), and PulseShapeFunctor().
|
private |
Definition at line 82 of file PulseShapeFunctor.h.
Referenced by PulseShapeFunctor(), and setpsFiterry().
|
private |
Definition at line 82 of file PulseShapeFunctor.h.
Referenced by EvalPulseM2(), PulseShapeFunctor(), and setpsFiterry2().
|
private |
Definition at line 82 of file PulseShapeFunctor.h.
Referenced by EvalPulse(), EvalPulseM2(), PulseShapeFunctor(), and setpsFitslew().
|
private |
Definition at line 82 of file PulseShapeFunctor.h.
Referenced by PulseShapeFunctor(), and setpsFitx().
|
private |
Definition at line 82 of file PulseShapeFunctor.h.
Referenced by EvalPulseM2(), PulseShapeFunctor(), and setpsFity().
|
private |
Definition at line 70 of file PulseShapeFunctor.h.
Referenced by PulseShapeFunctor().
|
private |
Definition at line 98 of file PulseShapeFunctor.h.
Referenced by EvalPulse(), EvalPulseM2(), and getPulseShape().
|
private |
Definition at line 99 of file PulseShapeFunctor.h.
Referenced by EvalPulseM2().
|
private |
Definition at line 90 of file PulseShapeFunctor.h.
Referenced by EvalPulseM2(), and PulseShapeFunctor().
|
private |
Definition at line 87 of file PulseShapeFunctor.h.
Referenced by EvalPulseM2(), and PulseShapeFunctor().
|
private |
Definition at line 91 of file PulseShapeFunctor.h.
Referenced by EvalPulse(), EvalPulseM2(), and PulseShapeFunctor().
|
private |
Definition at line 94 of file PulseShapeFunctor.h.
Referenced by EvalPulse(), EvalPulseM2(), and PulseShapeFunctor().
|
private |
Definition at line 92 of file PulseShapeFunctor.h.
|
private |
Definition at line 89 of file PulseShapeFunctor.h.