3from AthenaConfiguration.ComponentFactory
import CompFactory
4from CaloClusterCorrection.constants
import \
5 CALOCORR_NOPOOL, CALOCORR_DEFAULT_KEY
6from CaloClusterCorrection.common
import makecorr
8cls = CompFactory.CaloClusterBadChannelList
10CaloClusterListBadChannel_versions = [
12 [
'CaloClusterListBadChannel.CaloClusterListBadChannel_parms',
21 key = CALOCORR_DEFAULT_KEY,
26 return makecorr(flags,
27 versions= CaloClusterListBadChannel_versions,
29 basename =
'listBadChannels',
35 confclass = confclass,
36 corrclass = corrclass,
make_CaloClusterListBadChannel(flags, corrclass, name=None, suffix=None, version=None, key=CALOCORR_DEFAULT_KEY, source=None, confclass=None, **kw)