]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTMisc.cxx
implementing helper function to get the run number from the OCDB setup
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTMisc.cxx
index aa321dd129fb8415830a003e3fb8d6b8f23628ac..d1603fb338612b5669a9c3498ced135b4397af62 100644 (file)
@@ -65,6 +65,12 @@ int AliHLTMisc::SetCDBRunNo(int /*runNo*/)
   return -EFAULT;
 }
 
+int AliHLTMisc::GetCDBRunNo()
+{
+  // default method, functionality is implemented in the child class
+  return -1;
+}
+
 AliCDBEntry* AliHLTMisc::LoadOCDBEntry(const char* /*path*/, int /*runNo*/, int /*version*/, int /*subVersion*/)
 {
   // default method, functionality is implemented in the child class