BmnRoot
Loading...
Searching...
No Matches
CbmStsParAsciiFileIo.h
Go to the documentation of this file.
1#ifndef CBMSTSPARASCIIFILEIO_H
2#define CBMSTSPARASCIIFILEIO_H
3
4#include "FairDetParAsciiFileIo.h"
5
6#include "TObject.h"
7#include "TArrayI.h"
8
9#include <fstream>
10
11using namespace std;
12
13class FairParSet;
14
15class CbmStsParAsciiFileIo : public FairDetParAsciiFileIo {
16public:
19 Bool_t init(FairParSet*);
20 Int_t write(FairParSet*);
21 template<class T> Bool_t read(T*, Int_t*, Bool_t needsClear=kFALSE);
22 template<class T> Int_t writeFile2(T*);
23 ClassDef(CbmStsParAsciiFileIo,0) // Class for STS parameter I/O from Ascii files
24};
25
26#endif /* !CBMSTSPARASCIIFILEIO_H */
27
28
29
30
31
32
33
34
Bool_t init(FairParSet *)
Bool_t read(T *, Int_t *, Bool_t needsClear=kFALSE)
CbmStsParAsciiFileIo(fstream *)
Int_t write(FairParSet *)
STL namespace.