CMS 3D CMS Logo

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

#include <StoredMergeableRunProductMetadata.h>

Public Member Functions

unsigned long long beginProcess () const
 
unsigned long long endProcess () const
 
 SingleRunEntry ()
 
 SingleRunEntry (unsigned long long iBeginProcess, unsigned long long iEndProcess)
 

Private Attributes

unsigned long long beginProcess_
 
unsigned long long endProcess_
 

Detailed Description

Definition at line 71 of file StoredMergeableRunProductMetadata.h.

Constructor & Destructor Documentation

edm::StoredMergeableRunProductMetadata::SingleRunEntry::SingleRunEntry ( )
edm::StoredMergeableRunProductMetadata::SingleRunEntry::SingleRunEntry ( unsigned long long  iBeginProcess,
unsigned long long  iEndProcess 
)

Member Function Documentation

unsigned long long edm::StoredMergeableRunProductMetadata::SingleRunEntry::beginProcess ( ) const
inline
unsigned long long edm::StoredMergeableRunProductMetadata::SingleRunEntry::endProcess ( ) const
inline

Member Data Documentation

unsigned long long edm::StoredMergeableRunProductMetadata::SingleRunEntry::beginProcess_
private

Definition at line 83 of file StoredMergeableRunProductMetadata.h.

Referenced by beginProcess().

unsigned long long edm::StoredMergeableRunProductMetadata::SingleRunEntry::endProcess_
private

Definition at line 84 of file StoredMergeableRunProductMetadata.h.

Referenced by endProcess().