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
DQMRootSource::RunPHIDKey Class Reference

Public Member Functions

bool operator< (RunPHIDKey const &right) const
 
edm::ProcessHistoryID const & processHistoryID () const
 
unsigned int run () const
 
 RunPHIDKey (edm::ProcessHistoryID const &phid, unsigned int run)
 

Private Attributes

edm::ProcessHistoryID processHistoryID_
 
unsigned int run_
 

Detailed Description

Definition at line 320 of file DQMRootSource.cc.

Constructor & Destructor Documentation

DQMRootSource::RunPHIDKey::RunPHIDKey ( edm::ProcessHistoryID const &  phid,
unsigned int  run 
)
inline

Definition at line 322 of file DQMRootSource.cc.

Member Function Documentation

bool DQMRootSource::RunPHIDKey::operator< ( RunPHIDKey const &  right) const
inline

Definition at line 326 of file DQMRootSource.cc.

edm::ProcessHistoryID const& DQMRootSource::RunPHIDKey::processHistoryID ( ) const
inline

Definition at line 324 of file DQMRootSource.cc.

unsigned int DQMRootSource::RunPHIDKey::run ( void  ) const
inline

Definition at line 325 of file DQMRootSource.cc.

Member Data Documentation

edm::ProcessHistoryID DQMRootSource::RunPHIDKey::processHistoryID_
private

Definition at line 333 of file DQMRootSource.cc.

unsigned int DQMRootSource::RunPHIDKey::run_
private

Definition at line 334 of file DQMRootSource.cc.