#ifndef HCONDPARROOTFILEIO_H
#define HCONDPARROOTFILEIO_H

#include "hdetparrootfileio.h"

class HParRootFile;
class HParSet;

class HCondParRootFileIo : public HDetParRootFileIo {
public:
  HCondParRootFileIo(HParRootFile* f=0);
  ~HCondParRootFileIo() {}
  Bool_t init(HParSet*,Int_t*);
  ClassDef(HCondParRootFileIo,0) // I/O from ROOT file for parameter containers derived from HParCond
};

#endif  /* !HCONDPARROOTFILEIO_H */

Last change: Sat May 22 12:53:56 2010
Last generated: 2010-05-22 12:53

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.