CPAlgorithms: remove postfix option from jet calibration
In JetAnalysisConfig
, this postfix
option is only ever used to name the algorithms and tools. Since we only run calibration once, it should be equivalent to using the containerName
property in the naming convention. This simplifies the configuration a little bit for users, who otherwise have to remember to do something like
Jets:
- containerName: 'AnaJets'
jetCollection: 'AntiKt4EMPFlowJets'
runJvtUpdate: False
- containerName: 'AnaTrackJets'
jetCollection: 'AntiKtVR30Rmax4Rmin02PV0TrackJets'
postfix: 'trackjets'
...