ATLAS Offline Software
JetChainRemapping.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 chain name for each Run 2 jet chain
4 JetChainRun2ToRun3 = {
5  'HLT_j420' : 'HLT_j420_L1J100',
6  'HLT_j260_320eta490' : 'HLT_j260_320eta490_L1J75_31ETA49',
7  'HLT_5j70_0eta240' : 'HLT_5j70_0eta240_L14J20',
8  'HLT_3j200' : 'HLT_3j200_L1J100',
9 }