25 decisionBeforeMask_(),
42 decisionBeforeMask_(),
57 prescale_( prescale ),
59 decisionBeforeMask_( decisionBeforeMask ),
60 decisionAfterMask_( decisionAfterMask )
64 TriggerAlgorithm::TriggerAlgorithm(
const std::string &
name,
const std::string & alias,
bool tech,
unsigned bit,
bool gtlResult,
unsigned prescale,
bool mask,
bool decisionBeforeMask,
bool decisionAfterMask ) :
70 gtlResult_( gtlResult ),
71 prescale_( prescale ),
73 decisionBeforeMask_( decisionBeforeMask ),
74 decisionAfterMask_( decisionAfterMask )
const std::vector< unsigned > & conditionKeys() const
Get all trigger condition collection indeces.
std::vector< unsigned > conditionKeys_
bool hasConditionKey(unsigned conditionKey) const
Checks, if a certain trigger condition collection index is assigned.
TriggerAlgorithm()
Constructors and Destructor.