![]() |
Belle II Software
release-05-02-19
|
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 | map (int index __attribute__((unused)), T &t __attribute__((unused))) |
| Main function returning an attribute value for an object at the given index. | |
| 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 57 of file HitColorMapping.h.