Skip to content
Snippets Groups Projects
Commit 2f201c2f authored by Peter Sherwood's avatar Peter Sherwood
Browse files

Improve calculation of leg labels

Leg labels are of thoe form leg\d\d\d_<chainame. the \d\d\d comes is the position of the
chainPart in the chainDict['chainParts'] list. It is calculated when setting up the jet chainlabel
string. Postpending the chain name is now done in TrigJetHypoTool, just before reporting passing jets.

remove chain name  from ToolSetters:
       python/ConditionsToolSetterFastReduction.py
       python/ConditionsToolSetterHT.py
       python/TrigJetHypoToolConfig.py
       src/TrigJetHypoToolMT.h

Tidy the cut and pasting of trigJetTLAHypoToolFromDict from trigJetHypoToolFromDict:
      python/TrigJetHypoToolConfig.py

Add leg labels to jet chain labels where missing
    python/chainDict2jetLabel.py
    src/SingleConditionMatcherMT.cxx

Remove obsolete code, adapt to the removals:
       src/PartitionsGroupsMatcherMT.cxx, h
       src/groupsMatcherFactoryMT.cxx, h

Modify jet collecting, adapt jet collector clients:
       src/TrigJetHypoToolMT.cxx
       src/xAODJetCollector.cxx, h
parent 908a3163
No related branches found
No related tags found
Loading
Showing
with 106 additions and 229 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment