EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairRuntimeDb Class Reference

list of container factories More...

#include <EicRoot/blob/master/parbase/FairRuntimeDb.h>

+ Inheritance diagram for FairRuntimeDb:
+ Collaboration diagram for FairRuntimeDb:

Public Member Functions

 ~FairRuntimeDb (void)
 
Bool_t addParamContext (const char *)
 
void printParamContexts ()
 
void addContFactory (FairContFact *)
 
FairContFactgetContFactory (const Text_t *)
 
Bool_t addContainer (FairParSet *)
 
FairParSetgetContainer (const Text_t *)
 
FairParSetfindContainer (const char *)
 
void removeContainer (Text_t *)
 
void removeAllContainers (void)
 
Bool_t initContainers (Int_t runId, Int_t refId=-1, const Text_t *fileName="")
 
void setContainersStatic (Bool_t f=kTRUE)
 
Bool_t writeContainers (void)
 
Bool_t writeContainer (FairParSet *, FairRtdbRun *, FairRtdbRun *refRun=0)
 
FairRtdbRunaddRun (Int_t runId, Int_t refId=-1)
 
FairRtdbRungetRun (Int_t)
 
FairRtdbRungetRun (Text_t *)
 
FairRtdbRungetCurrentRun (void)
 
Text_t const * getCurrentFileName ()
 
void clearRunList (void)
 
void removeRun (Text_t *)
 
Bool_t setInputVersion (Int_t run, Text_t *container, Int_t version, Int_t inputNumber)
 
Bool_t setRootOutputVersion (Int_t run, Text_t *container, Int_t version)
 
void setVersionsChanged (Bool_t f=kTRUE)
 
void resetInputVersions (void)
 
void resetOutputVersions (void)
 
void resetAllVersions (void)
 
Bool_t readAll (void)
 
void writeVersions (void)
 
void saveOutput (void)
 
Bool_t setFirstInput (FairParIo *)
 
Bool_t setSecondInput (FairParIo *)
 
Bool_t setOutput (FairParIo *)
 
FairParIogetFirstInput (void)
 
FairParIogetSecondInput (void)
 
FairParIogetOutput (void)
 
void closeFirstInput (void)
 
void closeSecondInput (void)
 
void closeOutput (void)
 
void activateParIo (FairParIo *)
 
TList * getListOfContainers ()
 
void print (void)
 
Int_t findOutputVersion (FairParSet *)
 

Static Public Member Functions

static FairRuntimeDbinstance (void)
 

Protected Types

enum  ParamIOType { UNKNOWN_Type = 0, AsciiFileOutput = 1, RootFileOutput = 2, RootTSQLOutput = 3 }
 

Protected Member Functions

 FairRuntimeDb (void)
 

Protected Attributes

TList * containerList
 
TList * runs
 
FairParIofirstInput
 
FairParIosecondInput
 
FairParIooutput
 
FairRtdbRuncurrentRun
 
TString currentFileName
 
Bool_t versionsChanged
 
Bool_t isRootFileOutput
 
FairLoggerfLogger
 
ParamIOType ioType
 

Private Member Functions

 FairRuntimeDb (const FairRuntimeDb &M)
 
FairRuntimeDboperator= (const FairRuntimeDb &)
 
Bool_t initContainers (void)
 

Static Private Attributes

static FairRuntimeDbgRtdb
 

Detailed Description

list of container factories

Definition at line 20 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 20 of file FairRuntimeDb.h

Member Enumeration Documentation

Select which IO type to use.

Enumerator:
UNKNOWN_Type 
AsciiFileOutput 
RootFileOutput 
RootTSQLOutput 

Definition at line 42 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 42 of file FairRuntimeDb.h

Constructor & Destructor Documentation

FairRuntimeDb::FairRuntimeDb ( void  )
protected

Definition at line 53 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 53 of file FairRuntimeDb.cxx

References gRtdb.

FairRuntimeDb::~FairRuntimeDb ( void  )

Definition at line 70 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 70 of file FairRuntimeDb.cxx

References closeFirstInput(), closeOutput(), closeSecondInput(), containerList, gRtdb, and runs.

+ Here is the call graph for this function:

FairRuntimeDb::FairRuntimeDb ( const FairRuntimeDb M)
private

Member Function Documentation

void FairRuntimeDb::activateParIo ( FairParIo io)

Definition at line 771 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 771 of file FairRuntimeDb.cxx

References FairContFact::activateParIo(), contFactories, FairParIo::getDetParIo(), and FairParIo::setDetParIo().

Referenced by FairParAsciiFileIo::open(), and FairParRootFileIo::open().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Bool_t FairRuntimeDb::addContainer ( FairParSet container)

Definition at line 134 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 134 of file FairRuntimeDb.cxx

References FairRtdbRun::addParVersion(), containerList, FairRtdbRun::getParVersion(), name, Acts::PrimitivesView3DTest::run(), and runs.

Referenced by FairContFact::getContainer().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void FairRuntimeDb::addContFactory ( FairContFact fact)

Definition at line 97 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 97 of file FairRuntimeDb.cxx

References contFactories, FairLogger::Debug(), fLogger, and MESSAGE_ORIGIN.

Referenced by CbmRichContFact::CbmRichContFact(), EicContFact::EicContFact(), FairBaseContFact::FairBaseContFact(), PndFieldContFact::PndFieldContFact(), PndPassiveContFact::PndPassiveContFact(), and PndSensorNameContFact::PndSensorNameContFact().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Bool_t FairRuntimeDb::addParamContext ( const char *  context)

Definition at line 111 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 111 of file FairRuntimeDb.cxx

References FairContFact::addContext(), and contFactories.

+ Here is the call graph for this function:

FairRtdbRun * FairRuntimeDb::addRun ( Int_t  runId,
Int_t  refId = -1 
)

Definition at line 198 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 198 of file FairRuntimeDb.cxx

References FairRtdbRun::addParVersion(), containerList, currentRun, getRun(), Acts::PrimitivesView3DTest::run(), and runs.

Referenced by FairRunAna::Init(), FairRunSim::Init(), and initContainers().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void FairRuntimeDb::clearRunList ( void  )

Definition at line 248 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 248 of file FairRuntimeDb.cxx

References runs.

void FairRuntimeDb::closeFirstInput ( void  )

Definition at line 731 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 731 of file FairRuntimeDb.cxx

References FairParIo::cd(), FairParIo::close(), and firstInput.

Referenced by ~FairRuntimeDb().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void FairRuntimeDb::closeOutput ( void  )

Definition at line 759 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 759 of file FairRuntimeDb.cxx

References FairParIo::close(), FairParIo::isAutoWritable(), isRootFileOutput, output, resetOutputVersions(), and saveOutput().

Referenced by EicRunSim::RunCoreStart(), FairMCApplication::StopRun(), and ~FairRuntimeDb().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void FairRuntimeDb::closeSecondInput ( void  )

Definition at line 740 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 740 of file FairRuntimeDb.cxx

References FairParIo::cd(), FairParIo::close(), and secondInput.

Referenced by ~FairRuntimeDb().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

FairParSet * FairRuntimeDb::findContainer ( const char *  name)

Definition at line 174 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 174 of file FairRuntimeDb.cxx

References containerList.

Referenced by FairContFact::getContainer().

+ Here is the caller graph for this function:

Int_t FairRuntimeDb::findOutputVersion ( FairParSet cont)

Definition at line 287 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 287 of file FairRuntimeDb.cxx

References currentRun, firstInput, FairParVersion::getInputVersion(), FairParSet::getInputVersion(), FairRtdbRun::getParVersion(), FairParVersion::getRootVersion(), FairParSet::hasChanged(), name, output, Acts::PrimitivesView3DTest::run(), runs, and v.

Referenced by writeContainer().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

FairContFact * FairRuntimeDb::getContFactory ( const Text_t *  FactName)

Definition at line 106 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 106 of file FairRuntimeDb.cxx

References contFactories.

Text_t const* FairRuntimeDb::getCurrentFileName ( )
inline

Definition at line 73 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 73 of file FairRuntimeDb.h

References currentFileName.

FairRtdbRun* FairRuntimeDb::getCurrentRun ( void  )
inline

Definition at line 72 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 72 of file FairRuntimeDb.h

References currentRun.

Referenced by FairDetParRootFileIo::findInputVersion(), and FairDetParTSQLIo::getRunStart().

+ Here is the caller graph for this function:

FairParIo * FairRuntimeDb::getFirstInput ( void  )

Definition at line 710 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 710 of file FairRuntimeDb.cxx

References FairParIo::cd(), and firstInput.

Referenced by FairParSet::init(), and FairRunAna::RunOnProof().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

TList* FairRuntimeDb::getListOfContainers ( )
inline

Definition at line 100 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 100 of file FairRuntimeDb.h

References containerList.

Referenced by FairRunSim::Init().

+ Here is the caller graph for this function:

FairParIo * FairRuntimeDb::getOutput ( void  )

Definition at line 724 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 724 of file FairRuntimeDb.cxx

References FairParIo::cd(), and output.

Referenced by readAll(), FairParSet::write(), writeContainer(), and writeVersions().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

FairRtdbRun * FairRuntimeDb::getRun ( Int_t  id)

Definition at line 223 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 223 of file FairRuntimeDb.cxx

References name, and runs.

Referenced by addRun(), initContainers(), setInputVersion(), and setRootOutputVersion().

+ Here is the caller graph for this function:

FairRtdbRun * FairRuntimeDb::getRun ( Text_t *  name)

Definition at line 231 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 231 of file FairRuntimeDb.cxx

References runs.

FairParIo * FairRuntimeDb::getSecondInput ( void  )

Definition at line 717 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 717 of file FairRuntimeDb.cxx

References FairParIo::cd(), and secondInput.

Referenced by FairParSet::init(), and FairRunAna::RunOnProof().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Bool_t FairRuntimeDb::initContainers ( Int_t  runId,
Int_t  refId = -1,
const Text_t *  fileName = "" 
)

Definition at line 454 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 454 of file FairRuntimeDb.cxx

References addRun(), currentFileName, currentRun, getRun(), FairRtdbRun::getRunId(), initContainers(), Acts::PrimitivesView3DTest::run(), FairRtdbRun::setRefRun(), and writeContainers().

Referenced by PndGeoHandling::GetGeoManager(), PndGeoHandling::GetSensorNamePar(), FairRunAna::Init(), FairRunAna::InitContainers(), FairRunAna::Reinit(), and FairMCApplication::SetParTask().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Bool_t FairRuntimeDb::initContainers ( void  )
private

Definition at line 494 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 494 of file FairRuntimeDb.cxx

References containerList, currentFileName, currentRun, firstInput, FairRtdbRun::getRefRun(), getRun(), FairParSet::init(), FairParSet::isStatic(), FairParIo::readVersions(), and secondInput.

Referenced by initContainers(), and readAll().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

FairRuntimeDb& FairRuntimeDb::operator= ( const FairRuntimeDb )
inlineprivate

Definition at line 107 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 107 of file FairRuntimeDb.h

void FairRuntimeDb::print ( void  )

Definition at line 573 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 573 of file FairRuntimeDb.cxx

References containerList, firstInput, output, FairParIo::print(), FairRtdbRun::print(), Acts::PrimitivesView3DTest::run(), runs, and secondInput.

+ Here is the call graph for this function:

void FairRuntimeDb::printParamContexts ( )

Definition at line 125 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 125 of file FairRuntimeDb.cxx

References contFactories, and FairContFact::print().

+ Here is the call graph for this function:

Bool_t FairRuntimeDb::readAll ( void  )

Definition at line 472 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 472 of file FairRuntimeDb.cxx

References FairParIo::check(), currentRun, getOutput(), initContainers(), output, runs, saveOutput(), and writeContainers().

+ Here is the call graph for this function:

void FairRuntimeDb::removeAllContainers ( void  )

Definition at line 192 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 192 of file FairRuntimeDb.cxx

References containerList.

void FairRuntimeDb::removeContainer ( Text_t *  name)

Definition at line 182 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 182 of file FairRuntimeDb.cxx

References c, and containerList.

void FairRuntimeDb::removeRun ( Text_t *  name)

Definition at line 237 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 237 of file FairRuntimeDb.cxx

References c, currentRun, and runs.

void FairRuntimeDb::resetAllVersions ( void  )

Definition at line 640 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 640 of file FairRuntimeDb.cxx

References resetInputVersions(), and resetOutputVersions().

+ Here is the call graph for this function:

void FairRuntimeDb::resetInputVersions ( void  )

Definition at line 612 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 612 of file FairRuntimeDb.cxx

References containerList, FairParSet::isStatic(), FairParSet::resetInputVersions(), FairRtdbRun::resetInputVersions(), Acts::PrimitivesView3DTest::run(), and runs.

Referenced by resetAllVersions(), setFirstInput(), and setSecondInput().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void FairRuntimeDb::resetOutputVersions ( void  )

Definition at line 628 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 628 of file FairRuntimeDb.cxx

References FairRtdbRun::resetOutputVersions(), Acts::PrimitivesView3DTest::run(), and runs.

Referenced by closeOutput(), resetAllVersions(), setFirstInput(), setOutput(), and setSecondInput().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void FairRuntimeDb::saveOutput ( void  )

Definition at line 749 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 749 of file FairRuntimeDb.cxx

References currentRun, writeContainers(), and writeVersions().

Referenced by closeOutput(), and readAll().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void FairRuntimeDb::setContainersStatic ( Bool_t  f = kTRUE)

Definition at line 526 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 526 of file FairRuntimeDb.cxx

References containerList, and FairParSet::setStatic().

+ Here is the call graph for this function:

Bool_t FairRuntimeDb::setFirstInput ( FairParIo inp1)

Definition at line 648 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 648 of file FairRuntimeDb.cxx

References FairParIo::check(), firstInput, output, resetInputVersions(), resetOutputVersions(), and FairParIo::setInputNumber().

Referenced by FairAnaSelector::Init(), EicRunAna::Init(), and PndGeoHandling::InitRuntimeDb().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Bool_t FairRuntimeDb::setInputVersion ( Int_t  run,
Text_t *  container,
Int_t  version,
Int_t  inputNumber 
)

Definition at line 538 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 538 of file FairRuntimeDb.cxx

References FairRtdbRun::getParVersion(), getRun(), FairParVersion::setInputVersion(), and v.

+ Here is the call graph for this function:

Bool_t FairRuntimeDb::setOutput ( FairParIo op)

Definition at line 675 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 675 of file FairRuntimeDb.cxx

References FairParIo::check(), isRootFileOutput, output, and resetOutputVersions().

Referenced by PndGeoHandling::InitRuntimeDb(), and EicRunSim::RunCoreStart().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Bool_t FairRuntimeDb::setRootOutputVersion ( Int_t  run,
Text_t *  container,
Int_t  version 
)

Definition at line 556 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 556 of file FairRuntimeDb.cxx

References FairRtdbRun::getParVersion(), getRun(), FairParVersion::setRootVersion(), and v.

+ Here is the call graph for this function:

Bool_t FairRuntimeDb::setSecondInput ( FairParIo inp2)

Definition at line 661 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 661 of file FairRuntimeDb.cxx

References FairParIo::check(), firstInput, output, resetInputVersions(), resetOutputVersions(), secondInput, and FairParIo::setInputNumber().

Referenced by FairAnaSelector::Init().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void FairRuntimeDb::setVersionsChanged ( Bool_t  f = kTRUE)
inline

Definition at line 81 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 81 of file FairRuntimeDb.h

References versionsChanged.

Referenced by FairDetParRootFileIo::write().

+ Here is the caller graph for this function:

Bool_t FairRuntimeDb::writeContainer ( FairParSet cont,
FairRtdbRun run,
FairRtdbRun refRun = 0 
)

Definition at line 324 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 324 of file FairRuntimeDb.cxx

References c, FairParIo::check(), FairLogger::Debug(), findOutputVersion(), fLogger, FairParSet::getInputVersion(), getOutput(), FairRtdbRun::getParVersion(), FairParVersion::getRootVersion(), FairParSet::hasChanged(), FairLogger::Info(), FairParIo::isAutoWritable(), isRootFileOutput, MESSAGE_ORIGIN, output, FairParSet::setChanged(), FairParVersion::setInputVersion(), FairParVersion::setRootVersion(), and FairParSet::write().

Referenced by writeContainers().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Bool_t FairRuntimeDb::writeContainers ( void  )

Definition at line 265 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 265 of file FairRuntimeDb.cxx

References containerList, currentRun, FairRtdbRun::getRefRun(), runs, and writeContainer().

Referenced by initContainers(), readAll(), and saveOutput().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void FairRuntimeDb::writeVersions ( void  )

Definition at line 253 of file FairRuntimeDb.cxx.

View newest version in sPHENIX GitHub at line 253 of file FairRuntimeDb.cxx

References FairParIo::cd(), FairParIo::check(), getOutput(), isRootFileOutput, output, runs, and versionsChanged.

Referenced by saveOutput().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

TList* FairRuntimeDb::containerList
protected
TString FairRuntimeDb::currentFileName
protected

Definition at line 33 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 33 of file FairRuntimeDb.h

Referenced by getCurrentFileName(), and initContainers().

FairRtdbRun* FairRuntimeDb::currentRun
protected

Definition at line 32 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 32 of file FairRuntimeDb.h

Referenced by addRun(), findOutputVersion(), getCurrentRun(), initContainers(), readAll(), removeRun(), saveOutput(), and writeContainers().

FairParIo* FairRuntimeDb::firstInput
protected

Definition at line 29 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 29 of file FairRuntimeDb.h

Referenced by closeFirstInput(), findOutputVersion(), getFirstInput(), initContainers(), print(), setFirstInput(), and setSecondInput().

FairLogger* FairRuntimeDb::fLogger
protected

Fair Logger

Definition at line 37 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 37 of file FairRuntimeDb.h

Referenced by addContFactory(), and writeContainer().

FairRuntimeDb* FairRuntimeDb::gRtdb
staticprivate

Definition at line 23 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 23 of file FairRuntimeDb.h

Referenced by FairRuntimeDb(), and ~FairRuntimeDb().

ParamIOType FairRuntimeDb::ioType
protected

Definition at line 48 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 48 of file FairRuntimeDb.h

Bool_t FairRuntimeDb::isRootFileOutput
protected

Definition at line 35 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 35 of file FairRuntimeDb.h

Referenced by closeOutput(), setOutput(), writeContainer(), and writeVersions().

FairParIo* FairRuntimeDb::output
protected

Definition at line 31 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 31 of file FairRuntimeDb.h

Referenced by closeOutput(), findOutputVersion(), getOutput(), print(), readAll(), setFirstInput(), setOutput(), setSecondInput(), writeContainer(), and writeVersions().

TList* FairRuntimeDb::runs
protected
FairParIo* FairRuntimeDb::secondInput
protected

Definition at line 30 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 30 of file FairRuntimeDb.h

Referenced by closeSecondInput(), getSecondInput(), initContainers(), print(), and setSecondInput().

Bool_t FairRuntimeDb::versionsChanged
protected

Definition at line 34 of file FairRuntimeDb.h.

View newest version in sPHENIX GitHub at line 34 of file FairRuntimeDb.h

Referenced by setVersionsChanged(), and writeVersions().


The documentation for this class was generated from the following files: