#include <FileFormatVersion.h>
Public Member Functions | |
bool | eventHistoryBranch () const |
bool | eventHistoryTree () const |
bool | fastCopyPossible () const |
FileFormatVersion () | |
FileFormatVersion (int vers) | |
bool | hasIndexIntoFile () 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 | triggerPathsTracked () 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::fillHistory().
bool edm::FileFormatVersion::fastCopyPossible | ( | ) | const |
bool edm::FileFormatVersion::hasIndexIntoFile | ( | ) | const |
Definition at line 81 of file FileFormatVersion.cc.
References value_.
Referenced by edm::printEventLists().
bool edm::FileFormatVersion::isValid | ( | void | ) | const |
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::fillThisEventAuxiliary().
bool edm::FileFormatVersion::noMetaDataTrees | ( | ) | const |
Definition at line 91 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootOutputFile::beginInputFile(), and edm::RootFile::fillHistory().
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 |
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 |
Definition at line 16 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootDelayedReader::getProduct_().
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::RootDelayedReader::getProduct_().
bool edm::FileFormatVersion::triggerPathsTracked | ( | ) | const |
Definition at line 61 of file FileFormatVersion.cc.
References value_.
Referenced by fwlite::Event::fillParameterSetRegistry().
|
inline |
Definition at line 31 of file FileFormatVersion.h.
References value_.
Referenced by python.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(), python.Vispa.Views.PropertyView.FileProperty::labelDoubleClicked(), and edm::operator<<().
|
private |
Definition at line 34 of file FileFormatVersion.h.
Referenced by eventHistoryBranch(), eventHistoryTree(), fastCopyPossible(), hasIndexIntoFile(), isValid(), lumiInEventID(), lumiNumbers(), mergeOnlySequentialRunsOrLumis(), newAuxiliary(), noMetaDataTrees(), parameterSetsByReference(), parameterSetsTree(), perEventProductIDs(), processHistorySameWithinRun(), productIDIsInt(), runsAndLumis(), splitProductIDs(), triggerPathsTracked(), and value().