ATLAS Offline Software
Loading...
Searching...
No Matches
TrkDriftCircleMath::SameTube Struct Reference

#include <SortDcsByY.h>

Collaboration diagram for TrkDriftCircleMath::SameTube:

Public Member Functions

bool operator() (const DriftCircle &dc1, const DriftCircle &dc2) const

Detailed Description

Definition at line 26 of file SortDcsByY.h.

Member Function Documentation

◆ operator()()

bool TrkDriftCircleMath::SameTube::operator() ( const DriftCircle & dc1,
const DriftCircle & dc2 ) const
inline

Definition at line 27 of file SortDcsByY.h.

27 {
28 if (dc1.id() == dc2.id()) return true;
29 return false;
30 }

The documentation for this struct was generated from the following file: