CPAlgorithms: remove postfix from MetAnalysisConfig
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
.