10#include <tracking/trackFindingCDC/ca/AutomatonCell.h>
11#include <tracking/trackFindingCDC/utilities/Scalar.h>
18 namespace TrackFindingCDC {
Cell used by the cellular automata.
void setMaskedFlag(bool setTo=true)
Sets the masked flag to the given value. Default value true.
void unsetMaskedFlag()
Resets the masked flag to false.
ScalarToClass< const RecoTrack * > Super
AutomatonCell & getAutomatonCell() const
Mutable getter for the automaton cell.
void setAndForwardMaskedFlag() const
Mockup as we do not have any sub-items.
void unsetAndForwardMaskedFlag() const
Mockup as we do not have any sub-items.
WithAutomatonCell(const T &obj)
Mixin class wraps an object a.
AutomatonCell m_automatonCell
void receiveMaskedFlag() const
Mockup as we do not have any sub-items.
Abstract base class for different kinds of events.