CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
edm::IndexIntoFile::RunOrLumiIndexes Class Reference

#include <IndexIntoFile.h>

Public Member Functions

long long beginEventNumbers () const
 
long long endEventNumbers () const
 
int indexToGetEntry () const
 
bool isRun () const
 
LuminosityBlockNumber_t lumi () const
 
bool operator< (RunOrLumiIndexes const &right) const
 
int processHistoryIDIndex () const
 
RunNumber_t run () const
 
 RunOrLumiIndexes (int processHistoryIDIndex, RunNumber_t run, LuminosityBlockNumber_t lumi, int indexToGetEntry)
 
void setBeginEventNumbers (long long v)
 
void setEndEventNumbers (long long v)
 

Private Attributes

long long beginEventNumbers_
 
long long endEventNumbers_
 
int indexToGetEntry_
 
LuminosityBlockNumber_t lumi_
 
int processHistoryIDIndex_
 
RunNumber_t run_
 

Detailed Description

Definition at line 378 of file IndexIntoFile.h.

Constructor & Destructor Documentation

edm::IndexIntoFile::RunOrLumiIndexes::RunOrLumiIndexes ( int  processHistoryIDIndex,
RunNumber_t  run,
LuminosityBlockNumber_t  lumi,
int  indexToGetEntry 
)

Definition at line 931 of file IndexIntoFile.cc.

Member Function Documentation

long long edm::IndexIntoFile::RunOrLumiIndexes::beginEventNumbers ( ) const
inline

Definition at line 386 of file IndexIntoFile.h.

long long edm::IndexIntoFile::RunOrLumiIndexes::endEventNumbers ( ) const
inline

Definition at line 387 of file IndexIntoFile.h.

int edm::IndexIntoFile::RunOrLumiIndexes::indexToGetEntry ( ) const
inline

Definition at line 385 of file IndexIntoFile.h.

bool edm::IndexIntoFile::RunOrLumiIndexes::isRun ( ) const
inline

Definition at line 389 of file IndexIntoFile.h.

LuminosityBlockNumber_t edm::IndexIntoFile::RunOrLumiIndexes::lumi ( ) const
inline

Definition at line 384 of file IndexIntoFile.h.

bool edm::IndexIntoFile::RunOrLumiIndexes::operator< ( RunOrLumiIndexes const &  right) const
inline

Definition at line 394 of file IndexIntoFile.h.

int edm::IndexIntoFile::RunOrLumiIndexes::processHistoryIDIndex ( ) const
inline

Definition at line 382 of file IndexIntoFile.h.

RunNumber_t edm::IndexIntoFile::RunOrLumiIndexes::run ( ) const
inline

Definition at line 383 of file IndexIntoFile.h.

void edm::IndexIntoFile::RunOrLumiIndexes::setBeginEventNumbers ( long long  v)
inline

Definition at line 391 of file IndexIntoFile.h.

void edm::IndexIntoFile::RunOrLumiIndexes::setEndEventNumbers ( long long  v)
inline

Definition at line 392 of file IndexIntoFile.h.

Member Data Documentation

long long edm::IndexIntoFile::RunOrLumiIndexes::beginEventNumbers_
private

Definition at line 423 of file IndexIntoFile.h.

long long edm::IndexIntoFile::RunOrLumiIndexes::endEventNumbers_
private

Definition at line 424 of file IndexIntoFile.h.

int edm::IndexIntoFile::RunOrLumiIndexes::indexToGetEntry_
private

Definition at line 409 of file IndexIntoFile.h.

LuminosityBlockNumber_t edm::IndexIntoFile::RunOrLumiIndexes::lumi_
private

Definition at line 408 of file IndexIntoFile.h.

int edm::IndexIntoFile::RunOrLumiIndexes::processHistoryIDIndex_
private

Definition at line 406 of file IndexIntoFile.h.

RunNumber_t edm::IndexIntoFile::RunOrLumiIndexes::run_
private

Definition at line 407 of file IndexIntoFile.h.