 |
Belle II Software
release-05-02-19
|
12 #include <tracking/trackFindingCDC/display/ColorMapping.h>
13 #include <tracking/trackFindingCDC/display/Mapping.h>
21 namespace TrackFindingCDC {
24 using RecoTrackColorMapping = Mapping<const RecoTrack>;
27 using RecoTrackListColorsColorMap = DefaultColorCycleMapping<const RecoTrack>;
30 class RecoTrackMatchingStatusColorMap :
public RecoTrackColorMapping {
34 std::string
map(
int index,
const RecoTrack& recoTrack)
override;
37 std::string
info()
override;
45 std::string
map(
int index,
const RecoTrack& recoTrack)
override;
48 std::string
info()
override;
Interface defining a mapping of objects to attribute values e.g. a color.
This is the Reconstruction Event-Data Model Track.
std::string info() override
Short description of the coloring scheme.
Abstract base class for different kinds of events.
Color mapping showing the match status of the monte carlo track.
std::string map(int index, const RecoTrack &recoTrack) override
Function call to map a reco tracks object to a color.
std::string info() override
Short description of the coloring scheme.
std::string map(int index, const RecoTrack &recoTrack) override
Function call to map a reco tracks object to a color.