CMS 3D CMS Logo

Public Member Functions

edm::Compare_Index Class Reference

#include <IndexIntoFile.h>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 1061 of file IndexIntoFile.h.


Member Function Documentation

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

Definition at line 1816 of file IndexIntoFile.cc.

References edm::IndexIntoFile::RunOrLumiIndexes::processHistoryIDIndex().

                                                                                                                 {
    return lh.processHistoryIDIndex() < rh.processHistoryIDIndex();
  }