Skip to content

Commit

Permalink
new quantization noise in the M2
Browse files Browse the repository at this point in the history
  • Loading branch information
mariadalfonso committed Dec 14, 2016
1 parent dfcb715 commit f290d99
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -547,8 +547,7 @@ void PulseShapeFitOOTPileupCorrection::phase1Apply(const HBHEChannelInfo& channe
energyArr[ip] = energy; pedenArr[ip] = peden;

// quantization noise from the ADC (QIE8 or QIE10/11)
if(!channelData.hasTimeInfo()) noiseADCArr[ip] = psfPtr_->sigmaHPDQIE8(chargeArr[ip]);
if(channelData.hasTimeInfo()) noiseADCArr[ip] = psfPtr_->sigmaSiPMQIE10(chargeArr[ip]);
noiseADCArr[ip] = channelData.tsDFcPerADC(ip);

// dark current noise relevant for siPM
noiseDCArr[ip] = 0;
Expand Down

0 comments on commit f290d99

Please sign in to comment.