FairRoot
|
#include <FairDetParAsciiFileIo.h>
Public Member Functions | |
FairDetParAsciiFileIo (std::fstream *f) | |
virtual | ~FairDetParAsciiFileIo () |
Public Member Functions inherited from FairDetParIo | |
FairDetParIo () | |
virtual | ~FairDetParIo () |
void | setInputNumber (Int_t n) |
Int_t | getInputNumber () |
virtual Bool_t | init (FairParSet *) |
virtual Int_t | write (FairParSet *) |
ClassDef (FairDetParIo, 0) | |
Protected Member Functions | |
Bool_t | findContainer (const Text_t *name) |
pointer to ascii file More... | |
Bool_t | checkAllFound (Int_t *, Int_t) |
void | writeHeader (const Text_t *, const Text_t *context="", const Text_t *author="", const Text_t *description="") |
void | writeComment (FairParSet *) |
void | readComment (const Char_t *, FairParSet *) |
Protected Attributes | |
TString | fHeader |
TString | sepLine |
header of container output in file More... | |
std::fstream * | pFile |
comment line More... | |
Protected Attributes inherited from FairDetParIo | |
Int_t | inputNumber |
Definition at line 19 of file FairDetParAsciiFileIo.h.
FairDetParAsciiFileIo::FairDetParAsciiFileIo | ( | std::fstream * | f | ) |
Definition at line 29 of file FairDetParAsciiFileIo.cxx.
|
inlinevirtual |
Definition at line 43 of file FairDetParAsciiFileIo.h.
|
protected |
Definition at line 68 of file FairDetParAsciiFileIo.cxx.
|
protected |
pointer to ascii file
Definition at line 42 of file FairDetParAsciiFileIo.cxx.
|
protected |
Definition at line 111 of file FairDetParAsciiFileIo.cxx.
|
protected |
Definition at line 147 of file FairDetParAsciiFileIo.cxx.
|
protected |
Definition at line 85 of file FairDetParAsciiFileIo.cxx.
|
protected |
Definition at line 22 of file FairDetParAsciiFileIo.h.
|
protected |
comment line
Definition at line 24 of file FairDetParAsciiFileIo.h.
|
protected |
header of container output in file
Definition at line 23 of file FairDetParAsciiFileIo.h.