Belle II Software
release-08-01-10
|
Segment to color map based on the matched MCTrackId. More...
#include <SegmentColorMapping.h>
Public Member Functions | |
SegmentMCTrackIdColorMap () | |
Constructor. | |
std::string | map (int index, const CDCSegment2D &segment) override |
Function call to map a segments object from the local finder to a color. | |
virtual std::string | map (int index, T &t) |
Main function returning an attribute value for an object at the given index. | |
virtual std::string | info () |
Informal string summarizing the translation from the object to the attribute value. | |
Private Attributes | |
std::vector< std::string > | m_colors |
List of colors to be cycled through. | |
Segment to color map based on the matched MCTrackId.
Definition at line 31 of file SegmentColorMapping.h.