![]() |
Belle II Software development
|
CDCHit to color map highlighting the CDCHits that posses the do not use flag. More...
#include <HitColorMapping.h>
Public Member Functions | |
| TakenFlagColorMap () | |
| Constructor checking if the CDCWireHits caring the taken flag are accessible. | |
| std::string | map (int index, const CDCHit &hit) override |
| Function call to map the CDCHit id and object to a color. | |
| virtual std::string | info () |
| Informal string summarizing the translation from the object to the attribute value. | |
| virtual std::string | info () |
| Informal string summarizing the translation from the object to the attribute value. | |
Private Attributes | |
| TrackingUtilities::StoreWrappedObjPtr< std::vector< TrackingUtilities::CDCWireHit > > | m_storedWireHits {"CDCWireHitVector"} |
| Memory of the handle to the CDCWireHits on the DataStore. | |
CDCHit to color map highlighting the CDCHits that posses the do not use flag.
Definition at line 49 of file HitColorMapping.h.
Constructor checking if the CDCWireHits caring the taken flag are accessible.
Definition at line 70 of file HitColorMapping.cc.
|
inlinevirtualinherited |
Informal string summarizing the translation from the object to the attribute value.
Reimplemented in BackgroundTagColorMap, MCParticleColorMap, MCPDGCodeColorMap, MCPrimaryColorMap, PosFlagColorMap, RLColorMap, and SimHitPDGCodeColorMap.
Definition at line 37 of file Mapping.h.
|
inlinevirtualinherited |
Informal string summarizing the translation from the object to the attribute value.
Reimplemented in BackgroundTagColorMap, MCParticleColorMap, MCPDGCodeColorMap, MCPrimaryColorMap, PosFlagColorMap, RLColorMap, and SimHitPDGCodeColorMap.
Definition at line 37 of file Mapping.h.
Function call to map the CDCHit id and object to a color.
Reimplemented from Mapping< const CDCHit >.
Definition at line 77 of file HitColorMapping.cc.
|
private |
Memory of the handle to the CDCWireHits on the DataStore.
Definition at line 59 of file HitColorMapping.h.