]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Update good runs lists, added LHC10d
authordainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 5 Sep 2010 22:10:28 +0000 (22:10 +0000)
committerdainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 5 Sep 2010 22:10:28 +0000 (22:10 +0000)
PWG3/vertexingHF/RunAnalysisAODVertexingHF.C

index e6516f82a00aa46134dbef9a5320a1a8dfac85b4..da00c05496cbe8f83bed651512dee9d553b59dfe 100644 (file)
@@ -369,8 +369,8 @@ void AddGoodRuns(AliAnalysisAlien* plugin,TString lhcPeriod) {
   plugin->SetRunPrefix("000");
 
   if(lhcPeriod=="LHC10b") {
-    Int_t nruns=47;
-    Int_t runlist[47]={117222, 117220, 117120, 117118, 117116, 117112, 117109, 117099, 117092, 117086, 117082, 117077, 117063, 117060, 117059, 117054, 117053, 117052, 117050, 117048, 116643, 116611, 116609, 116574, 116571, 116562, 116561, 116559, 116403, 116402, 116401, 116288, 116102, 115514, 115414, 115401, 115393, 115345, 115335, 115328, 115325, 115322, 115318, 115310, 115193, 115186, 114931};
+    Int_t nruns=33;
+    Int_t runlist[33]={117222, 117220, 117116, 117112, 117109, 117099, 117092, 117086, 117077, 117065, 117063, 117060, 117059, 117054, 117053, 117052, 117050, 117048, 116645, 116643, 116574, 116571, 116562, 116403, 116402, 116288, 116102, 115414, 115401, 115393, 115193, 115186, 114931};
    
     for(Int_t k=0;k<nruns;k++){
       plugin->AddRunNumber(runlist[k]);
@@ -379,8 +379,8 @@ void AddGoodRuns(AliAnalysisAlien* plugin,TString lhcPeriod) {
   }
 
   if(lhcPeriod=="LHC10c") { 
-    Int_t nruns=36;
-    Int_t runlist[36]={120829, 120825, 120824, 120823, 120822, 120821, 120820, 120758, 120750, 120741, 120671, 120617, 120616, 120505, 120504, 120503, 120244, 120079, 120076, 120073, 120072, 120069, 120067, 119862, 119859, 119856, 119853, 119849, 119846, 119845, 119844, 119842, 119841, 119163, 119161, 119159};
+    Int_t nruns=46;
+    Int_t runlist[46]={120829, 120825, 120824, 120823, 120822, 120821, 120820, 120758, 120750, 120741, 120671, 120617, 120616, 120505, 120504, 120503, 120244, 120079, 120076, 120073, 120072, 120069, 120067, 119862, 119859, 119856, 119853, 119849, 119846, 119845, 119844, 119842, 119841, 119163, 119161, 119159, 119086, 119085, 119084, 119079, 119077, 119067, 119061, 119047, 119041, 119037};
    
     for(Int_t k=0;k<nruns;k++){
       plugin->AddRunNumber(runlist[k]);
@@ -388,5 +388,26 @@ void AddGoodRuns(AliAnalysisAlien* plugin,TString lhcPeriod) {
     plugin->SetNrunsPerMaster(nruns);
   }
 
+  if(lhcPeriod=="LHC10dhighmu") { // only runs with high mu
+    Int_t 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};
+   
+    for(Int_t k=0;k<nruns;k++){
+      plugin->AddRunNumber(runlist[k]);
+    }
+    plugin->SetNrunsPerMaster(nruns);
+  }
+
+  if(lhcPeriod=="LHC10d") { // runs with high mu excluded
+    Int_t nruns=60;
+    Int_t runlist[60]={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, 125628, 125296, 125295, 125186, 125156, 125140, 125139, 125134, 125133, 125101, 125100, 125097, 125085, 125023, 124751};
+   
+    for(Int_t k=0;k<nruns;k++){
+      plugin->AddRunNumber(runlist[k]);
+    }
+    plugin->SetNrunsPerMaster(nruns);
+  }
+
+
   return;
 }