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 1311 of file IndexIntoFile.h.

Member Function Documentation

◆ operator()()

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

Definition at line 2483 of file IndexIntoFile.cc.

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

2484  {
2485  if (lh.processHistoryIDIndex() == rh.processHistoryIDIndex()) {
2486  return lh.run() < rh.run();
2487  }
2488  return lh.processHistoryIDIndex() < rh.processHistoryIDIndex();
2489  }
bool int lh
Definition: SIMDVec.h:20