]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinderV2SSD.cxx
Revision of SSD calibration classes (E. Fragiacomo)
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinderV2SSD.cxx
index c20b74f6b533c8887102c2b71982ef76745be3e3..d0f3bd2d44264b15c0cc77e80e46f38aef625abe 100644 (file)
@@ -364,7 +364,7 @@ void AliITSClusterFinderV2SSD::FindClustersSSD(AliITSRawStreamSSD* input,
        noise = cal->GetNoiseP(istrip); if(noise<1.) signal = 65535;
        if(signal<3*noise) signal = 65535; // in case ZS was not done in hw do it now
 
-       //        if(cal->IsPChannelB ad(istrip)) signal=0;
+       //        if(cal->IsPChannelBad(istrip)) signal=0;
 
        if (signal!=65535) {
          gain = cal->GetGainP(istrip);