]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Update for LHC11h
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Nov 2011 18:53:38 +0000 (18:53 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Nov 2011 18:53:38 +0000 (18:53 +0000)
Jens Wiechula

OADB/COMMON/PID/data/TPCPIDResponse.root
STEER/STEERBase/AliPIDResponse.cxx

index 562d2517a02d3d8971fda4b68bfa64aba9132de9..6ae6d89e0957b1a22bf59931fe6bbee5d46ebd84 100644 (file)
Binary files a/OADB/COMMON/PID/data/TPCPIDResponse.root and b/OADB/COMMON/PID/data/TPCPIDResponse.root differ
index f1ebda2d0e7e98773204f96c6b2766125ab23c69..d5ac77cc420453ccd076aadcd5d75fbf03460213 100644 (file)
@@ -595,7 +595,13 @@ void AliPIDResponse::SetRecoInfo()
     if (reg.MatchB(fCurrentFile)) fMCperiodTPC="LHC11A10";
     fBeamType="PBPB";
   }
     if (reg.MatchB(fCurrentFile)) fMCperiodTPC="LHC11A10";
     fBeamType="PBPB";
   }
-  else if (fRun>=139699) { fLHCperiod="LHC11A"; fMCperiodTPC="LHC10F6A"; }
+  else if (fRun>=139699&&fRun<=146860) { fLHCperiod="LHC11A"; fMCperiodTPC="LHC10F6A"; }
+  else if (fRun>=166529) {
+    fLHCperiod="LHC11H";
+    fMCperiodTPC="LHC11A10";
+    fBeamType="PBPB";
+  }
+
 
   //exception new pp MC productions from 2011
   if (fBeamType=="PP" && reg.MatchB(fCurrentFile)) fMCperiodTPC="LHC11B2";
 
   //exception new pp MC productions from 2011
   if (fBeamType=="PP" && reg.MatchB(fCurrentFile)) fMCperiodTPC="LHC11B2";