KiTrack
1.7.0
|
Criterion: distance of two hits divided by their z-distance. More...
#include <Crit2_RZRatio.h>
Public Member Functions | |
Crit2_RZRatio (float ratioMin, float ratioMax) | |
virtual bool | areCompatible (Segment *parent, Segment *child) throw ( BadSegmentLength ) |
![]() | |
std::map< std::string, float > | getMapOfValues () |
void | setSaveValues (bool saveValues) |
Sets, whether the calculated values shall be saved in a map. | |
std::string | getName () |
std::string | getType () |
Additional Inherited Members | |
![]() | |
std::map< std::string, float > | _map_name_value |
bool | _saveValues |
std::string | _name |
std::string | _type |
Criterion: distance of two hits divided by their z-distance.
|
virtual |
Implements KiTrack::ICriterion.
References KiTrack::IHit::getX(), KiTrack::IHit::getY(), and KiTrack::IHit::getZ().