11 return StatusCode::SUCCESS;
16 output.insert(decisionKey.key());
23 std::vector<TrigCompositeUtils::DecisionID>& output) {
25 output.insert( output.end(),
33 const EventContext& ctx )
const {
37 fillDecisions(handle, output);
43 std::set<std::string>& sequences,
44 const EventContext& ctx )
const {
48 fillDecisions(handle, decisions);
49 sequences.insert(decisionKey.key());
#define ATH_CHECK
Evaluate an expression and check for errors.
void renounceArray(SG::VarHandleKeyArray &handlesArray)
virtual bool isValid() override final
Can the handle be successfully dereferenced?
const_pointer_type cptr()
Dereference the pointer.
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
xAOD::TrigComposite Decision
void decisionIDs(const Decision *d, DecisionIDContainer &destination)
Extracts DecisionIDs stored in the Decision object.