KiTrack
1.7.0
|
Criterion: the difference between the angles of two hits in degrees.
More...
#include <Crit2_DeltaPhi.h>
Public Member Functions | |
Crit2_DeltaPhi (float deltaPhiMin, float deltaPhiMax) | |
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: the difference between the angles of two hits in degrees.
The is the angle in the xy plane w.r.t. the positive x axis.
|
virtual |
Implements KiTrack::ICriterion.
References KiTrack::IHit::getX(), and KiTrack::IHit::getY().