#include <PndFtsCircleHitSet.h>
Definition at line 13 of file PndFtsCircleHitSet.h.
◆ PndFtsCircleHitSet() [1/3]
PndFtsTrackFinder::PndFtsCircleHitSet::PndFtsCircleHitSet |
( |
| ) |
|
|
delete |
◆ PndFtsCircleHitSet() [2/3]
PndFtsTrackFinder::PndFtsCircleHitSet::PndFtsCircleHitSet |
( |
const RawHitVector & |
hits, |
|
|
const PndFtsGeom & |
geom |
|
) |
| |
◆ PndFtsCircleHitSet() [3/3]
template<class ItT >
PndFtsTrackFinder::PndFtsCircleHitSet::PndFtsCircleHitSet |
( |
ItT |
begin, |
|
|
ItT |
end, |
|
|
const PndFtsGeom & |
geom |
|
) |
| |
|
inline |
Definition at line 20 of file PndFtsCircleHitSet.h.
References IsComplete().
22 Reserve(std::distance(begin, end));
24 std::for_each(begin, end, [
this, &geom](
const auto hit) { Add(hit, geom); });
◆ IsComplete()
bool PndFtsTrackFinder::PndFtsCircleHitSet::IsComplete |
( |
| ) |
const |
|
noexcept |
◆ fLayer3132
RawHitVector PndFtsTrackFinder::PndFtsCircleHitSet::fLayer3132 {} |
◆ fSkewed
RawHitVector PndFtsTrackFinder::PndFtsCircleHitSet::fSkewed {} |
◆ fVertical
RawHitVector PndFtsTrackFinder::PndFtsCircleHitSet::fVertical {} |
The documentation for this class was generated from the following file: