]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Minor fix in macro to plot SDD calibs
authorprino <prino@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 May 2011 10:22:59 +0000 (10:22 +0000)
committerprino <prino@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 May 2011 10:22:59 +0000 (10:22 +0000)
ITS/macrosSDD/PlotCalibSDDVsTime.C

index 0c531d207ad6affff717c7e9fc7214a11a970361..c788b0fe503551317aedde8b9cbbe7edc7e3986c 100644 (file)
@@ -83,7 +83,7 @@ void PlotCalibSDDVsTime(Int_t year=2011, Int_t firstRun=142600,
     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(year==2011 && (nrun>=145349 && nrun2> 148978)) continue; // protection for files affected by problem in second DA
+    if(year==2011 && (nrun>=145349 && nrun<=148978) && nrun2> 148978) continue; // protection for files affected by problem in second DA
     if(nrun<firstRun) continue;
     if(nrun>lastRun) continue;
     sprintf(filnamalien,"alien://%s",filnam);