]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix to use the correct splines also for the new PbPb productions
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Jan 2013 22:38:46 +0000 (22:38 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Jan 2013 22:38:46 +0000 (22:38 +0000)
with the label=0 bug fixed.
Jens Wiechula

STEER/STEERBase/AliPIDResponse.cxx

index 4762120bf3c78a099849719c1c2764680357b01f..35912951c38548e366adb653a243eb91bd3578bc 100644 (file)
@@ -675,7 +675,7 @@ void AliPIDResponse::SetRecoInfo()
   fBeamType="PP";
   
   TPRegexp reg(".*(LHC1[1-2][a-z]+[0-9]+[a-z_]*)/.*");
-  TPRegexp reg12a17(".*(LHC12a17[a-z]+)/.*");
+  TPRegexp reg12a17("LHC1[2-3][a-z]");
 
   //find the period by run number (UGLY, but not stored in ESD and AOD... )
   if (fRun>=114737&&fRun<=117223)      { fLHCperiod="LHC10B"; fMCperiodTPC="LHC10D1";  }