]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTConfigurationHandler.h
further work on HLTOUT treatment
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTConfigurationHandler.h
index c552a8df06691563da60a41b6c488d9b43864ca6..b3090ef42fd9c482aa46ca92d5ca1de6e848eeb0 100644 (file)
@@ -1,8 +1,10 @@
+//-*- Mode: C++ -*-
 // $Id$
 
 #ifndef ALIHLTCONFIGURATIONHANDLER_H
 #define ALIHLTCONFIGURATIONHANDLER_H
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+/* This file is property of and copyright by the ALICE HLT Project        * 
+ * ALICE Experiment at CERN, All rights reserved.                         *
  * See cxx source for full Copyright notice                               */
 
 /** @file   AliHLTConfigurationHandler.h
     @brief  Global handling of HLT configurations.
 */
 
+// see below for class documentation
+// or
+// refer to README to build package
+// or
+// visit http://web.ift.uib.no/~kjeks/doc/alice-hlt   
+
 #include <TList.h>
 
+#include "AliHLTLogging.h"
+class AliHLTConfiguration;
+
 /**
  * @class AliHLTConfigurationHandler
  * @brief Global Handling of HLT configurations.
@@ -81,11 +92,9 @@ class AliHLTConfigurationHandler : public AliHLTLogging {
 
  private:
   /** the list of registered configurations */
-  static TList fgListConfigurations;                              // see above
-  /** the list of dynamic configurations (for proper cleanup) */
-  static TList fgListDynamicConfigurations;                       // see above
+  TList fgListConfigurations;                              // see above
 
-  ClassDef(AliHLTConfigurationHandler, 0);
+  ClassDef(AliHLTConfigurationHandler, 1);
 };
 
 #endif