EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/parbase/FairRtdbRun.h>
Public Member Functions | |
FairParVersion () | |
FairParVersion (Text_t *name) | |
~FairParVersion () | |
void | setInputVersion (Int_t v=-1, Int_t i=0) |
Int_t | getInputVersion (Int_t i) |
void | resetInputVersions () |
void | setRootVersion (Int_t v) |
Int_t | getRootVersion () |
Protected Attributes | |
Int_t | inputVersions [3] |
Int_t | rootVersion |
version of the parameter container in the 2 possible inputs | |
Definition at line 12 of file FairRtdbRun.h.
View newest version in sPHENIX GitHub at line 12 of file FairRtdbRun.h
|
inline |
Definition at line 18 of file FairRtdbRun.h.
View newest version in sPHENIX GitHub at line 18 of file FairRtdbRun.h
FairParVersion::FairParVersion | ( | Text_t * | name | ) |
|
inline |
Definition at line 20 of file FairRtdbRun.h.
View newest version in sPHENIX GitHub at line 20 of file FairRtdbRun.h
|
inline |
Definition at line 24 of file FairRtdbRun.h.
View newest version in sPHENIX GitHub at line 24 of file FairRtdbRun.h
References inputVersions.
Referenced by FairDetParRootFileIo::findInputVersion(), FairRuntimeDb::findOutputVersion(), FairRtdbRun::print(), and FairRtdbRun::write().
|
inline |
Definition at line 32 of file FairRtdbRun.h.
View newest version in sPHENIX GitHub at line 32 of file FairRtdbRun.h
References rootVersion.
Referenced by FairDetParRootFileIo::findInputVersion(), FairRuntimeDb::findOutputVersion(), FairRtdbRun::print(), FairRtdbRun::write(), and FairRuntimeDb::writeContainer().
|
inline |
Definition at line 28 of file FairRtdbRun.h.
View newest version in sPHENIX GitHub at line 28 of file FairRtdbRun.h
References inputVersions.
Referenced by FairRtdbRun::resetInputVersions().
|
inline |
Definition at line 21 of file FairRtdbRun.h.
View newest version in sPHENIX GitHub at line 21 of file FairRtdbRun.h
References inputVersions, and v.
Referenced by FairRuntimeDb::setInputVersion(), and FairRuntimeDb::writeContainer().
|
inline |
Definition at line 31 of file FairRtdbRun.h.
View newest version in sPHENIX GitHub at line 31 of file FairRtdbRun.h
References rootVersion, and v.
Referenced by FairRtdbRun::resetOutputVersions(), FairRuntimeDb::setRootOutputVersion(), and FairRuntimeDb::writeContainer().
|
protected |
Definition at line 15 of file FairRtdbRun.h.
View newest version in sPHENIX GitHub at line 15 of file FairRtdbRun.h
Referenced by getInputVersion(), resetInputVersions(), and setInputVersion().
|
protected |
version of the parameter container in the 2 possible inputs
Definition at line 16 of file FairRtdbRun.h.
View newest version in sPHENIX GitHub at line 16 of file FairRtdbRun.h
Referenced by getRootVersion(), and setRootVersion().