Belle II Software
release-08-01-10
|
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 accessable. | |
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.