8 #include "KiTrack/Segment.h"
9 #include "KiTrack/KiTrackExceptions.h"
33 std::map < std::string , float >
getMapOfValues() {
return _map_name_value; };
52 std::map < std::string , float > _map_name_value;
virtual bool areCompatible(Segment *parent, Segment *child)=0
std::string getName()
Definition: ICriterion.h:44
std::string getType()
Definition: ICriterion.h:47
std::map< std::string, float > getMapOfValues()
Definition: ICriterion.h:33
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
void setSaveValues(bool saveValues)
Sets, whether the calculated values shall be saved in a map.
Definition: ICriterion.h:40