Belle II Software development
|
Segment to color map by the number of passed loops. More...
#include <HitColorMapping.h>
Public Member Functions | |
std::string | map (int index, const CDCHit &hit) override |
Function call to map a segments object from the local finder to a color. | |
virtual std::string | info () |
Informal string summarizing the translation from the object to the attribute value. | |
Segment to color map by the number of passed loops.
Definition at line 177 of file HitColorMapping.h.
|
inlinevirtualinherited |
Informal string summarizing the translation from the object to the attribute value.
Reimplemented in RLColorMap, PosFlagColorMap, BackgroundTagColorMap, MCParticleColorMap, MCPDGCodeColorMap, MCPrimaryColorMap, and SimHitPDGCodeColorMap.
Definition at line 37 of file Mapping.h.
|
overridevirtual |
Function call to map a segments object from the local finder to a color.
Reimplemented from Mapping< const CDCHit >.
Definition at line 378 of file HitColorMapping.cc.