CMS 3D CMS Logo

Public Member Functions

TTUTrackingAlg::CompareSeeds Struct Reference

List of all members.

Public Member Functions

bool operator() (const Seed *a, const Seed *b)

Detailed Description

Definition at line 161 of file TTUTrackingAlg.h.


Member Function Documentation

bool TTUTrackingAlg::CompareSeeds::operator() ( const Seed a,
const Seed b 
) [inline]

Definition at line 162 of file TTUTrackingAlg.h.

    {
      //std::cout << (*a).m_sectorId << " " << (*b).m_sectorId << " " 
      //<< (*a).m_stationId << " " << (*b).m_stationId << std::endl;
      return ((*a).m_sectorId == (*b).m_sectorId ) && ((*a).m_stationId == (*b).m_stationId );
    }