Main Page
Namespaces
Classes
Package Documentation
Class List
Class Index
Class Hierarchy
Class Members
cond
persistency
IOVTimeComp
List of all members
|
Public Member Functions
cond::persistency::IOVTimeComp Struct Reference
Public Member Functions
bool
operator()
(const std::tuple<
cond::Time_t
, boost::posix_time::ptime, boost::posix_time::ptime > &x, const boost::posix_time::ptime &y)
Detailed Description
Definition at line
143
of file
RunInfoProxy.cc
.
Member Function Documentation
bool cond::persistency::IOVTimeComp::operator()
(
const std::tuple<
cond::Time_t
, boost::posix_time::ptime, boost::posix_time::ptime > &
x
,
const boost::posix_time::ptime &
y
)
inline
Definition at line
145
of file
RunInfoProxy.cc
.
145
{
return
(
y
> std::get<2>(
x
) ); }
DDAxes::y
DDAxes::x
Generated for CMSSW Reference Manual by
1.8.11