FairRoot/PandaRoot
|
#include <PndSttParAsciiFileIo.h>
Public Member Functions | |
PndSttParAsciiFileIo (std::fstream *) | |
~PndSttParAsciiFileIo () | |
Bool_t | init (FairParSet *) |
Int_t | write (FairParSet *) |
template<class T > | |
Bool_t | read (T *, Int_t *, Bool_t needsClear=kFALSE) |
template<class T > | |
Int_t | writeFile2 (T *) |
Definition at line 12 of file PndSttParAsciiFileIo.h.
PndSttParAsciiFileIo::PndSttParAsciiFileIo | ( | std::fstream * | f | ) |
Definition at line 23 of file PndParAsciiFileIo.cxx.
|
inline |
Definition at line 15 of file PndSttParAsciiFileIo.h.
Bool_t PndSttParAsciiFileIo::init | ( | FairParSet * | pPar | ) |
Definition at line 29 of file PndParAsciiFileIo.cxx.
Bool_t PndSttParAsciiFileIo::read | ( | T * | pPar, |
Int_t * | set, | ||
Bool_t | needsClear = kFALSE |
||
) |
Int_t PndSttParAsciiFileIo::write | ( | FairParSet * | pPar | ) |
Definition at line 45 of file PndParAsciiFileIo.cxx.
References name, and writeFile2().
Int_t PndSttParAsciiFileIo::writeFile2 | ( | T * | pPar | ) |
Definition at line 92 of file PndParAsciiFileIo.cxx.
Referenced by write().