|  | 
								EIC Software
							 
								Reference for 
								EIC 
								simulation and reconstruction software on GitHub
							 | 
#include <EicRoot/blob/master/parbase/FairParIo.h>
 Inheritance diagram for FairParIo:
 Inheritance diagram for FairParIo: Collaboration diagram for FairParIo:
 Collaboration diagram for FairParIo:| Public Member Functions | |
| FairParIo () | |
| virtual | ~FairParIo () | 
| virtual FairDetParIo * | getDetParIo (const Text_t *) | 
| virtual void | setDetParIo (FairDetParIo *) | 
| virtual void | removeDetParIo (Text_t *) | 
| void | setInputNumber (Int_t) | 
| virtual void | close () | 
| const char * | getFilename () | 
| virtual void | setDetParIo (Text_t *) | 
| virtual void | print () | 
| virtual Bool_t | check () | 
| virtual void | readVersions (FairRtdbRun *) | 
| virtual void | cd () | 
| void | setAutoWritable (Bool_t f=kTRUE) | 
| Bool_t | isAutoWritable () | 
| Protected Attributes | |
| TList * | detParIoList | 
| Bool_t | autoWritable | 
| TString | filename | 
| Private Member Functions | |
| FairParIo (const FairParIo &) | |
| FairParIo & | operator= (const FairParIo &) | 
Definition at line 10 of file FairParIo.h.
View newest version in sPHENIX GitHub at line 10 of file FairParIo.h
| FairParIo::FairParIo | ( | ) | 
| 
 | virtual | 
Definition at line 29 of file FairParIo.cxx.
View newest version in sPHENIX GitHub at line 29 of file FairParIo.cxx
References detParIoList.
| 
 | private | 
| 
 | inlinevirtual | 
Reimplemented in FairParRootFileIo.
Definition at line 44 of file FairParIo.h.
View newest version in sPHENIX GitHub at line 44 of file FairParIo.h
Referenced by FairRuntimeDb::closeFirstInput(), FairRuntimeDb::closeSecondInput(), FairRuntimeDb::getFirstInput(), FairRuntimeDb::getOutput(), FairRuntimeDb::getSecondInput(), grv94di(), grv94ho(), grv94lo(), pygrvd(), pygrvl(), pygrvm(), and FairRuntimeDb::writeVersions().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inlinevirtual | 
Reimplemented in FairParTSQLIo, FairParRootFileIo, and FairParAsciiFileIo.
Definition at line 37 of file FairParIo.h.
View newest version in sPHENIX GitHub at line 37 of file FairParIo.h
Referenced by FairRuntimeDb::readAll(), FairRuntimeDb::setFirstInput(), FairRuntimeDb::setOutput(), FairRuntimeDb::setSecondInput(), FairRuntimeDb::writeContainer(), and FairRuntimeDb::writeVersions().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inlinevirtual | 
Reimplemented in FairParRootFileIo, and FairParAsciiFileIo.
Definition at line 23 of file FairParIo.h.
View newest version in sPHENIX GitHub at line 23 of file FairParIo.h
Referenced by FairRuntimeDb::closeFirstInput(), FairRuntimeDb::closeOutput(), and FairRuntimeDb::closeSecondInput().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | virtual | 
Definition at line 57 of file FairParIo.cxx.
View newest version in sPHENIX GitHub at line 57 of file FairParIo.cxx
References detParIoList.
Referenced by FairRuntimeDb::activateParIo(), and FairParGenericSet::write().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Definition at line 26 of file FairParIo.h.
View newest version in sPHENIX GitHub at line 26 of file FairParIo.h
References filename.
Referenced by FairRunAna::RunOnProof().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Definition at line 48 of file FairParIo.h.
View newest version in sPHENIX GitHub at line 48 of file FairParIo.h
References autoWritable.
Referenced by FairRuntimeDb::closeOutput(), and FairRuntimeDb::writeContainer().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inlinevirtual | 
Reimplemented in FairParTSQLIo, FairParRootFileIo, and FairParAsciiFileIo.
Definition at line 34 of file FairParIo.h.
View newest version in sPHENIX GitHub at line 34 of file FairParIo.h
Referenced by FairRuntimeDb::print().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inlinevirtual | 
Reimplemented in FairParRootFileIo.
Definition at line 40 of file FairParIo.h.
View newest version in sPHENIX GitHub at line 40 of file FairParIo.h
Referenced by FairRuntimeDb::initContainers().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | virtual | 
Definition at line 63 of file FairParIo.cxx.
View newest version in sPHENIX GitHub at line 63 of file FairParIo.cxx
References detParIoList, and p.
| 
 | inline | 
Definition at line 47 of file FairParIo.h.
View newest version in sPHENIX GitHub at line 47 of file FairParIo.h
References autoWritable.
| 
 | virtual | 
Definition at line 39 of file FairParIo.cxx.
View newest version in sPHENIX GitHub at line 39 of file FairParIo.cxx
References detParIoList.
Referenced by FairRuntimeDb::activateParIo().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inlinevirtual | 
Reimplemented in FairParTSQLIo.
Definition at line 31 of file FairParIo.h.
View newest version in sPHENIX GitHub at line 31 of file FairParIo.h
| void FairParIo::setInputNumber | ( | Int_t | num | ) | 
Definition at line 47 of file FairParIo.cxx.
View newest version in sPHENIX GitHub at line 47 of file FairParIo.cxx
References detParIoList, and FairDetParIo::setInputNumber().
Referenced by FairRuntimeDb::setFirstInput(), and FairRuntimeDb::setSecondInput().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 14 of file FairParIo.h.
View newest version in sPHENIX GitHub at line 14 of file FairParIo.h
Referenced by isAutoWritable(), and setAutoWritable().
| 
 | protected | 
Definition at line 13 of file FairParIo.h.
View newest version in sPHENIX GitHub at line 13 of file FairParIo.h
Referenced by FairParTSQLIo::activateDetIo(), FairParAsciiFileIo::close(), FairParRootFileIo::close(), getDetParIo(), FairParAsciiFileIo::print(), FairParRootFileIo::print(), FairParTSQLIo::print(), removeDetParIo(), setDetParIo(), FairParTSQLIo::setDetParIo(), setInputNumber(), and ~FairParIo().
| 
 | protected | 
Definition at line 15 of file FairParIo.h.
View newest version in sPHENIX GitHub at line 15 of file FairParIo.h
Referenced by FairParAsciiFileIo::close(), getFilename(), FairParAsciiFileIo::open(), FairParRootFileIo::open(), and FairParAsciiFileIo::print().