1 #ifndef ALIHLTPHOSFILEWRITER_H
2 #define ALIHLTPHOSFILEWRITER_H
4 #include "AliHLTComponent.h"
5 #include "AliHLTFileWriter.h"
7 /* Copyright(c) 1998-2004, ALICE Experiment at CERN, All rights reserved. *
8 * See cxx source for full Copyright notice */
10 class AliHLTPHOSFileWriterComponent : public AliHLTFileWriter
13 AliHLTPHOSFileWriterComponent();
14 ~AliHLTPHOSFileWriterComponent();
15 // virtual AliHLTComponent* Spawn();
16 AliHLTComponent* Spawn();
18 int DoInit( int argc, const char** argv );
20 const char* GetComponentID();