EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/parbase/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 *) |
Protected Member Functions | |
Bool_t | findContainer (const Text_t *name) |
pointer to ascii file | |
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 | |
std::fstream * | pFile |
comment line | |
Protected Attributes inherited from FairDetParIo | |
Int_t | inputNumber |
Private Member Functions | |
FairDetParAsciiFileIo & | operator= (const FairDetParAsciiFileIo &) |
FairDetParAsciiFileIo (const FairDetParAsciiFileIo &) | |
Definition at line 12 of file FairDetParAsciiFileIo.h.
View newest version in sPHENIX GitHub at line 12 of file FairDetParAsciiFileIo.h
FairDetParAsciiFileIo::FairDetParAsciiFileIo | ( | std::fstream * | f | ) |
Definition at line 22 of file FairDetParAsciiFileIo.cxx.
View newest version in sPHENIX GitHub at line 22 of file FairDetParAsciiFileIo.cxx
|
inlinevirtual |
Definition at line 34 of file FairDetParAsciiFileIo.h.
View newest version in sPHENIX GitHub at line 34 of file FairDetParAsciiFileIo.h
|
private |
|
protected |
Definition at line 55 of file FairDetParAsciiFileIo.cxx.
View newest version in sPHENIX GitHub at line 55 of file FairDetParAsciiFileIo.cxx
References printf().
|
protected |
pointer to ascii file
Definition at line 36 of file FairDetParAsciiFileIo.cxx.
View newest version in sPHENIX GitHub at line 36 of file FairDetParAsciiFileIo.cxx
References pFile.
|
private |
|
protected |
Definition at line 92 of file FairDetParAsciiFileIo.cxx.
View newest version in sPHENIX GitHub at line 92 of file FairDetParAsciiFileIo.cxx
References Acts::UnitConstants::m, n, pFile, Acts::UnitConstants::s, FairParSet::setAuthor(), and FairParSet::setDescription().
|
protected |
Definition at line 119 of file FairDetParAsciiFileIo.cxx.
View newest version in sPHENIX GitHub at line 119 of file FairDetParAsciiFileIo.cxx
References FairParSet::getAuthor(), FairParSet::getDescription(), pFile, and t.
Referenced by FairGenericParAsciiFileIo::writeGenericSet().
|
protected |
Definition at line 71 of file FairDetParAsciiFileIo.cxx.
View newest version in sPHENIX GitHub at line 71 of file FairDetParAsciiFileIo.cxx
|
protected |
Definition at line 15 of file FairDetParAsciiFileIo.h.
View newest version in sPHENIX GitHub at line 15 of file FairDetParAsciiFileIo.h
Referenced by writeHeader().
|
protected |
comment line
Definition at line 17 of file FairDetParAsciiFileIo.h.
View newest version in sPHENIX GitHub at line 17 of file FairDetParAsciiFileIo.h
Referenced by findContainer(), FairGenericParAsciiFileIo::init(), readComment(), FairGenericParAsciiFileIo::readData(), FairGenericParAsciiFileIo::write(), writeComment(), FairGenericParAsciiFileIo::writeData(), FairGenericParAsciiFileIo::writeGenericSet(), and writeHeader().
|
protected |
header of container output in file
Definition at line 16 of file FairDetParAsciiFileIo.h.
View newest version in sPHENIX GitHub at line 16 of file FairDetParAsciiFileIo.h
Referenced by FairGenericParAsciiFileIo::writeGenericSet(), and writeHeader().