X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSClusterFinderSDD.cxx;h=16d4eff7ae0d47f0a57eab7a3cfcf5ed94732852;hb=e3d05a9cd77a7f0762d831040563efc31895275a;hp=851d49e77a7b99365d18dfd280cea7b240ef02b6;hpb=720b23b8510581f3f7dd0f91cdbbcaf4954a46e4;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSClusterFinderSDD.cxx b/ITS/AliITSClusterFinderSDD.cxx index 851d49e77a7..16d4eff7ae0 100644 --- a/ITS/AliITSClusterFinderSDD.cxx +++ b/ITS/AliITSClusterFinderSDD.cxx @@ -206,6 +206,7 @@ void AliITSClusterFinderSDD::Find1DClusters() // cluster charge Int_t tstart = it-1; + if( tstart<0 ) tstart = 0; Bool_t ilcl = 0; if(lthrt >= lthrmint && lthra >= lthrmina) ilcl = 1;