]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTModuleAgent.cxx
Air with increased transport cuts close to qb28.
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTModuleAgent.cxx
index 333e751d2b80999761ef606d6296cfb56a1e5555..8101ef524491fbc600658dbd63196db849ddb1c4 100644 (file)
@@ -99,7 +99,16 @@ int AliHLTModuleAgent::CreateConfigurations(AliHLTConfigurationHandler* handler,
   return 0;
 }
 
-const char* AliHLTModuleAgent::GetTopConfigurations(AliRunLoader* runloader) const
+const char* AliHLTModuleAgent::GetLocalRecConfigurations(AliRunLoader* runloader) const
+{
+  // default method, nothing to be done, child classes can overload
+  if (runloader==NULL) {
+    // get rid of 'unused parameter' warning
+  }
+  return NULL;
+}
+
+const char* AliHLTModuleAgent::GetEventRecConfigurations(AliRunLoader* runloader) const
 {
   // default method, nothing to be done, child classes can overload
   if (runloader==NULL) {