CMS 3D CMS Logo

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

#include <StoredMergeableRunProductMetadata.h>

Public Member Functions

unsigned long long beginLumi () const
 
unsigned long long endLumi () const
 
unsigned int process () const
 
 SingleRunEntryAndProcess ()
 
 SingleRunEntryAndProcess (unsigned long long iBeginLumi, unsigned long long iEndLumi, unsigned int iProcess, bool iValid, bool iUseIndexIntoFile)
 
bool useIndexIntoFile () const
 
bool valid () const
 

Private Attributes

unsigned long long beginLumi_
 
unsigned long long endLumi_
 
unsigned int process_
 
bool useIndexIntoFile_
 
bool valid_
 

Detailed Description

Definition at line 87 of file StoredMergeableRunProductMetadata.h.

Constructor & Destructor Documentation

edm::StoredMergeableRunProductMetadata::SingleRunEntryAndProcess::SingleRunEntryAndProcess ( )
edm::StoredMergeableRunProductMetadata::SingleRunEntryAndProcess::SingleRunEntryAndProcess ( unsigned long long  iBeginLumi,
unsigned long long  iEndLumi,
unsigned int  iProcess,
bool  iValid,
bool  iUseIndexIntoFile 
)

Member Function Documentation

unsigned long long edm::StoredMergeableRunProductMetadata::SingleRunEntryAndProcess::beginLumi ( ) const
inline
unsigned long long edm::StoredMergeableRunProductMetadata::SingleRunEntryAndProcess::endLumi ( ) const
inline
unsigned int edm::StoredMergeableRunProductMetadata::SingleRunEntryAndProcess::process ( ) const
inline
bool edm::StoredMergeableRunProductMetadata::SingleRunEntryAndProcess::useIndexIntoFile ( ) const
inline
bool edm::StoredMergeableRunProductMetadata::SingleRunEntryAndProcess::valid ( ) const
inline

Member Data Documentation

unsigned long long edm::StoredMergeableRunProductMetadata::SingleRunEntryAndProcess::beginLumi_
private

Definition at line 110 of file StoredMergeableRunProductMetadata.h.

unsigned long long edm::StoredMergeableRunProductMetadata::SingleRunEntryAndProcess::endLumi_
private

Definition at line 111 of file StoredMergeableRunProductMetadata.h.

unsigned int edm::StoredMergeableRunProductMetadata::SingleRunEntryAndProcess::process_
private

Definition at line 114 of file StoredMergeableRunProductMetadata.h.

bool edm::StoredMergeableRunProductMetadata::SingleRunEntryAndProcess::useIndexIntoFile_
private

Definition at line 123 of file StoredMergeableRunProductMetadata.h.

bool edm::StoredMergeableRunProductMetadata::SingleRunEntryAndProcess::valid_
private

Definition at line 119 of file StoredMergeableRunProductMetadata.h.