217 ss <<
" Monitorables for APV number : " << iapv;
218 if ( iapv == 0 ) { ss <<
" (first of pair)"; }
219 else if ( iapv == 1 ) { ss <<
" (second of pair)"; }
221 ss <<
" Mean Amplitude of the pulse : " <<
mean_amplitude_[iapv] << std::endl
222 <<
" Mean Tail amplitude after 150ns : " <<
mean_tail_[iapv] << std::endl
225 <<
" Mean Turn on time : " <<
mean_turnOn_[iapv] << std::endl
228 <<
" Mean baseline amplitude : " <<
mean_baseline_[iapv] << std::endl
229 <<
" Mean Smearing parameter : " <<
mean_smearing_[iapv] << std::endl
230 <<
" Mean Chi2 of the fit : " <<
mean_chi2_[iapv] << std::endl;
232 ss <<
"Data obtained in deconvolution mode." << std::endl;
234 ss <<
"Data obtained in peak mode." << std::endl;
static const float minRiseTimeThresholdDeco_
static const float maxTurnOnThreshold_
static const float maxRiseTimeThresholdDeco_
static const float minPeakTimeThreshold_
CalibrationAnalysis(const uint32_t &key, const bool &deconv)
static const float maxDecayTimeThresholdDeco_
static const float maxRiseTimeThreshold_
static const float maxBaselineThreshold_
void print(std::stringstream &, uint32_t not_used=0) override
static const float minDecayTimeThresholdDeco_
static const float minAmplitudeThreshold_
static const float maxDecayTimeThreshold_
static const float minTurnOnThresholdDeco_
static const float minDecayTimeThreshold_
std::vector< float > VFloat
std::vector< bool > VBool
static const float minPeakTimeThresholdDeco_
static const float minBaselineThreshold_
static const float maxTurnOnThresholdDeco_
VFloat spread_undershoot_
static const float minRiseTimeThreshold_
virtual void header(std::stringstream &) const
bool isValid() const override
static const uint16_t invalid_
std::vector< VBool > VVBool
static const float minTurnOnThreshold_
static const float maxChi2Threshold_
static const float maxPeakTimeThresholdDeco_
static const float maxPeakTimeThreshold_
std::vector< VFloat > VVFloat
Abstract base for derived classes that provide analysis of commissioning histograms.