]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTSystem.h
using the new ESD assignment operator to merge ESDs
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTSystem.h
index a3f10cca8c07d926b8e8e38b42f58e9337b8d7d7..70e17196926ecdbf1701a36b03237507d7f7c49f 100644 (file)
@@ -47,7 +47,7 @@ class TStopwatch;
 class AliHLTSystem : public AliHLTLogging {
  public:
   /** default constructor */
-  AliHLTSystem();
+  AliHLTSystem(AliHLTComponentLogSeverity loglevel=kHLTLogDefault);
   /** destructor */
   virtual ~AliHLTSystem();
 
@@ -451,16 +451,10 @@ class AliHLTSystem : public AliHLTLogging {
   /** number of events processed successfully */
   int fGoodEvents;                                                 //!transient
 
-  /** switch whether to write to the global hltesd or not
-   *  since this causes a crash outside the HLT code this
-   *  can be enabled by the 'globalesd' argument
-   */
-  bool bWriteGlobalEsd;                                            //!transient
-
   /** array of default libraries */
   static const char* fgkHLTDefaultLibs[];                          //!transient
 
-  ClassDef(AliHLTSystem, 6);
+  ClassDef(AliHLTSystem, 7);
 };
 
 #endif