3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
5 from ISF_Algorithms.CollectionMergerConfig
import CollectionMergerCfg
9 bare_collection_name =
"BCMHits"
10 mergeable_collection_suffix =
"_G4"
11 merger_input_property =
"BCMHits"
16 mergeable_collection_suffix,
17 merger_input_property,
19 kwargs.setdefault(
"LogicalVolumeNames", [
"Pixel::bcmDiamondLog"])
20 kwargs.setdefault(
"OutputCollectionNames", [hits_collection_name])
24 result.setPrivateTools(CompFactory.BCMSensorSDTool(name, **kwargs))