 |
Belle II Software
release-05-02-19
|
17 namespace TrackFindingCDC {
void setUsedFlag(bool usedFlag=true)
Set the used flag if you do not want that item to go into the next search round again.
QuadTreeItem(AData *data)
Constructor.
AData * getPointer() const
Returns the underlying data.
Abstract base class for different kinds of events.
AData * m_data
A pointer to the underlying item data.
bool isUsed() const
Flag is set if the item was used as a result of the quad tree search and should not be used in the ne...
QuadTreeItem & operator=(QuadTreeItem const ©)=delete
Do not copy!
bool m_usedFlag
This flag can be set to not use the item in the next quad tree search round.
void unsetUsedFlag()
Unset the used flag again if you have noticed that a previous setting was wrong.