#include <TrackerTopology.h>
Definition at line 112 of file TrackerTopology.h.
TrackerTopology::SameLayerComparator::SameLayerComparator |
( |
const TrackerTopology * |
topo | ) |
|
|
inlineexplicit |
bool TrackerTopology::SameLayerComparator::operator() |
( |
DetId |
i1, |
|
|
DetId |
i2 |
|
) |
| const |
|
inline |
Definition at line 116 of file TrackerTopology.h.
References DetId::det(), and DetId::subdetId().
117 if(i1.
det() == i2.
det() &&
unsigned int side(const DetId &id) const
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
const TrackerTopology * topo_
unsigned int layer(const DetId &id) const
constexpr Detector det() const
get the detector field from this detid
bool TrackerTopology::SameLayerComparator::operator() |
( |
uint32_t |
i1, |
|
|
uint32_t |
i2 |
|
) |
| const |
|
inline |