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 1141 of file IndexIntoFile.h.

Constructor & Destructor Documentation

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

Definition at line 1143 of file IndexIntoFile.h.

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

Member Function Documentation

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

Definition at line 1144 of file IndexIntoFile.h.

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

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

Member Data Documentation

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

Definition at line 1148 of file IndexIntoFile.h.