#include <ME0SegmentAlgorithmBase.h>
Public Member Functions | |
HitAndPosition (const ME0RecHit *rh, const LocalPoint &lp, const GlobalPoint &gp, unsigned int idx) | |
Public Attributes | |
GlobalPoint | gp |
unsigned int | idx |
unsigned int | layer |
LocalPoint | lp |
const ME0RecHit * | rh |
Definition at line 26 of file ME0SegmentAlgorithmBase.h.
|
inline |
Definition at line 27 of file ME0SegmentAlgorithmBase.h.
GlobalPoint ME0SegmentAlgorithmBase::HitAndPosition::gp |
Definition at line 31 of file ME0SegmentAlgorithmBase.h.
Referenced by ME0SegAlgoRU::isHitNearSegment().
unsigned int ME0SegmentAlgorithmBase::HitAndPosition::idx |
Definition at line 33 of file ME0SegmentAlgorithmBase.h.
unsigned int ME0SegmentAlgorithmBase::HitAndPosition::layer |
Definition at line 32 of file ME0SegmentAlgorithmBase.h.
Referenced by ME0SegAlgoRU::addUniqueSegments(), ME0SegmentBuilder::build(), ME0SegAlgoRU::compareProtoSegment(), geometryXMLparser.DTAlignable::index(), and geometryXMLparser.CSCAlignable::index().
LocalPoint ME0SegmentAlgorithmBase::HitAndPosition::lp |
Definition at line 30 of file ME0SegmentAlgorithmBase.h.
Referenced by ME0SegAlgoRU::compareProtoSegment(), and ME0SegAlgoRU::isHitNearSegment().
const ME0RecHit* ME0SegmentAlgorithmBase::HitAndPosition::rh |
Definition at line 29 of file ME0SegmentAlgorithmBase.h.
Referenced by ME0SegAlgoRU::areHitsConsistentInTime(), and ME0SegAlgoRU::compareProtoSegment().