]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/readSSDOCDBEntry.C
Fix for the bug coming from currend SPD simulation: coupling may mess up the ditis...
[u/mrichter/AliRoot.git] / ITS / readSSDOCDBEntry.C
index 3f6db98c3172d25b72e1b8b599e73e29297e541e..6e65dd9696f7366f909eb8a9f842aecb09d1f5be 100644 (file)
@@ -466,6 +466,13 @@ void BadChannelMap(AliCDBManager * man) {
   cBadChannel->cd(4)->SetGridx(); cBadChannel->cd(4)->SetGridy();
   cBadChannel->cd(4); fHistNSideBadChannelMapLayer6->Draw("colz");
   cBadChannel->SaveAs("Run-BadChannels.gif");
+
+  TFile *fOutput = new TFile("badChannelsSSD.root","recreate");
+  fHistPSideBadChannelMapLayer5->Write();
+  fHistNSideBadChannelMapLayer5->Write();
+  fHistPSideBadChannelMapLayer6->Write();
+  fHistNSideBadChannelMapLayer6->Write();
+  fOutput->Close();
 }
 
 //_____________________________________________________________________//