CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::IndexIntoFile::IndexRunLumiEventKey Class Reference

#include <IndexIntoFile.h>

Public Member Functions

EventNumber_t event () const
 
 IndexRunLumiEventKey (int index, RunNumber_t run, LuminosityBlockNumber_t lumi, EventNumber_t event)
 
LuminosityBlockNumber_t lumi () const
 
bool operator< (IndexRunLumiEventKey const &right) const
 
int processHistoryIDIndex () const
 
RunNumber_t run () const
 

Private Attributes

EventNumber_t event_
 
LuminosityBlockNumber_t lumi_
 
int processHistoryIDIndex_
 
RunNumber_t run_
 

Detailed Description

Definition at line 869 of file IndexIntoFile.h.

Constructor & Destructor Documentation

◆ IndexRunLumiEventKey()

edm::IndexIntoFile::IndexRunLumiEventKey::IndexRunLumiEventKey ( int  index,
RunNumber_t  run,
LuminosityBlockNumber_t  lumi,
EventNumber_t  event 
)
inline

Definition at line 871 of file IndexIntoFile.h.

Member Function Documentation

◆ event()

EventNumber_t edm::IndexIntoFile::IndexRunLumiEventKey::event ( ) const
inline

Definition at line 877 of file IndexIntoFile.h.

877 { return event_; }

References event_.

Referenced by Types.EventID::cppID(), and operator<().

◆ lumi()

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

Definition at line 876 of file IndexIntoFile.h.

876 { return lumi_; }

References lumi_.

Referenced by operator<().

◆ operator<()

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

Definition at line 879 of file IndexIntoFile.h.

879  {
880  if (processHistoryIDIndex_ == right.processHistoryIDIndex()) {
881  if (run_ == right.run()) {
882  if (lumi_ == right.lumi()) {
883  return event_ < right.event();
884  }
885  return lumi_ < right.lumi();
886  }
887  return run_ < right.run();
888  }
889  return processHistoryIDIndex_ < right.processHistoryIDIndex();
890  }

References event(), event_, lumi(), lumi_, processHistoryIDIndex(), processHistoryIDIndex_, run(), and run_.

◆ processHistoryIDIndex()

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

Definition at line 874 of file IndexIntoFile.h.

874 { return processHistoryIDIndex_; }

References processHistoryIDIndex_.

Referenced by operator<().

◆ run()

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

Definition at line 875 of file IndexIntoFile.h.

875 { return run_; }

References run_.

Referenced by Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), and operator<().

Member Data Documentation

◆ event_

EventNumber_t edm::IndexIntoFile::IndexRunLumiEventKey::event_
private

Definition at line 896 of file IndexIntoFile.h.

Referenced by event(), and operator<().

◆ lumi_

LuminosityBlockNumber_t edm::IndexIntoFile::IndexRunLumiEventKey::lumi_
private

Definition at line 895 of file IndexIntoFile.h.

Referenced by lumi(), and operator<().

◆ processHistoryIDIndex_

int edm::IndexIntoFile::IndexRunLumiEventKey::processHistoryIDIndex_
private

Definition at line 893 of file IndexIntoFile.h.

Referenced by operator<(), and processHistoryIDIndex().

◆ run_

RunNumber_t edm::IndexIntoFile::IndexRunLumiEventKey::run_
private

Definition at line 894 of file IndexIntoFile.h.

Referenced by operator<(), and run().

edm::IndexIntoFile::IndexRunLumiEventKey::event_
EventNumber_t event_
Definition: IndexIntoFile.h:896
edm::IndexIntoFile::IndexRunLumiEventKey::run_
RunNumber_t run_
Definition: IndexIntoFile.h:894
edm::IndexIntoFile::IndexRunLumiEventKey::run
RunNumber_t run() const
Definition: IndexIntoFile.h:875
edm::IndexIntoFile::IndexRunLumiEventKey::processHistoryIDIndex_
int processHistoryIDIndex_
Definition: IndexIntoFile.h:893
edm::IndexIntoFile::IndexRunLumiEventKey::lumi_
LuminosityBlockNumber_t lumi_
Definition: IndexIntoFile.h:895
AlignmentPI::index
index
Definition: AlignmentPayloadInspectorHelper.h:46
event
Definition: event.py:1
lumi
Definition: LumiSectionData.h:20