From: nilsen Date: Thu, 11 Oct 2001 20:09:46 +0000 (+0000) Subject: Change in Standard Noise value. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=8c4b94452b694c53889d0d977419d19fc46a2cc8;ds=sidebyside Change in Standard Noise value. --- diff --git a/ITS/AliITSClusterFinderSDD.cxx b/ITS/AliITSClusterFinderSDD.cxx index d13b3e498f7..fe2a41b8c50 100644 --- a/ITS/AliITSClusterFinderSDD.cxx +++ b/ITS/AliITSClusterFinderSDD.cxx @@ -83,7 +83,7 @@ void AliITSClusterFinderSDD::SetCutAmplitude(Float_t nsigma){ fResponse->GetNoiseParam(noise,baseline); noise_after_el = ((AliITSresponseSDD*)fResponse)->GetNoiseAfterElectronics(); - fCutAmplitude=(Int_t)((baseline + nsigma*noise_after_el) + 0.2); + fCutAmplitude=(Int_t)((baseline + nsigma*noise_after_el)); } //______________________________________________________________________ void AliITSClusterFinderSDD::Find1DClusters(){