]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/SampleLib/AliHLTSampleRawAnalysisComponent.h
bug fix: call AliVVevent() in AliESDevent constructor
[u/mrichter/AliRoot.git] / HLT / SampleLib / AliHLTSampleRawAnalysisComponent.h
index b41d0fdaa38d219886d9e91b12e70673f9e781de..3de12bdaa5754d80a967b4f089a47b5897a48ab2 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef ALIHLTSAMPLERAWANALYSISCOMPONENT_H
 #define ALIHLTSAMPLERAWANALYSISCOMPONENT_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                               */
 
@@ -94,7 +94,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 );
   void GetOCDBObjectDescription( TMap* const targetMap);