#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 7 of file FileFormatVersion.h.
|
inline |
Definition at line 9 of file FileFormatVersion.h.
|
inlineexplicit |
Definition at line 10 of file FileFormatVersion.h.
|
inline |
Definition at line 11 of file FileFormatVersion.h.
bool edm::FileFormatVersion::eventHistoryBranch | ( | ) | const |
bool edm::FileFormatVersion::eventHistoryTree | ( | ) | const |
Definition at line 17 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::fillEventHistory().
bool edm::FileFormatVersion::fastCopyPossible | ( | ) | const |
bool edm::FileFormatVersion::hasIndexIntoFile | ( | ) | const |
Definition at line 35 of file FileFormatVersion.cc.
References value_.
Referenced by edm::printEventLists(), and edm::printEventsInLumis().
bool edm::FileFormatVersion::hasThinnedAssociations | ( | ) | const |
Definition at line 45 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::RootFile().
bool edm::FileFormatVersion::isValid | ( | void | ) | const |
Definition at line 5 of file FileFormatVersion.cc.
References value_.
Referenced by ntupleDataFormat._Object::_checkIsValid(), and 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 11 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 39 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::fillEventHistory().
bool edm::FileFormatVersion::parameterSetsByReference | ( | ) | const |
Definition at line 25 of file FileFormatVersion.cc.
References value_.
Referenced by fwlite::Event::fillParameterSetRegistry().
bool edm::FileFormatVersion::parameterSetsTree | ( | ) | const |
bool edm::FileFormatVersion::perEventProductIDs | ( | ) | const |
Definition at line 19 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::makeProvenanceReaderMaker().
bool edm::FileFormatVersion::processHistorySameWithinRun | ( | ) | const |
Definition at line 33 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::readRunAuxiliary_().
bool edm::FileFormatVersion::productIDIsInt | ( | ) | const |
bool edm::FileFormatVersion::runsAndLumis | ( | ) | const |
Definition at line 13 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::fillLumiAuxiliary().
bool edm::FileFormatVersion::splitProductIDs | ( | ) | const |
Definition at line 21 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::fillEventHistory(), and edm::RootFile::makeProvenanceReaderMaker().
bool edm::FileFormatVersion::storedProductProvenanceUsed | ( | ) | const |
Definition at line 41 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::makeProvenanceReaderMaker().
bool edm::FileFormatVersion::triggerPathsTracked | ( | ) | const |
Definition at line 27 of file FileFormatVersion.cc.
References value_.
Referenced by fwlite::Event::fillParameterSetRegistry().
bool edm::FileFormatVersion::useReducedProcessHistoryID | ( | ) | const |
Definition at line 43 of file FileFormatVersion.cc.
References value_.
Referenced by edm::RootFile::readCurrentEvent(), and edm::RootFile::validateFile().
|
inline |
Definition at line 33 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(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), Mixins.UsingBlock::insertInto(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::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(), and Types.vstring::insertInto().
|
private |
Definition at line 36 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().