]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/ITSSDDBASda.cxx
Fix problem in simulated raw data + code cleanup (F.Prino)
[u/mrichter/AliRoot.git] / ITS / ITSSDDBASda.cxx
index 6cafb8f0109a7670844fd8034cf92b6b7601c0e2..39a44cbeefba4e5bda0eb95266d576a9ad61d03f 100644 (file)
@@ -171,7 +171,7 @@ int main(int argc, char **argv) {
            Int_t isddmod=s.GetModuleNumber(iddl,s.GetCarlosId()); 
            isddmod-=240;  // to have SDD modules from 0 to 259
            isddmod=s.GetCarlosId(); // temporary for test raw data
-           if(isddmod<nSDDmodules){ 
+           if(isddmod<nSDDmodules&&s.IsCompletedModule()==kFALSE){ 
              Int_t index=2*isddmod+s.GetChannel(); 
              histo[index]->Fill(s.GetCoord2(),s.GetCoord1(),s.GetSignal());
            }