]> 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 98b5c2a6a95f6a59cd683ef6dc14d5cecf5b7c42..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"
 
@@ -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();