Add PFSum variants with CS/VS SK subtraction
Compare changes
Files
8@@ -2600,6 +2600,30 @@ HLT_xe110_mht_L1XE50:
@@ -2670,6 +2694,22 @@ HLT_xe30_pfsum_L1XE10:
As suggested by @khoo, we want to take a look at the basic PFSum algorithm using PFOs with constituent subtraction applied. The best subtraction method available is CSSK (constituent subtraction + soft killer) but this is somewhat slow so an implementation for VSSK (Voronoi + soft killer) is also included. This MR makes the following changes
JetRecoConfiguration.defineJetConstit
is modified to allow VoronoiMETRecoSequences
are modified to allow applying constituent modifiers (supplied by a new constitmod
key in the SignatureDict)Tagging @bcarlson for info.