#ifndef HCONDPARORAIO_H
#define HCONDPARORAIO_H
#include "hdetparoraio.h"
class HOraConn;
class HParSet;
class HParCond;
class HCondParOraIo : public HDetParOraIo {
public:
HCondParOraIo(HOraConn* p=0);
~HCondParOraIo() {}
Bool_t init(HParSet*,Int_t*);
Int_t write(HParSet*);
Bool_t readFromLoadingTable(HParCond*,Int_t);
private:
Bool_t readLoadBlob(HParamObj*,Int_t,Bool_t);
ClassDef(HCondParOraIo,0)
};
#endif /* !HCONDPARORAIO_H */
Last change: Sat May 22 12:53:55 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.