21 int16_t startx, starty, stopx,
stopy;
31 std::vector<cppoint> traj[2 ];
48 int32_t mintick = 0x7fffffff, maxtick = 0;
53 int32_t user_mintick = 0x7fffffff, user_maxtick = 0;
69 int32_t current_mintick = 0x7fffffff, current_maxtick = 0;
80 vertices.push_back(v);
90 if(!fdlike && (h.
cell >= 3 * 32 || h.
plane >= 8 * 24 + 22)) fdlike =
true;
92 if(h.
tdc < mintick) current_mintick = user_mintick = mintick = h.
tdc;
93 if(h.
tdc > maxtick) current_maxtick = user_maxtick = maxtick = h.
tdc;
void addhit(const hit &h)
void addvertex(const vertex &v)
void addtrack(const track &t)
std::vector< track > tracks
std::vector< vertex > vertices