Main Page
Namespaces
Classes
Package Documentation
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
62
of file
DTDigitizer.h
.
Member Function Documentation
bool DTDigitizer::hitLessT::operator()
(
const
hitAndT
&
h1
,
const
hitAndT
&
h2
)
inline
Definition at line
63
of file
DTDigitizer.h
.
63
{
64
if
(h1.second < h2.second)
return
true
;
65
return
false
;
66
}
Generated for CMSSW Reference Manual by
1.8.5