]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTModuleAgent.cxx
- support for event by event reconstruction added to AliHLTSystem
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTModuleAgent.cxx
index 55f3d592e2e0f4bb0280ac84c4196b168168da7a..f8d284e9efe8ce1abbb1947ae19397bf08565f44 100644 (file)
@@ -40,21 +40,6 @@ AliHLTModuleAgent::AliHLTModuleAgent()
   Register(this);
 }
 
-AliHLTModuleAgent::AliHLTModuleAgent(const AliHLTModuleAgent&)
-  :
-  TObject(),
-  AliHLTLogging(),
-  fpNext(NULL)
-{
-  // see header file for function documentation
-}
-
-AliHLTModuleAgent& AliHLTModuleAgent::operator=(const AliHLTModuleAgent&)
-{
-  // see header file for function documentation
-  return *this;
-}
-
 AliHLTModuleAgent::~AliHLTModuleAgent()
 {
   // see header file for function documentation
@@ -92,19 +77,15 @@ void AliHLTModuleAgent::PrintStatus(const char* agent)
 }
 
 int AliHLTModuleAgent::CreateConfigurations(AliHLTConfigurationHandler* /*handler*/,
+                                           AliRawReader* /*rawReader*/,
                                            AliRunLoader* /*runloader*/) const
 {
   // default method, nothing to be done, child classes can overload
   return 0;
 }
 
-const char* AliHLTModuleAgent::GetLocalRecConfigurations(AliRunLoader* /*runloader*/) const
-{
-  // default method, nothing to be done, child classes can overload
-  return NULL;
-}
-
-const char* AliHLTModuleAgent::GetEventRecConfigurations(AliRunLoader* /*runloader*/) const
+const char* AliHLTModuleAgent::GetReconstructionChains(AliRawReader* /*rawReader*/,
+                                                      AliRunLoader* /*runloader*/) const
 {
   // default method, nothing to be done, child classes can overload
   return NULL;
@@ -116,7 +97,8 @@ const char* AliHLTModuleAgent::GetRequiredComponentLibraries() const
   return NULL;
 }
 
-int AliHLTModuleAgent::RegisterComponents(AliRunLoader* /*runloader*/) const
+int AliHLTModuleAgent::RegisterComponents(AliRawReader* /*rawReader*/,
+                                         AliRunLoader* /*runloader*/) const
 {
   // default method, nothing to be done, child classes can overload
   return 0;