CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
lhcbdirac.cfg
pyproject.toml
pytest.ini
setup.cfg
setup.py
src/LHCbDIRAC/__init__.py
src/LHCbDIRAC/releases.cfg
src/LHCbDIRAC.egg-info/PKG-INFO
src/LHCbDIRAC.egg-info/SOURCES.txt
src/LHCbDIRAC.egg-info/dependency_links.txt
src/LHCbDIRAC.egg-info/entry_points.txt
src/LHCbDIRAC.egg-info/not-zip-safe
src/LHCbDIRAC.egg-info/requires.txt
src/LHCbDIRAC.egg-info/top_level.txt
src/LHCbDIRAC/AccountingSystem/__init__.py
src/LHCbDIRAC/AccountingSystem/Client/__init__.py
src/LHCbDIRAC/AccountingSystem/Client/Types/DataStorage.py
src/LHCbDIRAC/AccountingSystem/Client/Types/JobStep.py
src/LHCbDIRAC/AccountingSystem/Client/Types/Popularity.py
src/LHCbDIRAC/AccountingSystem/Client/Types/Storage.py
src/LHCbDIRAC/AccountingSystem/Client/Types/UserStorage.py
src/LHCbDIRAC/AccountingSystem/Client/Types/__init__.py
src/LHCbDIRAC/AccountingSystem/Client/Types/test/Test_AS_Client_Types_DataStorage.py
src/LHCbDIRAC/AccountingSystem/private/__init__.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/DataStoragePlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/JobStepPlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/PopularityPlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/StoragePlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/UserStoragePlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/__init__.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/test/Test_AS_private_Plotters_DataStoragePlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/test/Test_AS_private_Plotters_JobStepPlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/test/Test_AS_private_Plotters_PopularityPlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/test/Test_AS_private_Plotters_StoragePlotter.py
src/LHCbDIRAC/BookkeepingSystem/ConfigTemplate.cfg
src/LHCbDIRAC/BookkeepingSystem/__init__.py
src/LHCbDIRAC/BookkeepingSystem/Client/BKQuery.py
src/LHCbDIRAC/BookkeepingSystem/Client/BaseESClient.py
src/LHCbDIRAC/BookkeepingSystem/Client/BaseESManager.py
src/LHCbDIRAC/BookkeepingSystem/Client/BookkeepingClient.py
src/LHCbDIRAC/BookkeepingSystem/Client/Help.py
src/LHCbDIRAC/BookkeepingSystem/Client/IndentMaker.py
src/LHCbDIRAC/BookkeepingSystem/Client/JEncoder.py
src/LHCbDIRAC/BookkeepingSystem/Client/LHCB_BKKDBClient.py
src/LHCbDIRAC/BookkeepingSystem/Client/LHCbBookkeepingCLI.py
src/LHCbDIRAC/BookkeepingSystem/Client/LHCbBookkeepingManager.py
src/LHCbDIRAC/BookkeepingSystem/Client/ScriptExecutors.py
src/LHCbDIRAC/BookkeepingSystem/Client/__init__.py
src/LHCbDIRAC/BookkeepingSystem/Client/objects.py
src/LHCbDIRAC/BookkeepingSystem/Client/test/Test_BKK_Client_BaseESManager.py
src/LHCbDIRAC/BookkeepingSystem/Client/test/Test_BookkeepingClient.py
src/LHCbDIRAC/BookkeepingSystem/Client/test/__init__.py
src/LHCbDIRAC/BookkeepingSystem/Client/test/mock_BookkeepingClient.py
src/LHCbDIRAC/BookkeepingSystem/DB/DataTakingConditionInterpreter.py
src/LHCbDIRAC/BookkeepingSystem/DB/OracleBookkeepingDB.py
src/LHCbDIRAC/BookkeepingSystem/DB/OracleDB.py
src/LHCbDIRAC/BookkeepingSystem/DB/Utilities.py
src/LHCbDIRAC/BookkeepingSystem/DB/__init__.py
src/LHCbDIRAC/BookkeepingSystem/DB/admin_tools.sql
src/LHCbDIRAC/BookkeepingSystem/DB/database_schema.sql
src/LHCbDIRAC/BookkeepingSystem/DB/database_schema_cleaner.sql
src/LHCbDIRAC/BookkeepingSystem/DB/monitoring.sql
src/LHCbDIRAC/BookkeepingSystem/DB/oracle_schema_storedprocedures.sql
src/LHCbDIRAC/BookkeepingSystem/DB/oracle_utilities_stored_procedures.sql
src/LHCbDIRAC/BookkeepingSystem/DB/test/Test_BKK_DB_OracleBookkeepingDB.py
src/LHCbDIRAC/BookkeepingSystem/DB/test/Test_Utilities.py
src/LHCbDIRAC/BookkeepingSystem/Service/BookkeepingManagerHandler.py
src/LHCbDIRAC/BookkeepingSystem/Service/__init__.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/JobReader.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/ReplicaReader.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/XMLFilesReaderManager.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/__init__.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/book.dtd
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/replica.dtd
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/DataTakingConditions.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/File.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/FileParam.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/InputFile.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/Job.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/JobConfiguration.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/JobOption.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/JobParameters.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/Quality.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/QualityParameters.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/SimulationConditions.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/__init__.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Replica/FileReplica.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Replica/Replica.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Replica/ReplicaParam.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Replica/__init__.py
src/LHCbDIRAC/BookkeepingSystem/scripts/__init__.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_CLI.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_decays_path.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_eventtype_mgt_insert.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_eventtype_mgt_update.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_file_metadata.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_file_path.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_filetypes_insert.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_filetypes_list.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_fix_luminosity.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_genXMLCatalog.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_conditions.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_file_ancestors.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_file_descendants.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_file_sisters.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_files.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_processing_passes.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_run_ranges.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_runsWithAGivenDate.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_stats.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_tck.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_getdataquality_runs.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_job_info.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_job_input_output.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_prod4path.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_production_files.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_production_information.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_production_jobs.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_productions_summary.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_rejection_stats.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_run_files.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_run_information.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_set_visibility.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_setdataquality.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_setdataquality_files.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_setdataquality_run.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_setdataquality_run_processing_pass.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_simulationconditions_insert.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_simulationconditions_list.py
src/LHCbDIRAC/ConfigurationSystem/__init__.py
src/LHCbDIRAC/ConfigurationSystem/Client/__init__.py
src/LHCbDIRAC/ConfigurationSystem/Client/Helpers/Resources.py
src/LHCbDIRAC/ConfigurationSystem/Client/Helpers/__init__.py
src/LHCbDIRAC/ConfigurationSystem/Client/Helpers/test/Test_Helpers.py
src/LHCbDIRAC/ConfigurationSystem/scripts/__init__.py
src/LHCbDIRAC/ConfigurationSystem/scripts/add_user_DFC.py
src/LHCbDIRAC/Core/__init__.py
src/LHCbDIRAC/Core/Utilities/ClientTools.py
src/LHCbDIRAC/Core/Utilities/File.py
src/LHCbDIRAC/Core/Utilities/GangaDataFile.py
src/LHCbDIRAC/Core/Utilities/GeneratorLog.py
src/LHCbDIRAC/Core/Utilities/HTML.py
src/LHCbDIRAC/Core/Utilities/InputDataResolution.py
src/LHCbDIRAC/Core/Utilities/LogErr.py
src/LHCbDIRAC/Core/Utilities/NagiosConnector.py
src/LHCbDIRAC/Core/Utilities/OutputDataPolicy.py
src/LHCbDIRAC/Core/Utilities/ProdConf.py
src/LHCbDIRAC/Core/Utilities/ProductionData.py
src/LHCbDIRAC/Core/Utilities/ProductionOptions.py
src/LHCbDIRAC/Core/Utilities/ResolveSE.py
src/LHCbDIRAC/Core/Utilities/RunApplication.py
src/LHCbDIRAC/Core/Utilities/XMLErr.py
src/LHCbDIRAC/Core/Utilities/XMLSummaries.py
src/LHCbDIRAC/Core/Utilities/XMLTreeParser.py
src/LHCbDIRAC/Core/Utilities/__init__.py
src/LHCbDIRAC/Core/Utilities/test/Test_GeneratorLog.py
src/LHCbDIRAC/Core/Utilities/test/Test_LogErr.py
src/LHCbDIRAC/Core/Utilities/test/Test_RunApplication.py
src/LHCbDIRAC/Core/Utilities/test/Test_Utilities_Core.py
src/LHCbDIRAC/Core/Utilities/test/Test_XMLErr.py
src/LHCbDIRAC/Core/Utilities/test/Test_XMLSummaries.py
src/LHCbDIRAC/Core/scripts/__init__.py
src/LHCbDIRAC/Core/scripts/dirac_architecture.py
src/LHCbDIRAC/Core/scripts/dirac_lhcb_analyse_XML_summary.py
src/LHCbDIRAC/Core/scripts/dirac_lhcb_fix_file_guid.py
src/LHCbDIRAC/Core/scripts/dirac_lhcb_get_root_guid.py
src/LHCbDIRAC/Core/scripts/dirac_lhcb_mc_eventtype_info.py
src/LHCbDIRAC/Core/scripts/dirac_loop.py
src/LHCbDIRAC/Core/scripts/install_oracle-client.sh
src/LHCbDIRAC/Core/scripts/lhcb_CheckStalledService.py
src/LHCbDIRAC/Core/scripts/lhcb_proxy_init.py
src/LHCbDIRAC/Core/scripts/lhcb_restart_agent_service.py
src/LHCbDIRAC/DataManagementSystem/ConfigTemplate.cfg
src/LHCbDIRAC/DataManagementSystem/__init__.py
src/LHCbDIRAC/DataManagementSystem/Agent/PopularityAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/PopularityAnalysisAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/RAWIntegrityAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/SEUsageAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/StorageHistoryAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/StorageUsageAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/UserStorageQuotaAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/UserStorageUsageAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/__init__.py
src/LHCbDIRAC/DataManagementSystem/Agent/RequestOperations/LogUpload.py
src/LHCbDIRAC/DataManagementSystem/Agent/RequestOperations/WMSSecureOutputData.py
src/LHCbDIRAC/DataManagementSystem/Agent/RequestOperations/__init__.py
src/LHCbDIRAC/DataManagementSystem/Client/AddTransformation.py
src/LHCbDIRAC/DataManagementSystem/Client/CheckExecutors.py
src/LHCbDIRAC/DataManagementSystem/Client/ConsistencyChecks.py
src/LHCbDIRAC/DataManagementSystem/Client/DMScript.py
src/LHCbDIRAC/DataManagementSystem/Client/DataIntegrityClient.py
src/LHCbDIRAC/DataManagementSystem/Client/DataUsageClient.py
src/LHCbDIRAC/DataManagementSystem/Client/ScanPopularity.py
src/LHCbDIRAC/DataManagementSystem/Client/ScriptExecutors.py
src/LHCbDIRAC/DataManagementSystem/Client/StorageUsageClient.py
src/LHCbDIRAC/DataManagementSystem/Client/__init__.py
src/LHCbDIRAC/DataManagementSystem/Client/test/Test_Client_DataManagementSystem.py
src/LHCbDIRAC/DataManagementSystem/DB/RAWIntegrityDB.py
src/LHCbDIRAC/DataManagementSystem/DB/RAWIntegrityDB.sql
src/LHCbDIRAC/DataManagementSystem/DB/StorageUsageDB.py
src/LHCbDIRAC/DataManagementSystem/DB/StorageUsageDB.sql
src/LHCbDIRAC/DataManagementSystem/DB/__init__.py
src/LHCbDIRAC/DataManagementSystem/Service/DataUsageHandler.py
src/LHCbDIRAC/DataManagementSystem/Service/RAWIntegrityHandler.py
src/LHCbDIRAC/DataManagementSystem/Service/RunDBInterfaceHandler.py
src/LHCbDIRAC/DataManagementSystem/Service/StorageUsageHandler.py
src/LHCbDIRAC/DataManagementSystem/Service/__init__.py
src/LHCbDIRAC/DataManagementSystem/Utilities/FCUtilities.py
src/LHCbDIRAC/DataManagementSystem/Utilities/__init__.py
src/LHCbDIRAC/DataManagementSystem/private/__init__.py
src/LHCbDIRAC/DataManagementSystem/private/FTS3Plugins/LHCbFTS3Plugin.py
src/LHCbDIRAC/DataManagementSystem/private/FTS3Plugins/__init__.py
src/LHCbDIRAC/DataManagementSystem/scripts/__init__.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_add_file.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_add_transformation.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_check_bkk2fc.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_check_directory_content.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_check_directory_integrity.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_check_fc2bkk.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_check_fc2se.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_check_file_integrity.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_check_inputdata.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_check_se.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_chown_directory.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_get_file.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_lfn_accessURL.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_lfn_metadata.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_lfn_replicas.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_list_directory.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_pfn_exists.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_pfn_metadata.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_register_bk2fc.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_remove_disk_replicas.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_remove_files.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_remove_replicas.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_replica_stats.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_replicate_lfn.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_replicate_to_run_destination.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_scan_popularity.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_set_problematic_files.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_storage_usage_summary.py
src/LHCbDIRAC/FrameworkSystem/__init__.py
src/LHCbDIRAC/FrameworkSystem/DB/ProxyDB.py
src/LHCbDIRAC/FrameworkSystem/DB/__init__.py
src/LHCbDIRAC/Interfaces/__init__.py
src/LHCbDIRAC/Interfaces/API/DiracLHCb.py
src/LHCbDIRAC/Interfaces/API/DiracProduction.py
src/LHCbDIRAC/Interfaces/API/LHCbJob.py
src/LHCbDIRAC/Interfaces/API/__init__.py
src/LHCbDIRAC/Interfaces/API/test/Test_Interfaces.py
src/LHCbDIRAC/Interfaces/scripts/__init__.py
src/LHCbDIRAC/Interfaces/scripts/dirac-wms-job-parameters.py
src/LHCbDIRAC/Interfaces/scripts/dirac_admin_grid_weather.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_action.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_application_summary.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_change_status.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_file_status.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_file_summary.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_job_get_id.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_job_info.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_job_summary.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_list_id.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_logging_info.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_mc_extend.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_progress.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_set_agent_type.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_site_summary.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_summary.py
src/LHCbDIRAC/ProductionManagementSystem/ConfigTemplate.cfg
src/LHCbDIRAC/ProductionManagementSystem/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/DataProcessingProgressAgent.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/NotifyAgent.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/ProductionStatusAgent.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/RequestTrackingAgent.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/test/Test_Agent_ProductionManagementSystem.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/test/Test_ProductionStatusAgent.py
src/LHCbDIRAC/ProductionManagementSystem/Client/MCStatsClient.py
src/LHCbDIRAC/ProductionManagementSystem/Client/ProcessingProgress.py
src/LHCbDIRAC/ProductionManagementSystem/Client/Production.py
src/LHCbDIRAC/ProductionManagementSystem/Client/ProductionRequest.py
src/LHCbDIRAC/ProductionManagementSystem/Client/ProductionRequestClient.py
src/LHCbDIRAC/ProductionManagementSystem/Client/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Client/test/Test_Client_ProductionManagementSystem.py
src/LHCbDIRAC/ProductionManagementSystem/Client/test/Test_Client_ProductionRequest.py
src/LHCbDIRAC/ProductionManagementSystem/Client/test/Test_PMS_Client_ProcessingProgress.py
src/LHCbDIRAC/ProductionManagementSystem/Client/test/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/DB/ElasticApplicationSummaryDB.py
src/LHCbDIRAC/ProductionManagementSystem/DB/ElasticGeneratorLogDB.py
src/LHCbDIRAC/ProductionManagementSystem/DB/ElasticMCBooleLogErrorsDB.py
src/LHCbDIRAC/ProductionManagementSystem/DB/ElasticMCGaussLogErrorsDB.py
src/LHCbDIRAC/ProductionManagementSystem/DB/ElasticMCStatsDBBase.py
src/LHCbDIRAC/ProductionManagementSystem/DB/ElasticPrMonDB.py
src/LHCbDIRAC/ProductionManagementSystem/DB/ProductionRequestDB.py
src/LHCbDIRAC/ProductionManagementSystem/DB/ProductionRequestDB.sql
src/LHCbDIRAC/ProductionManagementSystem/DB/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Service/MCStatsElasticDBHandler.py
src/LHCbDIRAC/ProductionManagementSystem/Service/ProductionRequestHandler.py
src/LHCbDIRAC/ProductionManagementSystem/Service/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Templates/MCSimulation_run.py
src/LHCbDIRAC/ProductionManagementSystem/Templates/MCSimulation_simplified_run.py
src/LHCbDIRAC/ProductionManagementSystem/Templates/RecoStripping_run.py
src/LHCbDIRAC/ProductionManagementSystem/Templates/WGProds_run.py
src/LHCbDIRAC/ProductionManagementSystem/Templates/everyThingElse_run.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/StateMachine.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/Utils.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/scripts/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/scripts/dirac_production_shifter.py
src/LHCbDIRAC/ResourceStatusSystem/ConfigTemplate.cfg
src/LHCbDIRAC/ResourceStatusSystem/__init__.py
src/LHCbDIRAC/ResourceStatusSystem/Agent/LHCbPRProxyAgent.py
src/LHCbDIRAC/ResourceStatusSystem/Agent/NagiosTopologyAgent.py
src/LHCbDIRAC/ResourceStatusSystem/Agent/ShiftDBAgent.py
src/LHCbDIRAC/ResourceStatusSystem/Agent/__init__.py
src/LHCbDIRAC/ResourceStatusSystem/Policy/Configurations.py
src/LHCbDIRAC/ResourceStatusSystem/Policy/DownHillPropagationPolicy.py
src/LHCbDIRAC/ResourceStatusSystem/Policy/JobWebSummaryEfficiencyPolicy.py
src/LHCbDIRAC/ResourceStatusSystem/Policy/TransferQualityPolicy.py
src/LHCbDIRAC/ResourceStatusSystem/Policy/__init__.py
src/LHCbDIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_Configurations.py
src/LHCbDIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_JobWebSummaryEfficiencyPolicy.py
src/LHCbDIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_TransferQualityPolicy.py
src/LHCbDIRAC/Resources/__init__.py
src/LHCbDIRAC/Resources/Catalog/BookkeepingDBClient.py
src/LHCbDIRAC/Resources/Catalog/PoolXMLFile.py
src/LHCbDIRAC/Resources/Catalog/RAWIntegrityClient.py
src/LHCbDIRAC/Resources/Catalog/__init__.py
src/LHCbDIRAC/Resources/Catalog/test/Test_Resources_Catalog_BookkeepingDBClient.py
src/LHCbDIRAC/Resources/Catalog/test/Test_Resources_Catalog_RAWIntegrityClient.py
src/LHCbDIRAC/Resources/Storage/LHCbOnlineStorage.py
src/LHCbDIRAC/Resources/Storage/__init__.py
src/LHCbDIRAC/Resources/Storage/test/Test_Resources_Storage_LHCbOnlineStorage.py
src/LHCbDIRAC/TransformationSystem/ConfigTemplate.cfg
src/LHCbDIRAC/TransformationSystem/__init__.py
src/LHCbDIRAC/TransformationSystem/Agent/BookkeepingWatchAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/DataRecoveryAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/MCExtensionAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/MCSimulationTestingAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/TransformationAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/TransformationCleaningAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/TransformationPlugin.py
src/LHCbDIRAC/TransformationSystem/Agent/ValidateOutputDataAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/WorkflowTaskAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/__init__.py
src/LHCbDIRAC/TransformationSystem/Agent/test/Test_MCExtensionAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/test/Test_MCSimulationTestingAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/test/Test_Plugins.py
src/LHCbDIRAC/TransformationSystem/Agent/test/Test_TransformationCleaningAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/test/testWF.xml
src/LHCbDIRAC/TransformationSystem/Client/TaskManager.py
src/LHCbDIRAC/TransformationSystem/Client/Transformation.py
src/LHCbDIRAC/TransformationSystem/Client/TransformationClient.py
src/LHCbDIRAC/TransformationSystem/Client/TransformationDebug.py
src/LHCbDIRAC/TransformationSystem/Client/__init__.py
src/LHCbDIRAC/TransformationSystem/Client/test/Test_Client_TransformationSystem.py
src/LHCbDIRAC/TransformationSystem/Client/test/Test_TS_Client_TaskManager.py
src/LHCbDIRAC/TransformationSystem/DB/TransformationDB.py
src/LHCbDIRAC/TransformationSystem/DB/TransformationDB.sql
src/LHCbDIRAC/TransformationSystem/DB/__init__.py
src/LHCbDIRAC/TransformationSystem/Service/TransformationManagerHandler.py
src/LHCbDIRAC/TransformationSystem/Service/__init__.py
src/LHCbDIRAC/TransformationSystem/Utilities/PluginScript.py
src/LHCbDIRAC/TransformationSystem/Utilities/PluginUtilities.py
src/LHCbDIRAC/TransformationSystem/Utilities/ScriptUtilities.py
src/LHCbDIRAC/TransformationSystem/Utilities/StateMachine.py
src/LHCbDIRAC/TransformationSystem/Utilities/__init__.py
src/LHCbDIRAC/TransformationSystem/Utilities/test/Test_Utilities_TransformationSystem.py
src/LHCbDIRAC/TransformationSystem/scripts/__init__.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_production_check_ancestors.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_production_check_descendants.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_production_remove_output.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_production_runjoblocal.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_production_set_runs.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_production_verify_outputdata.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_test_plugin.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_add_files.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_archive.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_clean.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_debug.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_flush_runs.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_information.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_remove_files.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_reset_files.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_set_run_destination.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_targets.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_update_derived.py
src/LHCbDIRAC/Workflow/__init__.py
src/LHCbDIRAC/Workflow/Modules/AnalyseFileAccess.py
src/LHCbDIRAC/Workflow/Modules/AnalyseXMLSummary.py
src/LHCbDIRAC/Workflow/Modules/BookkeepingReport.py
src/LHCbDIRAC/Workflow/Modules/CreateDataFile.py
src/LHCbDIRAC/Workflow/Modules/ErrorLogging.py
src/LHCbDIRAC/Workflow/Modules/FailoverRequest.py
src/LHCbDIRAC/Workflow/Modules/FileUsage.py
src/LHCbDIRAC/Workflow/Modules/GaudiApplication.py
src/LHCbDIRAC/Workflow/Modules/GaudiApplicationScript.py
src/LHCbDIRAC/Workflow/Modules/LHCbScript.py
src/LHCbDIRAC/Workflow/Modules/MergeMDF.py
src/LHCbDIRAC/Workflow/Modules/ModuleBase.py
src/LHCbDIRAC/Workflow/Modules/ModulesUtilities.py
src/LHCbDIRAC/Workflow/Modules/RemoveInputData.py
src/LHCbDIRAC/Workflow/Modules/RootApplication.py
src/LHCbDIRAC/Workflow/Modules/StepAccounting.py
src/LHCbDIRAC/Workflow/Modules/UploadLogFile.py
src/LHCbDIRAC/Workflow/Modules/UploadMC.py
src/LHCbDIRAC/Workflow/Modules/UploadOutputData.py
src/LHCbDIRAC/Workflow/Modules/UserJobFinalization.py
src/LHCbDIRAC/Workflow/Modules/__init__.py
src/LHCbDIRAC/Workflow/Modules/mock_Commons.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_BookkeepingReport.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_GaudiApplication.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_LHCbAnalyse.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_LHCbApplications.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_ModuleBase.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_Others.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_UploadMC.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_Uploads.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_Utilities.py
src/LHCbDIRAC/Workflow/Modules/test/test_analyseFileAccess/Test_Modules_AnalyseFileAccess.py
src/LHCbDIRAC/Workflow/Modules/test/test_analyseFileAccess/pool_xml_catalog.xml
src/LHCbDIRAC/Workflow/Modules/test/test_analyseFileAccess/summary.xml
src/LHCbDIRAC/WorkloadManagementSystem/ConfigTemplate.cfg
src/LHCbDIRAC/WorkloadManagementSystem/__init__.py
src/LHCbDIRAC/WorkloadManagementSystem/Agent/AncestorFilesAgent.py
src/LHCbDIRAC/WorkloadManagementSystem/Agent/SiteDirector.py
src/LHCbDIRAC/WorkloadManagementSystem/Agent/__init__.py
src/LHCbDIRAC/WorkloadManagementSystem/DB/JobDB.py
src/LHCbDIRAC/WorkloadManagementSystem/DB/JobDB.sql
src/LHCbDIRAC/WorkloadManagementSystem/DB/__init__.py
src/LHCbDIRAC/WorkloadManagementSystem/Service/SandboxStoreHandler.py
src/LHCbDIRAC/WorkloadManagementSystem/Service/WMSSecureGWHandler.py
src/LHCbDIRAC/WorkloadManagementSystem/Service/__init__.py
src/LHCbDIRAC/tests/Workflow.py
src/LHCbDIRAC/tests/__init__.py
src/LHCbDIRAC/tests/Utilities/IntegrationTest.py
src/LHCbDIRAC/tests/Utilities/__init__.py
src/LHCbDIRAC/tests/Utilities/createReleaseFiles.py
src/LHCbDIRAC/tests/Utilities/testJobDefinitions.py
src/LHCbDIRAC/tests/Utilities/utils.py