Enable new CHS setting for EMPFlow jets (and simplifications)
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 usesIJetExecuteTool
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)