]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Run list updated (two runs of LHC10d added) - thanks Silvia
authordainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 20 Jan 2011 12:19:20 +0000 (12:19 +0000)
committerdainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 20 Jan 2011 12:19:20 +0000 (12:19 +0000)
PWG3/vertexingHF/RunAnalysisAODVertexingHF.C

index 7e42c549a3a28ba4f7b78a840a5c8fcbf02db5e3..703f92453294dea47b4d4c661e1f3b955f545a15 100644 (file)
@@ -367,7 +367,6 @@ Int_t AddGoodRuns(AliAnalysisAlien* plugin,TString lhcPeriod,TString mcprod="")
 
   if(mcprod=="LHC10d3") {firstrun=117054;lastrun=117222;}
   if(mcprod=="LHC10d5") {firstrun=117086;lastrun=117222;}
-  if(lhcPeriod=="LHC10d") {lastrun=126432;} // TEMPORARY!!!
 
 
   if(lhcPeriod=="LHC10b") {
@@ -395,8 +394,8 @@ Int_t AddGoodRuns(AliAnalysisAlien* plugin,TString lhcPeriod,TString mcprod="")
   }
 
   if(lhcPeriod=="LHC10dhighmu") { // only runs with high mu
-    nruns=19;
-    Int_t runlist[19]={124750, 124746, 124702, 124608, 124607, 124606, 124605, 124604, 124381, 124380, 124378, 124367, 124362, 124358, 124355, 124191, 124187, 122375, 122374};
+    nruns=17;
+    Int_t runlist[17]={124750, 124746, 124702, 124608, 124607, 124606, 124605, 124604, 124381, 124380, 124378, 124367, 124362, 124358, 124355, 124191, 124187};
    
     for(Int_t k=0;k<nruns;k++){
       if(runlist[k]<firstrun || runlist[k]>lastrun) continue;
@@ -407,8 +406,8 @@ Int_t AddGoodRuns(AliAnalysisAlien* plugin,TString lhcPeriod,TString mcprod="")
   }
 
   if(lhcPeriod=="LHC10d") { // runs with high mu excluded
-    nruns=53;
-    Int_t runlist[53]={126437, 126432, 126425, 126424, 126422, 126409, 126408, 126407, 126406, 126405, 126404, 126403, 126359, 126352, 126351, 126350, 126285, 126284, 126283, 126168, 126167, 126160, 126158, 126097, 126090, 126088, 126082, 126081, 126078, 126073, 126008, 126007, 126004, 125855, 125851, 125850, 125849, 125848, 125847, 125844, 125843, 125842, 125633, 125632, 125630, 125296, 125134, 125101, 125100, 125097, 125085, 125023, 124751};
+    nruns=55;
+    Int_t runlist[55]={126437, 126432, 126425, 126424, 126422, 126409, 126408, 126407, 126406, 126405, 126404, 126403, 126359, 126352, 126351, 126350, 126285, 126284, 126283, 126168, 126167, 126160, 126158, 126097, 126090, 126088, 126082, 126081, 126078, 126073, 126008, 126007, 126004, 125855, 125851, 125850, 125849, 125848, 125847, 125844, 125843, 125842, 125633, 125632, 125630, 125296, 125134, 125101, 125100, 125097, 125085, 125023, 124751, 122375, 122374};
    
     for(Int_t k=0;k<nruns;k++){
       if(runlist[k]<firstrun || runlist[k]>lastrun) continue;