]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
letting the geometry free to be set on the wagon
authormcosenti <mcosenti@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Oct 2013 14:09:39 +0000 (14:09 +0000)
committermcosenti <mcosenti@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Oct 2013 14:09:39 +0000 (14:09 +0000)
PWGGA/EMCALTasks/macros/AddTaskEMCALPhoton.C

index 5616391b7f141f8d40d6abd4814595e1db92c00a..0d713de72e6aa366bef4d8d6b36933b9333988a1 100644 (file)
@@ -48,12 +48,13 @@ AliAnalysisTaskEMCALPhoton *AddTaskEMCALPhoton(
   cutsp->SetEtaRange(-1.0,1.0);
   ana->SetPrimTrackCuts(cutsp);
   ana->SetPeriod(period.Data());
-  if(period.Contains("11"))
+  /* if(period.Contains("11") || (period.Contains("12") && isMC))
     ana->SetGeoName("EMCAL_COMPLETEV1");
-  else
+  else {
+    if(period.Contains("12"))
     ana->SetGeoName("EMCAL_FIRSTYEARV1");
-
-  
+  }
+  */ 
   mgr->AddTask(ana);
   
   // Create ONLY the output containers for the data produced by the task.