PandaRoot
PndSttParAsciiFileIo.h
Go to the documentation of this file.
1 #ifndef PNDSTTPARASCIIFILEIO_H
2 #define PNDSTTPARASCIIFILEIO_H
3 
4 #include <fstream>
5 
6 #include "TObject.h"
7 #include "TArrayI.h"
8 #include "FairDetParAsciiFileIo.h"
9 
10 class FairParSet;
11 
12 class PndSttParAsciiFileIo : public FairDetParAsciiFileIo {
13  public:
14  PndSttParAsciiFileIo(std::fstream *);
16  Bool_t init(FairParSet *);
17  Int_t write(FairParSet *);
18  template <class T>
19  Bool_t read(T *, Int_t *, Bool_t needsClear = kFALSE);
20  template <class T>
21  Int_t writeFile2(T *);
22  ClassDef(PndSttParAsciiFileIo, 0) // Class for STT parameter I/O from Ascii files
23 };
24 
25 #endif /* !PNDSTTPARASCIIFILEIO_H */
Bool_t init(FairParSet *)
PndSttParAsciiFileIo(std::fstream *)
Int_t write(FairParSet *)
Bool_t read(T *, Int_t *, Bool_t needsClear=kFALSE)