 |
Belle II Software
release-05-02-19
|
bool operator!=(const CACell &b) const
overloaded '!='-operator
void setSeed(bool isSeedTrue)
sets flag whether CACell is allowed to be the seed of a new track candidate or not
unsigned int m_state
************************* DATA MEMBERS *************************
void increaseState()
setters:
bool operator==(const CACell &b) const
************************* OPERATORS *************************
bool isActivated() const
returns activationState (CA-feature)
unsigned int getState() const
************************* PUBLIC MEMBER FUNCTIONS *************************
bool m_activated
activation state.
Abstract base class for different kinds of events.
bool isSeed() const
returns whether CACell is allowed to be a seed for TCs
The CACell class This Class stores all relevant information one wants to have stored in a cell for a ...
CACell()
************************* CONSTRUCTORS *************************
bool m_stateUpgrade
sets flag whether Segment is allowed to increase state during update step within CA
void setStateUpgrade(bool up)
sets flag whether CACell is allowed to increase state during update step within CA
bool m_seed
sets flag whether Segment is allowed to be the seed of a new track candidate or not
bool isUpgradeAllowed() const
returns info whether stateIncrease is allowed or not (CA-feature)
void setActivationState(bool activationState)
sets flag whether CACell is active (takes part during current CA iteration) or inactive (does not tak...