Classes | |
class | Cand |
Calculation and representation of a straight line passing through several "segment" windows. More... | |
class | Chain |
Collection of overlapping Cands forming a 2D track. More... | |
class | Channel |
Representation of the state of a single detector channel. More... | |
class | Chunk |
Sequence of contiguous hits and dead cells all on the same plane. More... | |
class | DiscreteTracker |
Job module performing "discrete" track reconstruction. More... | |
struct | Segment |
Window the line must pass through from (z,y0)-(z,y1) More... | |
struct | SpliceDesc |
struct | SubSeg |
Just the upstream or downstream part, just coordinates. More... | |
class | View |
Representation of the channels in one view. More... | |
class | ViewMerger |
Match 2D tracks into 3D tracks. More... | |
Enumerations | |
enum | Direction { kUpstream, kDownstream } |
Functions | |
bool | compareByLength (const Chain &a, const Chain &b) |
bool | compareByStart (const Chain &a, const Chain &b) |
bool | compareByEnd (const Chain &a, const Chain &b) |
bool | CompareByLength (const rb::Track &a, const rb::Track &b) |
std::ostream & | operator<< (std::ostream &os, const Segment &seg) |
Direction | OtherDir (Direction d) |
bool | CompareByLengthVM (const rb::Track &a, const rb::Track &b) |
Variables | |
const double | kCornerR = .94 |
enum dt::Direction |
Definition at line 918 of file DiscreteTracker_module.cc.
References rb::Track::TotalLength().
Referenced by dt::DiscreteTracker::FindVertex().
Definition at line 870 of file ViewMerger_module.cc.
References rb::Track::TotalLength().
Referenced by dt::ViewMerger::FindVertex().
std::ostream & dt::operator<< | ( | std::ostream & | os, |
const Segment & | seg | ||
) |
Definition at line 27 of file Segment.cxx.
References dt::Segment::cellHi, dt::Segment::cellLo, allTimeWatchdog::endl, dt::Segment::left, and dt::Segment::plane.
Definition at line 7 of file Types.h.
References kUpstream.
Referenced by dt::DiscreteTracker::CheckAndFixSparseChain(), and dt::DiscreteTracker::SpliceChains().