FairRoot/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> Bool_t read(T*, Int_t*, Bool_t needsClear=kFALSE);
19  template<class T> Int_t writeFile2(T*);
20  ClassDef(PndSttParAsciiFileIo,0) // Class for STT parameter I/O from Ascii files
21 };
22 
23 #endif /* !PNDSTTPARASCIIFILEIO_H */
24 
25 
26 
27 
28 
29 
30 
Bool_t init(FairParSet *)
TTree * T
Definition: anaLmdReco.C:32
PndSttParAsciiFileIo(std::fstream *)
Int_t write(FairParSet *)
Bool_t read(T *, Int_t *, Bool_t needsClear=kFALSE)