]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/global/AliHLTGlobalEsdConverterComponent.h
Added protection on SSD module in Raw2SDigits
[u/mrichter/AliRoot.git] / HLT / global / AliHLTGlobalEsdConverterComponent.h
index 415cdae01bcfd7abc7ab1b69cd4c6fd4bce09a7d..33d26aadbd770fbf7aafcba9e788c638fc4f6e8c 100644 (file)
@@ -6,13 +6,14 @@
 //* ALICE Experiment at CERN, All rights reserved.                         *
 //* See cxx source for full Copyright notice                               *
 
-/** @file   AliHLTGlobalEsdConverterComponent.h
-    @author Matthias Richter
-    @date   
-    @brief  Global ESD converter component.
-*/
+/ @file   AliHLTGlobalEsdConverterComponent.h
+//  @author Matthias Richter
+//  @date   
+//  @brief  Global ESD converter component.
+//  @note
 
 #include "AliHLTProcessor.h"
+#include "AliHLTComponentBenchmark.h"
 #include <vector>
 
 // forward declarations
@@ -33,6 +34,10 @@ struct AliHLTTracksData;
  *      this has been made the default behavior in Sep 2008.
  * \li -tree                                                            <br>
  *      write ESD directly to TTree and to output (::kAliHLTDataTypeESDTree)
+ * \li -skipobject=name1,name2,...                                   <br>
+ *      comma separated list of ESD object names to be skipped, default is
+ *      AliESDZDC,AliESDFMD,Cascades,Kinks,AliRawDataErrorLogs,AliESDACORDE
+ *      leave blank to disable the option
  *
  * @ingroup alihlt_tpc_components
  */
@@ -101,6 +106,7 @@ protected:
 
   /// solenoid b field
   Double_t fSolenoidBz; //! transient
+  AliHLTComponentBenchmark fBenchmark; // benchmark
 
   ClassDef(AliHLTGlobalEsdConverterComponent, 0)
 };