#ifndef HTOFINOPARORAIO_H
#define HTOFINOPARORAIO_H
#include "hdetparoraio.h"
#include "TArrayI.h"
#include "TString.h"
class HOraConn;
class HTofinoDetector;
class HTofinoLookup;
class HTofinoGeomPar;
class HTofinoCalPar;
class HTofinoShowerMap;
class HTofinoParOraIo : public HDetParOraIo {
private:
Int_t numModules;
Int_t runStart;
TArrayI* tofinoIds;
TArrayI* initModules;
HGeomOraDetVersion* geomVers;
public:
HTofinoParOraIo(HOraConn* p=0);
~HTofinoParOraIo();
Bool_t init(HParSet*,Int_t*);
Int_t write(HParSet*);
void printIds();
private:
Int_t startIo(HParSet*);
Int_t readIds();
Int_t getLookupVersion(HTofinoLookup*);
Int_t getParVersion(HParSet *pPar,Int_t *version);
Int_t createVers(HParSet *pPar);
Int_t writePar(HTofinoCalPar*);
Int_t writePar(HTofinoShowerMap*);
Bool_t read(HTofinoLookup*,Int_t*);
Bool_t read(HTofinoGeomPar*,Int_t*);
Bool_t read(HTofinoCalPar*,Int_t*);
Bool_t read(HTofinoShowerMap*,Int_t*);
Bool_t readModGeomNames(HTofinoGeomPar*,Int_t*);
Bool_t readCompGeomNames(HTofinoGeomPar*,Int_t*);
void printInfo(const Char_t*);
ClassDef(HTofinoParOraIo,0)
};
#endif /* !HTOFINOPARORAIO_H */
Last change: Sat May 22 13:16:50 2010
Last generated: 2010-05-22 13:16
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.