#ifndef HPIDPARROOTFILEIO_H
#define HPIDPARROOTFILEIO_H
#include "hdetparrootfileio.h"
class HParRootFile;
class HPidParRootFileIo : public HDetParRootFileIo
{
public:
HPidParRootFileIo(HParRootFile *f);
virtual Bool_t init(HParSet *pPar) { return read(pPar); }
virtual Bool_t init(HParSet *pPar, Int_t *) { return init(pPar); }
ClassDef(HPidParRootFileIo, 0)
};
#endif /*!HPIDPARROOTFILEIO_H*/
Last change: Sat May 22 13:07:14 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.