]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fix spline selection for MC for train tests - Extension
authormorsch <andreas.morsch@cern.ch>
Tue, 27 May 2014 06:00:34 +0000 (08:00 +0200)
committermorsch <andreas.morsch@cern.ch>
Tue, 27 May 2014 06:00:34 +0000 (08:00 +0200)
of wildcard path delimiter from / to /_
J. Wiechula

STEER/STEERBase/AliPIDResponse.cxx

index e9b2484f2f6101349b1fdae41ceb4e3b5ebdeaf1..5e771835268a598b60185b0a55155bcff207d8b2 100644 (file)
@@ -663,7 +663,7 @@ void AliPIDResponse::SetRecoInfo()
 
   Bool_t hasProdInfo=(fCurrentFile.BeginsWith("LHC"));
   
-  TPRegexp reg(".*(LHC1[1-3][a-z]+[0-9]+[a-z_]*)/.*");
+  TPRegexp reg(".*(LHC1[1-3][a-z]+[0-9]+[a-z_]*)[/_].*");
   if (hasProdInfo) reg=TPRegexp("LHC1[1-2][a-z]+[0-9]+[a-z_]*");
   TPRegexp reg12a17("LHC1[2-4][a-z]");