#include <IndexIntoFile.h>
Public Member Functions | |
void | reset () |
Transients () | |
Public Attributes | |
EntryNumber_t | beginEvents_ |
int | currentIndex_ |
LuminosityBlockNumber_t | currentLumi_ |
RunNumber_t | currentRun_ |
EntryNumber_t | endEvents_ |
std::vector< EventEntry > | eventEntries_ |
edm::propagate_const< std::shared_ptr< EventFinder > > | eventFinder_ |
std::vector< EventNumber_t > | eventNumbers_ |
std::map< IndexRunLumiKey, EntryNumber_t > | lumiToOrder_ |
EntryNumber_t | numberOfEvents_ |
int | previousAddedIndex_ |
std::vector< RunOrLumiIndexes > | runOrLumiIndexes_ |
std::map< IndexRunKey, EntryNumber_t > | runToOrder_ |
std::vector< EventNumber_t > | unsortedEventNumbers_ |
Definition at line 1243 of file IndexIntoFile.h.
edm::IndexIntoFile::Transients::Transients | ( | ) |
Definition at line 18 of file IndexIntoFile.cc.
void edm::IndexIntoFile::Transients::reset | ( | void | ) |
Definition at line 34 of file IndexIntoFile.cc.
References edm::IndexIntoFile::invalidEntry, edm::IndexIntoFile::invalidIndex, edm::IndexIntoFile::invalidLumi, and edm::IndexIntoFile::invalidRun.
Referenced by edm::IndexIntoFile::initializeTransients().
EntryNumber_t edm::IndexIntoFile::Transients::beginEvents_ |
Definition at line 1249 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::beginEvents().
int edm::IndexIntoFile::Transients::currentIndex_ |
Definition at line 1251 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::currentIndex().
LuminosityBlockNumber_t edm::IndexIntoFile::Transients::currentLumi_ |
Definition at line 1253 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::currentLumi().
RunNumber_t edm::IndexIntoFile::Transients::currentRun_ |
Definition at line 1252 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::currentRun().
EntryNumber_t edm::IndexIntoFile::Transients::endEvents_ |
Definition at line 1250 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::endEvents().
std::vector<EventEntry> edm::IndexIntoFile::Transients::eventEntries_ |
Definition at line 1258 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::eventEntries().
edm::propagate_const<std::shared_ptr<EventFinder> > edm::IndexIntoFile::Transients::eventFinder_ |
Definition at line 1255 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::getEventNumberOfEntry(), edm::IndexIntoFile::resetEventFinder(), and edm::IndexIntoFile::setEventFinder().
std::vector<EventNumber_t> edm::IndexIntoFile::Transients::eventNumbers_ |
Definition at line 1257 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::eventNumbers().
std::map<IndexRunLumiKey, EntryNumber_t> edm::IndexIntoFile::Transients::lumiToOrder_ |
Definition at line 1248 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::lumiToOrder().
EntryNumber_t edm::IndexIntoFile::Transients::numberOfEvents_ |
Definition at line 1254 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::numberOfEvents(), and edm::IndexIntoFile::setNumberOfEvents().
int edm::IndexIntoFile::Transients::previousAddedIndex_ |
Definition at line 1246 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::previousAddedIndex().
std::vector<RunOrLumiIndexes> edm::IndexIntoFile::Transients::runOrLumiIndexes_ |
Definition at line 1256 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::runOrLumiIndexes().
std::map<IndexRunKey, EntryNumber_t> edm::IndexIntoFile::Transients::runToOrder_ |
Definition at line 1247 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::runToOrder().
std::vector<EventNumber_t> edm::IndexIntoFile::Transients::unsortedEventNumbers_ |
Definition at line 1259 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::unsortedEventNumbers(), and edm::IndexIntoFile::unsortedEventNumbersMutable().