ROOT logo
#ifndef HTOFPARROOTFILEIO_H
#define HTOFPARROOTFILEIO_H

#include "hdetparrootfileio.h"
#include "TFile.h"
#include "TArrayI.h"

class HParRootFile;
class HParSet;
class HTofCalPar;
class HTofDigiPar;
class HTofLookup;

class HTofParRootFileIo : public HDetParRootFileIo {
public:
  HTofParRootFileIo(HParRootFile* f);
  ~HTofParRootFileIo();
  Bool_t init(HParSet*,Int_t*);
  Bool_t read(HTofCalPar*,Int_t*);
  Bool_t read(HTofDigiPar*,Int_t*);
  Bool_t read(HTofLookup*,Int_t*);
  ClassDef(HTofParRootFileIo,0) // Class for TOF parameter I/O from ROOT file
};

#endif  /*!HTOFPARROOTFILEIO_H*/
 htofparrootfileio.h:1
 htofparrootfileio.h:2
 htofparrootfileio.h:3
 htofparrootfileio.h:4
 htofparrootfileio.h:5
 htofparrootfileio.h:6
 htofparrootfileio.h:7
 htofparrootfileio.h:8
 htofparrootfileio.h:9
 htofparrootfileio.h:10
 htofparrootfileio.h:11
 htofparrootfileio.h:12
 htofparrootfileio.h:13
 htofparrootfileio.h:14
 htofparrootfileio.h:15
 htofparrootfileio.h:16
 htofparrootfileio.h:17
 htofparrootfileio.h:18
 htofparrootfileio.h:19
 htofparrootfileio.h:20
 htofparrootfileio.h:21
 htofparrootfileio.h:22
 htofparrootfileio.h:23
 htofparrootfileio.h:24
 htofparrootfileio.h:25