X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HLT%2FBASE%2Futil%2FAliHLTFileWriter.h;h=8ab5de342f93e107c40c25841777518eb4d48354;hp=14a58a17dba4f6b61e0a2b6491b1e5763ce52b9b;hb=579d9eb79be7cb4575ff09392324e47da4a81e12;hpb=e1440dab8e252dd893dfddd97414351fc9089508
diff --git a/HLT/BASE/util/AliHLTFileWriter.h b/HLT/BASE/util/AliHLTFileWriter.h
index 14a58a17dba..8ab5de342f9 100644
--- a/HLT/BASE/util/AliHLTFileWriter.h
+++ b/HLT/BASE/util/AliHLTFileWriter.h
@@ -21,7 +21,7 @@
* An HLT data sink component which writes data to file(s).
*
* Component ID: \b FileWriter
- * Library: \b libAliHLTUtil.
+ * Library: \b libAliHLTUtil.so
*
* Mandatory arguments:
*
@@ -118,11 +118,9 @@ class AliHLTFileWriter : public AliHLTDataSink {
* Data processing method for the component.
* The function can be overloaded by other file writer components.
* @param evtData event data structure
- * @param blocks input data block descriptors
* @param trigData trigger data structure
*/
virtual int DumpEvent( const AliHLTComponentEventData& evtData,
- const AliHLTComponentBlockData* blocks,
AliHLTComponentTriggerData& trigData );
using AliHLTDataSink::DumpEvent;