#include <FileFormatVersion.h>
Public Member Functions | |
bool | eventHistoryBranch () const |
bool | eventHistoryTree () const |
bool | fastCopyPossible () const |
FileFormatVersion () | |
FileFormatVersion (int vers) | |
bool | hasIndexIntoFile () const |
bool | hasThinnedAssociations () const |
bool | isValid () const |
bool | lumiInEventID () const |
bool | lumiNumbers () const |
bool | mergeOnlySequentialRunsOrLumis () const |
bool | newAuxiliary () const |
bool | noMetaDataTrees () const |
bool | parameterSetsByReference () const |
bool | parameterSetsTree () const |
bool | perEventProductIDs () const |
bool | processHistorySameWithinRun () const |
bool | productIDIsInt () const |
bool | runsAndLumis () const |
bool | splitProductIDs () const |
bool | storedProductProvenanceUsed () const |
bool | triggerPathsTracked () const |
bool | useReducedProcessHistoryID () const |
int | value () const |
~FileFormatVersion () | |
Private Attributes | |
int | value_ |
Definition at line 8 of file FileFormatVersion.h.
|
inline |
Definition at line 10 of file FileFormatVersion.h.
|
inlineexplicit |
Definition at line 11 of file FileFormatVersion.h.
|
inline |
Definition at line 12 of file FileFormatVersion.h.
bool edm::FileFormatVersion::eventHistoryBranch | ( | ) | const |
bool edm::FileFormatVersion::eventHistoryTree | ( | ) | const |
Definition at line 36 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::fillEventHistory().
bool edm::FileFormatVersion::fastCopyPossible | ( | ) | const |
bool edm::FileFormatVersion::hasIndexIntoFile | ( | ) | const |
Definition at line 81 of file FileFormatVersion.cc.
References value_.
Referenced by edm::printEventLists(), and edm::printEventsInLumis().
bool edm::FileFormatVersion::hasThinnedAssociations | ( | ) | const |
Definition at line 106 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::RootFile().
bool edm::FileFormatVersion::isValid | ( | void | ) | const |
Definition at line 6 of file FileFormatVersion.cc.
References value_.
Referenced by core.AutoHandle.AutoHandle::ReallyLoad().
bool edm::FileFormatVersion::lumiInEventID | ( | ) | const |
bool edm::FileFormatVersion::lumiNumbers | ( | ) | const |
bool edm::FileFormatVersion::mergeOnlySequentialRunsOrLumis | ( | ) | const |
bool edm::FileFormatVersion::newAuxiliary | ( | ) | const |
Definition at line 21 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::fillLumiAuxiliary(), edm::RootFile::fillRunAuxiliary(), and edm::RootFile::fillThisEventAuxiliary().
bool edm::FileFormatVersion::noMetaDataTrees | ( | ) | const |
Definition at line 91 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::fillEventHistory().
bool edm::FileFormatVersion::parameterSetsByReference | ( | ) | const |
Definition at line 56 of file FileFormatVersion.cc.
References value_.
Referenced by fwlite::Event::fillParameterSetRegistry().
bool edm::FileFormatVersion::parameterSetsTree | ( | ) | const |
bool edm::FileFormatVersion::perEventProductIDs | ( | ) | const |
Definition at line 41 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::makeProvenanceReaderMaker().
bool edm::FileFormatVersion::processHistorySameWithinRun | ( | ) | const |
Definition at line 76 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::readRunAuxiliary_().
bool edm::FileFormatVersion::productIDIsInt | ( | ) | const |
bool edm::FileFormatVersion::runsAndLumis | ( | ) | const |
Definition at line 26 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::fillLumiAuxiliary().
bool edm::FileFormatVersion::splitProductIDs | ( | ) | const |
Definition at line 46 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::fillEventHistory(), and edm::RootFile::makeProvenanceReaderMaker().
bool edm::FileFormatVersion::storedProductProvenanceUsed | ( | ) | const |
Definition at line 96 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::makeProvenanceReaderMaker().
bool edm::FileFormatVersion::triggerPathsTracked | ( | ) | const |
Definition at line 61 of file FileFormatVersion.cc.
References value_.
Referenced by fwlite::Event::fillParameterSetRegistry().
bool edm::FileFormatVersion::useReducedProcessHistoryID | ( | ) | const |
Definition at line 101 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::readEvent(), and edm::RootFile::validateFile().
|
inline |
Definition at line 34 of file FileFormatVersion.h.
References value_.
Referenced by Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), average.Average::average(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), fwlite::BranchMapReader::getFileVersion(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Mixins.UsingBlock::insertInto(), Types.double::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), Types.vstring::insertInto(), Vispa.Views.PropertyView.FileProperty::labelDoubleClicked(), and edm::operator<<().
|
private |
Definition at line 37 of file FileFormatVersion.h.
Referenced by eventHistoryBranch(), eventHistoryTree(), fastCopyPossible(), hasIndexIntoFile(), hasThinnedAssociations(), isValid(), lumiInEventID(), lumiNumbers(), mergeOnlySequentialRunsOrLumis(), newAuxiliary(), noMetaDataTrees(), parameterSetsByReference(), parameterSetsTree(), perEventProductIDs(), processHistorySameWithinRun(), productIDIsInt(), runsAndLumis(), splitProductIDs(), storedProductProvenanceUsed(), triggerPathsTracked(), useReducedProcessHistoryID(), and value().