Skip to content

WIP: Adding tool for attaching and recording BTag information to HLT jets from previous hypo decisions and running in new TLA framework

Tool is to be used in TrigJetTLAHypoAlg to match and attach btagging information found in previous decisions to TLA jets, and record to a new HLT container. The tool's main function is

record_btag(const xAOD::TrigCompositeContainer* previousDecisions, const xAOD::JetContainer& jets_to_btag, const EventContext& ctx)

so taking as input all previous decisions, and an xAOD jet container.

The tool itself creates the new HLT btagging container. The match is a one-way link: btag->jet; the jet container is unmodified.

Note: This is for commenting.

Merge request reports