ATLAS Offline Software
Loading...
Searching...
No Matches
JetCollRemapping.py
Go to the documentation of this file.
1# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2
3# Corresponding Run 3 jet collection name for each Run 2 jet collection
4JetCollRun2ToRun3 = {
5 'HLT_xAOD__JetContainer_a4tcemsubjesISFS' : 'HLT_AntiKt4EMTopoJets_subjesIS', # default small-R
6 'HLT_xAOD__JetContainer_a10r_tcemsubjesISFS': 'HLT_AntiKt10EMTopoRCJets_subjesIS', # a10r
7 'HLT_xAOD__JetContainer_a10tclcwsubjesFS' : 'HLT_AntiKt10LCTopoJets_subjes', # a10
8 'HLT_xAOD__JetContainer_a10ttclcwjesFS' : 'HLT_AntiKt10LCTopoTrimmedPtFrac4SmallR20Jets_jes', # a10t
9}