* An HLT data sink component which writes data to file(s).
*
* Component ID: \b FileWriter <br>
- * Library: \b libAliHLTUtil.
+ * Library: \b libAliHLTUtil.so
*
* Mandatory arguments: <br>
* <!-- NOTE: ignore the \li. <i> and </i>: it's just doxygen formating -->
* 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;