]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/PlotCalibSDDVsTime.C
Minor updates in macros used to plot SDD calib. quantities vs. time
[u/mrichter/AliRoot.git] / ITS / PlotCalibSDDVsTime.C
index d5ff619b278645924302c516cb85cda320e587e0..81c31ac30df521a4e66e13bad2bd34371bef4deb 100644 (file)
@@ -66,6 +66,7 @@ void PlotCalibSDDVsTime(Int_t year=2010, Int_t firstRun=77677,
     sscanf(filnam,"/alice/data/%d/OCDB/ITS/Calib/CalibSDD/Run%d_%d_v%d_s%d.root",&year,&nrun,&nrun2,&nv,&ns);
     if(year==2009 && (nrun<85639 && nrun2> 85639)) continue; // protection for files with swapped ladders 4-5 of layer 3 
     if(year==2009 && (nrun>100000 && nv< 184)) continue; // protection for files with swapped ladder 0-1 of layer 4
+    if(year==2010 && (nrun>=114603 && nv< 98)) continue; // protection for files without treatment of masked hybrids 
     if(nrun<firstRun) continue;
     if(nrun>lastRun) continue;
     sprintf(filnamalien,"alien://%s",filnam);