Belle II Software development
|
Color mapping showing the match status of the monte carlo track. More...
#include <RecoTrackColorMapping.h>
Public Member Functions | |
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. | |
virtual std::string | map (int index, T &t) |
Main function returning an attribute value for an object at the given index. | |
Color mapping showing the match status of the monte carlo track.
Definition at line 39 of file RecoTrackColorMapping.h.
|
overridevirtual |
Short description of the coloring scheme.
Reimplemented from Mapping< T >.
Definition at line 86 of file RecoTrackColorMapping.cc.
|
override |
Function call to map a reco tracks object to a color.
Definition at line 57 of file RecoTrackColorMapping.cc.
|
inlinevirtualinherited |
Main function returning an attribute value for an object at the given index.
Reimplemented in ZeroDriftLengthStrokeWidthMap, ZeroDriftLengthColorMap, TakenFlagColorMap, RLColorMap, PosFlagColorMap, BackgroundTagColorMap, MCSegmentIdColorMap, TOFColorMap, ReassignedSecondaryMap, MCParticleColorMap, MCPDGCodeColorMap, MCPrimaryColorMap, SimHitPDGCodeColorMap, SimHitIsBkgColorMap, NLoopsColorMap, ConstantMapping< T >, and CycleMapping< T >.
Definition at line 30 of file Mapping.h.