X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSsimulationSSD.cxx;h=e4293e2ed887065233ca0bf282094f9a4607e0f7;hb=f232e83492b0ba3ec89200c178523b56693444bc;hp=5c332edabfc7f4a39a237a4f58ed250a7f9e7a78;hpb=c9f26a45e29f56f833db899e9a17746d68ff3b6b;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSsimulationSSD.cxx b/ITS/AliITSsimulationSSD.cxx index 5c332edabfc..e4293e2ed88 100644 --- a/ITS/AliITSsimulationSSD.cxx +++ b/ITS/AliITSsimulationSSD.cxx @@ -678,7 +678,7 @@ void AliITSsimulationSSD::ChargeToSignal(Int_t module,AliITSpList *pList) { // signal is converted in unit of ADC signal = res->GetSSDDEvToADC(signal); - if(signal>4096.) signal = 4096.;//if exceeding, accumulate last one + if(signal>4095.) signal = 4095.;//if exceeding, accumulate last one // threshold for zero suppression is set on the basis of the noise // A good value is 3*sigma_noise