DTDigitizer
hitLessT
List of all members
|
Public Member Functions
DTDigitizer::hitLessT Struct Reference
Public Member Functions
bool
operator()
(const
hitAndT
&h1, const
hitAndT
&h2)
Detailed Description
Definition at line
61
of file
DTDigitizer.h
.
Member Function Documentation
◆
operator()()
bool DTDigitizer::hitLessT::operator()
(
const
hitAndT
&
h1
,
const
hitAndT
&
h2
)
inline
Definition at line
62
of file
DTDigitizer.h
.
62
{
63
if
(h1.second < h2.second)
64
return
true
;
65
return
false
;
66
}
Generated for CMSSW Reference Manual by
1.8.16