7 from AthenaConfiguration.ComponentFactory
import CompFactory
8 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
16 CaloThinCellsByClusterAlg = CompFactory.CaloThinCellsByClusterAlg
18 StreamName=streamName,
20 SamplingCellsName=samplings,
22 result.addEventAlgo(alg)
26 if __name__ ==
"__main__":
27 from AthenaConfiguration.AllConfigFlags
import initConfigFlags
28 from AthenaConfiguration.TestDefaults
import defaultTestFiles
30 only = [
'CaloThinCellsByClusterAlg_myclusters']
33 flags1.Input.Files = defaultTestFiles.RAW_RUN2
36 'myclusters', [
'TileGap3'])
37 acc1.printConfig(summariseProps=
True, onlyComponents=only)