28 orderedProcessHistoryIDs_(),
30 initialNumberOfEventsToSkip_(pset.getUntrackedParameter<unsigned
int>(
"skipEvents")),
31 noEventSort_(pset.getUntrackedParameter<
bool>(
"noEventSort")),
32 treeCacheSize_(noEventSort_ ? pset.getUntrackedParameter<unsigned
int>(
"cacheSize") : 0
U),
34 usingGoToEvent_(
false),
35 enablePrefetching_(
false) {
85 return std::make_unique<FileBlock>();
87 return rootFile()->createFileBlock();
112 return std::make_shared<RootFile>(
fileName(),
135 currentIndexIntoFile,
156 if (!mergeInfo.empty()) {
175 if (!mergeInfo.empty()) {
237 while (offset != 0) {
238 bool atEnd =
rootFile()->skipEvents(offset);
239 if ((offset > 0 || atEnd) && !
nextFile()) {
262 bool closedOriginalFile =
false;
284 closedOriginalFile =
true;
293 if (closedOriginalFile) {
297 rootFile()->setPosition(originalPosition);
309 ->setComment(
"Skip the first 'skipEvents' events that otherwise would have been processed.");
312 "True: Process runs, lumis and events in the order they appear in the file (but see notes 1 and 2).\n" 313 "False: Process runs, lumis and events in each file in numerical order (run#, lumi#, event#) (but see note " 315 "Note 1: Events within the same lumi will always be processed contiguously.\n" 316 "Note 2: Lumis within the same run will always be processed contiguously.\n" 317 "Note 3: Any sorting occurs independently in each input file (no sorting across input files).");
319 ->setComment(
"Size of ROOT TTree prefetch cache. Affects performance.");
323 "'strict': Branches in each input file must match those in the first file.\n" 324 "'permissive': Branches in each input file may be any subset of those in the first file.");
332 if (!
rootFile()->wasLastEventJustRead()) {
346 if (!
rootFile()->wasFirstEventJustRead()) {
EventNumber_t event() const
T getUntrackedParameter(std::string const &, T const &) const
unsigned int treeCacheSize_
ParameterDescriptionBase * addUntracked(U const &iLabel, T const &value)
InputSource::ItemType getNextItemType(RunNumber_t &run, LuminosityBlockNumber_t &lumi, EventNumber_t &event)
void closeFile_() override
def create(alignables, pedeDump, additionalData, outputFile, config)
void initFile_(bool skipBadFiles) override
ProcessingController::ForwardState forwardState() const
bool skipEvents(int offset)
unsigned long long EventNumber_t
static void fillDescription(ParameterSetDescription &desc)
static void fillDescription(ParameterSetDescription &desc)
std::unique_ptr< FileBlock > readFile_()
LuminosityBlockNumber_t luminosityBlock() const
unsigned int const defaultCacheSize
int initialNumberOfEventsToSkip_
unsigned int LuminosityBlockNumber_t
static std::string const input
RunHelperBase * runHelper()
ProcessingController::ReverseState reverseState() const
bool goToEvent(EventID const &eventID)
static const StorageFactory * get(void)
void stagein(const std::string &url) const
RootFileSharedPtr makeRootFile(std::shared_ptr< InputFile > filePtr) override
std::vector< ProcessHistoryID > orderedProcessHistoryIDs_
RootPrimaryFileSequence(ParameterSet const &pset, PoolSource &input, InputFileCatalog const &catalog)
std::string merge(ProductRegistry const &other, std::string const &fileName, BranchDescription::MatchMode branchesMustMatch=BranchDescription::Permissive)
unsigned int nStreams() const
bool dropDescendants() const
bool bypassVersionCheck() const
~RootPrimaryFileSequence() override
int treeMaxVirtualSize() const
bool skipBadFiles() const
std::shared_ptr< EventSkipperByID const > eventSkipperByID() const
bool labelRawDataLikeMC() const
edm::propagate_const< std::shared_ptr< DuplicateChecker > > duplicateChecker_
BranchDescription::MatchMode branchesMustMatch_
static void fillDescription(ParameterSetDescription &desc)
void updateFromInput(ProductList const &other)
int remainingEvents() const
std::shared_ptr< DuplicateChecker const > duplicateChecker() const
int remainingLuminosityBlocks() const
ProductSelectorRules const & productSelectorRules() const