test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
edm::Compare_Index Class Reference

#include <IndexIntoFile.h>

Public Member Functions

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

Detailed Description

Definition at line 1082 of file IndexIntoFile.h.

Member Function Documentation

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

Definition at line 1797 of file IndexIntoFile.cc.

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

1797  {
1798  return lh.processHistoryIDIndex() < rh.processHistoryIDIndex();
1799  }
bool int lh
Definition: SIMDVec.h:21