18 from AthenaConfiguration.ComponentFactory
import CompFactory
19 from CaloClusterCorrection.constants
import \
20 CALOCORR_NOPOOL, CALOCORR_DEFAULT_KEY, CALOCORR_SW
21 from CaloClusterCorrection.common
import makecorr
28 cls = CompFactory.CaloComputeSWcellWeights
29 CaloComputeSWcellWeights_versions = [
31 [
'CaloComputeSWcellWeights.CaloComputeSWcellWeights_parms',
60 key = CALOCORR_DEFAULT_KEY,
64 return makecorr (flags,
65 versions = CaloComputeSWcellWeights_versions,
67 basename =
'weightsEM',
73 confclass = confclass,
74 corrclass = CALOCORR_SW,