]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG3/vertexingHF/RunAnalysisAODVertexingHF.C
Update (Zaida)
[u/mrichter/AliRoot.git] / PWG3 / vertexingHF / RunAnalysisAODVertexingHF.C
index cd180eed4d33006ed39bda6aa25c98568aa7e592..6f7501e9025a72bbd5dc1db3fab152bc26d27825 100644 (file)
@@ -292,7 +292,7 @@ AliAnalysisGrid* CreateAlienHandler(TString pluginmode="test",Bool_t useParFiles
    //plugin->SetGridDataDir("/alice/sim/PDC_09/LHC09a4/AOD3/");
    // Set data search pattern
    plugin->SetGridDataDir("/alice/data/2010/LHC10b");
-   plugin->SetDataPattern("pass2/*AliAOD.root");
+   plugin->SetDataPattern("pass2/AOD001/*AliAOD.root");
    plugin->SetFriendChainName("./AliAOD.VertexingHF.root");
    //plugin->SetFriendChainName("deltas/AliAOD.VertexingHF.root");
    // Adds only the good runs from the Monalisa Run Condition Table
@@ -369,8 +369,8 @@ void AddGoodRuns(AliAnalysisAlien* plugin,TString lhcPeriod) {
   plugin->SetRunPrefix("000");
 
   if(lhcPeriod=="LHC10b") {
-    Int_t nruns=52;
-    Int_t runlist[52]={117222, 117220, 117120, 117118, 117116, 117112, 117109, 117099, 117092, 117086, 117082, 117077, 117063, 117060, 117059, 117054, 117053, 117052, 117050, 117048, 116684, 116643, 116642, 116611, 116610, 116609, 116574, 116571, 116562, 116561, 116559, 116403, 116402, 116401, 116288, 116287, 116102, 115514, 115414, 115413, 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=57;
-    Int_t runlist[57]={120829, 120825, 120824, 120823, 120822, 120821, 120820, 120758, 120750, 120741, 120671, 120617, 120616, 120505, 120504, 120503, 120244, 120079, 120076, 120073, 120072, 120069, 120067, 120066, 120064, 119971, 119969, 119965, 119961, 119952, 119948, 119941, 119935, 119934, 119926, 119924, 119923, 119917, 119913, 119909, 119907, 119904, 119862, 119859, 119856, 119853, 119849, 119846, 119845, 119844, 119842, 119841, 119838, 119837, 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=59;
+    Int_t runlist[59]={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, 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;
 }