CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
LHCInfoImpl::IOVComp Struct Reference

Public Member Functions

bool operator() (const cond::Time_t &x, const std::pair< cond::Time_t, std::shared_ptr< LHCInfo >> &y)
 

Detailed Description

Definition at line 96 of file LHCInfoPopConSourceHandler.cc.

Member Function Documentation

bool LHCInfoImpl::IOVComp::operator() ( const cond::Time_t x,
const std::pair< cond::Time_t, std::shared_ptr< LHCInfo >> &  y 
)
inline

Definition at line 97 of file LHCInfoPopConSourceHandler.cc.

97  {
98  return (x < y.first);
99  }