counts the number of hits shared by the two segments
More...
#include <SharedHitsSegments.h>
counts the number of hits shared by the two segments
Definition at line 14 of file SharedHitsSegments.h.
◆ SharedHitsSegments()
TrkDriftCircleMath::SharedHitsSegments::SharedHitsSegments |
( |
bool |
onlyOnTrack = false | ) |
|
|
inline |
◆ onlyInSeg1()
unsigned int TrkDriftCircleMath::SharedHitsSegments::onlyInSeg1 |
( |
| ) |
const |
|
inline |
◆ onlyInSeg2()
unsigned int TrkDriftCircleMath::SharedHitsSegments::onlyInSeg2 |
( |
| ) |
const |
|
inline |
◆ operator()()
Definition at line 18 of file SharedHitsSegments.h.
30 while (sit1 != sit1_end && sit2 != sit2_end) {
54 if (compDC(*sit1, *sit2)) {
60 if (compDC(*sit2, *sit1)) {
73 for (; sit1 != sit1_end; ++sit1) {
80 for (; sit2 != sit2_end; ++sit2) {
◆ sharedHits()
unsigned int TrkDriftCircleMath::SharedHitsSegments::sharedHits |
( |
| ) |
const |
|
inline |
◆ m_mode
bool TrkDriftCircleMath::SharedHitsSegments::m_mode |
|
private |
◆ m_onlySeg1
unsigned int TrkDriftCircleMath::SharedHitsSegments::m_onlySeg1 |
|
private |
◆ m_onlySeg2
unsigned int TrkDriftCircleMath::SharedHitsSegments::m_onlySeg2 |
|
private |
◆ m_shared
unsigned int TrkDriftCircleMath::SharedHitsSegments::m_shared |
|
private |
The documentation for this struct was generated from the following file: