Main Page
Namespaces
Classes
Package Documentation
Class List
Class Index
Class Hierarchy
Class Members
TTUTrackingAlg
CompareSeeds
List of all members
|
Public Member Functions
TTUTrackingAlg::CompareSeeds Struct Reference
Public Member Functions
bool
operator()
(const
Seed
*
a
, const
Seed
*
b
)
Detailed Description
Definition at line
160
of file
TTUTrackingAlg.h
.
Member Function Documentation
bool TTUTrackingAlg::CompareSeeds::operator()
(
const
Seed
*
a
,
const
Seed
*
b
)
inline
Definition at line
161
of file
TTUTrackingAlg.h
.
162
{
163
//std::cout << (*a).m_sectorId << " " << (*b).m_sectorId << " "
164
//<< (*a).m_stationId << " " << (*b).m_stationId << std::endl;
165
return
((*a).m_sectorId == (*b).m_sectorId ) && ((*a).m_stationId == (*b).m_stationId );
166
}
Generated for CMSSW Reference Manual by
1.8.11