ATLAS Offline Software
CaloClusterBadChannelListCorr.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2 
3 from AthenaConfiguration.ComponentFactory import CompFactory
4 
6 
7  theCaloBadChannelTool = CompFactory.CaloBadChanTool() # CaloBadChannelTool
8 
9  corr = CompFactory.CaloClusterBadChannelList() # CaloClusterCorrection
10  corr.badChannelTool = theCaloBadChannelTool
11  return corr
CaloClusterBadChannelListCorr.CaloClusterBadChannelListCorr
def CaloClusterBadChannelListCorr()
Definition: CaloClusterBadChannelListCorr.py:5