From 8c4b94452b694c53889d0d977419d19fc46a2cc8 Mon Sep 17 00:00:00 2001 From: nilsen Date: Thu, 11 Oct 2001 20:09:46 +0000 Subject: [PATCH] Change in Standard Noise value. --- ITS/AliITSClusterFinderSDD.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){ -- 2.31.1