#ifndef HPIDPARASCIIFILEIO_H
#define HPIDPARASCIIFILEIO_H
#include "hdetparasciifileio.h"
class HPidParAsciiFileIo : public HDetParAsciiFileIo
{
public:
HPidParAsciiFileIo(fstream *f);
virtual Bool_t init(HParSet *pPar);
virtual Bool_t init(HParSet *pPar, Int_t *) { return init(pPar); }
virtual Int_t write(HParSet *pPar);
ClassDef(HPidParAsciiFileIo, 0)
};
#endif /*!HPIDPARASCIIFILEIO_H*/
Last change: Sat May 22 13:07:12 2010
Last generated: 2010-05-22 13:07
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.