#include <RootPrimaryFileSequence.h>
|
virtual void | closeFile_ () override |
|
void | endJob () |
|
ProcessingController::ForwardState | forwardState () const |
|
InputSource::ItemType | getNextItemType (RunNumber_t &run, LuminosityBlockNumber_t &lumi, EventNumber_t &event) |
|
bool | goToEvent (EventID const &eventID) |
|
RootPrimaryFileSequence & | operator= (RootPrimaryFileSequence const &)=delete |
|
std::unique_ptr< FileBlock > | readFile_ () |
|
ProcessingController::ReverseState | reverseState () const |
|
void | rewind_ () |
|
| RootPrimaryFileSequence (ParameterSet const &pset, PoolSource &input, InputFileCatalog const &catalog) |
|
| RootPrimaryFileSequence (RootPrimaryFileSequence const &)=delete |
|
bool | skipEvents (int offset) |
|
virtual | ~RootPrimaryFileSequence () |
|
bool | containedInCurrentFile (RunNumber_t run, LuminosityBlockNumber_t lumi, EventNumber_t event) const |
|
std::shared_ptr
< BranchIDListHelper const > | fileBranchIDListHelper () const |
|
std::shared_ptr
< ProductRegistry const > | fileProductRegistry () const |
|
RootInputFileSequence & | operator= (RootInputFileSequence const &)=delete |
|
void | readEvent (EventPrincipal &cache) |
|
void | readLuminosityBlock_ (LuminosityBlockPrincipal &lumiPrincipal) |
|
std::shared_ptr
< LuminosityBlockAuxiliary > | readLuminosityBlockAuxiliary_ () |
|
void | readRun_ (RunPrincipal &runPrincipal) |
|
std::shared_ptr< RunAuxiliary > | readRunAuxiliary_ () |
|
| RootInputFileSequence (ParameterSet const &pset, InputFileCatalog const &catalog) |
|
| RootInputFileSequence (RootInputFileSequence const &)=delete |
|
bool | skipToItem (RunNumber_t run, LuminosityBlockNumber_t lumi, EventNumber_t event, size_t fileNameHash=0U, bool currentFileFirst=true) |
|
virtual | ~RootInputFileSequence () |
|
Definition at line 34 of file RootPrimaryFileSequence.h.
edm::RootPrimaryFileSequence::~RootPrimaryFileSequence |
( |
| ) |
|
|
virtual |
void edm::RootPrimaryFileSequence::closeFile_ |
( |
| ) |
|
|
overridevirtual |
std::shared_ptr<DuplicateChecker const> edm::RootPrimaryFileSequence::duplicateChecker |
( |
| ) |
const |
|
inlineprivate |
std::shared_ptr<DuplicateChecker>& edm::RootPrimaryFileSequence::duplicateChecker |
( |
| ) |
|
|
inlineprivate |
void edm::RootPrimaryFileSequence::endJob |
( |
void |
| ) |
|
std::shared_ptr<EventSkipperByID const> edm::RootPrimaryFileSequence::eventSkipperByID |
( |
| ) |
const |
|
inlineprivate |
std::shared_ptr<EventSkipperByID>& edm::RootPrimaryFileSequence::eventSkipperByID |
( |
| ) |
|
|
inlineprivate |
bool edm::RootPrimaryFileSequence::goToEvent |
( |
EventID const & |
eventID | ) |
|
void edm::RootPrimaryFileSequence::initFile_ |
( |
bool |
skipBadFiles | ) |
|
|
overrideprivatevirtual |
bool edm::RootPrimaryFileSequence::nextFile |
( |
| ) |
|
|
private |
bool edm::RootPrimaryFileSequence::previousFile |
( |
| ) |
|
|
private |
std::unique_ptr< FileBlock > edm::RootPrimaryFileSequence::readFile_ |
( |
| ) |
|
int edm::RootPrimaryFileSequence::remainingEvents |
( |
| ) |
const |
|
private |
int edm::RootPrimaryFileSequence::remainingLuminosityBlocks |
( |
| ) |
const |
|
private |
void edm::RootPrimaryFileSequence::rewind_ |
( |
| ) |
|
void edm::RootPrimaryFileSequence::rewindFile |
( |
| ) |
|
|
private |
bool edm::RootPrimaryFileSequence::skipEvents |
( |
int |
offset | ) |
|
bool edm::RootPrimaryFileSequence::enablePrefetching_ |
|
private |
bool edm::RootPrimaryFileSequence::firstFile_ |
|
private |
int edm::RootPrimaryFileSequence::initialNumberOfEventsToSkip_ |
|
private |
bool edm::RootPrimaryFileSequence::noEventSort_ |
|
private |
std::vector<ProcessHistoryID> edm::RootPrimaryFileSequence::orderedProcessHistoryIDs_ |
|
private |
unsigned int edm::RootPrimaryFileSequence::treeCacheSize_ |
|
private |
bool edm::RootPrimaryFileSequence::usingGoToEvent_ |
|
private |