]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/OfflineInterface/AliHLTMUONAgent.cxx
- support for event by event reconstruction added to AliHLTSystem
[u/mrichter/AliRoot.git] / HLT / MUON / OfflineInterface / AliHLTMUONAgent.cxx
index 3d2e709b4a1c6171de25626ef6179025ded054ba..90ed7971bcea9b3a8a62e6b8c68c3f4c8ac07378 100644 (file)
@@ -42,8 +42,8 @@ AliHLTMUONAgent::~AliHLTMUONAgent()
 {
 }
 
-const char* AliHLTMUONAgent::GetLocalRecConfigurations(
-               AliRunLoader* runloader
+const char* AliHLTMUONAgent::GetReconstructionChains(AliRawReader* /*rawReader*/,
+                                                    AliRunLoader* /*runloader*/
        ) const
 {
        return "dhlt-simhits";
@@ -59,7 +59,8 @@ const char* AliHLTMUONAgent::GetRequiredComponentLibraries() const
 
 int AliHLTMUONAgent::CreateConfigurations(
                AliHLTConfigurationHandler* handler,
-               AliRunLoader* runloader
+               AliRawReader* /*rawReader*/,
+               AliRunLoader* /*runloader*/
        ) const
 {
        if (handler == NULL) return 0;