Skip to content

Enable new CHS setting for EMPFlow jets (and simplifications)

Pierre Antoine Delsart requested to merge delsart/athena:jetConfigCHS into master

We enable new setting for ChargedHadronSubtraction (CHS) procedure with pflow jets. This new settings were approved by the JetEtmiss group.

At the same time, simplifications are made :

  • TrackVertexAssociation are build from a dedicated Alg (using the relevant CP tool) rather than a JetAlgorithm which uses IJetExecuteTool which uses a CP tool
  • simplify other minor config functions

Tagging @haweber for confirmation of the CHS settings: the JetTrackVtxAssoc building is declared in StandardJetConstits.py and the CHS tool makes use of it at the end of the same file.

Also tagging @valentem : I changed a bit of the trigger config to make use of the simpler JetTrackVtxAssoAlg (0 impact on outputs expected)

Merge request reports