HYDRA_development_version
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
htofparrootfileio.h
Go to the documentation of this file.
1 #ifndef HTOFPARROOTFILEIO_H
2 #define HTOFPARROOTFILEIO_H
3 
4 #include "hdetparrootfileio.h"
5 #include "TFile.h"
6 #include "TArrayI.h"
7 
8 class HParRootFile;
9 class HParSet;
10 class HTofCalPar;
11 class HTofDigiPar;
12 class HTofLookup;
13 
15 public:
18  Bool_t init(HParSet*,Int_t*);
19  Bool_t read(HTofCalPar*,Int_t*);
20  Bool_t read(HTofDigiPar*,Int_t*);
21  Bool_t read(HTofLookup*,Int_t*);
22  ClassDef(HTofParRootFileIo,0) // Class for TOF parameter I/O from ROOT file
23 };
24 
25 #endif /*!HTOFPARROOTFILEIO_H*/
Bool_t read(HTofCalPar *, Int_t *)
Definition: hparset.h:9
HTofParRootFileIo(HParRootFile *f)
Bool_t init(HParSet *, Int_t *)