<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'pim_catalog.completeness.calculator' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Completeness/CompletenessCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Component/Query/PublicApi/Family/GetRequiredAttributesMasks.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Query/PublicApi/Family/Cache/LRUCachedGetRequiredAttributesMasks.php';

return $this->privates['pim_catalog.completeness.calculator'] = new \Akeneo\Pim\Enrichment\Component\Product\Completeness\CompletenessCalculator(($this->privates['akeneo.pim.enrichment.completeness.query.get_product_masks'] ?? $this->load('getAkeneo_Pim_Enrichment_Completeness_Query_GetProductMasksService.php')), new \Akeneo\Pim\Structure\Bundle\Query\PublicApi\Family\Cache\LRUCachedGetRequiredAttributesMasks(($this->privates['akeneo.pim.structure.query.sql_get_required_attributes_masks'] ?? $this->load('getAkeneo_Pim_Structure_Query_SqlGetRequiredAttributesMasksService.php'))));
