1 #ifndef Crit3_IPCircleDistTimesR_h
2 #define Crit3_IPCircleDistTimesR_h
4 #include "Criteria/ICriterion.h"
26 float _distToCircleMax;
27 float _distToCircleMin;
Criterion: the distance of the circle formed by the two segments from the IP multiplied by R...
Definition: Crit3_IPCircleDistTimesR.h:11
virtual bool areCompatible(Segment *parent, Segment *child)
Definition: Crit3_IPCircleDistTimesR.cc:26
A Segment is something like a track or a part of a track: it consists of hits linked together...
Definition: Segment.h:40
Wrong segment length exception.
Definition: KiTrackExceptions.h:72
An Interface for Criteria.
Definition: ICriterion.h:20