// @(#)$Id: hpidparasciifileio.h,v 1.2 2002-11-04 02:42:23 jaskula Exp $
#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) // Pid parameter I/O from/to ASCII file
};

// -----------------------------------------------------------------------------

#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.