]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliReconstructor.cxx
Updated ITS PID parameters for MC tracks + usage of momentum at the vertex to paramet...
[u/mrichter/AliRoot.git] / STEER / AliReconstructor.cxx
index 72de1f77e3a323ce8dbdfbc229c4b19fe188bf7a..bf48eddc30b7eec74b7c764e2ba927aac5d27c8f 100644 (file)
@@ -133,3 +133,13 @@ const AliDetectorRecoParam* AliReconstructor::GetRecoParam(Int_t iDet)
     return NULL;
   }
 }
+
+//_____________________________________________________________________________
+void AliReconstructor::GetPidSettings(AliESDpid */*esdPID*/) {
+  //
+  // Function to set Pid settings in esdPID
+  // based on detector-specific AliRecoParams
+  // to be implemented by detectors separately (e.g TOF)
+  // 
+  return;
+}