]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGHF/vertexingHF/AddGoodRuns.C
Add run list for production LHC12a12 (Renu)
[u/mrichter/AliRoot.git] / PWGHF / vertexingHF / AddGoodRuns.C
index 7c5bddc90f396d05ea82840038c4128d0e4092d1..d823b07ed8c736b61e255eb29508ccf086ae069d 100644 (file)
@@ -76,6 +76,14 @@ Int_t AddGoodRuns(AliAnalysisAlien* plugin,TString lhcPeriod,TString mcprod="")
        plugin->AddRunNumber(runlist[k]);
        ngoodruns++;
       }
+    } else if(mcprod=="LHC12a12") {
+      nruns=115;
+      Int_t runlist[115]={127719, 127822, 127931, 127933, 127935, 127936, 127937, 127940, 127941, 127942, 128185, 128186, 128189, 128191, 128192, 128260, 128263, 128366, 128452, 128483, 128486, 128494, 128495, 128498, 128503, 128504, 128505, 128507, 128582, 128605, 128609, 128611, 128615, 128621, 128677, 128678, 128777, 128778, 128820, 128823, 128824, 128833, 128835, 128836, 128843, 128850, 128853, 128855, 128913, 129512, 129513, 129514, 129520, 129523, 129527, 129528, 129540, 129586, 129587, 129599, 129639, 129641, 129647, 129650, 129652, 129653, 129654, 129659, 129666, 129667, 129723, 129725, 129726, 129729, 129735, 129736, 129738, 129742, 129744, 129959, 129960, 129961, 129966, 129983, 130149, 130157, 130158, 130172, 130178, 130179, 130342, 130343, 130354, 130356, 130358, 130360, 130375, 130480, 130517, 130519, 130520, 130601, 130608, 130696, 130704, 130793, 130795, 130798, 130799, 130834, 130840, 130842, 130844, 130847, 130848};      
+      for(Int_t k=0;k<nruns;k++){
+       if(runlist[k]<firstrun || runlist[k]>lastrun) continue;
+       plugin->AddRunNumber(runlist[k]);
+       ngoodruns++;
+      }
     }
     plugin->SetNrunsPerMaster(ngoodruns);
   }