]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fix from Ruederige to load proper 2012 geometry
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Oct 2013 11:21:09 +0000 (11:21 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Oct 2013 11:21:09 +0000 (11:21 +0000)
PWG/EMCAL/AliEmcalSetupTask.cxx

index 492782b5a04261c9ec3bc3c754cb8669c4506ca4..3187b356ef7cc47737be65ab858ae34f183ea254 100644 (file)
@@ -71,7 +71,7 @@ void AliEmcalSetupTask::UserExec(Option_t *)
     year = 2010;
     geoname = "EMCAL_FIRSTYEARV1";
   }
-  else if (runno>139517) {
+  else if ((runno>139517) && (runno<=170593)) {
     year = 2011;
     geoname = "EMCAL_COMPLETEV1";
   }