]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
ADC slope changed to 0.6 pC per channel
authorcheynis <cheynis@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Nov 2009 15:42:14 +0000 (15:42 +0000)
committercheynis <cheynis@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Nov 2009 15:42:14 +0000 (15:42 +0000)
VZERO/AliVZEROCalibData.cxx

index 58b28197cd4088a608cb6e66370f3008ab088446..596906dc5e4f90466efd1ca7d20b223aa88dd509 100644 (file)
@@ -293,7 +293,7 @@ Float_t AliVZEROCalibData::GetMIPperADC(Int_t channel) const {
        Float_t  HV = fMeanHV[channel];  
        Float_t MIP = -1;
        if (HV>0)
-         MIP = 0.5/TMath::Exp((TMath::Log(HV) - P0[channel] )/P1[channel]);
+         MIP = 0.6/TMath::Exp((TMath::Log(HV) - P0[channel] )/P1[channel]);
        return MIP; 
        
 }