Skip to content

CPAlgorithms: remove postfix from MetAnalysisConfig

Baptiste Ravina requested to merge ravinab-main-patch-acf8 into main

The MET config block is typically set up like e.g.

MissingET:
  - containerName: 'AnaMET'
    jets: 'AnaJets'
    electrons: 'AnaElectrons.tight'
    muons: 'AnaMuons.tight'

Users who need two MET definitions (e.g. also one based on looser object selections) have to write a new block config AND set a postfix option to ensure the algorithm names don't clash. But since each block will have a different containerName for MET, we can just use that internally instead of the postfix.

Merge request reports