CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::IndexIntoFileItrHolder Class Reference

#include <IndexIntoFile.h>

Public Member Functions

void getLumisInRun (std::vector< LuminosityBlockNumber_t > &lumis) const
 
 IndexIntoFileItrHolder (IndexIntoFile::IndexIntoFileItr const &iIter)
 

Private Attributes

IndexIntoFile::IndexIntoFileItr const & iter_
 

Detailed Description

Definition at line 1322 of file IndexIntoFile.h.

Constructor & Destructor Documentation

◆ IndexIntoFileItrHolder()

edm::IndexIntoFileItrHolder::IndexIntoFileItrHolder ( IndexIntoFile::IndexIntoFileItr const &  iIter)
inline

Definition at line 1324 of file IndexIntoFile.h.

1324 : iter_(iIter) {}
IndexIntoFile::IndexIntoFileItr const & iter_

Member Function Documentation

◆ getLumisInRun()

void edm::IndexIntoFileItrHolder::getLumisInRun ( std::vector< LuminosityBlockNumber_t > &  lumis) const
inline

Definition at line 1325 of file IndexIntoFile.h.

References edm::IndexIntoFile::IndexIntoFileItr::getLumisInRun(), iter_, and edmLumisInFiles::lumis.

Referenced by edm::MergeableRunProductMetadata::readRun().

IndexIntoFile::IndexIntoFileItr const & iter_
void getLumisInRun(std::vector< LuminosityBlockNumber_t > &lumis) const

Member Data Documentation

◆ iter_

IndexIntoFile::IndexIntoFileItr const& edm::IndexIntoFileItrHolder::iter_
private

Definition at line 1328 of file IndexIntoFile.h.

Referenced by getLumisInRun().