18from AthenaConfiguration.ComponentFactory
import CompFactory
19from CaloClusterCorrection.constants
import \
20 CALOCORR_NOPOOL, CALOCORR_DEFAULT_KEY, CALOCORR_SW
21from CaloClusterCorrection.common
import makecorr
28cls = CompFactory.CaloComputeSWcellWeights
29CaloComputeSWcellWeights_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,
make_CaloComputeSWcellWeights(flags, name=None, suffix=None, version=None, key=CALOCORR_DEFAULT_KEY, source=None, confclass=None, **kw)