]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/SampleLib/AliHLTSampleMonitoringComponent.h
ALIROOT-5792 data/galice.cuts modified for ZDC
[u/mrichter/AliRoot.git] / HLT / SampleLib / AliHLTSampleMonitoringComponent.h
index 3528f1c8f0e3ee8fd2cf1d67c97389935b7d4e34..ff69bcf8834b72ac991e01b3f289ab2407e92a28 100644 (file)
@@ -3,15 +3,15 @@
 #ifndef ALIHLTSAMPLEMONITORINGCOMPONENT_H
 #define ALIHLTSAMPLEMONITORINGCOMPONENT_H
 
-//* This file is property of and copyright by the ALICE HLT Project        * 
+//* This file is property of and copyright by the                          * 
 //* ALICE Experiment at CERN, All rights reserved.                         *
 //* See cxx source for full Copyright notice                               */
 
-/** @file   AliHLTSampleMonitoringComponent.h
-    @author Matthias Richter
-    @date   
-    @brief  A sample monitoring component for the HLT.
-*/
+/// @file   AliHLTSampleMonitoringComponent.h
+/// @author Matthias Richter
+/// @date   
+/// @brief  A sample monitoring component for the HLT.
+///
 
 #include "AliHLTProcessor.h"
 
@@ -36,21 +36,21 @@ class TH1F;
  *    in fact, the component ignores all incoming data blocks
  *
  * Output Data Types:
- * \it {ROOT_TH1,EXPL}                                              <br>
+ * \li {ROOT_TH1,EXPL}                                              <br>
  *     one histogram per data block, specification identifies the
  *     specific histogram.
- * \it {ROOTOBJA,EXPL}                                              <br>
+ * \li {ROOTOBJA,EXPL}                                              <br>
  *     the two histograms are added to a TOBjArray which is pushed
  *     to the output stream
- * \it {ROOTTREE,EXPL}                                              <br>
+ * \li {ROOTTREE,EXPL}                                              <br>
  *     the two histograms are added to a TTree which is pushed
  *     to the output stream
  *
  * <h2>Mandatory arguments:</h2>
- * <!-- NOTE: ignore the \li. <i> and </i>: it's just doxygen formating -->
+ * <!-- NOTE: ignore the \li. <i> and </i>: it's just doxygen formatting -->
  *
  * <h2>Optional arguments:</h2>
- * <!-- NOTE: ignore the \li. <i> and </i>: it's just doxygen formating -->
+ * <!-- NOTE: ignore the \li. <i> and </i>: it's just doxygen formatting -->
  * \li -push-histograms                              <br>
  *      push histograms idividually
  * \li -push-ttree (default)                         <br>
@@ -59,7 +59,7 @@ class TH1F;
  *      push histograms embedded in TObjArray
  *
  * <h2>Configuration:</h2>
- * <!-- NOTE: ignore the \li. <i> and </i>: it's just doxygen formating -->
+ * <!-- NOTE: ignore the \li. <i> and </i>: it's just doxygen formatting -->
  *
  * <h2>Default CDB entries:</h2>
  * The component has no default CDB entry.
@@ -96,7 +96,7 @@ public:
 
   // AliHLTComponent interface functions
   const char* GetComponentID();
-  void GetInputDataTypes( vector<AliHLTComponentDataType>& list);
+  void GetInputDataTypes( AliHLTComponentDataTypeList& list);
   AliHLTComponentDataType GetOutputDataType();
   void GetOutputDataSize( unsigned long& constBase, double& inputMultiplier );
   AliHLTComponent* Spawn();