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. | |
Private Attributes | |
StoreWrappedObjPtr< std::vector< 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 47 of file HitColorMapping.h.
Constructor checking if the CDCWireHits caring the taken flag are accessible.
Definition at line 69 of file HitColorMapping.cc.
|
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 the CDCHit id and object to a color.
Reimplemented from Mapping< const CDCHit >.
Definition at line 76 of file HitColorMapping.cc.
|
private |
Memory of the handle to the CDCWireHits on the DataStore.
Definition at line 57 of file HitColorMapping.h.