9 bare_collection_name =
"BLMHits"
10 mergeable_collection_suffix =
"_G4"
11 merger_input_property =
"BLMHits"
14 acc, hits_collection_name = CollectionMergerCfg(ConfigFlags,
16 mergeable_collection_suffix,
17 merger_input_property,
19 kwargs.setdefault(
"LogicalVolumeNames", [
"Pixel::blmDiamondLog"])
20 kwargs.setdefault(
"OutputCollectionNames", [hits_collection_name])
22 result = ComponentAccumulator()
24 result.setPrivateTools(CompFactory.BLMSensorSDTool(name, **kwargs))