10#include <tracking/trackFindingCDC/display/ColorMapping.h>
11#include <tracking/trackFindingCDC/display/Mapping.h>
19 namespace TrackFindingCDC {
22 using RecoTrackColorMapping = Mapping<const RecoTrack>;
25 using RecoTrackListColorsColorMap = DefaultColorCycleMapping<const RecoTrack>;
32 std::string
map(
int index,
const RecoTrack& recoTrack)
override;
35 std::string
info()
override;
43 std::string
map(
int index,
const RecoTrack& recoTrack)
override;
46 std::string
info()
override;
This is the Reconstruction Event-Data Model Track.
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.
Interface defining a mapping of objects to attribute values e.g. a color.
Color mapping showing the match status of the pattern recognition 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.
Abstract base class for different kinds of events.