CMS 3D CMS Logo

List of all members | Public Member Functions
edm::Compare_Index_Run Class Reference

#include <IndexIntoFile.h>

Public Member Functions

bool operator() (IndexIntoFile::RunOrLumiIndexes const &lh, IndexIntoFile::RunOrLumiIndexes const &rh)
 

Detailed Description

Definition at line 1121 of file IndexIntoFile.h.

Member Function Documentation

bool edm::Compare_Index_Run::operator() ( IndexIntoFile::RunOrLumiIndexes const &  lh,
IndexIntoFile::RunOrLumiIndexes const &  rh 
)

Definition at line 1843 of file IndexIntoFile.cc.

References edm::IndexIntoFile::RunOrLumiIndexes::processHistoryIDIndex(), and edm::IndexIntoFile::RunOrLumiIndexes::run().

1843  {
1844  if(lh.processHistoryIDIndex() == rh.processHistoryIDIndex()) {
1845  return lh.run() < rh.run();
1846  }
1847  return lh.processHistoryIDIndex() < rh.processHistoryIDIndex();
1848  }
bool int lh
Definition: SIMDVec.h:21