HYDRA_development_version
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
hstartparrootfileio.h
Go to the documentation of this file.
1 #ifndef HSTARTPARROOTFILEIO_H
2 #define HSTARTPARROOTFILEIO_H
3 
4 #include "hdetparrootfileio.h"
5 
6 class HParRootFile;
7 class HParSet;
8 class HStart2Calpar;
9 
11 public:
14  Bool_t init(HParSet*, Int_t*);
15  Bool_t read(HStart2Calpar*, Int_t*);
16  ClassDef(HStartParRootFileIo, 0) // Class for START parameter I/O from ROOT file
17 };
18 
19 #endif /* !HSTARTPARROOTFILEIO_H */
20 
HStartParRootFileIo(HParRootFile *f)
Definition: hparset.h:9
Bool_t init(HParSet *, Int_t *)
Bool_t read(HStart2Calpar *, Int_t *)