diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5bfb7c22..4c09835c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,4 +31,3 @@ repos: entry: gitlint stages: [commit-msg] args: [--msg-filename] - diff --git a/dags/aps/aps_params.py b/dags/aps/aps_params.py index 56a37e87..78c304d7 100644 --- a/dags/aps/aps_params.py +++ b/dags/aps/aps_params.py @@ -4,11 +4,11 @@ class APSParams: def __init__( self, - from_date= (date.today() - timedelta(days=1)).strftime("%Y-%m-%d"), - until_date= date.today().strftime("%Y-%m-%d"), - date= "modified", - journals= "", - set= "scoap3", + from_date=(date.today() - timedelta(days=1)).strftime("%Y-%m-%d"), + until_date=date.today().strftime("%Y-%m-%d"), + date="modified", + journals="", + set="scoap3", per_page: int = 100, ): self.from_date = from_date diff --git a/dags/aps/aps_pull_api.py b/dags/aps/aps_pull_api.py index 5e85b928..8b6302e0 100644 --- a/dags/aps/aps_pull_api.py +++ b/dags/aps/aps_pull_api.py @@ -18,11 +18,11 @@ ) def aps_pull_api(): @task() - def set_fetching_intervals(repo = APSRepository(), **kwargs): + def set_fetching_intervals(repo=APSRepository(), **kwargs): return set_harvesting_interval(repo=repo, **kwargs) @task() - def save_json_in_s3(dates: dict, repo = APSRepository(), **kwargs): + def save_json_in_s3(dates: dict, repo=APSRepository(), **kwargs): parameters = APSParams( from_date=dates["from_date"], until_date=dates["until_date"], @@ -40,7 +40,7 @@ def save_json_in_s3(dates: dict, repo = APSRepository(), **kwargs): return None @task() - def trigger_files_processing(key, repo = APSRepository()): + def trigger_files_processing(key, repo=APSRepository()): if key is None: logging.warning("No new files were downloaded to s3") return diff --git a/dags/aps/parser.py b/dags/aps/parser.py index c46d4506..14c8d20a 100644 --- a/dags/aps/parser.py +++ b/dags/aps/parser.py @@ -97,26 +97,27 @@ def _form_authors(self, article): if author["type"] == "Person" ] - def extract_organization_and_ror(self, text): pattern = r'(.*?)' - + ror_url = None - + def replace_and_capture(match): nonlocal ror_url ror_url = match.group(1) return match.group(2) - + modified_text = re.sub(pattern, replace_and_capture, text) - + return modified_text, ror_url def _get_affiliations(self, article, affiliationIds): parsed_affiliations = [ { "value": affiliation["name"], - "organization": self.extract_organization_and_ror(affiliation["name"])[0], + "organization": self.extract_organization_and_ror(affiliation["name"])[ + 0 + ], "ror": self.extract_organization_and_ror(affiliation["name"])[1], } for affiliation in article["affiliations"] diff --git a/dags/aps/repository.py b/dags/aps/repository.py index d07f9f26..cc96e8c9 100644 --- a/dags/aps/repository.py +++ b/dags/aps/repository.py @@ -1,6 +1,5 @@ import io import os -from typing import IO from common.repository import IRepository from common.s3_service import S3Service diff --git a/dags/clean/cleanup_logs.py b/dags/clean/cleanup_logs.py index e8b4db93..babb2219 100644 --- a/dags/clean/cleanup_logs.py +++ b/dags/clean/cleanup_logs.py @@ -2,7 +2,6 @@ import pendulum from airflow.decorators import dag -from airflow.operators.bash import BashOperator from airflow.operators.bash_operator import BashOperator AIRFLOW_HOME = os.getenv("AIRFLOW_HOME") @@ -17,7 +16,7 @@ def cleanup_logs(): bash_command=f""" logs_dir="{logs_dir}" find "$logs_dir" -type d -mtime +30 -exec rm -r {{}} \; - """, + """, # noqa ) diff --git a/dags/common/cleanup.py b/dags/common/cleanup.py index a2b4eb8f..1e795054 100644 --- a/dags/common/cleanup.py +++ b/dags/common/cleanup.py @@ -35,7 +35,7 @@ def replace_cdata_format(text): CDATA_PATTERN = re.compile(r"<\?CDATA(.*)\?>") # pattern = re.compile(r'<\?CDATA\s(.*?)\s\?>', re.DOTALL) - replaced_text = CDATA_PATTERN.sub(r'', text) + replaced_text = CDATA_PATTERN.sub(r"", text) return replaced_text diff --git a/dags/common/constants.py b/dags/common/constants.py index 77e7a2b4..4e9ed959 100644 --- a/dags/common/constants.py +++ b/dags/common/constants.py @@ -91,7 +91,7 @@ ("Brazil", "Brazil"), ("Brasil", "Brazil"), ("Benin", "Benin"), - (u"Bénin", "Benin"), + ("Bénin", "Benin"), ("Bulgaria", "Bulgaria"), ("Bosnia and Herzegovina", "Bosnia and Herzegovina"), ("Canada", "Canada"), @@ -141,7 +141,7 @@ ("Luxembourg", "Luxembourg"), ("Macedonia", "Macedonia"), ("Mexico", "Mexico"), - (u"México", "Mexico"), + ("México", "Mexico"), ("Monaco", "Monaco"), ("Montenegro", "Montenegro"), ("Morocco", "Morocco"), @@ -161,7 +161,7 @@ ("Portugalo", "Portugal"), ("Portugal", "Portugal"), ("P.R.China", "China"), - (u"People’s Republic of China", "China"), + ("People’s Republic of China", "China"), ("Republic of Belarus", "Belarus"), ("Republic of Benin", "Benin"), ("Republic of Korea", "South Korea"), @@ -181,7 +181,7 @@ ("Slovenia", "Slovenia"), ("South Africa", "South Africa"), ("Africa", "South Africa"), - (u"España", "Spain"), + ("España", "Spain"), ("Spain", "Spain"), ("Sudan", "Sudan"), ("Sweden", "Sweden"), @@ -233,19 +233,21 @@ ] ) -INSTITUTIONS_AND_COUNTRIES_MAPPING = OrderedDict([ - ("INFN", "Italy"), - ("European Organization for Nuclear Research", "CERN"), - ("Conseil Européen pour la Recherche Nucléaire", "CERN"), - ("CERN", "CERN"), - ("KEK", "Japan"), - ("DESY", "Germany"), - ("FERMILAB", "USA"), - ("FNAL", "USA"), - ("SLACK", "USA"), - ("Stanford Linear Accelerator Center", "USA"), - ("Joint Institute for Nuclear Research", "JINR"), - ("JINR", "JINR"), - ("ROC", "Taiwan"), - ("R.O.C", "Taiwan"), -]) +INSTITUTIONS_AND_COUNTRIES_MAPPING = OrderedDict( + [ + ("INFN", "Italy"), + ("European Organization for Nuclear Research", "CERN"), + ("Conseil Européen pour la Recherche Nucléaire", "CERN"), + ("CERN", "CERN"), + ("KEK", "Japan"), + ("DESY", "Germany"), + ("FERMILAB", "USA"), + ("FNAL", "USA"), + ("SLACK", "USA"), + ("Stanford Linear Accelerator Center", "USA"), + ("Joint Institute for Nuclear Research", "JINR"), + ("JINR", "JINR"), + ("ROC", "Taiwan"), + ("R.O.C", "Taiwan"), + ] +) diff --git a/dags/common/enhancer.py b/dags/common/enhancer.py index b49ebb61..1e9f6b57 100644 --- a/dags/common/enhancer.py +++ b/dags/common/enhancer.py @@ -2,7 +2,7 @@ import re from common.constants import FN_REGEX -from common.utils import parse_country_from_value, get_country_ISO_name +from common.utils import get_country_ISO_name, parse_country_from_value class Enhancer: @@ -47,7 +47,7 @@ def __construct_titles(self, item, publisher): def __construct_authors(self, item): # add_nations(item) pattern_for_cern_cooperation_agreement = re.compile( - r'cooperation agreement with cern', re.IGNORECASE + r"cooperation agreement with cern", re.IGNORECASE ) for author in item.get("authors", []): for affiliation in author.get("affiliations", []): @@ -65,11 +65,12 @@ def __construct_authors(self, item): affiliation["country"] = _parsed_country if affiliation.get("country"): - affiliation["country"] = get_country_ISO_name(affiliation["country"]) + affiliation["country"] = get_country_ISO_name( + affiliation["country"] + ) return item - def __call__(self, publisher, item): creation_date = datetime.datetime.now().isoformat() item_copy = item.copy() diff --git a/dags/common/parsing/xml_extractors.py b/dags/common/parsing/xml_extractors.py index 4f878f0c..8195424d 100644 --- a/dags/common/parsing/xml_extractors.py +++ b/dags/common/parsing/xml_extractors.py @@ -17,7 +17,7 @@ def __init__( extra_function=lambda s: s, prefixes=None, all_content_between_tags=False, - remove_tags=False + remove_tags=False, ): super().__init__(destination) @@ -92,7 +92,7 @@ def __init__( default_value=None, required=False, extra_function=lambda x: x, - ) : + ): super().__init__(destination) self.destination = destination self.source = source @@ -132,7 +132,7 @@ def extract(self, article): class CustomExtractor(IExtractor): def __init__( self, destination, extraction_function, required=False, default_value=None - ) : + ): super().__init__(destination) self.destination = destination self.extraction_function = extraction_function @@ -154,7 +154,7 @@ def __init__( destination, value, required=False, - ) : + ): super().__init__(destination) self.destination = destination self.required = required diff --git a/dags/common/scoap3_s3.py b/dags/common/scoap3_s3.py index f5c933ea..49f9c4b6 100644 --- a/dags/common/scoap3_s3.py +++ b/dags/common/scoap3_s3.py @@ -8,11 +8,8 @@ logger = get_logger() -FILE_EXTENSIONS = { - "pdf": ".pdf", - "xml": ".xml", - "pdfa": ".pdf" -} +FILE_EXTENSIONS = {"pdf": ".pdf", "xml": ".xml", "pdfa": ".pdf"} + def update_filename_extension(filename, type): extension = FILE_EXTENSIONS.get(type, "") @@ -20,9 +17,10 @@ def update_filename_extension(filename, type): return filename elif extension: if type == "pdfa": - extension = f".a-2b.pdf" + extension = ".a-2b.pdf" return f"{filename}{extension}" + class Scoap3Repository(IRepository): def __init__(self): super().__init__() @@ -55,7 +53,7 @@ def copy_file(self, source_bucket, source_key, prefix=None, type=None): "source_key": source_key, }, "MetadataDirective": "REPLACE", - "ACL": "public-read" + "ACL": "public-read", }, ) logger.info( @@ -67,7 +65,9 @@ def copy_files(self, bucket, files, prefix=None): copied_files = {} for type, path in files.items(): try: - copied_files[type] = self.copy_file(bucket, path, prefix=prefix, type=type) + copied_files[type] = self.copy_file( + bucket, path, prefix=prefix, type=type + ) except Exception as e: logger.error("Failed to copy file.", error=str(e), type=type, path=path) return copied_files diff --git a/dags/common/utils.py b/dags/common/utils.py index 76f36c2c..71847c1f 100644 --- a/dags/common/utils.py +++ b/dags/common/utils.py @@ -1,4 +1,3 @@ -from datetime import date, datetime import io import json import os @@ -6,10 +5,10 @@ import tarfile import xml.etree.ElementTree as ET import zipfile +from datetime import date, datetime from ftplib import error_perm from io import StringIO from stat import S_ISDIR, S_ISREG -from inspire_utils.record import get_value import backoff import country_converter as coco @@ -20,7 +19,6 @@ BY_PATTERN, CDATA_PATTERN, COUNTRIES_DEFAULT_MAPPING, - COUNTRY_PARSING_PATTERN, CREATIVE_COMMONS_PATTERN, INSTITUTIONS_AND_COUNTRIES_MAPPING, LICENSE_PATTERN, @@ -30,11 +28,13 @@ UnknownFileExtension, UnknownLicense, ) +from inspire_utils.record import get_value from structlog import get_logger logger = get_logger() cc = coco.CountryConverter() + def set_harvesting_interval(repo, **kwargs): if ( "params" in kwargs @@ -268,7 +268,7 @@ def iterate_element(item): iterate_element(item) title_part = [i for i in title_parts if i] - full_text = ' '.join(title_part).strip() + full_text = " ".join(title_part).strip() return full_text @@ -311,10 +311,12 @@ def parse_country_from_value(affiliation_value): country_code = cc.convert(country, to="iso2") mapped_countries = [] if country_code != "not found": - mapped_countries = [{ - "code": country_code, - "name": cc.convert(country, to="name_short"), - }] + mapped_countries = [ + { + "code": country_code, + "name": cc.convert(country, to="name_short"), + } + ] if len(mapped_countries) > 1 or len(mapped_countries) == 0: raise FoundMoreThanOneMatchOrNone(affiliation_value) diff --git a/dags/elsevier/elsevier_pull_sftp.py b/dags/elsevier/elsevier_pull_sftp.py index e9b539c1..3a1e4504 100644 --- a/dags/elsevier/elsevier_pull_sftp.py +++ b/dags/elsevier/elsevier_pull_sftp.py @@ -23,9 +23,7 @@ def elsevier_pull_sftp(): @task(executor_config=kubernetes_executor_config) def migrate_from_ftp( - sftp = ElsevierSFTPService(), - repo = ElsevierRepository(), - **kwargs + sftp=ElsevierSFTPService(), repo=ElsevierRepository(), **kwargs ): params = kwargs["params"] specific_files = ( @@ -44,7 +42,7 @@ def migrate_from_ftp( @task(executor_config=kubernetes_executor_config) def trigger_file_processing( - repo = ElsevierRepository(), + repo=ElsevierRepository(), filenames=None, ): return trigger_file_processing_elsevier( diff --git a/dags/executor_config.py b/dags/executor_config.py index db0feb33..971ddecf 100644 --- a/dags/executor_config.py +++ b/dags/executor_config.py @@ -9,9 +9,9 @@ resources=k8s.V1ResourceRequirements( requests={"memory": "1500Mi"}, limits={"memory": "2Gi"}, - ) + ), ) ], ) ), -} \ No newline at end of file +} diff --git a/dags/hindawi/hindawi_api_client.py b/dags/hindawi/hindawi_api_client.py index 0546e11c..a1883da0 100644 --- a/dags/hindawi/hindawi_api_client.py +++ b/dags/hindawi/hindawi_api_client.py @@ -29,7 +29,7 @@ def get_articles_metadata(self, parameters, doi=None): base_url=self.base_url, headers={ "Accept": "application/xml", - "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0" + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0", }, path_segments=path_segments, parameters=parameters, diff --git a/dags/hindawi/hindawi_params.py b/dags/hindawi/hindawi_params.py index 4d7df7c8..39b0b569 100644 --- a/dags/hindawi/hindawi_params.py +++ b/dags/hindawi/hindawi_params.py @@ -4,12 +4,12 @@ class HindawiParams: def __init__( self, - from_date= (date.today() - timedelta(days=1)).strftime("%Y-%m-%d"), - until_date= date.today().strftime("%Y-%m-%d"), - verb= "listrecords", - set= "HINDAWI.AHEP", - metadataprefix= "marc21", - record= "", + from_date=(date.today() - timedelta(days=1)).strftime("%Y-%m-%d"), + until_date=date.today().strftime("%Y-%m-%d"), + verb="listrecords", + set="HINDAWI.AHEP", + metadataprefix="marc21", + record="", ): self.from_date = from_date self.until_date = until_date diff --git a/dags/hindawi/parser.py b/dags/hindawi/parser.py index a3b706f7..a72b9123 100644 --- a/dags/hindawi/parser.py +++ b/dags/hindawi/parser.py @@ -216,9 +216,7 @@ def _get_publication_info(self, article): "journal_volume": journal.find( "./ns0:subfield/[@code='v']", self.prefixes ).text, - "year": journal.find( - "./ns0:subfield/[@code='y']", self.prefixes - ).text, + "year": journal.find("./ns0:subfield/[@code='y']", self.prefixes).text, } for journal in journals ] diff --git a/dags/iop/iop_process_file.py b/dags/iop/iop_process_file.py index 47a80e3f..62f0084a 100644 --- a/dags/iop/iop_process_file.py +++ b/dags/iop/iop_process_file.py @@ -3,16 +3,16 @@ import pendulum from airflow.decorators import dag, task +from common.cleanup import ( + convert_html_italics_to_latex, + convert_html_subscripts_to_latex, + replace_cdata_format, +) from common.enhancer import Enhancer from common.enricher import Enricher from common.exceptions import EmptyOutputFromPreviousTask from common.scoap3_s3 import Scoap3Repository from common.utils import create_or_update_article, upload_json_to_s3 -from common.cleanup import ( - replace_cdata_format, - convert_html_subscripts_to_latex, - convert_html_italics_to_latex, -) from inspire_utils.record import get_value from iop.parser import IOPParser from iop.repository import IOPRepository @@ -20,12 +20,14 @@ logger = get_logger() + def process_xml(input): input = convert_html_subscripts_to_latex(input) input = convert_html_italics_to_latex(input) input = replace_cdata_format(input) return input + def iop_parse_file(**kwargs): if "params" not in kwargs or "file" not in kwargs["params"]: raise Exception("There was no 'file' parameter. Exiting run.") @@ -33,7 +35,7 @@ def iop_parse_file(**kwargs): file_name = kwargs["params"]["file_name"] xml_bytes = base64.b64decode(encoded_xml) if isinstance(xml_bytes, bytes): - xml_bytes = xml_bytes.decode('utf-8') + xml_bytes = xml_bytes.decode("utf-8") xml_bytes = process_xml(xml_bytes) xml = ET.fromstring(xml_bytes) diff --git a/dags/iop/parser.py b/dags/iop/parser.py index 6161ac2c..57ba642b 100644 --- a/dags/iop/parser.py +++ b/dags/iop/parser.py @@ -17,8 +17,8 @@ extract_text, get_license_type, get_license_type_and_version_from_url, + parse_country_from_value, parse_to_int, - parse_country_from_value ) from idutils import is_arxiv from inspire_utils.date import PartialDate @@ -114,7 +114,7 @@ def __init__(self, file_path=None): required=True, all_content_between_tags=True, source="front/article-meta/title-group/article-title", - remove_tags=True + remove_tags=True, ), TextExtractor( destination="subtitle", @@ -131,7 +131,7 @@ def __init__(self, file_path=None): source="front/article-meta/abstract/p", all_content_between_tags=True, extra_function=lambda x: x, - remove_tags=True + remove_tags=True, ), CustomExtractor( destination="files", diff --git a/dags/oup/oup_pull_ftp.py b/dags/oup/oup_pull_ftp.py index a8fc9444..8b868f2c 100644 --- a/dags/oup/oup_pull_ftp.py +++ b/dags/oup/oup_pull_ftp.py @@ -19,9 +19,7 @@ def oup_pull_ftp(): logger = get_logger().bind(class_name="oup_pull_ftp") @task() - def migrate_from_ftp( - ftp = OUPFTPService(), repo = OUPRepository(), **kwargs - ): + def migrate_from_ftp(ftp=OUPFTPService(), repo=OUPRepository(), **kwargs): params = kwargs["params"] specific_files = ( "filenames_pull" in params @@ -37,7 +35,7 @@ def migrate_from_ftp( @task() def trigger_file_processing( - repo = OUPRepository(), + repo=OUPRepository(), filenames=None, ): return pull_ftp.trigger_file_processing( diff --git a/dags/oup/parser.py b/dags/oup/parser.py index b961dcfb..f0c3f27c 100644 --- a/dags/oup/parser.py +++ b/dags/oup/parser.py @@ -163,7 +163,9 @@ def _get_authors(self, article): ) authors = [] for contribution in contributions: - orcid = get_text_value(contribution.find("contrib-id[@contrib-id-type='orcid']")) + orcid = get_text_value( + contribution.find("contrib-id[@contrib-id-type='orcid']") + ) surname = get_text_value(contribution.find("name/surname")) given_names = get_text_value(contribution.find("name/given-names")) email = get_text_value(contribution.find("email")) diff --git a/dags/springer/parser.py b/dags/springer/parser.py index 9fd62a64..64180b46 100644 --- a/dags/springer/parser.py +++ b/dags/springer/parser.py @@ -9,7 +9,7 @@ CustomExtractor, TextExtractor, ) -from common.utils import construct_license, clean_text +from common.utils import clean_text, construct_license from structlog import get_logger @@ -211,7 +211,11 @@ def _get_affiliations(self, author_group, contrib): affiliations.append(cleaned_aff) mapped_affiliations = [ - {"value": clean_text(aff), "organization": clean_text(org), **({"country": country} if country else {})} + { + "value": clean_text(aff), + "organization": clean_text(org), + **({"country": country} if country else {}), + } for aff, org, country, in affiliations ] diff --git a/documentation/Hindawi/hindawi_fields_mapping.md b/documentation/Hindawi/hindawi_fields_mapping.md index 1824eaaf..a8746b09 100644 --- a/documentation/Hindawi/hindawi_fields_mapping.md +++ b/documentation/Hindawi/hindawi_fields_mapping.md @@ -5,16 +5,16 @@ | dois | generic_parsing : [33] | value | | | arxiv_eprints | enricher : [67] | value | | | | | categories | | -| page_nr | parsing : [6] | | | +| page_nr | parsing : [6] | | | | authors | parsing : [6]
generic_parsing : [22] | surname | | | | | given_names | | | | | full_name | | | | | affiliations | country | | | | | institution | -| collections | parsing [12] | | | +| collections | parsing [12] | | | | license | parsing [11] | url | | | | | license | | -| publication_info | generic_parsing : [40]] | journal_title | | +| publication_info | generic_parsing : [40]] | journal_title | | | | | journal_volume | | | | | year | | | abstracts | enhancer : [46] | value | | @@ -30,8 +30,8 @@ | | | source | | | $schema | enricher : [66] | | | - # [Enricher](#enricher) + | | | | | ------------------------------ | ------------- | ----------------------------------------------------- | | Reference | Field | Enricher | @@ -65,24 +65,24 @@ ### [\_\_construct_abstracts](#__construct_abstracts) -| Reference | Subfield | Value | -| ------------------------------ | -------- | ------------------------------------------------------------------------------ | +| Reference | Subfield | Value | +| ------------------------------ | -------- | ---------------------------------------------------------------------------------------------- | | [53] | value | Take value from generic parsing abstract [23] | -| [54] | source | Constant: Hindawi | +| [54] | source | Constant: Hindawi | ### [\_\_construct_acquisition_source](#__construct_acquisition_source) | Reference | Subfield | Value | | ------------------------------ | -------- | ------------------------------------------------ | -| [55] | source | Constant: Hindawi | -| [56] | method | Constant: Hindawi | +| [55] | source | Constant: Hindawi | +| [56] | method | Constant: Hindawi | | [57] | date | datetime.datetime.now().isoformat() | ### [\_\_construct_copyright](#__construct_copyright) -| Reference | Subfield | Value | -| ------------------------------ | --------- | ----------------------------------------------------------------------------------------- | -| [58] | year | Take value from parsing copyright_year [10] | +| Reference | Subfield | Value | +| ------------------------------ | --------- | --------------------------------------------------------------------------------------- | +| [58] | year | Take value from parsing copyright_year [10] | | [59] | statement | Take value from parsing copyright_statement [9] | ### [\_\_construct_imprints](#__construct_imprints) @@ -107,99 +107,90 @@ ### [\_\_remove_country](#__remove_country) -| | | | | -| ------------------------------ | ---------------------------------------------------------------------------------------- | ----- | -------------------------------------------- | -| Reference | Field | Value | Processing | -| [65] | from parsed affiliation country [55] | | removes county if the value has: | - +| | | | | +| ------------------------------ | ----------------------------------------------------------------------------- | ----- | -------------------------------- | +| Reference | Field | Value | Processing | +| [65] | from parsed affiliation country [55] | | removes county if the value has: | # [Generic parsing](#generic_parsing) -| Reference | Field | Subfield | Processing | Default value | -|-----------|------------------------|----------------------|--------------------------------------------------------------------------------------------------------------------------------------|---------------| +| Reference | Field | Subfield | Processing | Default value | +| ------------------------------ | ---------------------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | | [22] | authors | surname, given_names | takes authors [2] and splits raw_name: if there is a comma, it means that the surname and given_name are in the second part | | -| [23] | abstract | | takes abstract [3] and cleans white space characters | | -| [24] | collaborations | | NO SUCH A FIELD IN HINDAWI | | -| [25] | title | | takes title [4] and cleans white space characters | | -| [26] | subtitle | | NO SUCH A FIELD IN HINDAWI | | -| [27] | journal_year | | | | -| [28] | preprint_date | | NO SUCH A FIELD IN HINDAWI | | -| [29] | date_published | | takes date_published [5] and forms it f"{tmp_date.year:04d}-{tmp_date.month:02d}-{tmp_date.day:02d}" | | -| [30] | related_article_doi | | NO SUCH A FIELD IN HINDAWI | | -| [31] | free_keywords | | NO SUCH A FIELD IN HINDAWI | | -| [32] | classification_numbers | | NO SUCH A FIELD IN HINDAWI | | -| [33] | dois | | takes dois | | -| [34] | thesis_supervisor | | NO SUCH A FIELD IN HINDAWI | | -| [35] | thesis | | NO SUCH A FIELD IN HINDAWI | | -| [36] | urls | | NO SUCH A FIELD IN HINDAWI | | -| [37] | local_files | | NO SUCH A FIELD IN HINDAWI | | -| [38] | record_creation_date | | NO SUCH A FIELD IN HINDAWI | | -| [39] | control_field | | NO SUCH A FIELD IN HINDAWI | | -| [40] | publication_info | | | | -| [41] | | journal_title | takes journal title [16] | | -| [42] | | journal_volume | takes journal volume [17] | | -| [43] | | journal_year | takes journal year [18] | | -| [44] | | journal_issue | NO SUCH A FIELD IN HINDAWI | | -| [45] | | journal_doctype | NO SUCH A FIELD IN HINDAWI | | - +| [23] | abstract | | takes abstract [3] and cleans white space characters | | +| [24] | collaborations | | NO SUCH A FIELD IN HINDAWI | | +| [25] | title | | takes title [4] and cleans white space characters | | +| [26] | subtitle | | NO SUCH A FIELD IN HINDAWI | | +| [27] | journal_year | | | | +| [28] | preprint_date | | NO SUCH A FIELD IN HINDAWI | | +| [29] | date_published | | takes date_published [5] and forms it f"{tmp_date.year:04d}-{tmp_date.month:02d}-{tmp_date.day:02d}" | | +| [30] | related_article_doi | | NO SUCH A FIELD IN HINDAWI | | +| [31] | free_keywords | | NO SUCH A FIELD IN HINDAWI | | +| [32] | classification_numbers | | NO SUCH A FIELD IN HINDAWI | | +| [33] | dois | | takes dois | | +| [34] | thesis_supervisor | | NO SUCH A FIELD IN HINDAWI | | +| [35] | thesis | | NO SUCH A FIELD IN HINDAWI | | +| [36] | urls | | NO SUCH A FIELD IN HINDAWI | | +| [37] | local_files | | NO SUCH A FIELD IN HINDAWI | | +| [38] | record_creation_date | | NO SUCH A FIELD IN HINDAWI | | +| [39] | control_field | | NO SUCH A FIELD IN HINDAWI | | +| [40] | publication_info | | | | +| [41] | | journal_title | takes journal title [16] | | +| [42] | | journal_volume | takes journal volume [17] | | +| [43] | | journal_year | takes journal year [18] | | +| [44] | | journal_issue | NO SUCH A FIELD IN HINDAWI | | +| [45] | | journal_doctype | NO SUCH A FIELD IN HINDAWI | | # [Parsing](#parsing) - -| Reference | Field | Source | Parsing | -|-----------|---------------------|-----------------------------------------------------------------------------|------------------------------------------------------------------| -| [1] | dois | ns0:metadata/ns1:record/ns0:datafield/[@tag='024']/ns0:subfield/[@code='a'] | lambda x: [x] | -| [2] | authors | | authors_parsing | -| [3] | abstract | ns0:metadata/ns1:record/ns0:datafield/[@tag='520']/ns0:subfield/[@code='a'] | lambda x: " ".join(x.split()) | -| [4] | title | ns0:metadata/ns1:record/ns0:datafield/[@tag='245']/ns0:subfield/[@code='a'] | lambda x: x | -| [5] | date_published | ns0:metadata/ns1:record/ns0:datafield/[@tag='260']/ns0:subfield/[@code='c'] | lambda x: x | -| [6] | page_nr | ns0:metadata/ns1:record/ns0:datafield/[@tag='300']/ns0:subfield/[@code='a'] | lambda x: [int(x)] | -| [7] | publication_info | | _get_publication_info | -| [8] | arxiv_eprints | | _get_arxiv | -| [9] | copyright_statement | ns0:metadata/ns1:record/ns0:datafield/[@tag='542']/ns0:subfield/[@code='f'] | | -| [10] | copyright_year | ns0:metadata/ns1:record/ns0:datafield/[@tag='542']/ns0:subfield/ | re.search(r"[0-9]{4}", value).group(0) | -| [11] | license | | _get_license | -| [12] | collections | | constant: "Advances in High Energy Physics" | - +| Reference | Field | Source | Parsing | +| ------------------------------ | ------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------------- | +| [1] | dois | ns0:metadata/ns1:record/ns0:datafield/[@tag='024']/ns0:subfield/[@code='a'] | lambda x: [x] | +| [2] | authors | | authors_parsing | +| [3] | abstract | ns0:metadata/ns1:record/ns0:datafield/[@tag='520']/ns0:subfield/[@code='a'] | lambda x: " ".join(x.split()) | +| [4] | title | ns0:metadata/ns1:record/ns0:datafield/[@tag='245']/ns0:subfield/[@code='a'] | lambda x: x | +| [5] | date_published | ns0:metadata/ns1:record/ns0:datafield/[@tag='260']/ns0:subfield/[@code='c'] | lambda x: x | +| [6] | page_nr | ns0:metadata/ns1:record/ns0:datafield/[@tag='300']/ns0:subfield/[@code='a'] | lambda x: [int(x)] | +| [7] | publication_info | | \_get_publication_info | +| [8] | arxiv_eprints | | \_get_arxiv | +| [9] | copyright_statement | ns0:metadata/ns1:record/ns0:datafield/[@tag='542']/ns0:subfield/[@code='f'] | | +| [10] | copyright_year | ns0:metadata/ns1:record/ns0:datafield/[@tag='542']/ns0:subfield/ | re.search(r"[0-9]{4}", value).group(0) | +| [11] | license | | \_get_license | +| [12] | collections | | constant: "Advances in High Energy Physics" | ### [authors_parsing](#authors_parsing) -| Reference | Field | Source | Parsing | -|-----------|--------------|-------------------------------------------------|-----------------------------------------------------| +| Reference | Field | Source | Parsing | +| ------------------------------ | ------------ | ----------------------------------------------- | --------------------------------------------------- | | [13] | raw_name | ns0:subfield[@code='a'] | lambda x: [x] | -| [14] | affiliations | | _get_affiliations | +| [14] | affiliations | | \_get_affiliations | | [15] | orcid | ns0:subfield[@code='a']/ns0:subfield[@code='j'] | lambda x: " ".join(x.split()) | +### [\_get_publication_info](#_get_publication_info) - -### [_get_publication_info](#_get_publication_info) - -| Reference | Field | Source | Parsing | -|-----------|----------------|-----------------------------------------------------------------------------|---------| +| Reference | Field | Source | Parsing | +| ------------------------------ | -------------- | --------------------------------------------------------------------------- | ------- | | [16] | journal_title | ns0:metadata/ns1:record/ns0:datafield/[@tag='773']/ns0:subfield/[@code='p'] | | | [17] | journal_volume | ns0:metadata/ns1:record/ns0:datafield/[@tag='773']/ns0:subfield/[@code='v'] | | | [18] | journal_year | ns0:metadata/ns1:record/ns0:datafield/[@tag='773']/ns0:subfield/[@code='y'] | | +### [\_get_arxiv](#_get_arxiv) +| Reference | Field | Source | Parsing | +| ------------------------------ | ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ | +| [19] | value | "ns0:metadata/ns1:record/ns0:datafield/[@tag='037']/ns0:subfield/[@code='a']"
if the field above == 'arxiv'
field above:
ns0:metadata/ns1:record/ns0:datafield/[@tag='037']/ns0:subfield/[@code='9'] | Removing "arxiv" from value, leaving just digits | -### [_get_arxiv](#_get_arxiv) - -| Reference | Field | Source | Parsing | -|-----------|-------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------| -| [19] | value | "ns0:metadata/ns1:record/ns0:datafield/[@tag='037']/ns0:subfield/[@code='a']"
if the field above == 'arxiv'
field above:
ns0:metadata/ns1:record/ns0:datafield/[@tag='037']/ns0:subfield/[@code='9'] | Removing "arxiv" from value, leaving just digits | - - +### [\_get_license](#_get_arxiv) -### [_get_license](#_get_arxiv) -| Reference | Field | Source | Parsing | -|-----------|---------|---------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Reference | Field | Source | Parsing | +| ------------------------------ | ------- | ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [20] | url | License urls: "ns0:metadata/ns1:record/ns0:datafield/[@tag='540']/ns0:subfield/[@code='u']" | | | [21] | license | license text = ns0:metadata/ns1:record/ns0:datafield/[@tag='540']/ns0:subfield/[@code='a'] | url_parts = license_url.text.split("/")
clean_url_parts = list(filter(bool, url_parts))
version = clean_url_parts.pop()
license_type = clean_url_parts.pop()
f"CC-{license_type}-{version}"
| -### [_get_affiliations](#_get_affiliations) +### [\_get_affiliations](#_get_affiliations) -| Reference | Field | Source | Parsing | -|-----------|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------| -| [53] | value | ns0:metadata/ns1:record/ns0:datafield/[@tag='100']/ns0:subfield[@code='u']
ns0:metadata/ns1:record/ns0:datafield/[@tag='700']/ns0:subfield[@code='u'] | | -| [54] | organization | same as value: ns0:metadata/ns1:record/ns0:datafield/[@tag='100']/ns0:subfield[@code='u']
ns0:metadata/ns1:record/ns0:datafield/[@tag='700']/ns0:subfield[@code='u'] | takes the string before the last comma | +| Reference | Field | Source | Parsing | +| ------------------------------ | ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | +| [53] | value | ns0:metadata/ns1:record/ns0:datafield/[@tag='100']/ns0:subfield[@code='u']
ns0:metadata/ns1:record/ns0:datafield/[@tag='700']/ns0:subfield[@code='u'] | | +| [54] | organization | same as value: ns0:metadata/ns1:record/ns0:datafield/[@tag='100']/ns0:subfield[@code='u']
ns0:metadata/ns1:record/ns0:datafield/[@tag='700']/ns0:subfield[@code='u'] | takes the string before the last comma | | [55] | country | same as value: ns0:metadata/ns1:record/ns0:datafield/[@tag='100']/ns0:subfield[@code='u']
ns0:metadata/ns1:record/ns0:datafield/[@tag='700']/ns0:subfield[@code='u'] | takes the last string after comma, which starts with a capital letter | diff --git a/documentation/IOP/iop_fields_mapping.md b/documentation/IOP/iop_fields_mapping.md index f713d35b..c67366c0 100644 --- a/documentation/IOP/iop_fields_mapping.md +++ b/documentation/IOP/iop_fields_mapping.md @@ -80,8 +80,8 @@ | Reference | Subfield | Value | | ------------------------------ | -------- | ------------------------------------------------ | -| [57] | source | Constant: IOP | -| [58] | method | Constant: IOP | +| [57] | source | Constant: IOP | +| [58] | method | Constant: IOP | | [59] | date | datetime.datetime.now().isoformat() | ### [\_\_construct_copyright](#__construct_copyright) diff --git a/requirements-airflow.txt b/requirements-airflow.txt index eceea4bc..88265bbb 100644 --- a/requirements-airflow.txt +++ b/requirements-airflow.txt @@ -1,3 +1,2 @@ -c https://raw.githubusercontent.com/apache/airflow/constraints-2.8.3/constraints-3.10.txt apache-airflow[celery, postgres, redis, cncf.kubernetes, sentry]==2.8.3 - diff --git a/scripts/gitlint_rules/rules.py b/scripts/gitlint_rules/rules.py index 89a7e9fc..5e6790c5 100644 --- a/scripts/gitlint_rules/rules.py +++ b/scripts/gitlint_rules/rules.py @@ -1,6 +1,6 @@ -import re +# import re -from gitlint.rules import CommitRule, RuleViolation +# from gitlint.rules import CommitRule, RuleViolation # EXAMPLE GITLINT CONFIGURATION diff --git a/tests/integration/iop/test_iop_dag_pull_sftp.py b/tests/integration/iop/test_iop_dag_pull_sftp.py index 30236786..71dfde84 100644 --- a/tests/integration/iop/test_iop_dag_pull_sftp.py +++ b/tests/integration/iop/test_iop_dag_pull_sftp.py @@ -1,10 +1,11 @@ +import time + import pytest from airflow.models import DagBag from common.pull_ftp import migrate_from_ftp, trigger_file_processing from iop.repository import IOPRepository from iop.sftp_service import IOPSFTPService from structlog import get_logger -import time DAG_NAME = "iop_pull_sftp" @@ -94,7 +95,7 @@ def test_dag_run(dag, dag_was_paused: bool, iop_empty_repo): def test_dag_migrate_from_FTP(iop_empty_repo): iop_empty_repo.delete_all() assert len(iop_empty_repo.find_all()) == 0 - + with IOPSFTPService() as sftp: migrate_from_ftp( sftp, @@ -165,12 +166,20 @@ def test_dag_migrate_from_FTP(iop_empty_repo): assert len(iop_empty_repo.find_all()) == len(expected_files) - iop_pdf_files = sorted(item["pdf"] for item in iop_empty_repo.find_all() if "pdf" in item) - expected_pdf_files = sorted(item["pdf"] for item in expected_files if "pdf" in item) + iop_pdf_files = sorted( + item["pdf"] for item in iop_empty_repo.find_all() if "pdf" in item + ) + expected_pdf_files = sorted( + item["pdf"] for item in expected_files if "pdf" in item + ) assert iop_pdf_files == expected_pdf_files - iop_xml_files = sorted(item["xml"] for item in iop_empty_repo.find_all() if "xml" in item) - expected_xml_files = sorted(item["xml"] for item in expected_files if "xml" in item) + iop_xml_files = sorted( + item["xml"] for item in iop_empty_repo.find_all() if "xml" in item + ) + expected_xml_files = sorted( + item["xml"] for item in expected_files if "xml" in item + ) assert iop_xml_files == expected_xml_files diff --git a/tests/integration/iop/test_repo.py b/tests/integration/iop/test_repo.py index ae757e72..e9245bc6 100644 --- a/tests/integration/iop/test_repo.py +++ b/tests/integration/iop/test_repo.py @@ -1,9 +1,10 @@ +import time + from common.pull_ftp import migrate_from_ftp from iop.repository import IOPRepository from iop.sftp_service import IOPSFTPService from pytest import fixture from structlog import get_logger -import time @fixture @@ -16,7 +17,7 @@ def iop_empty_repo(): def test_pull_from_sftp(iop_empty_repo): iop_empty_repo.delete_all() assert len(iop_empty_repo.find_all()) == 0 - + with IOPSFTPService() as sftp: migrate_from_ftp( sftp, @@ -49,7 +50,8 @@ def test_pull_from_sftp(iop_empty_repo): { "pdf": "extracted/2022-07-30T03_02_01_content/1674-1137/1674-1137_46/1674-1137_46_8/1674-1137_46_8_085106/cpc_46_8_085106.pdf", "xml": "extracted/2022-07-30T03_02_01_content/1674-1137/1674-1137_46/1674-1137_46_8/1674-1137_46_8_085106/cpc_46_8_085106.xml", - }, { + }, + { "pdf": "extracted/2022-09-01T03_01_40_content/1674-1137/1674-1137_46/1674-1137_46_9/1674-1137_46_9_093111/cpc_46_9_093111.pdf", "xml": "extracted/2022-09-01T03_01_40_content/1674-1137/1674-1137_46/1674-1137_46_9/1674-1137_46_9_093111/cpc_46_9_093111.xml", }, @@ -82,17 +84,24 @@ def test_pull_from_sftp(iop_empty_repo): "xml": "extracted/2022-09-24T03_01_43_content/1674-1137/1674-1137_46/1674-1137_46_10/1674-1137_46_10_103108/cpc_46_10_103108.xml", }, {"xml": "extracted/aca95c/aca95c.xml"}, - ] - + assert len(iop_empty_repo.find_all()) == len(expected_files) - iop_pdf_files = sorted(item["pdf"] for item in iop_empty_repo.find_all() if "pdf" in item) - expected_pdf_files = sorted(item["pdf"] for item in expected_files if "pdf" in item) + iop_pdf_files = sorted( + item["pdf"] for item in iop_empty_repo.find_all() if "pdf" in item + ) + expected_pdf_files = sorted( + item["pdf"] for item in expected_files if "pdf" in item + ) assert iop_pdf_files == expected_pdf_files - iop_xml_files = sorted(item["xml"] for item in iop_empty_repo.find_all() if "xml" in item) - expected_xml_files = sorted(item["xml"] for item in expected_files if "xml" in item) + iop_xml_files = sorted( + item["xml"] for item in iop_empty_repo.find_all() if "xml" in item + ) + expected_xml_files = sorted( + item["xml"] for item in expected_files if "xml" in item + ) assert iop_xml_files == expected_xml_files assert sorted(iop_empty_repo.get_all_raw_filenames()) == sorted( @@ -103,4 +112,4 @@ def test_pull_from_sftp(iop_empty_repo): "2022-09-24T03_01_43_content.zip", "aca95c.zip", ] - ) \ No newline at end of file + ) diff --git a/tests/integration/oup/test_oup_dag_process_file.py b/tests/integration/oup/test_oup_dag_process_file.py index 60c3937c..0e641e93 100644 --- a/tests/integration/oup/test_oup_dag_process_file.py +++ b/tests/integration/oup/test_oup_dag_process_file.py @@ -79,6 +79,7 @@ def test_affiliation_countries_in_enriched(parser, articles): for aff in author.get("affiliations"): assert aff.get("country") is not None + def test_dag_loaded(dag): assert dag assert len(dag.tasks) == 6 diff --git a/tests/units/aps/test_aps_parser.py b/tests/units/aps/test_aps_parser.py index 987ba470..745abdbc 100644 --- a/tests/units/aps/test_aps_parser.py +++ b/tests/units/aps/test_aps_parser.py @@ -61,9 +61,9 @@ def parsed_articles(parser, articles): "surname": "Wu", "affiliations": [ { - "value": "Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA", + "value": 'Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA', "organization": "Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA", - "ror": "https://ror.org/02vm5rt34" + "ror": "https://ror.org/02vm5rt34", } ], }, @@ -73,9 +73,9 @@ def parsed_articles(parser, articles): "surname": "Turner", "affiliations": [ { - "value": "Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA", + "value": 'Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA', "organization": "Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA", - "ror": "https://ror.org/02vm5rt34" + "ror": "https://ror.org/02vm5rt34", } ], }, @@ -85,9 +85,9 @@ def parsed_articles(parser, articles): "surname": "Wang", "affiliations": [ { - "value": "Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA", + "value": 'Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA', "organization": "Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA", - "ror": "https://ror.org/02vm5rt34" + "ror": "https://ror.org/02vm5rt34", } ], }, @@ -97,9 +97,9 @@ def parsed_articles(parser, articles): "surname": "Borel", "affiliations": [ { - "value": "Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA", + "value": 'Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA', "organization": "Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA", - "ror": "https://ror.org/02vm5rt34" + "ror": "https://ror.org/02vm5rt34", } ], }, @@ -111,9 +111,9 @@ def parsed_articles(parser, articles): "surname": "Boudjada", "affiliations": [ { - "value": "Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA", + "value": 'Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA', "organization": "Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA", - "ror": "https://ror.org/02vm5rt34" + "ror": "https://ror.org/02vm5rt34", } ], }, @@ -123,9 +123,9 @@ def parsed_articles(parser, articles): "surname": "Buessen", "affiliations": [ { - "value": "Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA", + "value": 'Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA', "organization": "Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA", - "ror": "https://ror.org/02vm5rt34" + "ror": "https://ror.org/02vm5rt34", } ], }, @@ -135,9 +135,9 @@ def parsed_articles(parser, articles): "surname": "Paramekanti", "affiliations": [ { - "value": "Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA", + "value": 'Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA', "organization": "Department of Physics and Astronomy, Vanderbilt University, Nashville, Tennessee 37240, USA", - "ror": "https://ror.org/02vm5rt34" + "ror": "https://ror.org/02vm5rt34", } ], }, diff --git a/tests/units/aps/test_trigger_files_processing.py b/tests/units/aps/test_trigger_files_processing.py index 07192369..e71d7593 100644 --- a/tests/units/aps/test_trigger_files_processing.py +++ b/tests/units/aps/test_trigger_files_processing.py @@ -7,6 +7,7 @@ from airflow.models.dagrun import DagRun from aps.utils import trigger_file_processing_DAG + class S3BucketResultObj: def __init__(self, key): self.key = key diff --git a/tests/units/aps/test_utils.py b/tests/units/aps/test_utils.py index 5b93f4eb..9745f3ff 100644 --- a/tests/units/aps/test_utils.py +++ b/tests/units/aps/test_utils.py @@ -61,6 +61,6 @@ def test_save_file_in_s3(): @freeze_time("2023-12-04 10:00") def test_split_json(): ids_and_articles = split_json(repo=MockedRepo(), key="key/key") - expected_id = f"APS__2023-12-04T10:00:00.000000+0000" + expected_id = "APS__2023-12-04T10:00:00.000000+0000" assert ids_and_articles[0]["id"] == expected_id assert len(ids_and_articles) == 1 diff --git a/tests/units/clean/test_clean.py b/tests/units/clean/test_clean.py index 449b29bc..a24e78eb 100644 --- a/tests/units/clean/test_clean.py +++ b/tests/units/clean/test_clean.py @@ -9,7 +9,7 @@ @fixture def dag(): dagbag = DagBag(dag_folder="dags/", include_examples=False) - assert dagbag.import_errors.get(f"dags/cleanup_logs.py") is None + assert dagbag.import_errors.get("dags/cleanup_logs.py") is None clean_dag = dagbag.get_dag(dag_id="cleanup_logs") return clean_dag diff --git a/tests/units/common/data/file_with_mathML.xml b/tests/units/common/data/file_with_mathML.xml index 106dd94f..dddc4760 100644 --- a/tests/units/common/data/file_with_mathML.xml +++ b/tests/units/common/data/file_with_mathML.xml @@ -1,6 +1,6 @@ <math> - + <!-- Creating Matrix --> <mrow> <mi id=['this will be removed as well']>A</mi> @@ -31,7 +31,7 @@ </mfenced> </mrow> - + <!-- Creating equation --> <br><br> <msub> diff --git a/tests/units/common/test_enhancer.py b/tests/units/common/test_enhancer.py index c5206acc..6c54ec39 100644 --- a/tests/units/common/test_enhancer.py +++ b/tests/units/common/test_enhancer.py @@ -834,6 +834,7 @@ def test_all_contructors(test_input, expected, publisher): enhanced = enhancement(item=test_input, publisher=publisher) assert enhanced == expected + @pytest.mark.skip @pytest.mark.parametrize( "test_input, expected, publisher", @@ -846,7 +847,9 @@ def test_all_contructors(test_input, expected, publisher): ], ) @freeze_time("2022-05-20") -def test_all_contructors_failing_with_wrong_affiliation_value(test_input, expected, publisher): +def test_all_contructors_failing_with_wrong_affiliation_value( + test_input, expected, publisher +): enhancement = Enhancer() enhanced = enhancement(item=test_input, publisher=publisher) assert enhanced == expected diff --git a/tests/units/elsevier/data/CERNQ000000010011/S0370269323000643/main.xml b/tests/units/elsevier/data/CERNQ000000010011/S0370269323000643/main.xml index d6a8d731..206c477b 100644 --- a/tests/units/elsevier/data/CERNQ000000010011/S0370269323000643/main.xml +++ b/tests/units/elsevier/data/CERNQ000000010011/S0370269323000643/main.xml @@ -1 +1 @@ -<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd" [<!ENTITY gr001 SYSTEM "gr001" NDATA IMAGE><!ENTITY gr002 SYSTEM "gr002" NDATA IMAGE><!ENTITY gr003 SYSTEM "gr003" NDATA IMAGE><!ENTITY gr004 SYSTEM "gr004" NDATA IMAGE><!ENTITY gr005 SYSTEM "gr005" NDATA IMAGE><!ENTITY gr006 SYSTEM "gr006" NDATA IMAGE>]><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="sco" xml:lang="en"><item-info><jid>PLB</jid><aid>137730</aid><ce:article-number>137730</ce:article-number><ce:pii>S0370-2693(23)00064-3</ce:pii><ce:doi>10.1016/j.physletb.2023.137730</ce:doi><ce:copyright year="2023" type="other">European Center of Nuclear Research, ALICE experiment</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Experiments</ce:text></ce:doctopic></ce:doctopics><ce:preprint><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2204.10210" id="inf0010"/></ce:preprint></item-info><ce:floats><ce:figure id="fg0010"><ce:label>Fig. 1</ce:label><ce:caption id="cp0010"><ce:simple-para id="sp0010">Charged-particle pseudorapidity density in Pb<ce:glyph name="sbnd"/>Pb <ce:cross-ref refid="br0020" id="crf0010">[2]</ce:cross-ref> and p<ce:glyph name="sbnd"/>Pb for the 5% most central collisions, and for pp collisions with INEL>0 trigger class. For symmetric collision systems (Pb<ce:glyph name="sbnd"/>Pb and pp) the data has been symmetrised around <ce:italic>η</ce:italic> = 0 and points for <ce:italic>η</ce:italic> > 3.5 have been reflected around <ce:italic>η</ce:italic> = 0. The boxes around the points and to the right reflect the uncorrelated and correlated, with respect to pseudorapidity, systematic uncertainty, respectively. The relative correlated, normalisation, uncertainties are evaluated at d<ce:italic>N</ce:italic><ce:inf>ch</ce:inf>/d<ce:italic>η</ce:italic>|<ce:inf><ce:italic>η</ce:italic>=0</ce:inf>. The lines show fits of Eq. <ce:cross-ref refid="fm0030" id="crf0020">(1)</ce:cross-ref> (Pb<ce:glyph name="sbnd"/>Pb and pp) and Eq. <ce:cross-ref refid="fm0040" id="crf0030">(2)</ce:cross-ref> (p<ce:glyph name="sbnd"/>Pb) to the data (discussed in Section <ce:cross-ref refid="se0040" id="crf0040">4</ce:cross-ref>). Please note that the ordinate has been cut twice to accommodate for the very different ranges of the charged-particle pseudorapidity densities.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0010">Fig. 1</ce:alt-text><ce:link locator="gr001" xlink:type="simple" xlink:href="pii:S0370269323000643/gr001" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0010"/></ce:figure><ce:figure id="fg0020"><ce:label>Fig. 2</ce:label><ce:caption id="cp0020"><ce:simple-para id="sp0020">Charged-particle pseudorapidity density in p<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> in seven centrality classes based on the V0A and V0C estimators. The lines are obtained using a fit of a scaled, normal distribution in rapidity Eq. <ce:cross-ref refid="fm0040" id="crf0050">(2)</ce:cross-ref> to the data (discussed in Section <ce:cross-ref refid="se0040" id="crf0060">4</ce:cross-ref>).</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0020">Fig. 2</ce:alt-text><ce:link locator="gr002" xlink:type="simple" xlink:href="pii:S0370269323000643/gr002" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0020"/></ce:figure><ce:figure id="fg0030"><ce:label>Fig. 3</ce:label><ce:caption id="cp0030"><ce:simple-para id="sp0030">Ratio <ce:italic>r</ce:italic><ce:inf><ce:italic>X</ce:italic></ce:inf> of the charged-particle pseudorapidity density in Pb<ce:glyph name="sbnd"/>Pb (top) and p<ce:glyph name="sbnd"/>Pb (bottom) in different centrality classes to the charged-particle pseudorapidity density in pp in the INEL>0 event class. Note, for Pb<ce:glyph name="sbnd"/>Pb <ce:italic>η</ce:italic><ce:inf>lab</ce:inf> is the same as the centre-of-mass pseudorapidity.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0030">Fig. 3</ce:alt-text><ce:link locator="gr003" xlink:type="simple" xlink:href="pii:S0370269323000643/gr003" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0030"/></ce:figure><ce:figure id="fg0040"><ce:label>Fig. 4</ce:label><ce:caption id="cp0040"><ce:simple-para id="sp0040">The width (top) and effective <ce:italic>p</ce:italic><ce:inf>T</ce:inf>/<ce:italic>m</ce:italic> (bottom) fit parameters as a function of the mean number of participants in pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>. Vertical uncertainties are the standard error on the best-fit parameter values, while horizontal uncertainties reflect the uncertainty on 〈<ce:italic>N</ce:italic><ce:inf>part</ce:inf>〉 from the Glauber calculations. Also shown are similar fit parameters from the same parameterisation of EPOS-LHC calculations as well as direct calculations of the standard deviation of the d<ce:italic>N</ce:italic><ce:inf>ch</ce:inf>/d<ce:italic>y</ce:italic> distributions and the 〈<ce:italic>p</ce:italic><ce:inf>T</ce:inf>〉/〈<ce:italic>m</ce:italic>〉 ratio from the EPOS-LHC calculations.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0040">Fig. 4</ce:alt-text><ce:link locator="gr004" xlink:type="simple" xlink:href="pii:S0370269323000643/gr004" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0040"/></ce:figure><ce:figure id="fg0050"><ce:label>Fig. 5</ce:label><ce:caption id="cp0050"><ce:simple-para id="sp0050">The transverse area <ce:italic>S</ce:italic><ce:inf>T</ce:inf> as calculated in a numerical Glauber model for two extreme cases: a) only the exclusive overlap of nucleons is considered (∩, open markers) and b) the inclusive area of participating nucleons contribute (∪, closed markers) in both p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0050">Fig. 5</ce:alt-text><ce:link locator="gr005" xlink:type="simple" xlink:href="pii:S0370269323000643/gr005" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0050"/></ce:figure><ce:figure id="fg0060"><ce:label>Fig. 6</ce:label><ce:caption id="cp0060"><ce:simple-para id="sp0060">Estimate of the lower bound on the Bjorken transverse energy density in pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>, considering the exclusive (∩, open markers) and inclusive (∪, full markers) overlap area <ce:italic>S</ce:italic><ce:inf>T</ce:inf> of the nucleons. The expression <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:mi>C</mml:mi><mml:mmultiscripts><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow><mml:none/><mml:none/><mml:mrow><mml:mi>p</mml:mi></mml:mrow></mml:mmultiscripts></mml:math> is fitted to case ∪, and we find <ce:italic>C</ce:italic> = (0.8 ± 0.3) GeV/(fm<ce:sup>2</ce:sup><ce:italic>c</ce:italic>) and <ce:italic>p</ce:italic> = 0.44 ± 0.08. Also shown is an estimate, via d<ce:italic>E</ce:italic><ce:inf>T</ce:inf>/d<ce:italic>y</ce:italic>, of <ce:italic>ε</ce:italic><ce:inf>Bj</ce:inf> from Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> (stars with uncertainty band) <ce:cross-ref refid="br0310" id="crf0070">[31]</ce:cross-ref>.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0060">Fig. 6</ce:alt-text><ce:link locator="gr006" xlink:type="simple" xlink:href="pii:S0370269323000643/gr006" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0060"/></ce:figure></ce:floats><head><ce:title id="ti0010">System-size dependence of the charged-particle pseudorapidity density at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> for pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions</ce:title><ce:author-group id="ag0010"><ce:collaboration id="co0010" collaboration-id="S0370269323000643-3bea72599603117cd9d18494a0279c47"><ce:text>ALICE Collaboration</ce:text><ce:cross-ref refid="fn0080" id="crf0080"><ce:sup>⋆</ce:sup></ce:cross-ref><ce:author-group id="ag0020"><ce:author id="au0010" author-id="S0370269323000643-e60c93a934b81cf9801254193264c6ee"><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname><ce:cross-ref refid="aff1420" id="crf0090"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au0020" author-id="S0370269323000643-0eab85892b6d74b18661e74a7987c599"><ce:given-name>D.</ce:given-name><ce:surname>Adamová</ce:surname><ce:cross-ref refid="aff0960" id="crf0100"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au0030" author-id="S0370269323000643-e83a30ae1d5f89088c60ca2ee154d714"><ce:given-name>A.</ce:given-name><ce:surname>Adler</ce:surname><ce:cross-ref refid="aff0740" id="crf0110"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au0040" author-id="S0370269323000643-cd100d18768d08ce9c59a475af0552d6"><ce:given-name>J.</ce:given-name><ce:surname>Adolfsson</ce:surname><ce:cross-ref refid="aff0810" id="crf0120"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au0050" author-id="S0370269323000643-ed2d58d89990c41bb43c091d01e5029a"><ce:given-name>G.</ce:given-name><ce:surname>Aglieri Rinella</ce:surname><ce:cross-ref refid="aff0340" id="crf0130"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au0060" author-id="S0370269323000643-0c7a7863b7384aa5fdf06a0f187949c8"><ce:given-name>M.</ce:given-name><ce:surname>Agnello</ce:surname><ce:cross-ref refid="aff0300" id="crf0140"><ce:sup>30</ce:sup></ce:cross-ref></ce:author><ce:author id="au0070" author-id="S0370269323000643-bbdbb014653d7bdacb111c613a0fcbe0"><ce:given-name>N.</ce:given-name><ce:surname>Agrawal</ce:surname><ce:cross-ref refid="aff0540" id="crf0150"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au0080" author-id="S0370269323000643-2059a9508121069139ea49dbf566539a"><ce:given-name>Z.</ce:given-name><ce:surname>Ahammed</ce:surname><ce:cross-ref refid="aff1420" id="crf0160"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au0090" author-id="S0370269323000643-397c2b4743f367cb4aceb69d448bb6c6"><ce:given-name>S.</ce:given-name><ce:surname>Ahmad</ce:surname><ce:cross-ref refid="aff0160" id="crf0170"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author id="au0100" author-id="S0370269323000643-f7c3cbd2e9a0f545640d2202ad1ddbf3"><ce:given-name>S.U.</ce:given-name><ce:surname>Ahn</ce:surname><ce:cross-ref refid="aff0760" id="crf0180"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author id="au0110" author-id="S0370269323000643-07322fd13596772e8f99876f081be003"><ce:given-name>I.</ce:given-name><ce:surname>Ahuja</ce:surname><ce:cross-ref refid="aff0380" id="crf0190"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au0120" author-id="S0370269323000643-460f53f1206813a21eae674e680d3430"><ce:given-name>Z.</ce:given-name><ce:surname>Akbar</ce:surname><ce:cross-ref refid="aff0510" id="crf0200"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author id="au0130" author-id="S0370269323000643-e1ca35714b53c8e677e37d627a5bbf38"><ce:given-name>A.</ce:given-name><ce:surname>Akindinov</ce:surname><ce:cross-ref refid="aff0930" id="crf0210"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au0140" author-id="S0370269323000643-92548b9c2ec6b0a94be4b4532227aed9"><ce:given-name>M.</ce:given-name><ce:surname>Al-Turany</ce:surname><ce:cross-ref refid="aff1080" id="crf0220"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au0150" author-id="S0370269323000643-310d492c2c403b256bac5f0786fadcd5"><ce:given-name>S.N.</ce:given-name><ce:surname>Alam</ce:surname><ce:cross-ref refid="aff0160" id="crf0230"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author id="au0160" author-id="S0370269323000643-9065823209e70d0656d37d4008b49b34"><ce:given-name>D.</ce:given-name><ce:surname>Aleksandrov</ce:surname><ce:cross-ref refid="aff0890" id="crf0240"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au0170" author-id="S0370269323000643-79cd00674b886e25d315860e3eeed8b4"><ce:given-name>B.</ce:given-name><ce:surname>Alessandro</ce:surname><ce:cross-ref refid="aff0590" id="crf0250"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au0180" author-id="S0370269323000643-1c1181472bc0aba99490cd3bca5e4a55"><ce:given-name>H.M.</ce:given-name><ce:surname>Alfanda</ce:surname><ce:cross-ref refid="aff0070" id="crf0260"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au0190" author-id="S0370269323000643-fe723c43bc1641702461996d042297c7"><ce:given-name>R.</ce:given-name><ce:surname>Alfaro Molina</ce:surname><ce:cross-ref refid="aff0710" id="crf0270"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author id="au0200" author-id="S0370269323000643-9e891354cda61f6d260a73da741fb124"><ce:given-name>B.</ce:given-name><ce:surname>Ali</ce:surname><ce:cross-ref refid="aff0160" id="crf0280"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author id="au0210" author-id="S0370269323000643-b09579e692bf4a5fcd8b3fc371c313f5"><ce:given-name>Y.</ce:given-name><ce:surname>Ali</ce:surname><ce:cross-ref refid="aff0140" id="crf0290"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author id="au0220" author-id="S0370269323000643-ee0688e61ecfdd140d9fea489d16b4dc"><ce:given-name>A.</ce:given-name><ce:surname>Alici</ce:surname><ce:cross-ref refid="aff0250" id="crf0300"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au0230" author-id="S0370269323000643-16d05696cd8ce792318dff507d143cd5"><ce:given-name>N.</ce:given-name><ce:surname>Alizadehvandchali</ce:surname><ce:cross-ref refid="aff1250" id="crf0310"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au0240" author-id="S0370269323000643-8a6281092995529070f381a78dafb967"><ce:given-name>A.</ce:given-name><ce:surname>Alkin</ce:surname><ce:cross-ref refid="aff0340" id="crf0320"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au0250" author-id="S0370269323000643-6ea637f099a6fac803f976a052eb847d"><ce:given-name>J.</ce:given-name><ce:surname>Alme</ce:surname><ce:cross-ref refid="aff0210" id="crf0330"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au0260" author-id="S0370269323000643-cfed79dabbd809c4f840372b7b333691"><ce:given-name>G.</ce:given-name><ce:surname>Alocco</ce:surname><ce:cross-ref refid="aff0550" id="crf0340"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au0270" author-id="S0370269323000643-3913f92e05be5c8a4269310703479917"><ce:given-name>T.</ce:given-name><ce:surname>Alt</ce:surname><ce:cross-ref refid="aff0680" id="crf0350"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au0280" author-id="S0370269323000643-cd55dbcf87db947368b6d9e810290bde"><ce:given-name>I.</ce:given-name><ce:surname>Altsybeev</ce:surname><ce:cross-ref refid="aff1130" id="crf0360"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au0290" author-id="S0370269323000643-c2bd71abda2e1783ed29485409a5251a"><ce:given-name>M.N.</ce:given-name><ce:surname>Anaam</ce:surname><ce:cross-ref refid="aff0070" id="crf0370"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au0300" author-id="S0370269323000643-24aef273ee0f167b64df679b37d185f6"><ce:given-name>C.</ce:given-name><ce:surname>Andrei</ce:surname><ce:cross-ref refid="aff0480" id="crf0380"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au0310" author-id="S0370269323000643-4583c32301189b6af5ae6e891825f79b"><ce:given-name>A.</ce:given-name><ce:surname>Andronic</ce:surname><ce:cross-ref refid="aff1450" id="crf0390"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au0320" author-id="S0370269323000643-1df1a80e8e72952f9f77a204304d580b"><ce:given-name>V.</ce:given-name><ce:surname>Anguelov</ce:surname><ce:cross-ref refid="aff1050" id="crf0400"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au0330" author-id="S0370269323000643-bf4ee61ac0ac1dbdb5dd7c494a935e91"><ce:given-name>F.</ce:given-name><ce:surname>Antinori</ce:surname><ce:cross-ref refid="aff0570" id="crf0410"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author id="au0340" author-id="S0370269323000643-51fafbdf488707238bb68ddcfdcc1d43"><ce:given-name>P.</ce:given-name><ce:surname>Antonioli</ce:surname><ce:cross-ref refid="aff0540" id="crf0420"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au0350" author-id="S0370269323000643-574d7b11d83a95e65b2890c6cc6204a2"><ce:given-name>C.</ce:given-name><ce:surname>Anuj</ce:surname><ce:cross-ref refid="aff0160" id="crf0430"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author id="au0360" author-id="S0370269323000643-090df06bfcab984221f60b24b52c30c3"><ce:given-name>N.</ce:given-name><ce:surname>Apadula</ce:surname><ce:cross-ref refid="aff0800" id="crf0440"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au0370" author-id="S0370269323000643-6e095add140944d2ab055d51972eed48"><ce:given-name>L.</ce:given-name><ce:surname>Aphecetche</ce:surname><ce:cross-ref refid="aff1150" id="crf0450"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au0380" author-id="S0370269323000643-0e6d19528507f8cc3f37539a3381820b"><ce:given-name>H.</ce:given-name><ce:surname>Appelshäuser</ce:surname><ce:cross-ref refid="aff0680" id="crf0460"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au0390" author-id="S0370269323000643-680f2a41c459bec210e2ebd5a58612be"><ce:given-name>S.</ce:given-name><ce:surname>Arcelli</ce:surname><ce:cross-ref refid="aff0250" id="crf0470"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au0400" author-id="S0370269323000643-ab22692334a2fe57e1742058759c61dd"><ce:given-name>R.</ce:given-name><ce:surname>Arnaldi</ce:surname><ce:cross-ref refid="aff0590" id="crf0480"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au0410" author-id="S0370269323000643-697698547c36f9d3e7187cd6f06d1183"><ce:given-name>I.C.</ce:given-name><ce:surname>Arsene</ce:surname><ce:cross-ref refid="aff0200" id="crf0490"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au0420" author-id="S0370269323000643-ff7baf83a4c274c1a18de37c9dc67976"><ce:given-name>M.</ce:given-name><ce:surname>Arslandok</ce:surname><ce:cross-ref refid="aff1470" id="crf0500"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au0430" author-id="S0370269323000643-755bc219fdc7b4d25c2e083c10e7e386"><ce:given-name>A.</ce:given-name><ce:surname>Augustinus</ce:surname><ce:cross-ref refid="aff0340" id="crf0510"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au0440" author-id="S0370269323000643-e39ad2348626d77041016a5dd27ef327"><ce:given-name>R.</ce:given-name><ce:surname>Averbeck</ce:surname><ce:cross-ref refid="aff1080" id="crf0520"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au0450" author-id="S0370269323000643-5732689b5ef336a6b98f6ceb0dcd0c76"><ce:given-name>S.</ce:given-name><ce:surname>Aziz</ce:surname><ce:cross-ref refid="aff0780" id="crf0530"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au0460" author-id="S0370269323000643-9477d32af0ceb836b9acd7ac436a380f"><ce:given-name>M.D.</ce:given-name><ce:surname>Azmi</ce:surname><ce:cross-ref refid="aff0160" id="crf0540"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author id="au0470" author-id="S0370269323000643-7c7197c0ac2a51bf94b01b500c38aedc"><ce:given-name>A.</ce:given-name><ce:surname>Badalà</ce:surname><ce:cross-ref refid="aff0560" id="crf0550"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author id="au0480" author-id="S0370269323000643-e2f139312a0e407b3c4d2412844bc5b9"><ce:given-name>Y.W.</ce:given-name><ce:surname>Baek</ce:surname><ce:cross-ref refid="aff0410" id="crf0560"><ce:sup>41</ce:sup></ce:cross-ref></ce:author><ce:author id="au0490" author-id="S0370269323000643-76ff90ea5e839f7d98fb0c680c85c071"><ce:given-name>X.</ce:given-name><ce:surname>Bai</ce:surname><ce:cross-ref refid="aff1290" id="crf0570"><ce:sup>129</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1080" id="crf0580"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au0500" author-id="S0370269323000643-04bb83e7910b72460bb5a8aa2184d9e6"><ce:given-name>R.</ce:given-name><ce:surname>Bailhache</ce:surname><ce:cross-ref refid="aff0680" id="crf0590"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au0510" author-id="S0370269323000643-a3a4a409d48c9f5b05ac793332afe23a"><ce:given-name>Y.</ce:given-name><ce:surname>Bailung</ce:surname><ce:cross-ref refid="aff0500" id="crf0600"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au0520" author-id="S0370269323000643-9fb0ec712dc4e6ddbda7e348eaa5aa42"><ce:given-name>R.</ce:given-name><ce:surname>Bala</ce:surname><ce:cross-ref refid="aff1020" id="crf0610"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au0530" author-id="S0370269323000643-606ef386959ea7ad1f85ece5b5ed9802"><ce:given-name>A.</ce:given-name><ce:surname>Balbino</ce:surname><ce:cross-ref refid="aff0300" id="crf0620"><ce:sup>30</ce:sup></ce:cross-ref></ce:author><ce:author id="au0540" author-id="S0370269323000643-139e513e7bdef112603b9937bdd15344"><ce:given-name>A.</ce:given-name><ce:surname>Baldisseri</ce:surname><ce:cross-ref refid="aff1390" id="crf0630"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au0550" author-id="S0370269323000643-ec47c921c460662d73915f08d3c4e99d"><ce:given-name>B.</ce:given-name><ce:surname>Balis</ce:surname><ce:cross-ref refid="aff0020" id="crf0640"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au0560" author-id="S0370269323000643-d9c0e441fb4cce3ea39e47b4517d88e4"><ce:given-name>D.</ce:given-name><ce:surname>Banerjee</ce:surname><ce:cross-ref refid="aff0040" id="crf0650"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au0570" author-id="S0370269323000643-87ef230129be957c4822b50f0c31a178"><ce:given-name>Z.</ce:given-name><ce:surname>Banoo</ce:surname><ce:cross-ref refid="aff1020" id="crf0660"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au0580" author-id="S0370269323000643-34de4a3f87192e0e6f4308aac96e6dc4"><ce:given-name>R.</ce:given-name><ce:surname>Barbera</ce:surname><ce:cross-ref refid="aff0260" id="crf0670"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author id="au0590" author-id="S0370269323000643-e5b88594df42f98e0851a8fe8fceecc6"><ce:given-name>L.</ce:given-name><ce:surname>Barioglio</ce:surname><ce:cross-ref refid="aff1060" id="crf0680"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au0600" author-id="S0370269323000643-fadb436ca8c9ff7743d434468cc79e44"><ce:given-name>M.</ce:given-name><ce:surname>Barlou</ce:surname><ce:cross-ref refid="aff0850" id="crf0690"><ce:sup>85</ce:sup></ce:cross-ref></ce:author><ce:author id="au0610" author-id="S0370269323000643-6cc8c551caade64d21a326a2042741be"><ce:given-name>G.G.</ce:given-name><ce:surname>Barnaföldi</ce:surname><ce:cross-ref refid="aff1460" id="crf0700"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au0620" author-id="S0370269323000643-e5502945a2b5f28905e341734bcb3b15"><ce:given-name>L.S.</ce:given-name><ce:surname>Barnby</ce:surname><ce:cross-ref refid="aff0950" id="crf0710"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author id="au0630" author-id="S0370269323000643-73acb1b6c325d96b54abe7b64278d6ea"><ce:given-name>V.</ce:given-name><ce:surname>Barret</ce:surname><ce:cross-ref refid="aff1360" id="crf0720"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au0640" author-id="S0370269323000643-9a2434a1659f1f4116c84df1f01b53fb"><ce:given-name>C.</ce:given-name><ce:surname>Bartels</ce:surname><ce:cross-ref refid="aff1280" id="crf0730"><ce:sup>128</ce:sup></ce:cross-ref></ce:author><ce:author id="au0650" author-id="S0370269323000643-99991a11640d18ba216157ce9bd24b50"><ce:given-name>K.</ce:given-name><ce:surname>Barth</ce:surname><ce:cross-ref refid="aff0340" id="crf0740"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au0660" author-id="S0370269323000643-7b25cdf12989c93bb0b35e9a7b6c993e"><ce:given-name>E.</ce:given-name><ce:surname>Bartsch</ce:surname><ce:cross-ref refid="aff0680" id="crf0750"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au0670" author-id="S0370269323000643-b5da78f945a908823fccca3ceb97d4e0"><ce:given-name>F.</ce:given-name><ce:surname>Baruffaldi</ce:surname><ce:cross-ref refid="aff0270" id="crf0760"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author id="au0680" author-id="S0370269323000643-ffe3cbf955e2397362cc39ed0f8eb51b"><ce:given-name>N.</ce:given-name><ce:surname>Bastid</ce:surname><ce:cross-ref refid="aff1360" id="crf0770"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au0690" author-id="S0370269323000643-1b8917b5d28e8d66a2eaf20a4369cc82"><ce:given-name>S.</ce:given-name><ce:surname>Basu</ce:surname><ce:cross-ref refid="aff0810" id="crf0780"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au0700" author-id="S0370269323000643-2fee908da21994198610c94092286ad8"><ce:given-name>G.</ce:given-name><ce:surname>Batigne</ce:surname><ce:cross-ref refid="aff1150" id="crf0790"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au0710" author-id="S0370269323000643-ae7ea2ea342f84cd933b89c4fad5eef9"><ce:given-name>D.</ce:given-name><ce:surname>Battistini</ce:surname><ce:cross-ref refid="aff1060" id="crf0800"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au0720" author-id="S0370269323000643-f1278714281193a9113b12f11f4b9fc7"><ce:given-name>B.</ce:given-name><ce:surname>Batyunya</ce:surname><ce:cross-ref refid="aff0750" id="crf0810"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au0730" author-id="S0370269323000643-772fb486e156612f473f520cf6e42e86"><ce:given-name>D.</ce:given-name><ce:surname>Bauri</ce:surname><ce:cross-ref refid="aff0490" id="crf0820"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au0740" author-id="S0370269323000643-a404ff459710628a1f713272c3bb180d"><ce:given-name>J.L.</ce:given-name><ce:surname>Bazo Alba</ce:surname><ce:cross-ref refid="aff1120" id="crf0830"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author id="au0750" author-id="S0370269323000643-6ce098f5eecbf05e4aaa4608b11de130"><ce:given-name>I.G.</ce:given-name><ce:surname>Bearden</ce:surname><ce:cross-ref refid="aff0900" id="crf0840"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au0760" author-id="S0370269323000643-988af7c4a1a02633cec7556367a97f67"><ce:given-name>C.</ce:given-name><ce:surname>Beattie</ce:surname><ce:cross-ref refid="aff1470" id="crf0850"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au0770" author-id="S0370269323000643-298b21ad4bbe7f5bcc2c38ccb2632505"><ce:given-name>P.</ce:given-name><ce:surname>Becht</ce:surname><ce:cross-ref refid="aff1080" id="crf0860"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au0780" author-id="S0370269323000643-5d2d7a16cd35f4d3785b17babb9070df"><ce:given-name>I.</ce:given-name><ce:surname>Belikov</ce:surname><ce:cross-ref refid="aff1380" id="crf0870"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au0790" author-id="S0370269323000643-f831363a9a364d2888bee1b54b9c6655"><ce:given-name>A.D.C.</ce:given-name><ce:surname>Bell Hechavarria</ce:surname><ce:cross-ref refid="aff1450" id="crf0880"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au0800" author-id="S0370269323000643-d318064eeee8fd40dbd66c520988d249"><ce:given-name>F.</ce:given-name><ce:surname>Bellini</ce:surname><ce:cross-ref refid="aff0250" id="crf0890"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au0810" author-id="S0370269323000643-cab20ff28ec1589da7c887beda889d58"><ce:given-name>R.</ce:given-name><ce:surname>Bellwied</ce:surname><ce:cross-ref refid="aff1250" id="crf0900"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au0820" author-id="S0370269323000643-ac533471f4a2f043af3b2b34c625d95d"><ce:given-name>S.</ce:given-name><ce:surname>Belokurova</ce:surname><ce:cross-ref refid="aff1130" id="crf0910"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au0830" author-id="S0370269323000643-4749bab9bad414cd3c122f77c5bd5402"><ce:given-name>V.</ce:given-name><ce:surname>Belyaev</ce:surname><ce:cross-ref refid="aff0940" id="crf0920"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au0840" author-id="S0370269323000643-0aecf4edec2c9cae77988b370adb4658"><ce:given-name>G.</ce:given-name><ce:surname>Bencedi</ce:surname><ce:cross-ref refid="aff1460" id="crf0930"><ce:sup>146</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0690" id="crf0940"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au0850" author-id="S0370269323000643-81edadc17682ae9a2b7f71eaae2a757d"><ce:given-name>S.</ce:given-name><ce:surname>Beole</ce:surname><ce:cross-ref refid="aff0240" id="crf0950"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au0860" author-id="S0370269323000643-bcf9a82e901891493dbfd94acd91b04c"><ce:given-name>A.</ce:given-name><ce:surname>Bercuci</ce:surname><ce:cross-ref refid="aff0480" id="crf0960"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au0870" author-id="S0370269323000643-c83fb9b377a557b716c0035aa8d4241d"><ce:given-name>Y.</ce:given-name><ce:surname>Berdnikov</ce:surname><ce:cross-ref refid="aff0990" id="crf0970"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au0880" author-id="S0370269323000643-504c6c7ed1e748f96a24a1f005fce11b"><ce:given-name>A.</ce:given-name><ce:surname>Berdnikova</ce:surname><ce:cross-ref refid="aff1050" id="crf0980"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au0890" author-id="S0370269323000643-af14be22f2cea9eb53da09ae47124fa6"><ce:given-name>L.</ce:given-name><ce:surname>Bergmann</ce:surname><ce:cross-ref refid="aff1050" id="crf0990"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au0900" author-id="S0370269323000643-ad14e502bae8e79a1899fa39c32c0aa3"><ce:given-name>M.G.</ce:given-name><ce:surname>Besoiu</ce:surname><ce:cross-ref refid="aff0670" id="crf1000"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au0910" author-id="S0370269323000643-b9c9f0fc16efe15ebf71c4ddde1ea4b1"><ce:given-name>L.</ce:given-name><ce:surname>Betev</ce:surname><ce:cross-ref refid="aff0340" id="crf1010"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au0920" author-id="S0370269323000643-c300e6d02ec44e82317124bddf4f8323"><ce:given-name>P.P.</ce:given-name><ce:surname>Bhaduri</ce:surname><ce:cross-ref refid="aff1420" id="crf1020"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au0930" author-id="S0370269323000643-b502d2ccf79479aafebcf37b0fc9063a"><ce:given-name>A.</ce:given-name><ce:surname>Bhasin</ce:surname><ce:cross-ref refid="aff1020" id="crf1030"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au0940" author-id="S0370269323000643-975bc10c094c6226b584470386e5ac2f"><ce:given-name>I.R.</ce:given-name><ce:surname>Bhat</ce:surname><ce:cross-ref refid="aff1020" id="crf1040"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au0950" author-id="S0370269323000643-be7e13f98c122574c5c22aeff3f45e8b"><ce:given-name>M.A.</ce:given-name><ce:surname>Bhat</ce:surname><ce:cross-ref refid="aff0040" id="crf1050"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au0960" author-id="S0370269323000643-26b8ea7a427bae4f10cc8bd50df32f35"><ce:given-name>B.</ce:given-name><ce:surname>Bhattacharjee</ce:surname><ce:cross-ref refid="aff0420" id="crf1060"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author id="au0970" author-id="S0370269323000643-7d9d8644874e33887aa709229e5c8fb3"><ce:given-name>L.</ce:given-name><ce:surname>Bianchi</ce:surname><ce:cross-ref refid="aff0240" id="crf1070"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au0980" author-id="S0370269323000643-c52603ede367045bc5b1c88182e87247"><ce:given-name>N.</ce:given-name><ce:surname>Bianchi</ce:surname><ce:cross-ref refid="aff0520" id="crf1080"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au0990" author-id="S0370269323000643-9b31f1a04c2b498f5a576b72f7485363"><ce:given-name>J.</ce:given-name><ce:surname>Bielčík</ce:surname><ce:cross-ref refid="aff0370" id="crf1090"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au1000" author-id="S0370269323000643-7590d774d5836aa61573a7cad65ca8f0"><ce:given-name>J.</ce:given-name><ce:surname>Bielčíková</ce:surname><ce:cross-ref refid="aff0960" id="crf1100"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au1010" author-id="S0370269323000643-38f4492a2a11d413186fa95232a5b4cf"><ce:given-name>J.</ce:given-name><ce:surname>Biernat</ce:surname><ce:cross-ref refid="aff1180" id="crf1110"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au1020" author-id="S0370269323000643-e3be63156c1cdfac44448fb09353b115"><ce:given-name>A.</ce:given-name><ce:surname>Bilandzic</ce:surname><ce:cross-ref refid="aff1060" id="crf1120"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au1030" author-id="S0370269323000643-f02748a3878e75534bc627583c3bf69a"><ce:given-name>G.</ce:given-name><ce:surname>Biro</ce:surname><ce:cross-ref refid="aff1460" id="crf1130"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au1040" author-id="S0370269323000643-bc7130db08452b31982128347fa4fd92"><ce:given-name>S.</ce:given-name><ce:surname>Biswas</ce:surname><ce:cross-ref refid="aff0040" id="crf1140"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au1050" author-id="S0370269323000643-fbb755b405da1a6d31dc799e8935a439"><ce:given-name>J.T.</ce:given-name><ce:surname>Blair</ce:surname><ce:cross-ref refid="aff1190" id="crf1150"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au1060" author-id="S0370269323000643-76c0d7896425f9166c821b2a567723db"><ce:given-name>D.</ce:given-name><ce:surname>Blau</ce:surname><ce:cross-ref refid="aff0890" id="crf1160"><ce:sup>89</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0820" id="crf1170"><ce:sup>82</ce:sup></ce:cross-ref></ce:author><ce:author id="au1070" author-id="S0370269323000643-ba4d03db38769c77f7df0d67754c4a0c"><ce:given-name>M.B.</ce:given-name><ce:surname>Blidaru</ce:surname><ce:cross-ref refid="aff1080" id="crf1180"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au1080" author-id="S0370269323000643-16af81fa43d3b91d3180849896379639"><ce:given-name>C.</ce:given-name><ce:surname>Blume</ce:surname><ce:cross-ref refid="aff0680" id="crf1190"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au1090" author-id="S0370269323000643-63094e5b721634a7e0fc8da8fc5c037a"><ce:given-name>G.</ce:given-name><ce:surname>Boca</ce:surname><ce:cross-ref refid="aff0280" id="crf1200"><ce:sup>28</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0580" id="crf1210"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au1100" author-id="S0370269323000643-2181a3055116bec552a35581b829ab7c"><ce:given-name>F.</ce:given-name><ce:surname>Bock</ce:surname><ce:cross-ref refid="aff0970" id="crf1220"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au1110" author-id="S0370269323000643-dc5b666b81b8311e24807b98a355dc0b"><ce:given-name>A.</ce:given-name><ce:surname>Bogdanov</ce:surname><ce:cross-ref refid="aff0940" id="crf1230"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au1120" author-id="S0370269323000643-5930588886d1890a60dc3e5c0b9a8baa"><ce:given-name>S.</ce:given-name><ce:surname>Boi</ce:surname><ce:cross-ref refid="aff0220" id="crf1240"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author id="au1130" author-id="S0370269323000643-75ba81153caecc42ab057cd4528fbddd"><ce:given-name>J.</ce:given-name><ce:surname>Bok</ce:surname><ce:cross-ref refid="aff0610" id="crf1250"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au1140" author-id="S0370269323000643-7d461e77b3a4750af82052f87161d9b7"><ce:given-name>L.</ce:given-name><ce:surname>Boldizsár</ce:surname><ce:cross-ref refid="aff1460" id="crf1260"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au1150" author-id="S0370269323000643-2000ecef4090512918d1c03b88f7454b"><ce:given-name>A.</ce:given-name><ce:surname>Bolozdynya</ce:surname><ce:cross-ref refid="aff0940" id="crf1270"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au1160" author-id="S0370269323000643-fc84b4608c4bb2178fd7b63ab1ef1e20"><ce:given-name>M.</ce:given-name><ce:surname>Bombara</ce:surname><ce:cross-ref refid="aff0380" id="crf1280"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au1170" author-id="S0370269323000643-b166173e02d1efb88ffb2de9e6661cc3"><ce:given-name>P.M.</ce:given-name><ce:surname>Bond</ce:surname><ce:cross-ref refid="aff0340" id="crf1290"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au1180" author-id="S0370269323000643-2db37361639ef88ae3c1b8a4897922f5"><ce:given-name>G.</ce:given-name><ce:surname>Bonomi</ce:surname><ce:cross-ref refid="aff1410" id="crf1300"><ce:sup>141</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0580" id="crf1310"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au1190" author-id="S0370269323000643-f413acc1c3389c918524f6ef33df38ef"><ce:given-name>H.</ce:given-name><ce:surname>Borel</ce:surname><ce:cross-ref refid="aff1390" id="crf1320"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au1200" author-id="S0370269323000643-39bbf1c7a0d24a86863d39ff5711f10f"><ce:given-name>A.</ce:given-name><ce:surname>Borissov</ce:surname><ce:cross-ref refid="aff0820" id="crf1330"><ce:sup>82</ce:sup></ce:cross-ref></ce:author><ce:author id="au1210" author-id="S0370269323000643-ba19e35a5ad331e2bc08ef2f80c6e502"><ce:given-name>H.</ce:given-name><ce:surname>Bossi</ce:surname><ce:cross-ref refid="aff1470" id="crf1340"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au1220" author-id="S0370269323000643-c85ff26ba052e2215b53fac733b7f45d"><ce:given-name>E.</ce:given-name><ce:surname>Botta</ce:surname><ce:cross-ref refid="aff0240" id="crf1350"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au1230" author-id="S0370269323000643-99bddb14a25029d5b7351ae170ddc384"><ce:given-name>L.</ce:given-name><ce:surname>Bratrud</ce:surname><ce:cross-ref refid="aff0680" id="crf1360"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au1240" author-id="S0370269323000643-d47e2cf40ec69cfbf21066d6d16ccd15"><ce:given-name>P.</ce:given-name><ce:surname>Braun-Munzinger</ce:surname><ce:cross-ref refid="aff1080" id="crf1370"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au1250" author-id="S0370269323000643-87b1871cb5322125246e41414e82d2aa"><ce:given-name>M.</ce:given-name><ce:surname>Bregant</ce:surname><ce:cross-ref refid="aff1210" id="crf1380"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au1260" author-id="S0370269323000643-3447b7af552eef8253439fc680d2465d"><ce:given-name>M.</ce:given-name><ce:surname>Broz</ce:surname><ce:cross-ref refid="aff0370" id="crf1390"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au1270" author-id="S0370269323000643-9b346fc8f020b5f1a8e8e3560725c391"><ce:given-name>G.E.</ce:given-name><ce:surname>Bruno</ce:surname><ce:cross-ref refid="aff1070" id="crf1400"><ce:sup>107</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0330" id="crf1410"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author id="au1280" author-id="S0370269323000643-0aaa8ce5d15cf719aaa0ec42b2adb4c2"><ce:given-name>M.D.</ce:given-name><ce:surname>Buckland</ce:surname><ce:cross-ref refid="aff0230" id="crf1420"><ce:sup>23</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1280" id="crf1430"><ce:sup>128</ce:sup></ce:cross-ref></ce:author><ce:author id="au1290" author-id="S0370269323000643-27b568962c1cffcc5a28c80771ca52a7"><ce:given-name>D.</ce:given-name><ce:surname>Budnikov</ce:surname><ce:cross-ref refid="aff1090" id="crf1440"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author id="au1300" author-id="S0370269323000643-04a180c39d990d56daf8312e6374df91"><ce:given-name>H.</ce:given-name><ce:surname>Buesching</ce:surname><ce:cross-ref refid="aff0680" id="crf1450"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au1310" author-id="S0370269323000643-e1d7f52409f68734925ee2433dfdc5f8"><ce:given-name>S.</ce:given-name><ce:surname>Bufalino</ce:surname><ce:cross-ref refid="aff0300" id="crf1460"><ce:sup>30</ce:sup></ce:cross-ref></ce:author><ce:author id="au1320" author-id="S0370269323000643-87370bf7d75d7f57547783ea37a4b1a2"><ce:given-name>O.</ce:given-name><ce:surname>Bugnon</ce:surname><ce:cross-ref refid="aff1150" id="crf1470"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au1330" author-id="S0370269323000643-2adaca7e16d5edbd4b4a8c58e60e2d0c"><ce:given-name>P.</ce:given-name><ce:surname>Buhler</ce:surname><ce:cross-ref refid="aff1140" id="crf1480"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author id="au1340" author-id="S0370269323000643-b6b583d8873ae30d5fbf510f9cde2b9f"><ce:given-name>Z.</ce:given-name><ce:surname>Buthelezi</ce:surname><ce:cross-ref refid="aff0720" id="crf1490"><ce:sup>72</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1320" id="crf1500"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au1350" author-id="S0370269323000643-681f4d5c79af9591dff9c9257513b4c4"><ce:given-name>J.B.</ce:given-name><ce:surname>Butt</ce:surname><ce:cross-ref refid="aff0140" id="crf1510"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author id="au1360" author-id="S0370269323000643-8bd4ad3c56cf1862d8764d10e437f8de"><ce:given-name>A.</ce:given-name><ce:surname>Bylinkin</ce:surname><ce:cross-ref refid="aff0210" id="crf1520"><ce:sup>21</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1270" id="crf1530"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author id="au1370" author-id="S0370269323000643-281baff95fcf856236710c57b07d7d72"><ce:given-name>S.A.</ce:given-name><ce:surname>Bysiak</ce:surname><ce:cross-ref refid="aff1180" id="crf1540"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au1380" author-id="S0370269323000643-7e7d4973288f2699337c5afd756b3adf"><ce:given-name>M.</ce:given-name><ce:surname>Cai</ce:surname><ce:cross-ref refid="aff0270" id="crf1550"><ce:sup>27</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0070" id="crf1560"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au1390" author-id="S0370269323000643-64ab73ec58bc97d56cfedce941d1bc73"><ce:given-name>H.</ce:given-name><ce:surname>Caines</ce:surname><ce:cross-ref refid="aff1470" id="crf1570"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au1400" author-id="S0370269323000643-1537c5d8a3d8edaba101a6e9728633f5"><ce:given-name>A.</ce:given-name><ce:surname>Caliva</ce:surname><ce:cross-ref refid="aff1080" id="crf1580"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au1410" author-id="S0370269323000643-4d452e3972cd6bbddee4b6ce6a4590fc"><ce:given-name>E.</ce:given-name><ce:surname>Calvo Villar</ce:surname><ce:cross-ref refid="aff1120" id="crf1590"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author id="au1420" author-id="S0370269323000643-c1c0ee12ad916db4893d4fd44e01a9fc"><ce:given-name>J.M.M.</ce:given-name><ce:surname>Camacho</ce:surname><ce:cross-ref refid="aff1200" id="crf1600"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author id="au1430" author-id="S0370269323000643-6f2be6d7a73b89b4b5222eca9df018f3"><ce:given-name>R.S.</ce:given-name><ce:surname>Camacho</ce:surname><ce:cross-ref refid="aff0450" id="crf1610"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au1440" author-id="S0370269323000643-4d8f8d0ad29b659335681aaaff02adb7"><ce:given-name>P.</ce:given-name><ce:surname>Camerini</ce:surname><ce:cross-ref refid="aff0230" id="crf1620"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au1450" author-id="S0370269323000643-2156c22521af72728bf7ab1652256046"><ce:given-name>F.D.M.</ce:given-name><ce:surname>Canedo</ce:surname><ce:cross-ref refid="aff1210" id="crf1630"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au1460" author-id="S0370269323000643-5a8498fd5fdf69f1b7400d8bfb13bf9a"><ce:given-name>M.</ce:given-name><ce:surname>Carabas</ce:surname><ce:cross-ref refid="aff1350" id="crf1640"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author id="au1470" author-id="S0370269323000643-c9d38fce3cedd9eea0fadf7136e9c290"><ce:given-name>F.</ce:given-name><ce:surname>Carnesecchi</ce:surname><ce:cross-ref refid="aff0340" id="crf1650"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0250" id="crf1660"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au1480" author-id="S0370269323000643-4970df08011054be150397c4aef34188"><ce:given-name>R.</ce:given-name><ce:surname>Caron</ce:surname><ce:cross-ref refid="aff1370" id="crf1670"><ce:sup>137</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1390" id="crf1680"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au1490" author-id="S0370269323000643-69e5487070569c057d001d3b3dc279cb"><ce:given-name>J.</ce:given-name><ce:surname>Castillo Castellanos</ce:surname><ce:cross-ref refid="aff1390" id="crf1690"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au1500" author-id="S0370269323000643-e5aa40f8740350a345be66b2e9bc7455"><ce:given-name>F.</ce:given-name><ce:surname>Catalano</ce:surname><ce:cross-ref refid="aff0300" id="crf1700"><ce:sup>30</ce:sup></ce:cross-ref></ce:author><ce:author id="au1510" author-id="S0370269323000643-53f472c3ffc5250dac970f78c4dd288d"><ce:given-name>C.</ce:given-name><ce:surname>Ceballos Sanchez</ce:surname><ce:cross-ref refid="aff0750" id="crf1710"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au1520" author-id="S0370269323000643-3e64407341c8f9b954d05f08879cb006"><ce:given-name>I.</ce:given-name><ce:surname>Chakaberia</ce:surname><ce:cross-ref refid="aff0800" id="crf1720"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au1530" author-id="S0370269323000643-36822df62a25b3a759afcd6dd67aaa67"><ce:given-name>P.</ce:given-name><ce:surname>Chakraborty</ce:surname><ce:cross-ref refid="aff0490" id="crf1730"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au1540" author-id="S0370269323000643-0fad5742af8cbf238e9202779c4b0775"><ce:given-name>S.</ce:given-name><ce:surname>Chandra</ce:surname><ce:cross-ref refid="aff1420" id="crf1740"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au1550" author-id="S0370269323000643-d552ce0244303ed180a49d5ecff1a6b3"><ce:given-name>S.</ce:given-name><ce:surname>Chapeland</ce:surname><ce:cross-ref refid="aff0340" id="crf1750"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au1560" author-id="S0370269323000643-06bda5865bdd9370a538cd04b601a05d"><ce:given-name>M.</ce:given-name><ce:surname>Chartier</ce:surname><ce:cross-ref refid="aff1280" id="crf1760"><ce:sup>128</ce:sup></ce:cross-ref></ce:author><ce:author id="au1570" author-id="S0370269323000643-8e3c525530f12d4d9d23dbf026e72ba7"><ce:given-name>S.</ce:given-name><ce:surname>Chattopadhyay</ce:surname><ce:cross-ref refid="aff1420" id="crf1770"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au1580" author-id="S0370269323000643-a62bdbc068c738c0fb35a82e93008bec"><ce:given-name>S.</ce:given-name><ce:surname>Chattopadhyay</ce:surname><ce:cross-ref refid="aff1100" id="crf1780"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author id="au1590" author-id="S0370269323000643-8820e0173f72e4afd388b97e61345312"><ce:given-name>T.G.</ce:given-name><ce:surname>Chavez</ce:surname><ce:cross-ref refid="aff0450" id="crf1790"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au1600" author-id="S0370269323000643-d70035a0e00412e1c8ae86250a4c402b"><ce:given-name>T.</ce:given-name><ce:surname>Cheng</ce:surname><ce:cross-ref refid="aff0070" id="crf1800"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au1610" author-id="S0370269323000643-ca8822da379f8f06e7a9f9c9e5093c82"><ce:given-name>C.</ce:given-name><ce:surname>Cheshkov</ce:surname><ce:cross-ref refid="aff1370" id="crf1810"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author id="au1620" author-id="S0370269323000643-d6846c37b606921989676fa997ce9336"><ce:given-name>B.</ce:given-name><ce:surname>Cheynis</ce:surname><ce:cross-ref refid="aff1370" id="crf1820"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author id="au1630" author-id="S0370269323000643-52ed83ce72b97c374302f9f08ca70552"><ce:given-name>V.</ce:given-name><ce:surname>Chibante Barroso</ce:surname><ce:cross-ref refid="aff0340" id="crf1830"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au1640" author-id="S0370269323000643-6e8b0cfc33394bd0c0ea76a5dc3bdd1e"><ce:given-name>D.D.</ce:given-name><ce:surname>Chinellato</ce:surname><ce:cross-ref refid="aff1220" id="crf1840"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author id="au1650" author-id="S0370269323000643-8f10987952ecd1d2b9db234eb1b3e769"><ce:given-name>E.S.</ce:given-name><ce:surname>Chizzali</ce:surname><ce:cross-ref refid="aff1060" id="crf1850"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au1660" author-id="S0370269323000643-03ad0005f719c1c5c8e7a54303b208cd"><ce:given-name>S.</ce:given-name><ce:surname>Cho</ce:surname><ce:cross-ref refid="aff0610" id="crf1860"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au1670" author-id="S0370269323000643-f981d6a5c8dbd6610347355f930cb950"><ce:given-name>P.</ce:given-name><ce:surname>Chochula</ce:surname><ce:cross-ref refid="aff0340" id="crf1870"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au1680" author-id="S0370269323000643-201c826ab3672564ada47ab7047d952a"><ce:given-name>P.</ce:given-name><ce:surname>Christakoglou</ce:surname><ce:cross-ref refid="aff0910" id="crf1880"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au1690" author-id="S0370269323000643-ceddd44af0fa85f7e8a359fe9952d470"><ce:given-name>C.H.</ce:given-name><ce:surname>Christensen</ce:surname><ce:cross-ref refid="aff0900" id="crf1890"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au1700" author-id="S0370269323000643-a57b00b2781624685a4077f70e9e803c"><ce:given-name>P.</ce:given-name><ce:surname>Christiansen</ce:surname><ce:cross-ref refid="aff0810" id="crf1900"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au1710" author-id="S0370269323000643-d65a6fea77eef62f62b020ec199100b9"><ce:given-name>T.</ce:given-name><ce:surname>Chujo</ce:surname><ce:cross-ref refid="aff1340" id="crf1910"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au1720" author-id="S0370269323000643-45d326d84d094e388b2ab73a40e1fb9a"><ce:given-name>C.</ce:given-name><ce:surname>Cicalo</ce:surname><ce:cross-ref refid="aff0550" id="crf1920"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au1730" author-id="S0370269323000643-98fb86a5e58c4e31ac3ac07654a12993"><ce:given-name>L.</ce:given-name><ce:surname>Cifarelli</ce:surname><ce:cross-ref refid="aff0250" id="crf1930"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au1740" author-id="S0370269323000643-e790aeacc1e0c80aa51ea2443a559e4c"><ce:given-name>F.</ce:given-name><ce:surname>Cindolo</ce:surname><ce:cross-ref refid="aff0540" id="crf1940"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au1750" author-id="S0370269323000643-328e7e122ca669bc01708f4b579589bb"><ce:given-name>M.R.</ce:given-name><ce:surname>Ciupek</ce:surname><ce:cross-ref refid="aff1080" id="crf1950"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au1760" author-id="S0370269323000643-2d86b4b738b65c3c7ec4df969eac5619"><ce:given-name>G.</ce:given-name><ce:surname>Clai</ce:surname><ce:cross-ref refid="aff0540" id="crf1960"><ce:sup>54</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0020" id="crf1970"><ce:sup>II</ce:sup></ce:cross-ref></ce:author><ce:author id="au1770" author-id="S0370269323000643-3ef8e2ff993af16ee10a300ce16e8b1d"><ce:given-name>J.</ce:given-name><ce:surname>Cleymans</ce:surname><ce:cross-ref refid="aff1240" id="crf1980"><ce:sup>124</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0010" id="crf1990"><ce:sup>I</ce:sup></ce:cross-ref></ce:author><ce:author id="au1780" author-id="S0370269323000643-7ac6df9a7968d738a42afb544fc46cdc"><ce:given-name>F.</ce:given-name><ce:surname>Colamaria</ce:surname><ce:cross-ref refid="aff0530" id="crf2000"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au1790" author-id="S0370269323000643-d4433f73ceb9debd49821f6d16160a5a"><ce:given-name>J.S.</ce:given-name><ce:surname>Colburn</ce:surname><ce:cross-ref refid="aff1110" id="crf2010"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au1800" author-id="S0370269323000643-64184f6944db20f1d013f212c6016801"><ce:given-name>D.</ce:given-name><ce:surname>Colella</ce:surname><ce:cross-ref refid="aff0530" id="crf2020"><ce:sup>53</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1070" id="crf2030"><ce:sup>107</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0330" id="crf2040"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author id="au1810" author-id="S0370269323000643-12c1043c26dfb4c7bb99e25bdae2fedd"><ce:given-name>A.</ce:given-name><ce:surname>Collu</ce:surname><ce:cross-ref refid="aff0800" id="crf2050"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au1820" author-id="S0370269323000643-e3ddc9f882697beed5cf5fd3d92f9ff9"><ce:given-name>M.</ce:given-name><ce:surname>Colocci</ce:surname><ce:cross-ref refid="aff0250" id="crf2060"><ce:sup>25</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0340" id="crf2070"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au1830" author-id="S0370269323000643-d6acba3af6edc2fd345b8ed27e396590"><ce:given-name>M.</ce:given-name><ce:surname>Concas</ce:surname><ce:cross-ref refid="aff0590" id="crf2080"><ce:sup>59</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0030" id="crf2090"><ce:sup>III</ce:sup></ce:cross-ref></ce:author><ce:author id="au1840" author-id="S0370269323000643-92c7d6918756a563a73cb80d454f16b4"><ce:given-name>G.</ce:given-name><ce:surname>Conesa Balbastre</ce:surname><ce:cross-ref refid="aff0790" id="crf2100"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author id="au1850" author-id="S0370269323000643-e30454ba62b6034fd8204b395747ad1c"><ce:given-name>Z.</ce:given-name><ce:surname>Conesa del Valle</ce:surname><ce:cross-ref refid="aff0780" id="crf2110"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au1860" author-id="S0370269323000643-e1e9598ed61089b3d0a7386d0bc01d1c"><ce:given-name>G.</ce:given-name><ce:surname>Contin</ce:surname><ce:cross-ref refid="aff0230" id="crf2120"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au1870" author-id="S0370269323000643-c6b724fa14cab8e7faa61da10bf4fa9a"><ce:given-name>J.G.</ce:given-name><ce:surname>Contreras</ce:surname><ce:cross-ref refid="aff0370" id="crf2130"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au1880" author-id="S0370269323000643-54a5443a8b5eab81b08e6947e2f1c52f"><ce:given-name>M.L.</ce:given-name><ce:surname>Coquet</ce:surname><ce:cross-ref refid="aff1390" id="crf2140"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au1890" author-id="S0370269323000643-ac3b53a9c8b43da93328d0bb6e5687a1"><ce:given-name>T.M.</ce:given-name><ce:surname>Cormier</ce:surname><ce:cross-ref refid="aff0970" id="crf2150"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au1900" author-id="S0370269323000643-0eae3549a73a4273007803cfce7850eb"><ce:given-name>P.</ce:given-name><ce:surname>Cortese</ce:surname><ce:cross-ref refid="aff0310" id="crf2160"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author id="au1910" author-id="S0370269323000643-32f9fa81e325f2cb1e4716f3404a5b78"><ce:given-name>M.R.</ce:given-name><ce:surname>Cosentino</ce:surname><ce:cross-ref refid="aff1230" id="crf2170"><ce:sup>123</ce:sup></ce:cross-ref></ce:author><ce:author id="au1920" author-id="S0370269323000643-5e04048311053c8b6d080fb13720e33f"><ce:given-name>F.</ce:given-name><ce:surname>Costa</ce:surname><ce:cross-ref refid="aff0340" id="crf2180"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au1930" author-id="S0370269323000643-a36560f5de035b1d87cdcb9c25e47291"><ce:given-name>S.</ce:given-name><ce:surname>Costanza</ce:surname><ce:cross-ref refid="aff0280" id="crf2190"><ce:sup>28</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0580" id="crf2200"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au1940" author-id="S0370269323000643-8ffac10814dda24e16540e3e2c32771e"><ce:given-name>P.</ce:given-name><ce:surname>Crochet</ce:surname><ce:cross-ref refid="aff1360" id="crf2210"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au1950" author-id="S0370269323000643-1460b77cf493b1d673e3f69841099860"><ce:given-name>R.</ce:given-name><ce:surname>Cruz-Torres</ce:surname><ce:cross-ref refid="aff0800" id="crf2220"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au1960" author-id="S0370269323000643-b3bc0849bb51cd37c12132adb1b545d3"><ce:given-name>E.</ce:given-name><ce:surname>Cuautle</ce:surname><ce:cross-ref refid="aff0690" id="crf2230"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au1970" author-id="S0370269323000643-154d44f344bf8eb1659237594ec00380"><ce:given-name>P.</ce:given-name><ce:surname>Cui</ce:surname><ce:cross-ref refid="aff0070" id="crf2240"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au1980" author-id="S0370269323000643-841fe60858d62fb3c041728665452d36"><ce:given-name>L.</ce:given-name><ce:surname>Cunqueiro</ce:surname><ce:cross-ref refid="aff0970" id="crf2250"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au1990" author-id="S0370269323000643-dacdda815f008c250d14ed23682f7c5c"><ce:given-name>A.</ce:given-name><ce:surname>Dainese</ce:surname><ce:cross-ref refid="aff0570" id="crf2260"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author id="au2000" author-id="S0370269323000643-6796858d676bbae483476ff0054f3a7f"><ce:given-name>M.C.</ce:given-name><ce:surname>Danisch</ce:surname><ce:cross-ref refid="aff1050" id="crf2270"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au2010" author-id="S0370269323000643-c0e9c880db561256e8a1455c083d7a69"><ce:given-name>A.</ce:given-name><ce:surname>Danu</ce:surname><ce:cross-ref refid="aff0670" id="crf2280"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au2020" author-id="S0370269323000643-67422d1d35725fdeabcfcaee7b51b48f"><ce:given-name>P.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0870" id="crf2290"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au2030" author-id="S0370269323000643-a97cfc997b61eb9216f3d71d1e6c2658"><ce:given-name>P.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0040" id="crf2300"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au2040" author-id="S0370269323000643-e49c00cb76d5001b4d8ee096e5798bac"><ce:given-name>S.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0040" id="crf2310"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au2050" author-id="S0370269323000643-b51d6ae93b7d2378570d79501d3e378a"><ce:given-name>S.</ce:given-name><ce:surname>Dash</ce:surname><ce:cross-ref refid="aff0490" id="crf2320"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au2060" author-id="S0370269323000643-fc6034ac78ff979b20e6669d779346f6"><ce:given-name>A.</ce:given-name><ce:surname>De Caro</ce:surname><ce:cross-ref refid="aff0290" id="crf2330"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au2070" author-id="S0370269323000643-ca1b8d22a9ac0c2244b18ed5ad569df7"><ce:given-name>G.</ce:given-name><ce:surname>de Cataldo</ce:surname><ce:cross-ref refid="aff0530" id="crf2340"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au2080" author-id="S0370269323000643-9a9bb6d8a20b9f3a1cdaca09c3d32b5b"><ce:given-name>L.</ce:given-name><ce:surname>De Cilladi</ce:surname><ce:cross-ref refid="aff0240" id="crf2350"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au2090" author-id="S0370269323000643-2206dab1c93bdbf1833ccc42a0f80f61"><ce:given-name>J.</ce:given-name><ce:surname>de Cuveland</ce:surname><ce:cross-ref refid="aff0390" id="crf2360"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au2100" author-id="S0370269323000643-5a5659b4fe8640a98f21d4a26d3bfadc"><ce:given-name>A.</ce:given-name><ce:surname>De Falco</ce:surname><ce:cross-ref refid="aff0220" id="crf2370"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author id="au2110" author-id="S0370269323000643-f9afac767689f07ce00eaba12f10725d"><ce:given-name>D.</ce:given-name><ce:surname>De Gruttola</ce:surname><ce:cross-ref refid="aff0290" id="crf2380"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au2120" author-id="S0370269323000643-2307e08c47dbfe15b818992886cdc393"><ce:given-name>N.</ce:given-name><ce:surname>De Marco</ce:surname><ce:cross-ref refid="aff0590" id="crf2390"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au2130" author-id="S0370269323000643-8b0333ea68d6fead6aad66cd3ca8af18"><ce:given-name>C.</ce:given-name><ce:surname>De Martin</ce:surname><ce:cross-ref refid="aff0230" id="crf2400"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au2140" author-id="S0370269323000643-3fe3966b12a13378ab59cb643d693cf8"><ce:given-name>S.</ce:given-name><ce:surname>De Pasquale</ce:surname><ce:cross-ref refid="aff0290" id="crf2410"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au2150" author-id="S0370269323000643-3c761b0223fad723b3a6d135bc8f40ce"><ce:given-name>S.</ce:given-name><ce:surname>Deb</ce:surname><ce:cross-ref refid="aff0500" id="crf2420"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au2160" author-id="S0370269323000643-9aa3d3bb7328aa99cf55b65b2d5d0ef9"><ce:given-name>H.F.</ce:given-name><ce:surname>Degenhardt</ce:surname><ce:cross-ref refid="aff1210" id="crf2430"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au2170" author-id="S0370269323000643-a2ac9f1aec8c133a99e237f1a6de7593"><ce:given-name>K.R.</ce:given-name><ce:surname>Deja</ce:surname><ce:cross-ref refid="aff1430" id="crf2440"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au2180" author-id="S0370269323000643-cd28855d90484c7fb406753eac315751"><ce:given-name>R.</ce:given-name><ce:surname>Del Grande</ce:surname><ce:cross-ref refid="aff1060" id="crf2450"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au2190" author-id="S0370269323000643-cecd803c0039c46724095962ec984fe4"><ce:given-name>L.</ce:given-name><ce:surname>Dello Stritto</ce:surname><ce:cross-ref refid="aff0290" id="crf2460"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au2200" author-id="S0370269323000643-d8a87c874e42aac1f26f480d0c8cc66f"><ce:given-name>W.</ce:given-name><ce:surname>Deng</ce:surname><ce:cross-ref refid="aff0070" id="crf2470"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au2210" author-id="S0370269323000643-e91fff0426cfb4068164293072959951"><ce:given-name>P.</ce:given-name><ce:surname>Dhankher</ce:surname><ce:cross-ref refid="aff0190" id="crf2480"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au2220" author-id="S0370269323000643-87d8feae9bb9ac0142d20aa737fc7210"><ce:given-name>D.</ce:given-name><ce:surname>Di Bari</ce:surname><ce:cross-ref refid="aff0330" id="crf2490"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author id="au2230" author-id="S0370269323000643-807d3d4d1b245891296e345324c32d68"><ce:given-name>A.</ce:given-name><ce:surname>Di Mauro</ce:surname><ce:cross-ref refid="aff0340" id="crf2500"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au2240" author-id="S0370269323000643-b81ce1a8f6b1bb7201e6f62a1a0d3f6d"><ce:given-name>R.A.</ce:given-name><ce:surname>Diaz</ce:surname><ce:cross-ref refid="aff0750" id="crf2510"><ce:sup>75</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0080" id="crf2520"><ce:sup>8</ce:sup></ce:cross-ref></ce:author><ce:author id="au2250" author-id="S0370269323000643-e0f870aaf79db9f3bf8d89d4d0a6bb31"><ce:given-name>T.</ce:given-name><ce:surname>Dietel</ce:surname><ce:cross-ref refid="aff1240" id="crf2530"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author id="au2260" author-id="S0370269323000643-63e7bf92dffd268dab98d70a479b551c"><ce:given-name>Y.</ce:given-name><ce:surname>Ding</ce:surname><ce:cross-ref refid="aff1370" id="crf2540"><ce:sup>137</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0070" id="crf2550"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au2270" author-id="S0370269323000643-7430fdfebf05e894a243a7438023f2b3"><ce:given-name>R.</ce:given-name><ce:surname>Divià</ce:surname><ce:cross-ref refid="aff0340" id="crf2560"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au2280" author-id="S0370269323000643-43896b750307c6ca8f01d3d4c389f8c1"><ce:given-name>D.U.</ce:given-name><ce:surname>Dixit</ce:surname><ce:cross-ref refid="aff0190" id="crf2570"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au2290" author-id="S0370269323000643-9c3c08666593eb7ac528af1eef8f48db"><ce:given-name>Ø.</ce:given-name><ce:surname>Djuvsland</ce:surname><ce:cross-ref refid="aff0210" id="crf2580"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au2300" author-id="S0370269323000643-5059550062b9746ff361bdc6fe890743"><ce:given-name>U.</ce:given-name><ce:surname>Dmitrieva</ce:surname><ce:cross-ref refid="aff0630" id="crf2590"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au2310" author-id="S0370269323000643-5fa422d670f9187e89d69eeed21610f4"><ce:given-name>A.</ce:given-name><ce:surname>Dobrin</ce:surname><ce:cross-ref refid="aff0670" id="crf2600"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au2320" author-id="S0370269323000643-a53cb71a66b719bbc91c682e3b0f6c83"><ce:given-name>B.</ce:given-name><ce:surname>Dönigus</ce:surname><ce:cross-ref refid="aff0680" id="crf2610"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au2330" author-id="S0370269323000643-bd801d7441f04d2550d9279e20a0274c"><ce:given-name>A.K.</ce:given-name><ce:surname>Dubey</ce:surname><ce:cross-ref refid="aff1420" id="crf2620"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au2340" author-id="S0370269323000643-76f8c20cb06924eb1fb340fbb56bf4c6"><ce:given-name>A.</ce:given-name><ce:surname>Dubla</ce:surname><ce:cross-ref refid="aff1080" id="crf2630"><ce:sup>108</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0910" id="crf2640"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au2350" author-id="S0370269323000643-2b17ba5d85d422cdfabc14608d2e9bc7"><ce:given-name>S.</ce:given-name><ce:surname>Dudi</ce:surname><ce:cross-ref refid="aff1010" id="crf2650"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author id="au2360" author-id="S0370269323000643-0dcf960768058d73653bd4d3eb8e1905"><ce:given-name>P.</ce:given-name><ce:surname>Dupieux</ce:surname><ce:cross-ref refid="aff1360" id="crf2660"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au2370" author-id="S0370269323000643-df4290cf73dd7240418a747d4c736c64"><ce:given-name>M.</ce:given-name><ce:surname>Durkac</ce:surname><ce:cross-ref refid="aff1170" id="crf2670"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author id="au2380" author-id="S0370269323000643-d09d97450e671d7cc96eec42259314e8"><ce:given-name>N.</ce:given-name><ce:surname>Dzalaiova</ce:surname><ce:cross-ref refid="aff0130" id="crf2680"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author id="au2390" author-id="S0370269323000643-b2dfe97160923c36d3c32980d6ce0166"><ce:given-name>T.M.</ce:given-name><ce:surname>Eder</ce:surname><ce:cross-ref refid="aff1450" id="crf2690"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au2400" author-id="S0370269323000643-bf440f41d43f975a16ff5cb1d7942e7c"><ce:given-name>R.J.</ce:given-name><ce:surname>Ehlers</ce:surname><ce:cross-ref refid="aff0970" id="crf2700"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au2410" author-id="S0370269323000643-838a64e3f71143b70974f1f12ce5b879"><ce:given-name>V.N.</ce:given-name><ce:surname>Eikeland</ce:surname><ce:cross-ref refid="aff0210" id="crf2710"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au2420" author-id="S0370269323000643-4a6b040eac26a82ef226b902cb4da64f"><ce:given-name>F.</ce:given-name><ce:surname>Eisenhut</ce:surname><ce:cross-ref refid="aff0680" id="crf2720"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au2430" author-id="S0370269323000643-b33f259d9c1a55101b73f2f9db67896c"><ce:given-name>D.</ce:given-name><ce:surname>Elia</ce:surname><ce:cross-ref refid="aff0530" id="crf2730"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au2440" author-id="S0370269323000643-b41cebcb00dbefb7a1029cfa75db566c"><ce:given-name>B.</ce:given-name><ce:surname>Erazmus</ce:surname><ce:cross-ref refid="aff1150" id="crf2740"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au2450" author-id="S0370269323000643-6ca2023dd9dbd0adb4eb4fcf89d9e8d7"><ce:given-name>F.</ce:given-name><ce:surname>Ercolessi</ce:surname><ce:cross-ref refid="aff0250" id="crf2750"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au2460" author-id="S0370269323000643-1e2dd5e20c567cb73bfeabf9ea8de325"><ce:given-name>E.</ce:given-name><ce:surname>Eremenko</ce:surname><ce:cross-ref refid="aff0960" id="crf2760"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au2470" author-id="S0370269323000643-b3b26ff25fdc6360eab1c2a0eb35a18b"><ce:given-name>F.</ce:given-name><ce:surname>Erhardt</ce:surname><ce:cross-ref refid="aff1000" id="crf2770"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author id="au2480" author-id="S0370269323000643-c544510029fa1ccf5cd2b26be787bfb0"><ce:given-name>A.</ce:given-name><ce:surname>Erokhin</ce:surname><ce:cross-ref refid="aff1130" id="crf2780"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au2490" author-id="S0370269323000643-b1125a46ef6e3f34775d0833ab260cf8"><ce:given-name>M.R.</ce:given-name><ce:surname>Ersdal</ce:surname><ce:cross-ref refid="aff0210" id="crf2790"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au2500" author-id="S0370269323000643-8722ae2cee4646a951e9b11fd1d4063f"><ce:given-name>B.</ce:given-name><ce:surname>Espagnon</ce:surname><ce:cross-ref refid="aff0780" id="crf2800"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au2510" author-id="S0370269323000643-06195ac2e576eeb4b0adecea60f955c9"><ce:given-name>G.</ce:given-name><ce:surname>Eulisse</ce:surname><ce:cross-ref refid="aff0340" id="crf2810"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au2520" author-id="S0370269323000643-9e28d5c91a82108be7fc49f01fb96add"><ce:given-name>D.</ce:given-name><ce:surname>Evans</ce:surname><ce:cross-ref refid="aff1110" id="crf2820"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au2530" author-id="S0370269323000643-277be04fe2ca41c0c4b8d9acbf533562"><ce:given-name>S.</ce:given-name><ce:surname>Evdokimov</ce:surname><ce:cross-ref refid="aff0920" id="crf2830"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au2540" author-id="S0370269323000643-81e51a0849cafac31228747a415244b4"><ce:given-name>L.</ce:given-name><ce:surname>Fabbietti</ce:surname><ce:cross-ref refid="aff1060" id="crf2840"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au2550" author-id="S0370269323000643-b4fd9e52396598a0b45ab177a02b5cf2"><ce:given-name>M.</ce:given-name><ce:surname>Faggin</ce:surname><ce:cross-ref refid="aff0270" id="crf2850"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author id="au2560" author-id="S0370269323000643-3ed08541a4150ee27cebbfa8cb85364e"><ce:given-name>J.</ce:given-name><ce:surname>Faivre</ce:surname><ce:cross-ref refid="aff0790" id="crf2860"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author id="au2570" author-id="S0370269323000643-ac1b4c543ede7c783908e59b93b56dda"><ce:given-name>F.</ce:given-name><ce:surname>Fan</ce:surname><ce:cross-ref refid="aff0070" id="crf2870"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au2580" author-id="S0370269323000643-c434e3704a72c3379fd3efc1cac5baa3"><ce:given-name>W.</ce:given-name><ce:surname>Fan</ce:surname><ce:cross-ref refid="aff0800" id="crf2880"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au2590" author-id="S0370269323000643-74793c8314ac99defb422d6ad12e6ee2"><ce:given-name>A.</ce:given-name><ce:surname>Fantoni</ce:surname><ce:cross-ref refid="aff0520" id="crf2890"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au2600" author-id="S0370269323000643-e0ca7f105bebd9a2b7edf8e3e2f84581"><ce:given-name>M.</ce:given-name><ce:surname>Fasel</ce:surname><ce:cross-ref refid="aff0970" id="crf2900"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au2610" author-id="S0370269323000643-705d233901357db8c2175b3ab50898ea"><ce:given-name>P.</ce:given-name><ce:surname>Fecchio</ce:surname><ce:cross-ref refid="aff0300" id="crf2910"><ce:sup>30</ce:sup></ce:cross-ref></ce:author><ce:author id="au2620" author-id="S0370269323000643-c2bfb0cafa6f9d1ca27ab701c6781b38"><ce:given-name>A.</ce:given-name><ce:surname>Feliciello</ce:surname><ce:cross-ref refid="aff0590" id="crf2920"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au2630" author-id="S0370269323000643-5b00bafa2e9f53bf9169725ae0035ea1"><ce:given-name>G.</ce:given-name><ce:surname>Feofilov</ce:surname><ce:cross-ref refid="aff1130" id="crf2930"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au2640" author-id="S0370269323000643-aabae1af946388c71c1398acc8955418"><ce:given-name>A.</ce:given-name><ce:surname>Fernández Téllez</ce:surname><ce:cross-ref refid="aff0450" id="crf2940"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au2650" author-id="S0370269323000643-30e070edce4904332b43b5531dc38731"><ce:given-name>A.</ce:given-name><ce:surname>Ferrero</ce:surname><ce:cross-ref refid="aff1390" id="crf2950"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au2660" author-id="S0370269323000643-68142793c50c0b6974c4d951c30d6388"><ce:given-name>A.</ce:given-name><ce:surname>Ferretti</ce:surname><ce:cross-ref refid="aff0240" id="crf2960"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au2670" author-id="S0370269323000643-0cf51ef6627f902603bfcb916ae01ab5"><ce:given-name>V.J.G.</ce:given-name><ce:surname>Feuillard</ce:surname><ce:cross-ref refid="aff1050" id="crf2970"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au2680" author-id="S0370269323000643-3c7b622bda147b821572888347582e6d"><ce:given-name>J.</ce:given-name><ce:surname>Figiel</ce:surname><ce:cross-ref refid="aff1180" id="crf2980"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au2690" author-id="S0370269323000643-3f994100548e7aeca3abfa2bd6a6acdd"><ce:given-name>V.</ce:given-name><ce:surname>Filova</ce:surname><ce:cross-ref refid="aff0370" id="crf2990"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au2700" author-id="S0370269323000643-16de97754cf916e09dde4c06ab2487a2"><ce:given-name>D.</ce:given-name><ce:surname>Finogeev</ce:surname><ce:cross-ref refid="aff0630" id="crf3000"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au2710" author-id="S0370269323000643-78e599883a68fe0063ae2aa88c3d45cc"><ce:given-name>F.M.</ce:given-name><ce:surname>Fionda</ce:surname><ce:cross-ref refid="aff0550" id="crf3010"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au2720" author-id="S0370269323000643-6f38e6b644d0c00d8c10b081f52f12d7"><ce:given-name>G.</ce:given-name><ce:surname>Fiorenza</ce:surname><ce:cross-ref refid="aff0340" id="crf3020"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au2730" author-id="S0370269323000643-bd43e27616ca1919592e9b57e7b8f61a"><ce:given-name>F.</ce:given-name><ce:surname>Flor</ce:surname><ce:cross-ref refid="aff1250" id="crf3030"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au2740" author-id="S0370269323000643-746be3a9141d9c078cfbe60f53eeecfd"><ce:given-name>A.N.</ce:given-name><ce:surname>Flores</ce:surname><ce:cross-ref refid="aff1190" id="crf3040"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au2750" author-id="S0370269323000643-42fd1f3680f51152dfda7cb4075ac18e"><ce:given-name>S.</ce:given-name><ce:surname>Foertsch</ce:surname><ce:cross-ref refid="aff0720" id="crf3050"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author id="au2760" author-id="S0370269323000643-1f224979dd316f22a826529fb384e21a"><ce:given-name>S.</ce:given-name><ce:surname>Fokin</ce:surname><ce:cross-ref refid="aff0890" id="crf3060"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au2770" author-id="S0370269323000643-012cbc6bc9303877c458bdf9a521e5ea"><ce:given-name>E.</ce:given-name><ce:surname>Fragiacomo</ce:surname><ce:cross-ref refid="aff0600" id="crf3070"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author id="au2780" author-id="S0370269323000643-6b14343bb1477ee6f77413c5e1607139"><ce:given-name>E.</ce:given-name><ce:surname>Frajna</ce:surname><ce:cross-ref refid="aff1460" id="crf3080"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au2790" author-id="S0370269323000643-40e489eded73f09566103eb6e7285c7b"><ce:given-name>A.</ce:given-name><ce:surname>Francisco</ce:surname><ce:cross-ref refid="aff1360" id="crf3090"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au2800" author-id="S0370269323000643-cb179d5175a767cfcccfaf42e2d13fd9"><ce:given-name>U.</ce:given-name><ce:surname>Fuchs</ce:surname><ce:cross-ref refid="aff0340" id="crf3100"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au2810" author-id="S0370269323000643-75b81f7c708cdac6972396f07f1e615c"><ce:given-name>N.</ce:given-name><ce:surname>Funicello</ce:surname><ce:cross-ref refid="aff0290" id="crf3110"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au2820" author-id="S0370269323000643-e99988272e94b543b10e6e1e6762c915"><ce:given-name>C.</ce:given-name><ce:surname>Furget</ce:surname><ce:cross-ref refid="aff0790" id="crf3120"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author id="au2830" author-id="S0370269323000643-466f51a3a42f868eb651094379830769"><ce:given-name>A.</ce:given-name><ce:surname>Furs</ce:surname><ce:cross-ref refid="aff0630" id="crf3130"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au2840" author-id="S0370269323000643-ce50de6d5c62db541251975d35c3ef1e"><ce:given-name>J.J.</ce:given-name><ce:surname>Gaardhøje</ce:surname><ce:cross-ref refid="aff0900" id="crf3140"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au2850" author-id="S0370269323000643-cc1e5eeab68bbb2c3a078d24d2e806fb"><ce:given-name>M.</ce:given-name><ce:surname>Gagliardi</ce:surname><ce:cross-ref refid="aff0240" id="crf3150"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au2860" author-id="S0370269323000643-7a1ebb0715ccd1767039dbefe6aa000c"><ce:given-name>A.M.</ce:given-name><ce:surname>Gago</ce:surname><ce:cross-ref refid="aff1120" id="crf3160"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author id="au2870" author-id="S0370269323000643-99c7387ccffb2e1e0541b43b3018fdef"><ce:given-name>A.</ce:given-name><ce:surname>Gal</ce:surname><ce:cross-ref refid="aff1380" id="crf3170"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au2880" author-id="S0370269323000643-23c91ffad460f5afabddb04373c9f2f9"><ce:given-name>C.D.</ce:given-name><ce:surname>Galvan</ce:surname><ce:cross-ref refid="aff1200" id="crf3180"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author id="au2890" author-id="S0370269323000643-8650c037fc955510cd76a4536ac83b03"><ce:given-name>P.</ce:given-name><ce:surname>Ganoti</ce:surname><ce:cross-ref refid="aff0850" id="crf3190"><ce:sup>85</ce:sup></ce:cross-ref></ce:author><ce:author id="au2900" author-id="S0370269323000643-d12fc16d28f1dce28adbdb23a5ddbcd4"><ce:given-name>C.</ce:given-name><ce:surname>Garabatos</ce:surname><ce:cross-ref refid="aff1080" id="crf3200"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au2910" author-id="S0370269323000643-df265a31acafb0a0d83f8ac8f13667e6"><ce:given-name>J.R.A.</ce:given-name><ce:surname>Garcia</ce:surname><ce:cross-ref refid="aff0450" id="crf3210"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au2920" author-id="S0370269323000643-07a4057e80a82b458aafc1e9dd90f0ba"><ce:given-name>E.</ce:given-name><ce:surname>Garcia-Solis</ce:surname><ce:cross-ref refid="aff0100" id="crf3220"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author id="au2930" author-id="S0370269323000643-8f3671ab888761876ad72f8897499a10"><ce:given-name>K.</ce:given-name><ce:surname>Garg</ce:surname><ce:cross-ref refid="aff1150" id="crf3230"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au2940" author-id="S0370269323000643-987fe2eab608df9880768b4abb040eae"><ce:given-name>C.</ce:given-name><ce:surname>Gargiulo</ce:surname><ce:cross-ref refid="aff0340" id="crf3240"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au2950" author-id="S0370269323000643-0a421258e4c2e68267cbf36b6e5c0d5b"><ce:given-name>A.</ce:given-name><ce:surname>Garibli</ce:surname><ce:cross-ref refid="aff0880" id="crf3250"><ce:sup>88</ce:sup></ce:cross-ref></ce:author><ce:author id="au2960" author-id="S0370269323000643-71fb0aae98a5fed2648a66e4a7fba2bb"><ce:given-name>K.</ce:given-name><ce:surname>Garner</ce:surname><ce:cross-ref refid="aff1450" id="crf3260"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au2970" author-id="S0370269323000643-bb2ee026731cbc4ebf20caf7bbd437f9"><ce:given-name>P.</ce:given-name><ce:surname>Gasik</ce:surname><ce:cross-ref refid="aff1080" id="crf3270"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au2980" author-id="S0370269323000643-6234390f32e4a2984bc0654b17dcc492"><ce:given-name>E.F.</ce:given-name><ce:surname>Gauger</ce:surname><ce:cross-ref refid="aff1190" id="crf3280"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au2990" author-id="S0370269323000643-e15f53ade07920f42fc443e2c0e4d59a"><ce:given-name>A.</ce:given-name><ce:surname>Gautam</ce:surname><ce:cross-ref refid="aff1270" id="crf3290"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author id="au3000" author-id="S0370269323000643-d29ecc9c86d03e88594e296615e84c9a"><ce:given-name>M.B.</ce:given-name><ce:surname>Gay Ducati</ce:surname><ce:cross-ref refid="aff0700" id="crf3300"><ce:sup>70</ce:sup></ce:cross-ref></ce:author><ce:author id="au3010" author-id="S0370269323000643-8d334f5f7f55bf362a6956f1bffdf2c3"><ce:given-name>M.</ce:given-name><ce:surname>Germain</ce:surname><ce:cross-ref refid="aff1150" id="crf3310"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au3020" author-id="S0370269323000643-87f4a98aa68feedf19ca0cc21388e710"><ce:given-name>S.K.</ce:given-name><ce:surname>Ghosh</ce:surname><ce:cross-ref refid="aff0040" id="crf3320"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au3030" author-id="S0370269323000643-255d61357ee3950aa2511a27c84eaf0a"><ce:given-name>M.</ce:given-name><ce:surname>Giacalone</ce:surname><ce:cross-ref refid="aff0250" id="crf3330"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au3040" author-id="S0370269323000643-3e2c737e4be858cd21077f3c75d4a1a5"><ce:given-name>P.</ce:given-name><ce:surname>Gianotti</ce:surname><ce:cross-ref refid="aff0520" id="crf3340"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au3050" author-id="S0370269323000643-c03ebc10e5b747137b76532ec58d9b7c"><ce:given-name>P.</ce:given-name><ce:surname>Giubellino</ce:surname><ce:cross-ref refid="aff1080" id="crf3350"><ce:sup>108</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0590" id="crf3360"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au3060" author-id="S0370269323000643-4484cd7bf97022c8764e710e83e310ea"><ce:given-name>P.</ce:given-name><ce:surname>Giubilato</ce:surname><ce:cross-ref refid="aff0270" id="crf3370"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author id="au3070" author-id="S0370269323000643-8da930564b3ed61741e5e20fce3e2a52"><ce:given-name>A.M.C.</ce:given-name><ce:surname>Glaenzer</ce:surname><ce:cross-ref refid="aff1390" id="crf3380"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au3080" author-id="S0370269323000643-376802ecfdb934149d8388178a587721"><ce:given-name>P.</ce:given-name><ce:surname>Glässel</ce:surname><ce:cross-ref refid="aff1050" id="crf3390"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au3090" author-id="S0370269323000643-1b2d870f15ca702db28903678f5d75de"><ce:given-name>E.</ce:given-name><ce:surname>Glimos</ce:surname><ce:cross-ref refid="aff1310" id="crf3400"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au3100" author-id="S0370269323000643-93dce0bd4ad68fe50f0a23cb75dc5ece"><ce:given-name>D.J.Q.</ce:given-name><ce:surname>Goh</ce:surname><ce:cross-ref refid="aff0830" id="crf3410"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author id="au3110" author-id="S0370269323000643-c25e38120a3069e0125dc6c22f89fa94"><ce:given-name>V.</ce:given-name><ce:surname>Gonzalez</ce:surname><ce:cross-ref refid="aff1440" id="crf3420"><ce:sup>144</ce:sup></ce:cross-ref></ce:author><ce:author id="au3120" author-id="S0370269323000643-2dc052a1e9c57f3a73482a2d5d0260f3"><ce:given-name>L.H.</ce:given-name><ce:surname>González-Trueba</ce:surname><ce:cross-ref refid="aff0710" id="crf3430"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author id="au3130" author-id="S0370269323000643-9b9d13249a72db20d32b4da1cee42ded"><ce:given-name>S.</ce:given-name><ce:surname>Gorbunov</ce:surname><ce:cross-ref refid="aff0390" id="crf3440"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au3140" author-id="S0370269323000643-90965aac862ee9a40904f43bd5d6f611"><ce:given-name>M.</ce:given-name><ce:surname>Gorgon</ce:surname><ce:cross-ref refid="aff0020" id="crf3450"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au3150" author-id="S0370269323000643-39d74df1971ac41d3b24d84ed4a40ce3"><ce:given-name>L.</ce:given-name><ce:surname>Görlich</ce:surname><ce:cross-ref refid="aff1180" id="crf3460"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au3160" author-id="S0370269323000643-7662d0c3046b717d6aafb31b874bc7fc"><ce:given-name>S.</ce:given-name><ce:surname>Gotovac</ce:surname><ce:cross-ref refid="aff0350" id="crf3470"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author id="au3170" author-id="S0370269323000643-88c4e3bf21c3c3108a671e555e5f3c36"><ce:given-name>V.</ce:given-name><ce:surname>Grabski</ce:surname><ce:cross-ref refid="aff0710" id="crf3480"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author id="au3180" author-id="S0370269323000643-4f5d9c0299fdae0f1004b34a8b3fdc63"><ce:given-name>L.K.</ce:given-name><ce:surname>Graczykowski</ce:surname><ce:cross-ref refid="aff1430" id="crf3490"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au3190" author-id="S0370269323000643-a6c90861d9b7eaf03c2639488fe4154c"><ce:given-name>L.</ce:given-name><ce:surname>Greiner</ce:surname><ce:cross-ref refid="aff0800" id="crf3500"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au3200" author-id="S0370269323000643-af14458a77f832d22ca950af14f8493e"><ce:given-name>A.</ce:given-name><ce:surname>Grelli</ce:surname><ce:cross-ref refid="aff0620" id="crf3510"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au3210" author-id="S0370269323000643-f8a6e1944c58dda71cfafb800846c896"><ce:given-name>C.</ce:given-name><ce:surname>Grigoras</ce:surname><ce:cross-ref refid="aff0340" id="crf3520"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au3220" author-id="S0370269323000643-953aba0e06d9873f30e491943bf618b0"><ce:given-name>V.</ce:given-name><ce:surname>Grigoriev</ce:surname><ce:cross-ref refid="aff0940" id="crf3530"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au3230" author-id="S0370269323000643-fade90c306431c659a9ed2757eb7e080"><ce:given-name>S.</ce:given-name><ce:surname>Grigoryan</ce:surname><ce:cross-ref refid="aff0750" id="crf3540"><ce:sup>75</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0010" id="crf3550"><ce:sup>1</ce:sup></ce:cross-ref></ce:author><ce:author id="au3240" author-id="S0370269323000643-1aceebae73d51f462d1727b9bbd88172"><ce:given-name>F.</ce:given-name><ce:surname>Grosa</ce:surname><ce:cross-ref refid="aff0340" id="crf3560"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0590" id="crf3570"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au3250" author-id="S0370269323000643-35be2bb8fb5264060c83aaa2bd6945a1"><ce:given-name>J.F.</ce:given-name><ce:surname>Grosse-Oetringhaus</ce:surname><ce:cross-ref refid="aff0340" id="crf3580"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au3260" author-id="S0370269323000643-b0a55ca5abf071c61d021e8ccf9728f3"><ce:given-name>R.</ce:given-name><ce:surname>Grosso</ce:surname><ce:cross-ref refid="aff1080" id="crf3590"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au3270" author-id="S0370269323000643-e4f860038db61bc49c20c4ebfd1978a8"><ce:given-name>D.</ce:given-name><ce:surname>Grund</ce:surname><ce:cross-ref refid="aff0370" id="crf3600"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au3280" author-id="S0370269323000643-18c7a61fd748313ebfc50b673826591d"><ce:given-name>G.G.</ce:given-name><ce:surname>Guardiano</ce:surname><ce:cross-ref refid="aff1220" id="crf3610"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author id="au3290" author-id="S0370269323000643-49423e283ef46a2191735696f1f8e1cf"><ce:given-name>R.</ce:given-name><ce:surname>Guernane</ce:surname><ce:cross-ref refid="aff0790" id="crf3620"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author id="au3300" author-id="S0370269323000643-1c69d97d25199af7734252f2ba5c94dd"><ce:given-name>M.</ce:given-name><ce:surname>Guilbaud</ce:surname><ce:cross-ref refid="aff1150" id="crf3630"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au3310" author-id="S0370269323000643-135be9a58c4bb97999a54df788a17739"><ce:given-name>K.</ce:given-name><ce:surname>Gulbrandsen</ce:surname><ce:cross-ref refid="aff0900" id="crf3640"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au3320" author-id="S0370269323000643-54b557b1b16c66ddca3ffa8a1514552e"><ce:given-name>T.</ce:given-name><ce:surname>Gunji</ce:surname><ce:cross-ref refid="aff1330" id="crf3650"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author id="au3330" author-id="S0370269323000643-1f18901fa4f597e541e4b6d7d3993742"><ce:given-name>W.</ce:given-name><ce:surname>Guo</ce:surname><ce:cross-ref refid="aff0070" id="crf3660"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au3340" author-id="S0370269323000643-99034e91113d8d65c1b671490ba1dcb4"><ce:given-name>A.</ce:given-name><ce:surname>Gupta</ce:surname><ce:cross-ref refid="aff1020" id="crf3670"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au3350" author-id="S0370269323000643-e1c6a423f099dbb8f259dfde5800cf80"><ce:given-name>R.</ce:given-name><ce:surname>Gupta</ce:surname><ce:cross-ref refid="aff1020" id="crf3680"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au3360" author-id="S0370269323000643-bd6f669dcc7323e19d9d5f15f06cfc64"><ce:given-name>S.P.</ce:given-name><ce:surname>Guzman</ce:surname><ce:cross-ref refid="aff0450" id="crf3690"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au3370" author-id="S0370269323000643-cc3b2f2a8588716c0e46858eda331189"><ce:given-name>L.</ce:given-name><ce:surname>Gyulai</ce:surname><ce:cross-ref refid="aff1460" id="crf3700"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au3380" author-id="S0370269323000643-6f01f05172f0ead44e86c024003fc89a"><ce:given-name>M.K.</ce:given-name><ce:surname>Habib</ce:surname><ce:cross-ref refid="aff1080" id="crf3710"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au3390" author-id="S0370269323000643-9362679e8c5f67344ceb8b58a1427f0f"><ce:given-name>C.</ce:given-name><ce:surname>Hadjidakis</ce:surname><ce:cross-ref refid="aff0780" id="crf3720"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au3400" author-id="S0370269323000643-36473b590e40cc5d72e4fe5ed94a3e26"><ce:given-name>H.</ce:given-name><ce:surname>Hamagaki</ce:surname><ce:cross-ref refid="aff0830" id="crf3730"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author id="au3410" author-id="S0370269323000643-4001056cdfcdff2bf9283cb9eb65dce6"><ce:given-name>M.</ce:given-name><ce:surname>Hamid</ce:surname><ce:cross-ref refid="aff0070" id="crf3740"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au3420" author-id="S0370269323000643-ab877e6ad3aa564fc07ff9279bdb0114"><ce:given-name>R.</ce:given-name><ce:surname>Hannigan</ce:surname><ce:cross-ref refid="aff1190" id="crf3750"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au3430" author-id="S0370269323000643-6cb4376ff64678829e7af4b6b3584d70"><ce:given-name>M.R.</ce:given-name><ce:surname>Haque</ce:surname><ce:cross-ref refid="aff1430" id="crf3760"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au3440" author-id="S0370269323000643-1ad6c786673c0d88fb3ec98199ef2627"><ce:given-name>A.</ce:given-name><ce:surname>Harlenderova</ce:surname><ce:cross-ref refid="aff1080" id="crf3770"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au3450" author-id="S0370269323000643-093df752b6ef0875125996d2e249b17f"><ce:given-name>J.W.</ce:given-name><ce:surname>Harris</ce:surname><ce:cross-ref refid="aff1470" id="crf3780"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au3460" author-id="S0370269323000643-1cc09eaf1767efb447484c3576c326a3"><ce:given-name>A.</ce:given-name><ce:surname>Harton</ce:surname><ce:cross-ref refid="aff0100" id="crf3790"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author id="au3470" author-id="S0370269323000643-8f1d14fcc366c98d7ffc616fd4020b3a"><ce:given-name>J.A.</ce:given-name><ce:surname>Hasenbichler</ce:surname><ce:cross-ref refid="aff0340" id="crf3800"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au3480" author-id="S0370269323000643-3c2864accc71830551ec0dc4bc72466c"><ce:given-name>H.</ce:given-name><ce:surname>Hassan</ce:surname><ce:cross-ref refid="aff0970" id="crf3810"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au3490" author-id="S0370269323000643-ec5233119b47dffa5f645e1bcad8c3ab"><ce:given-name>D.</ce:given-name><ce:surname>Hatzifotiadou</ce:surname><ce:cross-ref refid="aff0540" id="crf3820"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au3500" author-id="S0370269323000643-c494e289485a5b77e2698762fd7f4b6d"><ce:given-name>P.</ce:given-name><ce:surname>Hauer</ce:surname><ce:cross-ref refid="aff0430" id="crf3830"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author id="au3510" author-id="S0370269323000643-d07756ab653a033a44665f2378719cc2"><ce:given-name>L.B.</ce:given-name><ce:surname>Havener</ce:surname><ce:cross-ref refid="aff1470" id="crf3840"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au3520" author-id="S0370269323000643-8e268fbd99e6fae4655760d64978b0ff"><ce:given-name>S.T.</ce:given-name><ce:surname>Heckel</ce:surname><ce:cross-ref refid="aff1060" id="crf3850"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au3530" author-id="S0370269323000643-7ad645538c2eb3346cfb0dd07e68d266"><ce:given-name>E.</ce:given-name><ce:surname>Hellbär</ce:surname><ce:cross-ref refid="aff1080" id="crf3860"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au3540" author-id="S0370269323000643-2ec6e519610c64506f6a6c4958b0ac54"><ce:given-name>H.</ce:given-name><ce:surname>Helstrup</ce:surname><ce:cross-ref refid="aff0360" id="crf3870"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au3550" author-id="S0370269323000643-51fb6f5f9415eda76fa12ad79ea6ef67"><ce:given-name>T.</ce:given-name><ce:surname>Herman</ce:surname><ce:cross-ref refid="aff0370" id="crf3880"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au3560" author-id="S0370269323000643-395e012e61feeafeb06dc1b1ee34d8d4"><ce:given-name>G.</ce:given-name><ce:surname>Herrera Corral</ce:surname><ce:cross-ref refid="aff0090" id="crf3890"><ce:sup>9</ce:sup></ce:cross-ref></ce:author><ce:author id="au3570" author-id="S0370269323000643-7a7a63e4af499b5ed75851524b48baa5"><ce:given-name>F.</ce:given-name><ce:surname>Herrmann</ce:surname><ce:cross-ref refid="aff1450" id="crf3900"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au3580" author-id="S0370269323000643-8fe0fd23ac8c4d7a4221a002b047a705"><ce:given-name>K.F.</ce:given-name><ce:surname>Hetland</ce:surname><ce:cross-ref refid="aff0360" id="crf3910"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au3590" author-id="S0370269323000643-5ab0a906131a8cf631664a48b8bb9672"><ce:given-name>B.</ce:given-name><ce:surname>Heybeck</ce:surname><ce:cross-ref refid="aff0680" id="crf3920"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au3600" author-id="S0370269323000643-d83a69a11b8778333bf72d127a9faaa4"><ce:given-name>H.</ce:given-name><ce:surname>Hillemanns</ce:surname><ce:cross-ref refid="aff0340" id="crf3930"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au3610" author-id="S0370269323000643-26a04d5f7344e810ea2275dad6767a9e"><ce:given-name>C.</ce:given-name><ce:surname>Hills</ce:surname><ce:cross-ref refid="aff1280" id="crf3940"><ce:sup>128</ce:sup></ce:cross-ref></ce:author><ce:author id="au3620" author-id="S0370269323000643-91692271254645e12e8687c69cd93550"><ce:given-name>B.</ce:given-name><ce:surname>Hippolyte</ce:surname><ce:cross-ref refid="aff1380" id="crf3950"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au3630" author-id="S0370269323000643-b2b41e3fa6c79c0bc760ec204badbf8e"><ce:given-name>B.</ce:given-name><ce:surname>Hofman</ce:surname><ce:cross-ref refid="aff0620" id="crf3960"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au3640" author-id="S0370269323000643-d68d4563c957d636f8ea0b438d75af8e"><ce:given-name>B.</ce:given-name><ce:surname>Hohlweger</ce:surname><ce:cross-ref refid="aff0910" id="crf3970"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au3650" author-id="S0370269323000643-6bcd750d66da852b78a422563f846dad"><ce:given-name>J.</ce:given-name><ce:surname>Honermann</ce:surname><ce:cross-ref refid="aff1450" id="crf3980"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au3660" author-id="S0370269323000643-fb87ef9112c084814dd4cd2584045cf3"><ce:given-name>G.H.</ce:given-name><ce:surname>Hong</ce:surname><ce:cross-ref refid="aff1480" id="crf3990"><ce:sup>148</ce:sup></ce:cross-ref></ce:author><ce:author id="au3670" author-id="S0370269323000643-bb0a4fa2cb3019f784b4aac68042d91d"><ce:given-name>D.</ce:given-name><ce:surname>Horak</ce:surname><ce:cross-ref refid="aff0370" id="crf4000"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au3680" author-id="S0370269323000643-58e97219d1f610ad3da8d74cd8d4df1d"><ce:given-name>S.</ce:given-name><ce:surname>Hornung</ce:surname><ce:cross-ref refid="aff1080" id="crf4010"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au3690" author-id="S0370269323000643-9a7d8925dcb9bade29afd917e864e548"><ce:given-name>A.</ce:given-name><ce:surname>Horzyk</ce:surname><ce:cross-ref refid="aff0020" id="crf4020"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au3700" author-id="S0370269323000643-1a0aedf45a03b8412e32e8e2dc7dffc9"><ce:given-name>R.</ce:given-name><ce:surname>Hosokawa</ce:surname><ce:cross-ref refid="aff0150" id="crf4030"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author id="au3710" author-id="S0370269323000643-804ec34d975fc918625e33c9bf478431"><ce:given-name>Y.</ce:given-name><ce:surname>Hou</ce:surname><ce:cross-ref refid="aff0070" id="crf4040"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au3720" author-id="S0370269323000643-9f1666f66376b6067eb0db183403471c"><ce:given-name>P.</ce:given-name><ce:surname>Hristov</ce:surname><ce:cross-ref refid="aff0340" id="crf4050"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au3730" author-id="S0370269323000643-001175083688542727c74a632c90fa25"><ce:given-name>C.</ce:given-name><ce:surname>Hughes</ce:surname><ce:cross-ref refid="aff1310" id="crf4060"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au3740" author-id="S0370269323000643-c1701ed0ea0ca8b2c7644f838deb6a52"><ce:given-name>P.</ce:given-name><ce:surname>Huhn</ce:surname><ce:cross-ref refid="aff0680" id="crf4070"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au3750" author-id="S0370269323000643-1d44428a50028ba0167ad2e836cdccdd"><ce:given-name>L.M.</ce:given-name><ce:surname>Huhta</ce:surname><ce:cross-ref refid="aff1260" id="crf4080"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author id="au3760" author-id="S0370269323000643-b77b5ca70871829f4a6caed289764804"><ce:given-name>C.V.</ce:given-name><ce:surname>Hulse</ce:surname><ce:cross-ref refid="aff0780" id="crf4090"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au3770" author-id="S0370269323000643-c0ec982d5ca2280aac9dadb166a34f51"><ce:given-name>T.J.</ce:given-name><ce:surname>Humanic</ce:surname><ce:cross-ref refid="aff0980" id="crf4100"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author id="au3780" author-id="S0370269323000643-8cedcc0d345ecbd448b4d0e9a26c9612"><ce:given-name>H.</ce:given-name><ce:surname>Hushnud</ce:surname><ce:cross-ref refid="aff1100" id="crf4110"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author id="au3790" author-id="S0370269323000643-96016c6b8522e0b395d92381681c58f9"><ce:given-name>L.A.</ce:given-name><ce:surname>Husova</ce:surname><ce:cross-ref refid="aff1450" id="crf4120"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au3800" author-id="S0370269323000643-323f1afb31024750df32af8b3c6f19a1"><ce:given-name>A.</ce:given-name><ce:surname>Hutson</ce:surname><ce:cross-ref refid="aff1250" id="crf4130"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au3810" author-id="S0370269323000643-0e776b64ca9b6ad890dadafa39a52b22"><ce:given-name>J.P.</ce:given-name><ce:surname>Iddon</ce:surname><ce:cross-ref refid="aff1280" id="crf4140"><ce:sup>128</ce:sup></ce:cross-ref></ce:author><ce:author id="au3820" author-id="S0370269323000643-9ba2a5336d3caa1deb6099cb7e45d7e1"><ce:given-name>R.</ce:given-name><ce:surname>Ilkaev</ce:surname><ce:cross-ref refid="aff1090" id="crf4150"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author id="au3830" author-id="S0370269323000643-1143f987981760e3c4faf5e1333b2cb0"><ce:given-name>H.</ce:given-name><ce:surname>Ilyas</ce:surname><ce:cross-ref refid="aff0140" id="crf4160"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author id="au3840" author-id="S0370269323000643-4b5d83b68ef345b89ecbef76ed248603"><ce:given-name>M.</ce:given-name><ce:surname>Inaba</ce:surname><ce:cross-ref refid="aff1340" id="crf4170"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au3850" author-id="S0370269323000643-9977d7231b3f865ed7ec78ac9a9c661d"><ce:given-name>G.M.</ce:given-name><ce:surname>Innocenti</ce:surname><ce:cross-ref refid="aff0340" id="crf4180"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au3860" author-id="S0370269323000643-0a5cfa2ee46360e63cba51ff45d06749"><ce:given-name>M.</ce:given-name><ce:surname>Ippolitov</ce:surname><ce:cross-ref refid="aff0890" id="crf4190"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au3870" author-id="S0370269323000643-0e13cf82a33559ab5ebec9f23873abb4"><ce:given-name>A.</ce:given-name><ce:surname>Isakov</ce:surname><ce:cross-ref refid="aff0960" id="crf4200"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au3880" author-id="S0370269323000643-a45aceacbad11ba05e293e86a5e905fa"><ce:given-name>T.</ce:given-name><ce:surname>Isidori</ce:surname><ce:cross-ref refid="aff1270" id="crf4210"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author id="au3890" author-id="S0370269323000643-5130d91254c818e783bfe97407046033"><ce:given-name>M.S.</ce:given-name><ce:surname>Islam</ce:surname><ce:cross-ref refid="aff1100" id="crf4220"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author id="au3900" author-id="S0370269323000643-54e062f9517cf13404565a1cfb0519df"><ce:given-name>M.</ce:given-name><ce:surname>Ivanov</ce:surname><ce:cross-ref refid="aff1080" id="crf4230"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au3910" author-id="S0370269323000643-3257368019a48da005eff928bd69ddc7"><ce:given-name>V.</ce:given-name><ce:surname>Ivanov</ce:surname><ce:cross-ref refid="aff0990" id="crf4240"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au3920" author-id="S0370269323000643-744d295d4100d9b9a644faf7e3c07b69"><ce:given-name>V.</ce:given-name><ce:surname>Izucheev</ce:surname><ce:cross-ref refid="aff0920" id="crf4250"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au3930" author-id="S0370269323000643-04704e18ed6c47a4e430d1527c3e8979"><ce:given-name>M.</ce:given-name><ce:surname>Jablonski</ce:surname><ce:cross-ref refid="aff0020" id="crf4260"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au3940" author-id="S0370269323000643-e1a40c4976b3155e4324627b87160a72"><ce:given-name>B.</ce:given-name><ce:surname>Jacak</ce:surname><ce:cross-ref refid="aff0800" id="crf4270"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au3950" author-id="S0370269323000643-a9ad5469ba99da3ee1276a42cfc1e893"><ce:given-name>N.</ce:given-name><ce:surname>Jacazio</ce:surname><ce:cross-ref refid="aff0340" id="crf4280"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au3960" author-id="S0370269323000643-03a0ece9d78deda299068c18973826f4"><ce:given-name>P.M.</ce:given-name><ce:surname>Jacobs</ce:surname><ce:cross-ref refid="aff0800" id="crf4290"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au3970" author-id="S0370269323000643-db4b9e24a7edc69d716a7eaeb39d23bb"><ce:given-name>S.</ce:given-name><ce:surname>Jadlovska</ce:surname><ce:cross-ref refid="aff1170" id="crf4300"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author id="au3980" author-id="S0370269323000643-624315fef87962ddbd4dfa43a00df878"><ce:given-name>J.</ce:given-name><ce:surname>Jadlovsky</ce:surname><ce:cross-ref refid="aff1170" id="crf4310"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author id="au3990" author-id="S0370269323000643-2348bfe5c2eca0abbe06dc030b8980ba"><ce:given-name>S.</ce:given-name><ce:surname>Jaelani</ce:surname><ce:cross-ref refid="aff0620" id="crf4320"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au4000" author-id="S0370269323000643-1f660b822738c6ed8755191ebbb4fc37"><ce:given-name>C.</ce:given-name><ce:surname>Jahnke</ce:surname><ce:cross-ref refid="aff1220" id="crf4330"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author id="au4010" author-id="S0370269323000643-72416b2e204a9edc2abd801d284cabe1"><ce:given-name>M.J.</ce:given-name><ce:surname>Jakubowska</ce:surname><ce:cross-ref refid="aff1430" id="crf4340"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au4020" author-id="S0370269323000643-b3997a9c23f1423dceb4954ee62c10b0"><ce:given-name>A.</ce:given-name><ce:surname>Jalotra</ce:surname><ce:cross-ref refid="aff1020" id="crf4350"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au4030" author-id="S0370269323000643-47f486fd6a34a71748e4296e140bb514"><ce:given-name>M.A.</ce:given-name><ce:surname>Janik</ce:surname><ce:cross-ref refid="aff1430" id="crf4360"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au4040" author-id="S0370269323000643-2f7fea42c1c2ebec5172121a08f119ce"><ce:given-name>T.</ce:given-name><ce:surname>Janson</ce:surname><ce:cross-ref refid="aff0740" id="crf4370"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au4050" author-id="S0370269323000643-2425937bd24637e67d7635ce8c55346a"><ce:given-name>M.</ce:given-name><ce:surname>Jercic</ce:surname><ce:cross-ref refid="aff1000" id="crf4380"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author id="au4060" author-id="S0370269323000643-919c09ef7cea2014a589c5a05b491b03"><ce:given-name>O.</ce:given-name><ce:surname>Jevons</ce:surname><ce:cross-ref refid="aff1110" id="crf4390"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au4070" author-id="S0370269323000643-0058ed807ba55e1dc3018df2944a05a9"><ce:given-name>A.A.P.</ce:given-name><ce:surname>Jimenez</ce:surname><ce:cross-ref refid="aff0690" id="crf4400"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au4080" author-id="S0370269323000643-77affd2a949bb3c47fc27d2788c61f73"><ce:given-name>F.</ce:given-name><ce:surname>Jonas</ce:surname><ce:cross-ref refid="aff0970" id="crf4410"><ce:sup>97</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1450" id="crf4420"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au4090" author-id="S0370269323000643-6d3535b16f327cd1f041269fdeeb525e"><ce:given-name>P.G.</ce:given-name><ce:surname>Jones</ce:surname><ce:cross-ref refid="aff1110" id="crf4430"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au4100" author-id="S0370269323000643-332f78ad8211f0bce6beabba5723298a"><ce:given-name>J.M.</ce:given-name><ce:surname>Jowett</ce:surname><ce:cross-ref refid="aff0340" id="crf4440"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1080" id="crf4450"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au4110" author-id="S0370269323000643-20786a6320aecb24049c7d9f097b03cd"><ce:given-name>J.</ce:given-name><ce:surname>Jung</ce:surname><ce:cross-ref refid="aff0680" id="crf4460"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au4120" author-id="S0370269323000643-00f2f22b65e3f00ce32e1e62d7cf8c0a"><ce:given-name>M.</ce:given-name><ce:surname>Jung</ce:surname><ce:cross-ref refid="aff0680" id="crf4470"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au4130" author-id="S0370269323000643-ae7799423187e27a168e4e3b4f50107f"><ce:given-name>A.</ce:given-name><ce:surname>Junique</ce:surname><ce:cross-ref refid="aff0340" id="crf4480"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4140" author-id="S0370269323000643-678d0d3ca2c9237dc98c1814f934ea74"><ce:given-name>A.</ce:given-name><ce:surname>Jusko</ce:surname><ce:cross-ref refid="aff1110" id="crf4490"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au4150" author-id="S0370269323000643-a4ac5f5e32e8b75e8bcde7ebbeebad4a"><ce:given-name>M.J.</ce:given-name><ce:surname>Kabus</ce:surname><ce:cross-ref refid="aff1430" id="crf4500"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au4160" author-id="S0370269323000643-62c64c1b6d866f1c9bf4715d6fbc492e"><ce:given-name>J.</ce:given-name><ce:surname>Kaewjai</ce:surname><ce:cross-ref refid="aff1160" id="crf4510"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author id="au4170" author-id="S0370269323000643-25f33706ab3c0fc88cb8ef01da3691d8"><ce:given-name>P.</ce:given-name><ce:surname>Kalinak</ce:surname><ce:cross-ref refid="aff0640" id="crf4520"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au4180" author-id="S0370269323000643-41b64c1f5ba6342192ac11992e62b1a0"><ce:given-name>A.S.</ce:given-name><ce:surname>Kalteyer</ce:surname><ce:cross-ref refid="aff1080" id="crf4530"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au4190" author-id="S0370269323000643-dffd010dc0e688f6f012b5205d40bb61"><ce:given-name>A.</ce:given-name><ce:surname>Kalweit</ce:surname><ce:cross-ref refid="aff0340" id="crf4540"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4200" author-id="S0370269323000643-493ff56921a9a64a54dcfee475f90fdd"><ce:given-name>V.</ce:given-name><ce:surname>Kaplin</ce:surname><ce:cross-ref refid="aff0940" id="crf4550"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au4210" author-id="S0370269323000643-74d55f23b79fbb800687a9849bf79462"><ce:given-name>A.</ce:given-name><ce:surname>Karasu Uysal</ce:surname><ce:cross-ref refid="aff0770" id="crf4560"><ce:sup>77</ce:sup></ce:cross-ref></ce:author><ce:author id="au4220" author-id="S0370269323000643-3e82be203cb62d9eea32b1aaf41e6e24"><ce:given-name>D.</ce:given-name><ce:surname>Karatovic</ce:surname><ce:cross-ref refid="aff1000" id="crf4570"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author id="au4230" author-id="S0370269323000643-1817e4e142222876d2313b299f9843d8"><ce:given-name>O.</ce:given-name><ce:surname>Karavichev</ce:surname><ce:cross-ref refid="aff0630" id="crf4580"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au4240" author-id="S0370269323000643-580ddb0bc4ebcafe0237765610444018"><ce:given-name>T.</ce:given-name><ce:surname>Karavicheva</ce:surname><ce:cross-ref refid="aff0630" id="crf4590"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au4250" author-id="S0370269323000643-2c864e60f2f8af4d19e3507236bca643"><ce:given-name>P.</ce:given-name><ce:surname>Karczmarczyk</ce:surname><ce:cross-ref refid="aff1430" id="crf4600"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au4260" author-id="S0370269323000643-b47c69ba46dae7eac2d17ed8f0f0c52d"><ce:given-name>E.</ce:given-name><ce:surname>Karpechev</ce:surname><ce:cross-ref refid="aff0630" id="crf4610"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au4270" author-id="S0370269323000643-f003c09aa81337ca40de53f6ff64aebb"><ce:given-name>V.</ce:given-name><ce:surname>Kashyap</ce:surname><ce:cross-ref refid="aff0870" id="crf4620"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au4280" author-id="S0370269323000643-39796f172188c1223e4ea8fcad046412"><ce:given-name>A.</ce:given-name><ce:surname>Kazantsev</ce:surname><ce:cross-ref refid="aff0890" id="crf4630"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au4290" author-id="S0370269323000643-25097e2cb2885fb6e971c19ad9036846"><ce:given-name>U.</ce:given-name><ce:surname>Kebschull</ce:surname><ce:cross-ref refid="aff0740" id="crf4640"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au4300" author-id="S0370269323000643-3d6245ad4b6528ec5cd3dc4342645cb4"><ce:given-name>R.</ce:given-name><ce:surname>Keidel</ce:surname><ce:cross-ref refid="aff0470" id="crf4650"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author id="au4310" author-id="S0370269323000643-ceb5d3838f7269f526d5ddd8df1cb948"><ce:given-name>D.L.D.</ce:given-name><ce:surname>Keijdener</ce:surname><ce:cross-ref refid="aff0620" id="crf4660"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au4320" author-id="S0370269323000643-fecaf1ba0b6dd114dc8262a412352f43"><ce:given-name>M.</ce:given-name><ce:surname>Keil</ce:surname><ce:cross-ref refid="aff0340" id="crf4670"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4330" author-id="S0370269323000643-a3efc7a21cb29c0f808956c91bfbb571"><ce:given-name>B.</ce:given-name><ce:surname>Ketzer</ce:surname><ce:cross-ref refid="aff0430" id="crf4680"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author id="au4340" author-id="S0370269323000643-99c000594e31fd37cd95a982e448f9dc"><ce:given-name>A.M.</ce:given-name><ce:surname>Khan</ce:surname><ce:cross-ref refid="aff0070" id="crf4690"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au4350" author-id="S0370269323000643-f6c8839e395d611d25f6fa4213d5e698"><ce:given-name>S.</ce:given-name><ce:surname>Khan</ce:surname><ce:cross-ref refid="aff0160" id="crf4700"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author id="au4360" author-id="S0370269323000643-186865278d1d181677646be57683775a"><ce:given-name>A.</ce:given-name><ce:surname>Khanzadeev</ce:surname><ce:cross-ref refid="aff0990" id="crf4710"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au4370" author-id="S0370269323000643-667eb5ff074568d1178a6a82bbbe94b7"><ce:given-name>Y.</ce:given-name><ce:surname>Kharlov</ce:surname><ce:cross-ref refid="aff0920" id="crf4720"><ce:sup>92</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0820" id="crf4730"><ce:sup>82</ce:sup></ce:cross-ref></ce:author><ce:author id="au4380" author-id="S0370269323000643-af29601a63909b511dc3fe2827d242d9"><ce:given-name>A.</ce:given-name><ce:surname>Khatun</ce:surname><ce:cross-ref refid="aff0160" id="crf4740"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author id="au4390" author-id="S0370269323000643-75eccdf33b014088940ea8dfe6928ca8"><ce:given-name>A.</ce:given-name><ce:surname>Khuntia</ce:surname><ce:cross-ref refid="aff1180" id="crf4750"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au4400" author-id="S0370269323000643-792a298eca520b567c604456dc6322b2"><ce:given-name>B.</ce:given-name><ce:surname>Kileng</ce:surname><ce:cross-ref refid="aff0360" id="crf4760"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au4410" author-id="S0370269323000643-9b23417ef9a5f93123d01e62c85ee2f1"><ce:given-name>B.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0170" id="crf4770"><ce:sup>17</ce:sup></ce:cross-ref></ce:author><ce:author id="au4420" author-id="S0370269323000643-8bc3985ada2d6d796030e3de8aea9f63"><ce:given-name>C.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0170" id="crf4780"><ce:sup>17</ce:sup></ce:cross-ref></ce:author><ce:author id="au4430" author-id="S0370269323000643-c18492d4842a66cb0d14646da5c084c8"><ce:given-name>D.J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1260" id="crf4790"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author id="au4440" author-id="S0370269323000643-73b93e75a95f97d0b7fb71398a2bef69"><ce:given-name>E.J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0730" id="crf4800"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author id="au4450" author-id="S0370269323000643-c24fce819647ed26bdd12d59ecdd49b9"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1480" id="crf4810"><ce:sup>148</ce:sup></ce:cross-ref></ce:author><ce:author id="au4460" author-id="S0370269323000643-dfb0fb9c0568dd8cbf37c9f5f055de0c"><ce:given-name>J.S.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0410" id="crf4820"><ce:sup>41</ce:sup></ce:cross-ref></ce:author><ce:author id="au4470" author-id="S0370269323000643-6a3b78405ae5618be49f980312d2f03b"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1050" id="crf4830"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au4480" author-id="S0370269323000643-f0f62d1a88ed70b50b4702c893373ef6"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0730" id="crf4840"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author id="au4490" author-id="S0370269323000643-edf468cf90c2dcc763cfd500dbda49bc"><ce:given-name>M.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1050" id="crf4850"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au4500" author-id="S0370269323000643-77086c040925a97ab71dcbcf2722d4dc"><ce:given-name>S.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0180" id="crf4860"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author id="au4510" author-id="S0370269323000643-70e64afd137aa22c6ba2e91f64c9dac9"><ce:given-name>T.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1480" id="crf4870"><ce:sup>148</ce:sup></ce:cross-ref></ce:author><ce:author id="au4520" author-id="S0370269323000643-efcb2ff34ccc26684c4f862156dbc55a"><ce:given-name>S.</ce:given-name><ce:surname>Kirsch</ce:surname><ce:cross-ref refid="aff0680" id="crf4880"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au4530" author-id="S0370269323000643-df848de5f96c2592f3a76af09c90e839"><ce:given-name>I.</ce:given-name><ce:surname>Kisel</ce:surname><ce:cross-ref refid="aff0390" id="crf4890"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au4540" author-id="S0370269323000643-1ea25b0801f093face42e8b610a2d484"><ce:given-name>S.</ce:given-name><ce:surname>Kiselev</ce:surname><ce:cross-ref refid="aff0930" id="crf4900"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au4550" author-id="S0370269323000643-b4b529dfa240f7101c6ef3cba6758335"><ce:given-name>A.</ce:given-name><ce:surname>Kisiel</ce:surname><ce:cross-ref refid="aff1430" id="crf4910"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au4560" author-id="S0370269323000643-3020f734fbf0ea535b95f85803c7ef8d"><ce:given-name>J.P.</ce:given-name><ce:surname>Kitowski</ce:surname><ce:cross-ref refid="aff0020" id="crf4920"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au4570" author-id="S0370269323000643-4018d364555aeb9f03f745de3249ceb1"><ce:given-name>J.L.</ce:given-name><ce:surname>Klay</ce:surname><ce:cross-ref refid="aff0060" id="crf4930"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au4580" author-id="S0370269323000643-372c26d1a04e6fe5aee55307263fb082"><ce:given-name>J.</ce:given-name><ce:surname>Klein</ce:surname><ce:cross-ref refid="aff0340" id="crf4940"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4590" author-id="S0370269323000643-02841ffd4e912d3392078c41f2d3f476"><ce:given-name>S.</ce:given-name><ce:surname>Klein</ce:surname><ce:cross-ref refid="aff0800" id="crf4950"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au4600" author-id="S0370269323000643-6bf927a1285ef066338061ff7129060f"><ce:given-name>C.</ce:given-name><ce:surname>Klein-Bösing</ce:surname><ce:cross-ref refid="aff1450" id="crf4960"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au4610" author-id="S0370269323000643-de686ca459e7053bffb2eb548734fab9"><ce:given-name>M.</ce:given-name><ce:surname>Kleiner</ce:surname><ce:cross-ref refid="aff0680" id="crf4970"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au4620" author-id="S0370269323000643-d9c0b8c97e650cfceefe4795474835cd"><ce:given-name>T.</ce:given-name><ce:surname>Klemenz</ce:surname><ce:cross-ref refid="aff1060" id="crf4980"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au4630" author-id="S0370269323000643-3d35488d928629a86aacb8787aed73e0"><ce:given-name>A.</ce:given-name><ce:surname>Kluge</ce:surname><ce:cross-ref refid="aff0340" id="crf4990"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4640" author-id="S0370269323000643-291644a1948a05fe8bb6f16d5715bffe"><ce:given-name>A.G.</ce:given-name><ce:surname>Knospe</ce:surname><ce:cross-ref refid="aff1250" id="crf5000"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au4650" author-id="S0370269323000643-9af73f258a62987a4bb0e3d5b123ac21"><ce:given-name>C.</ce:given-name><ce:surname>Kobdaj</ce:surname><ce:cross-ref refid="aff1160" id="crf5010"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author id="au4660" author-id="S0370269323000643-9002912594757f4703158b0d8b2f3fac"><ce:given-name>T.</ce:given-name><ce:surname>Kollegger</ce:surname><ce:cross-ref refid="aff1080" id="crf5020"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au4670" author-id="S0370269323000643-928dc5fa825dcae3f1c6433fdc958dcb"><ce:given-name>A.</ce:given-name><ce:surname>Kondratyev</ce:surname><ce:cross-ref refid="aff0750" id="crf5030"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au4680" author-id="S0370269323000643-d7620b6a11f6a0eda9746e31690949db"><ce:given-name>N.</ce:given-name><ce:surname>Kondratyeva</ce:surname><ce:cross-ref refid="aff0940" id="crf5040"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au4690" author-id="S0370269323000643-168e8894834b8d6f8633ed84e99ae03a"><ce:given-name>E.</ce:given-name><ce:surname>Kondratyuk</ce:surname><ce:cross-ref refid="aff0920" id="crf5050"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au4700" author-id="S0370269323000643-2e621f6ebd3003956714d6ed1e9ba337"><ce:given-name>J.</ce:given-name><ce:surname>Konig</ce:surname><ce:cross-ref refid="aff0680" id="crf5060"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au4710" author-id="S0370269323000643-1aebff40479695495aa421611d1f2770"><ce:given-name>S.A.</ce:given-name><ce:surname>Konigstorfer</ce:surname><ce:cross-ref refid="aff1060" id="crf5070"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au4720" author-id="S0370269323000643-6fdeb78af09c425c2fc777a22b5ae9aa"><ce:given-name>P.J.</ce:given-name><ce:surname>Konopka</ce:surname><ce:cross-ref refid="aff0340" id="crf5080"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4730" author-id="S0370269323000643-a6ebc19161b718e614409bd14cd742e2"><ce:given-name>G.</ce:given-name><ce:surname>Kornakov</ce:surname><ce:cross-ref refid="aff1430" id="crf5090"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au4740" author-id="S0370269323000643-bc606283f8e9b64ca017e5537c8a999c"><ce:given-name>S.D.</ce:given-name><ce:surname>Koryciak</ce:surname><ce:cross-ref refid="aff0020" id="crf5100"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au4750" author-id="S0370269323000643-584f8d6c45b2c92afa67eb902a0518d0"><ce:given-name>A.</ce:given-name><ce:surname>Kotliarov</ce:surname><ce:cross-ref refid="aff0960" id="crf5110"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au4760" author-id="S0370269323000643-ca3a82a6876159a778c0defe2c9f7afc"><ce:given-name>O.</ce:given-name><ce:surname>Kovalenko</ce:surname><ce:cross-ref refid="aff0860" id="crf5120"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author id="au4770" author-id="S0370269323000643-17207e96345007386cfe12e5162ff8cf"><ce:given-name>V.</ce:given-name><ce:surname>Kovalenko</ce:surname><ce:cross-ref refid="aff1130" id="crf5130"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au4780" author-id="S0370269323000643-0d9ac57469fae9491715aab4c71e2aef"><ce:given-name>M.</ce:given-name><ce:surname>Kowalski</ce:surname><ce:cross-ref refid="aff1180" id="crf5140"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au4790" author-id="S0370269323000643-0507f19b08166459bd555f81a134ecd8"><ce:given-name>I.</ce:given-name><ce:surname>Králik</ce:surname><ce:cross-ref refid="aff0640" id="crf5150"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au4800" author-id="S0370269323000643-023433a08cd3402e59db6401c669cb0f"><ce:given-name>A.</ce:given-name><ce:surname>Kravčáková</ce:surname><ce:cross-ref refid="aff0380" id="crf5160"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au4810" author-id="S0370269323000643-5ae20d0891d7ae02dfed674701ce3a0f"><ce:given-name>L.</ce:given-name><ce:surname>Kreis</ce:surname><ce:cross-ref refid="aff1080" id="crf5170"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au4820" author-id="S0370269323000643-cbcb2ee3fb84eb500c0f9ad43570a2f7"><ce:given-name>M.</ce:given-name><ce:surname>Krivda</ce:surname><ce:cross-ref refid="aff1110" id="crf5180"><ce:sup>111</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0640" id="crf5190"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au4830" author-id="S0370269323000643-5e1a6cb706f854d8977bdf9f4302ff9d"><ce:given-name>F.</ce:given-name><ce:surname>Krizek</ce:surname><ce:cross-ref refid="aff0960" id="crf5200"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au4840" author-id="S0370269323000643-c7ba6f3c10f1fdef5885803cb741ca27"><ce:given-name>K.</ce:given-name><ce:surname>Krizkova Gajdosova</ce:surname><ce:cross-ref refid="aff0370" id="crf5210"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au4850" author-id="S0370269323000643-7c694b6b00252b450fe7d9c484f6e9d5"><ce:given-name>M.</ce:given-name><ce:surname>Kroesen</ce:surname><ce:cross-ref refid="aff1050" id="crf5220"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au4860" author-id="S0370269323000643-bf9e7ebe8c005dbf752b23333ffad9b1"><ce:given-name>M.</ce:given-name><ce:surname>Krüger</ce:surname><ce:cross-ref refid="aff0680" id="crf5230"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au4870" author-id="S0370269323000643-83394498cf07bf82c0da59782bb4b8fb"><ce:given-name>D.M.</ce:given-name><ce:surname>Krupova</ce:surname><ce:cross-ref refid="aff0370" id="crf5240"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au4880" author-id="S0370269323000643-152e2b03ce0f7c4b9e66b15f16da951b"><ce:given-name>E.</ce:given-name><ce:surname>Kryshen</ce:surname><ce:cross-ref refid="aff0990" id="crf5250"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au4890" author-id="S0370269323000643-003931bcfcc6c66261250e70a6411441"><ce:given-name>M.</ce:given-name><ce:surname>Krzewicki</ce:surname><ce:cross-ref refid="aff0390" id="crf5260"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au4900" author-id="S0370269323000643-2b9484aa61648b32a23a9d1c4e4afe4c"><ce:given-name>V.</ce:given-name><ce:surname>Kučera</ce:surname><ce:cross-ref refid="aff0340" id="crf5270"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4910" author-id="S0370269323000643-6fbc34de0b19002d51fb1202918b911f"><ce:given-name>C.</ce:given-name><ce:surname>Kuhn</ce:surname><ce:cross-ref refid="aff1380" id="crf5280"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au4920" author-id="S0370269323000643-c0d55a9ea28fff5062fd266d451ebca3"><ce:given-name>P.G.</ce:given-name><ce:surname>Kuijer</ce:surname><ce:cross-ref refid="aff0910" id="crf5290"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au4930" author-id="S0370269323000643-e2b27f4b8744bdf182d5dd995ab6a78e"><ce:given-name>T.</ce:given-name><ce:surname>Kumaoka</ce:surname><ce:cross-ref refid="aff1340" id="crf5300"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au4940" author-id="S0370269323000643-5b6728977863a69bbdff287cf59159be"><ce:given-name>D.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff1420" id="crf5310"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au4950" author-id="S0370269323000643-452ed3f470356679f9c499737eb542ca"><ce:given-name>L.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff1010" id="crf5320"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author id="au4960" author-id="S0370269323000643-73a13e8c13dacf2997abb66135afd4b1"><ce:given-name>N.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff1010" id="crf5330"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author id="au4970" author-id="S0370269323000643-85d0d64065a457b5459be1bf42f572a3"><ce:given-name>S.</ce:given-name><ce:surname>Kundu</ce:surname><ce:cross-ref refid="aff0340" id="crf5340"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4980" author-id="S0370269323000643-ec950fa04f628c5f396e087a0c14602b"><ce:given-name>P.</ce:given-name><ce:surname>Kurashvili</ce:surname><ce:cross-ref refid="aff0860" id="crf5350"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author id="au4990" author-id="S0370269323000643-5ce987175ac4168048dcf57f52666019"><ce:given-name>A.</ce:given-name><ce:surname>Kurepin</ce:surname><ce:cross-ref refid="aff0630" id="crf5360"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au5000" author-id="S0370269323000643-e02c92a695af4218b2f1c3c369d286f9"><ce:given-name>A.B.</ce:given-name><ce:surname>Kurepin</ce:surname><ce:cross-ref refid="aff0630" id="crf5370"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au5010" author-id="S0370269323000643-082312995e29598bd45bea62ab8fb970"><ce:given-name>A.</ce:given-name><ce:surname>Kuryakin</ce:surname><ce:cross-ref refid="aff1090" id="crf5380"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author id="au5020" author-id="S0370269323000643-c4f10c422c29745a408be11b6848006a"><ce:given-name>S.</ce:given-name><ce:surname>Kushpil</ce:surname><ce:cross-ref refid="aff0960" id="crf5390"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au5030" author-id="S0370269323000643-092f59a112f41bc28bcf84ea9bb2e0b3"><ce:given-name>J.</ce:given-name><ce:surname>Kvapil</ce:surname><ce:cross-ref refid="aff1110" id="crf5400"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au5040" author-id="S0370269323000643-72dbada6c41eb7339b24619e757e5ae7"><ce:given-name>M.J.</ce:given-name><ce:surname>Kweon</ce:surname><ce:cross-ref refid="aff0610" id="crf5410"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au5050" author-id="S0370269323000643-61c9d458ff6df99d164b8862dacbd3e4"><ce:given-name>J.Y.</ce:given-name><ce:surname>Kwon</ce:surname><ce:cross-ref refid="aff0610" id="crf5420"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au5060" author-id="S0370269323000643-266373239c29ba30d3a1c785c3ab69ad"><ce:given-name>Y.</ce:given-name><ce:surname>Kwon</ce:surname><ce:cross-ref refid="aff1480" id="crf5430"><ce:sup>148</ce:sup></ce:cross-ref></ce:author><ce:author id="au5070" author-id="S0370269323000643-6691eb515795d99ac215bc8b10f85758"><ce:given-name>S.L.</ce:given-name><ce:surname>La Pointe</ce:surname><ce:cross-ref refid="aff0390" id="crf5440"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au5080" author-id="S0370269323000643-e90aea54bfcd8809a4a391f3d39caa8e"><ce:given-name>P.</ce:given-name><ce:surname>La Rocca</ce:surname><ce:cross-ref refid="aff0260" id="crf5450"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author id="au5090" author-id="S0370269323000643-c3a2e758760734d44d0cbdf236a486e2"><ce:given-name>Y.S.</ce:given-name><ce:surname>Lai</ce:surname><ce:cross-ref refid="aff0800" id="crf5460"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au5100" author-id="S0370269323000643-36e308d0802cf92b90ccf4616096291c"><ce:given-name>A.</ce:given-name><ce:surname>Lakrathok</ce:surname><ce:cross-ref refid="aff1160" id="crf5470"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author id="au5110" author-id="S0370269323000643-ff5a2102a7f388c5230b30a441cd84ab"><ce:given-name>M.</ce:given-name><ce:surname>Lamanna</ce:surname><ce:cross-ref refid="aff0340" id="crf5480"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au5120" author-id="S0370269323000643-62a9bf37d4e0fdd48c7bd1f38dcfbf3a"><ce:given-name>R.</ce:given-name><ce:surname>Langoy</ce:surname><ce:cross-ref refid="aff1300" id="crf5490"><ce:sup>130</ce:sup></ce:cross-ref></ce:author><ce:author id="au5130" author-id="S0370269323000643-de3323d062bd80f0a2ab5558489c711f"><ce:given-name>P.</ce:given-name><ce:surname>Larionov</ce:surname><ce:cross-ref refid="aff0340" id="crf5500"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf5510"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au5140" author-id="S0370269323000643-010139fc11caead785cba90c3f22b78c"><ce:given-name>E.</ce:given-name><ce:surname>Laudi</ce:surname><ce:cross-ref refid="aff0340" id="crf5520"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au5150" author-id="S0370269323000643-d15f62cbf98296694c6b57b383cda374"><ce:given-name>L.</ce:given-name><ce:surname>Lautner</ce:surname><ce:cross-ref refid="aff0340" id="crf5530"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1060" id="crf5540"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au5160" author-id="S0370269323000643-5a4e839f45ef775afdfa6ac12c344603"><ce:given-name>R.</ce:given-name><ce:surname>Lavicka</ce:surname><ce:cross-ref refid="aff1140" id="crf5550"><ce:sup>114</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0370" id="crf5560"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au5170" author-id="S0370269323000643-7e32e6e6b61d9ff00c4dda9ac6d14492"><ce:given-name>T.</ce:given-name><ce:surname>Lazareva</ce:surname><ce:cross-ref refid="aff1130" id="crf5570"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au5180" author-id="S0370269323000643-cf38300965ac7a9451bda6d8a5680f06"><ce:given-name>R.</ce:given-name><ce:surname>Lea</ce:surname><ce:cross-ref refid="aff1410" id="crf5580"><ce:sup>141</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0580" id="crf5590"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au5190" author-id="S0370269323000643-37b2998cb24f91a83d6b8fe947873879"><ce:given-name>J.</ce:given-name><ce:surname>Lehrbach</ce:surname><ce:cross-ref refid="aff0390" id="crf5600"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au5200" author-id="S0370269323000643-bfac2d14339974e56090ce7d03cfd491"><ce:given-name>R.C.</ce:given-name><ce:surname>Lemmon</ce:surname><ce:cross-ref refid="aff0950" id="crf5610"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author id="au5210" author-id="S0370269323000643-c6fa5b28978d9fc7f7557a4533b27313"><ce:given-name>I.</ce:given-name><ce:surname>León Monzón</ce:surname><ce:cross-ref refid="aff1200" id="crf5620"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author id="au5220" author-id="S0370269323000643-b47d573d570778c72250034133dd0dcd"><ce:given-name>M.M.</ce:given-name><ce:surname>Lesch</ce:surname><ce:cross-ref refid="aff1060" id="crf5630"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au5230" author-id="S0370269323000643-1220936f8c3e772c7bc5bd52d164ea62"><ce:given-name>E.D.</ce:given-name><ce:surname>Lesser</ce:surname><ce:cross-ref refid="aff0190" id="crf5640"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au5240" author-id="S0370269323000643-7503ab74dc32cdca0d0ce2708b6fc62b"><ce:given-name>M.</ce:given-name><ce:surname>Lettrich</ce:surname><ce:cross-ref refid="aff0340" id="crf5650"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1060" id="crf5660"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au5250" author-id="S0370269323000643-e70f722970d8fa57f48b1ecb148e671f"><ce:given-name>P.</ce:given-name><ce:surname>Lévai</ce:surname><ce:cross-ref refid="aff1460" id="crf5670"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au5260" author-id="S0370269323000643-a0605ac4e72e44712381b82def9271d2"><ce:given-name>X.</ce:given-name><ce:surname>Li</ce:surname><ce:cross-ref refid="aff0110" id="crf5680"><ce:sup>11</ce:sup></ce:cross-ref></ce:author><ce:author id="au5270" author-id="S0370269323000643-cc74eb2247ce3af85a6732c250f67c0a"><ce:given-name>X.L.</ce:given-name><ce:surname>Li</ce:surname><ce:cross-ref refid="aff0070" id="crf5690"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au5280" author-id="S0370269323000643-4a992df9625f4654079a1d54fe3050dc"><ce:given-name>J.</ce:given-name><ce:surname>Lien</ce:surname><ce:cross-ref refid="aff1300" id="crf5700"><ce:sup>130</ce:sup></ce:cross-ref></ce:author><ce:author id="au5290" author-id="S0370269323000643-7a65f3b7f678e5c2552787af798958bb"><ce:given-name>R.</ce:given-name><ce:surname>Lietava</ce:surname><ce:cross-ref refid="aff1110" id="crf5710"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au5300" author-id="S0370269323000643-d955dd326a6b24b472408dcf588fbe01"><ce:given-name>B.</ce:given-name><ce:surname>Lim</ce:surname><ce:cross-ref refid="aff0170" id="crf5720"><ce:sup>17</ce:sup></ce:cross-ref></ce:author><ce:author id="au5310" author-id="S0370269323000643-b2d24b5f31dcca3d1e704242a723ab1e"><ce:given-name>S.H.</ce:given-name><ce:surname>Lim</ce:surname><ce:cross-ref refid="aff0170" id="crf5730"><ce:sup>17</ce:sup></ce:cross-ref></ce:author><ce:author id="au5320" author-id="S0370269323000643-a0abd4f8fbc66676d9d8cfbb0711ee28"><ce:given-name>V.</ce:given-name><ce:surname>Lindenstruth</ce:surname><ce:cross-ref refid="aff0390" id="crf5740"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au5330" author-id="S0370269323000643-3d24a1b74ec4fbe786708a1f8c9f6e11"><ce:given-name>A.</ce:given-name><ce:surname>Lindner</ce:surname><ce:cross-ref refid="aff0480" id="crf5750"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au5340" author-id="S0370269323000643-8a5fa3bee787865749e0168a8df6dd75"><ce:given-name>C.</ce:given-name><ce:surname>Lippmann</ce:surname><ce:cross-ref refid="aff1080" id="crf5760"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au5350" author-id="S0370269323000643-ead95e3a774c81b3f89bc054e5d6f79d"><ce:given-name>A.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff0190" id="crf5770"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au5360" author-id="S0370269323000643-72c31cf7fd4f7cbc1e067c301e264a7b"><ce:given-name>D.H.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff0070" id="crf5780"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au5370" author-id="S0370269323000643-d33f3673745ac09a4bd83a9832067fc2"><ce:given-name>J.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff1280" id="crf5790"><ce:sup>128</ce:sup></ce:cross-ref></ce:author><ce:author id="au5380" author-id="S0370269323000643-b9e720b3892d6df4a602038adef2d89b"><ce:given-name>I.M.</ce:given-name><ce:surname>Lofnes</ce:surname><ce:cross-ref refid="aff0210" id="crf5800"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au5390" author-id="S0370269323000643-d2d5a8b78ccac0e373f920fe9a09aa97"><ce:given-name>V.</ce:given-name><ce:surname>Loginov</ce:surname><ce:cross-ref refid="aff0940" id="crf5810"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au5400" author-id="S0370269323000643-b413a08113ab7d7b659999e5cf6f80ec"><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname><ce:cross-ref refid="aff0970" id="crf5820"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au5410" author-id="S0370269323000643-7760f7b12e0ae50c6628884c9527b7f8"><ce:given-name>P.</ce:given-name><ce:surname>Loncar</ce:surname><ce:cross-ref refid="aff0350" id="crf5830"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author id="au5420" author-id="S0370269323000643-746d5277a4842453b01541567420071c"><ce:given-name>J.A.</ce:given-name><ce:surname>Lopez</ce:surname><ce:cross-ref refid="aff1050" id="crf5840"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au5430" author-id="S0370269323000643-eb8caf4765a7b69b0b410dea503036ef"><ce:given-name>X.</ce:given-name><ce:surname>Lopez</ce:surname><ce:cross-ref refid="aff1360" id="crf5850"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au5440" author-id="S0370269323000643-bfdc7e80cc11f0b8e8ebbe116e3b40af"><ce:given-name>E.</ce:given-name><ce:surname>López Torres</ce:surname><ce:cross-ref refid="aff0080" id="crf5860"><ce:sup>8</ce:sup></ce:cross-ref></ce:author><ce:author id="au5450" author-id="S0370269323000643-c5a67e8179608ec5b0aafcb27922b123"><ce:given-name>J.R.</ce:given-name><ce:surname>Luhder</ce:surname><ce:cross-ref refid="aff1450" id="crf5870"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au5460" author-id="S0370269323000643-ac354e12097ba3237b4e8becfa09068f"><ce:given-name>M.</ce:given-name><ce:surname>Lunardon</ce:surname><ce:cross-ref refid="aff0270" id="crf5880"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author id="au5470" author-id="S0370269323000643-5e2aec4322b3a76ebd5b313f612d0ef9"><ce:given-name>G.</ce:given-name><ce:surname>Luparello</ce:surname><ce:cross-ref refid="aff0600" id="crf5890"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author id="au5480" author-id="S0370269323000643-ae10f1124a6d10ee41f7dfd0969ec7f7"><ce:given-name>Y.G.</ce:given-name><ce:surname>Ma</ce:surname><ce:cross-ref refid="aff0400" id="crf5900"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author id="au5490" author-id="S0370269323000643-ccf6c50f24679c23658aa80c5c5ba797"><ce:given-name>A.</ce:given-name><ce:surname>Maevskaya</ce:surname><ce:cross-ref refid="aff0630" id="crf5910"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au5500" author-id="S0370269323000643-4db0592a99f5fe07487c6e2183bbec5e"><ce:given-name>M.</ce:given-name><ce:surname>Mager</ce:surname><ce:cross-ref refid="aff0340" id="crf5920"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au5510" author-id="S0370269323000643-49a35245a0dfd6d925af39e485fd2b19"><ce:given-name>T.</ce:given-name><ce:surname>Mahmoud</ce:surname><ce:cross-ref refid="aff0430" id="crf5930"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author id="au5520" author-id="S0370269323000643-9e32a4eb2d60d07492ed07879d1ba899"><ce:given-name>A.</ce:given-name><ce:surname>Maire</ce:surname><ce:cross-ref refid="aff1380" id="crf5940"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au5530" author-id="S0370269323000643-480dc40dd11dfc77e873a612eccdb132"><ce:given-name>M.</ce:given-name><ce:surname>Malaev</ce:surname><ce:cross-ref refid="aff0990" id="crf5950"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au5540" author-id="S0370269323000643-0e6be5f29bec28493d92882efdf51b71"><ce:given-name>N.M.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff1020" id="crf5960"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au5550" author-id="S0370269323000643-c6fcc95cd4cdedae79297703c0d08aa2"><ce:given-name>Q.W.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff0200" id="crf5970"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au5560" author-id="S0370269323000643-95205b5ef60e770f6d26841eabc2e1d7"><ce:given-name>S.K.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff1020" id="crf5980"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au5570" author-id="S0370269323000643-936b27afd733c31868b4919191980b7e"><ce:given-name>L.</ce:given-name><ce:surname>Malinina</ce:surname><ce:cross-ref refid="aff0750" id="crf5990"><ce:sup>75</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0040" id="crf6000"><ce:sup>IV</ce:sup></ce:cross-ref></ce:author><ce:author id="au5580" author-id="S0370269323000643-f926e6315c3305b537dca532275d8384"><ce:given-name>D.</ce:given-name><ce:surname>Mal'Kevich</ce:surname><ce:cross-ref refid="aff0930" id="crf6010"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au5590" author-id="S0370269323000643-dd91a2d4dbe46f21cab7d924d889e215"><ce:given-name>D.</ce:given-name><ce:surname>Mallick</ce:surname><ce:cross-ref refid="aff0870" id="crf6020"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au5600" author-id="S0370269323000643-cd1ebe862a29a9777788f8d7ec45ecb9"><ce:given-name>N.</ce:given-name><ce:surname>Mallick</ce:surname><ce:cross-ref refid="aff0500" id="crf6030"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au5610" author-id="S0370269323000643-d4c32185923f585ec34def60785e4b47"><ce:given-name>G.</ce:given-name><ce:surname>Mandaglio</ce:surname><ce:cross-ref refid="aff0320" id="crf6040"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0560" id="crf6050"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author id="au5620" author-id="S0370269323000643-58aa8db033386d182aa416002abb0bb0"><ce:given-name>V.</ce:given-name><ce:surname>Manko</ce:surname><ce:cross-ref refid="aff0890" id="crf6060"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au5630" author-id="S0370269323000643-ef1b895e9c8b25be214594011f130ecc"><ce:given-name>F.</ce:given-name><ce:surname>Manso</ce:surname><ce:cross-ref refid="aff1360" id="crf6070"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au5640" author-id="S0370269323000643-ee492d64c2c806fdfad2e45bb162139c"><ce:given-name>V.</ce:given-name><ce:surname>Manzari</ce:surname><ce:cross-ref refid="aff0530" id="crf6080"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au5650" author-id="S0370269323000643-bb39ae87032a2bc59c58de89d04c57e3"><ce:given-name>Y.</ce:given-name><ce:surname>Mao</ce:surname><ce:cross-ref refid="aff0070" id="crf6090"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au5660" author-id="S0370269323000643-f45a279d5594e6282983390571f98895"><ce:given-name>G.V.</ce:given-name><ce:surname>Margagliotti</ce:surname><ce:cross-ref refid="aff0230" id="crf6100"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au5670" author-id="S0370269323000643-a5a585b3a9c7faaf9557898ee27fdd26"><ce:given-name>A.</ce:given-name><ce:surname>Margotti</ce:surname><ce:cross-ref refid="aff0540" id="crf6110"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au5680" author-id="S0370269323000643-f5704986f4e8349acdb3984b81d54b4c"><ce:given-name>A.</ce:given-name><ce:surname>Marín</ce:surname><ce:cross-ref refid="aff1080" id="crf6120"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au5690" author-id="S0370269323000643-e992933fe49e7427774aa8771d49b5bb"><ce:given-name>C.</ce:given-name><ce:surname>Markert</ce:surname><ce:cross-ref refid="aff1190" id="crf6130"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au5700" author-id="S0370269323000643-a7ddfbc7e23fce839e30d3ab7e77dfbe"><ce:given-name>M.</ce:given-name><ce:surname>Marquard</ce:surname><ce:cross-ref refid="aff0680" id="crf6140"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au5710" author-id="S0370269323000643-afdd164b01b94a7074f2fbc620eb0ff1"><ce:given-name>N.A.</ce:given-name><ce:surname>Martin</ce:surname><ce:cross-ref refid="aff1050" id="crf6150"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au5720" author-id="S0370269323000643-bdb63031953a92be3633c45b8eeeff7d"><ce:given-name>P.</ce:given-name><ce:surname>Martinengo</ce:surname><ce:cross-ref refid="aff0340" id="crf6160"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au5730" author-id="S0370269323000643-144ea5f8ec04406173257519f3d666bd"><ce:given-name>J.L.</ce:given-name><ce:surname>Martinez</ce:surname><ce:cross-ref refid="aff1250" id="crf6170"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au5740" author-id="S0370269323000643-83f64474d3c65ea58bb147eca56c0a15"><ce:given-name>M.I.</ce:given-name><ce:surname>Martínez</ce:surname><ce:cross-ref refid="aff0450" id="crf6180"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au5750" author-id="S0370269323000643-e0c323ef8d16b785104467ea438dbdc9"><ce:given-name>G.</ce:given-name><ce:surname>Martínez García</ce:surname><ce:cross-ref refid="aff1150" id="crf6190"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au5760" author-id="S0370269323000643-51e0e8c2cceb524872d8036ecd225af9"><ce:given-name>S.</ce:given-name><ce:surname>Masciocchi</ce:surname><ce:cross-ref refid="aff1080" id="crf6200"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au5770" author-id="S0370269323000643-2a90111ac3a071bbb8b004ca1ea40d3c"><ce:given-name>M.</ce:given-name><ce:surname>Masera</ce:surname><ce:cross-ref refid="aff0240" id="crf6210"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au5780" author-id="S0370269323000643-04a5f97b261c83c0c4637dd4d3bb9705"><ce:given-name>A.</ce:given-name><ce:surname>Masoni</ce:surname><ce:cross-ref refid="aff0550" id="crf6220"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au5790" author-id="S0370269323000643-a3b063ae91333c1b0ffd50f56b12dfa5"><ce:given-name>L.</ce:given-name><ce:surname>Massacrier</ce:surname><ce:cross-ref refid="aff0780" id="crf6230"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au5800" author-id="S0370269323000643-f0a1544d330e5c9d0acb6ac10969b50a"><ce:given-name>A.</ce:given-name><ce:surname>Mastroserio</ce:surname><ce:cross-ref refid="aff1400" id="crf6240"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0530" id="crf6250"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au5810" author-id="S0370269323000643-bfa142a04a6735de2fc215a59104ae27"><ce:given-name>A.M.</ce:given-name><ce:surname>Mathis</ce:surname><ce:cross-ref refid="aff1060" id="crf6260"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au5820" author-id="S0370269323000643-f318ba961bb1bb8859b8865292e28ed8"><ce:given-name>O.</ce:given-name><ce:surname>Matonoha</ce:surname><ce:cross-ref refid="aff0810" id="crf6270"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au5830" author-id="S0370269323000643-ce0d736fb3b62cb6bed681391218a8ea"><ce:given-name>P.F.T.</ce:given-name><ce:surname>Matuoka</ce:surname><ce:cross-ref refid="aff1210" id="crf6280"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au5840" author-id="S0370269323000643-9ff707b7acfe73de465ebe0d45c6c10b"><ce:given-name>A.</ce:given-name><ce:surname>Matyja</ce:surname><ce:cross-ref refid="aff1180" id="crf6290"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au5850" author-id="S0370269323000643-c3f2456b769b2c53717852137b45469d"><ce:given-name>C.</ce:given-name><ce:surname>Mayer</ce:surname><ce:cross-ref refid="aff1180" id="crf6300"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au5860" author-id="S0370269323000643-9e67741419a6e506564d35337abc13d8"><ce:given-name>A.L.</ce:given-name><ce:surname>Mazuecos</ce:surname><ce:cross-ref refid="aff0340" id="crf6310"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au5870" author-id="S0370269323000643-b18c826c86e77aa14ae310934f28848b"><ce:given-name>F.</ce:given-name><ce:surname>Mazzaschi</ce:surname><ce:cross-ref refid="aff0240" id="crf6320"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au5880" author-id="S0370269323000643-d4a2d54448732d195ca1f3405e563f36"><ce:given-name>M.</ce:given-name><ce:surname>Mazzilli</ce:surname><ce:cross-ref refid="aff0340" id="crf6330"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au5890" author-id="S0370269323000643-2dc3ae02f3986fe0007b48539572abad"><ce:given-name>J.E.</ce:given-name><ce:surname>Mdhluli</ce:surname><ce:cross-ref refid="aff1320" id="crf6340"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au5900" author-id="S0370269323000643-9c4cf9aa4a93681a22bbeac30e3992ca"><ce:given-name>A.F.</ce:given-name><ce:surname>Mechler</ce:surname><ce:cross-ref refid="aff0680" id="crf6350"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au5910" author-id="S0370269323000643-fe3bd84b2ae42e55489dadcb6bf8e526"><ce:given-name>Y.</ce:given-name><ce:surname>Melikyan</ce:surname><ce:cross-ref refid="aff0630" id="crf6360"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au5920" author-id="S0370269323000643-679be24f5fe9089afe4b6443cc8d824d"><ce:given-name>A.</ce:given-name><ce:surname>Menchaca-Rocha</ce:surname><ce:cross-ref refid="aff0710" id="crf6370"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author id="au5930" author-id="S0370269323000643-ade9e90d38be4880cfa450e0935dc1c4"><ce:given-name>E.</ce:given-name><ce:surname>Meninno</ce:surname><ce:cross-ref refid="aff1140" id="crf6380"><ce:sup>114</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0290" id="crf6390"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au5940" author-id="S0370269323000643-8d4b98c0c67c27715a41cd7b188cfc99"><ce:given-name>A.S.</ce:given-name><ce:surname>Menon</ce:surname><ce:cross-ref refid="aff1250" id="crf6400"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au5950" author-id="S0370269323000643-65fe57f72284fcc5a9d4d04bd694e61e"><ce:given-name>M.</ce:given-name><ce:surname>Meres</ce:surname><ce:cross-ref refid="aff0130" id="crf6410"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author id="au5960" author-id="S0370269323000643-5b43df089ea1f2f7448928ea22361631"><ce:given-name>S.</ce:given-name><ce:surname>Mhlanga</ce:surname><ce:cross-ref refid="aff1240" id="crf6420"><ce:sup>124</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0720" id="crf6430"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author id="au5970" author-id="S0370269323000643-0e194c0ad078438bf71482e49c2edfdd"><ce:given-name>Y.</ce:given-name><ce:surname>Miake</ce:surname><ce:cross-ref refid="aff1340" id="crf6440"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au5980" author-id="S0370269323000643-5bde93661e530bacf2697fcdca0baba6"><ce:given-name>L.</ce:given-name><ce:surname>Micheletti</ce:surname><ce:cross-ref refid="aff0590" id="crf6450"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au5990" author-id="S0370269323000643-23da093ab0daff84a723157ce4593dd7"><ce:given-name>L.C.</ce:given-name><ce:surname>Migliorin</ce:surname><ce:cross-ref refid="aff1370" id="crf6460"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author id="au6000" author-id="S0370269323000643-ec8132d8c14dfab2bba67c3ff4584115"><ce:given-name>D.L.</ce:given-name><ce:surname>Mihaylov</ce:surname><ce:cross-ref refid="aff1060" id="crf6470"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au6010" author-id="S0370269323000643-38f09e4de019d55f2f02af6568866c3a"><ce:given-name>K.</ce:given-name><ce:surname>Mikhaylov</ce:surname><ce:cross-ref refid="aff0750" id="crf6480"><ce:sup>75</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0930" id="crf6490"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au6020" author-id="S0370269323000643-559e4d90ae5661c2eeeb2c90664b0cf7"><ce:given-name>A.N.</ce:given-name><ce:surname>Mishra</ce:surname><ce:cross-ref refid="aff1460" id="crf6500"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au6030" author-id="S0370269323000643-11f22e778a9776fc0fb59c6d4d8f1bd0"><ce:given-name>D.</ce:given-name><ce:surname>Miśkowiec</ce:surname><ce:cross-ref refid="aff1080" id="crf6510"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au6040" author-id="S0370269323000643-0c4e4eb3dc7d469d8cd8c02bbf734cdf"><ce:given-name>A.</ce:given-name><ce:surname>Modak</ce:surname><ce:cross-ref refid="aff0040" id="crf6520"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au6050" author-id="S0370269323000643-9c87caca3446383afb2f64dc72e63992"><ce:given-name>A.P.</ce:given-name><ce:surname>Mohanty</ce:surname><ce:cross-ref refid="aff0620" id="crf6530"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au6060" author-id="S0370269323000643-41ecee891e15cd078816eed128811f97"><ce:given-name>B.</ce:given-name><ce:surname>Mohanty</ce:surname><ce:cross-ref refid="aff0870" id="crf6540"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au6070" author-id="S0370269323000643-ead117af1bce11ee81eb5678b9142144"><ce:given-name>M.</ce:given-name><ce:surname>Mohisin Khan</ce:surname><ce:cross-ref refid="aff0160" id="crf6550"><ce:sup>16</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0050" id="crf6560"><ce:sup>V</ce:sup></ce:cross-ref></ce:author><ce:author id="au6080" author-id="S0370269323000643-49276c918e8bb1aec665967903f1bbbb"><ce:given-name>M.A.</ce:given-name><ce:surname>Molander</ce:surname><ce:cross-ref refid="aff0440" id="crf6570"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author id="au6090" author-id="S0370269323000643-dfccadccd6ca8ddb988c7b71dbab8fec"><ce:given-name>Z.</ce:given-name><ce:surname>Moravcova</ce:surname><ce:cross-ref refid="aff0900" id="crf6580"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au6100" author-id="S0370269323000643-665f88a79158a8e8f788dc3953c97e7c"><ce:given-name>C.</ce:given-name><ce:surname>Mordasini</ce:surname><ce:cross-ref refid="aff1060" id="crf6590"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au6110" author-id="S0370269323000643-462924ae16f46927423eb84a4d54b8a3"><ce:given-name>D.A.</ce:given-name><ce:surname>Moreira De Godoy</ce:surname><ce:cross-ref refid="aff1450" id="crf6600"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au6120" author-id="S0370269323000643-77d54cd49e232a3d81ad62cb0cd3055b"><ce:given-name>I.</ce:given-name><ce:surname>Morozov</ce:surname><ce:cross-ref refid="aff0630" id="crf6610"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au6130" author-id="S0370269323000643-3b644752f2833a280590e7d2cb815635"><ce:given-name>A.</ce:given-name><ce:surname>Morsch</ce:surname><ce:cross-ref refid="aff0340" id="crf6620"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au6140" author-id="S0370269323000643-a6e52521563dadda4fcf66535744aa54"><ce:given-name>T.</ce:given-name><ce:surname>Mrnjavac</ce:surname><ce:cross-ref refid="aff0340" id="crf6630"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au6150" author-id="S0370269323000643-64a6ab0403f8cd64a5dff0e5eb920af6"><ce:given-name>V.</ce:given-name><ce:surname>Muccifora</ce:surname><ce:cross-ref refid="aff0520" id="crf6640"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au6160" author-id="S0370269323000643-a0c40dcd3bce329a03e938ee3cced0d4"><ce:given-name>E.</ce:given-name><ce:surname>Mudnic</ce:surname><ce:cross-ref refid="aff0350" id="crf6650"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author id="au6170" author-id="S0370269323000643-b2ff5bf3b45a3f5a117d5b53ed508ff9"><ce:given-name>S.</ce:given-name><ce:surname>Muhuri</ce:surname><ce:cross-ref refid="aff1420" id="crf6660"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au6180" author-id="S0370269323000643-f99358c1c870cc0fafdf5a9795565aff"><ce:given-name>J.D.</ce:given-name><ce:surname>Mulligan</ce:surname><ce:cross-ref refid="aff0800" id="crf6670"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au6190" author-id="S0370269323000643-8f73c238e6e583a6df239dd210d13e32"><ce:given-name>A.</ce:given-name><ce:surname>Mulliri</ce:surname><ce:cross-ref refid="aff0220" id="crf6680"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author id="au6200" author-id="S0370269323000643-9080edf78fcbf8b6d3a149c5ce8954f3"><ce:given-name>M.G.</ce:given-name><ce:surname>Munhoz</ce:surname><ce:cross-ref refid="aff1210" id="crf6690"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au6210" author-id="S0370269323000643-e51a6131c1e53a702848dcae56610cce"><ce:given-name>R.H.</ce:given-name><ce:surname>Munzer</ce:surname><ce:cross-ref refid="aff0680" id="crf6700"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au6220" author-id="S0370269323000643-344903685fb7770611263048525de44e"><ce:given-name>H.</ce:given-name><ce:surname>Murakami</ce:surname><ce:cross-ref refid="aff1330" id="crf6710"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author id="au6230" author-id="S0370269323000643-35c19811823556aa6752bbb2f1c2b6cf"><ce:given-name>S.</ce:given-name><ce:surname>Murray</ce:surname><ce:cross-ref refid="aff1240" id="crf6720"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author id="au6240" author-id="S0370269323000643-996d7aa154f9e16144e1fa3ce47f80e3"><ce:given-name>L.</ce:given-name><ce:surname>Musa</ce:surname><ce:cross-ref refid="aff0340" id="crf6730"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au6250" author-id="S0370269323000643-c3c3f8549f7e22fead6ca27af14e10d4"><ce:given-name>J.</ce:given-name><ce:surname>Musinsky</ce:surname><ce:cross-ref refid="aff0640" id="crf6740"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au6260" author-id="S0370269323000643-6765998f81ce52a2c4fa56ca6b017ec7"><ce:given-name>J.W.</ce:given-name><ce:surname>Myrcha</ce:surname><ce:cross-ref refid="aff1430" id="crf6750"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au6270" author-id="S0370269323000643-32cbdc1abfa0993c30d8aae3934faaf0"><ce:given-name>B.</ce:given-name><ce:surname>Naik</ce:surname><ce:cross-ref refid="aff1320" id="crf6760"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au6280" author-id="S0370269323000643-237c22584c6ca621c5f96749067cb80b"><ce:given-name>R.</ce:given-name><ce:surname>Nair</ce:surname><ce:cross-ref refid="aff0860" id="crf6770"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author id="au6290" author-id="S0370269323000643-96df9e459c583260aabd5d0ed4f6a184"><ce:given-name>B.K.</ce:given-name><ce:surname>Nandi</ce:surname><ce:cross-ref refid="aff0490" id="crf6780"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au6300" author-id="S0370269323000643-d5b2107e950ed3c64325f13319a81643"><ce:given-name>R.</ce:given-name><ce:surname>Nania</ce:surname><ce:cross-ref refid="aff0540" id="crf6790"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au6310" author-id="S0370269323000643-9ba41c03cc318ef428880dcb5da67606"><ce:given-name>E.</ce:given-name><ce:surname>Nappi</ce:surname><ce:cross-ref refid="aff0530" id="crf6800"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au6320" author-id="S0370269323000643-3c125a6637088af60bd793c11fb5a33b"><ce:given-name>A.F.</ce:given-name><ce:surname>Nassirpour</ce:surname><ce:cross-ref refid="aff0810" id="crf6810"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au6330" author-id="S0370269323000643-1e7fe6aadf2bcb2c38d8f3d9927a40ae"><ce:given-name>A.</ce:given-name><ce:surname>Nath</ce:surname><ce:cross-ref refid="aff1050" id="crf6820"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au6340" author-id="S0370269323000643-34c7d2644de61fcbe29b3524320549d2"><ce:given-name>C.</ce:given-name><ce:surname>Nattrass</ce:surname><ce:cross-ref refid="aff1310" id="crf6830"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au6350" author-id="S0370269323000643-1395554728c6ef90ffc3e5fa4dfc2c3b"><ce:given-name>A.</ce:given-name><ce:surname>Neagu</ce:surname><ce:cross-ref refid="aff0200" id="crf6840"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au6360" author-id="S0370269323000643-fa04620255b5cf0ced8f6667ebb14e2a"><ce:given-name>A.</ce:given-name><ce:surname>Negru</ce:surname><ce:cross-ref refid="aff1350" id="crf6850"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author id="au6370" author-id="S0370269323000643-a260e0eca19fe1fd80c2e37bfbd86124"><ce:given-name>L.</ce:given-name><ce:surname>Nellen</ce:surname><ce:cross-ref refid="aff0690" id="crf6860"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au6380" author-id="S0370269323000643-c946e720e5c4165725521e0645d718d3"><ce:given-name>S.V.</ce:given-name><ce:surname>Nesbo</ce:surname><ce:cross-ref refid="aff0360" id="crf6870"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au6390" author-id="S0370269323000643-83f70f2ab8981554505a64559e0c4bdf"><ce:given-name>G.</ce:given-name><ce:surname>Neskovic</ce:surname><ce:cross-ref refid="aff0390" id="crf6880"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au6400" author-id="S0370269323000643-1d968aa32dbb9adf717bc2ff0fe1c73e"><ce:given-name>D.</ce:given-name><ce:surname>Nesterov</ce:surname><ce:cross-ref refid="aff1130" id="crf6890"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au6410" author-id="S0370269323000643-4fad4b4cacdcc5494054455fc7fe2a57"><ce:given-name>B.S.</ce:given-name><ce:surname>Nielsen</ce:surname><ce:cross-ref refid="aff0900" id="crf6900"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au6420" author-id="S0370269323000643-5e0d6d3bef37eeacd455ff2fd35d7c94"><ce:given-name>E.G.</ce:given-name><ce:surname>Nielsen</ce:surname><ce:cross-ref refid="aff0900" id="crf6910"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au6430" author-id="S0370269323000643-03b317ae7a9074295a88e923fef71eed"><ce:given-name>S.</ce:given-name><ce:surname>Nikolaev</ce:surname><ce:cross-ref refid="aff0890" id="crf6920"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au6440" author-id="S0370269323000643-13a982b695211ee03e5720fbeafedfd5"><ce:given-name>S.</ce:given-name><ce:surname>Nikulin</ce:surname><ce:cross-ref refid="aff0890" id="crf6930"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au6450" author-id="S0370269323000643-6a266cd208374cbd71bc43a69fad5755"><ce:given-name>V.</ce:given-name><ce:surname>Nikulin</ce:surname><ce:cross-ref refid="aff0990" id="crf6940"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au6460" author-id="S0370269323000643-e0c454b7c7fca2007515b9557d23fed7"><ce:given-name>F.</ce:given-name><ce:surname>Noferini</ce:surname><ce:cross-ref refid="aff0540" id="crf6950"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au6470" author-id="S0370269323000643-ce73d6ac08a836b15cf89863b264d142"><ce:given-name>S.</ce:given-name><ce:surname>Noh</ce:surname><ce:cross-ref refid="aff0120" id="crf6960"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author id="au6480" author-id="S0370269323000643-5f60d9249b1e118c4e1e19a061466d3a"><ce:given-name>P.</ce:given-name><ce:surname>Nomokonov</ce:surname><ce:cross-ref refid="aff0750" id="crf6970"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au6490" author-id="S0370269323000643-04ddb040e7256d81459d8b2d604d82be"><ce:given-name>J.</ce:given-name><ce:surname>Norman</ce:surname><ce:cross-ref refid="aff1280" id="crf6980"><ce:sup>128</ce:sup></ce:cross-ref></ce:author><ce:author id="au6500" author-id="S0370269323000643-10082a1d2cb23b84ec2af915ab3ce0dd"><ce:given-name>N.</ce:given-name><ce:surname>Novitzky</ce:surname><ce:cross-ref refid="aff1340" id="crf6990"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au6510" author-id="S0370269323000643-89cee932c98742dde8d37f2569bac78e"><ce:given-name>P.</ce:given-name><ce:surname>Nowakowski</ce:surname><ce:cross-ref refid="aff1430" id="crf7000"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au6520" author-id="S0370269323000643-b704b555691c87aa51029be41c32abc6"><ce:given-name>A.</ce:given-name><ce:surname>Nyanin</ce:surname><ce:cross-ref refid="aff0890" id="crf7010"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au6530" author-id="S0370269323000643-0fe5b7b2ffee5dcde79ac59bb5204e22"><ce:given-name>J.</ce:given-name><ce:surname>Nystrand</ce:surname><ce:cross-ref refid="aff0210" id="crf7020"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au6540" author-id="S0370269323000643-1f6dbf99ddefa547cb8092a10e74fc06"><ce:given-name>M.</ce:given-name><ce:surname>Ogino</ce:surname><ce:cross-ref refid="aff0830" id="crf7030"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author id="au6550" author-id="S0370269323000643-68c856e3e31ba9ae46e1a3cf0fd7b39f"><ce:given-name>A.</ce:given-name><ce:surname>Ohlson</ce:surname><ce:cross-ref refid="aff0810" id="crf7040"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au6560" author-id="S0370269323000643-b6dd7e1db4469e2b861a26c63c002f91"><ce:given-name>V.A.</ce:given-name><ce:surname>Okorokov</ce:surname><ce:cross-ref refid="aff0940" id="crf7050"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au6570" author-id="S0370269323000643-4b54637a0b3dbb9f03da377fb857f191"><ce:given-name>J.</ce:given-name><ce:surname>Oleniacz</ce:surname><ce:cross-ref refid="aff1430" id="crf7060"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au6580" author-id="S0370269323000643-e919d0a3ebb4bb927bf3a87e6fc67c88"><ce:given-name>A.C.</ce:given-name><ce:surname>Oliveira Da Silva</ce:surname><ce:cross-ref refid="aff1310" id="crf7070"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au6590" author-id="S0370269323000643-ee3f97c8e319fe4cdf98e0660785c85a"><ce:given-name>M.H.</ce:given-name><ce:surname>Oliver</ce:surname><ce:cross-ref refid="aff1470" id="crf7080"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au6600" author-id="S0370269323000643-e6f50f7f16b66af365a7af642930fd18"><ce:given-name>A.</ce:given-name><ce:surname>Onnerstad</ce:surname><ce:cross-ref refid="aff1260" id="crf7090"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author id="au6610" author-id="S0370269323000643-dda435886a590cbfc7ea1d77af3e51f5"><ce:given-name>C.</ce:given-name><ce:surname>Oppedisano</ce:surname><ce:cross-ref refid="aff0590" id="crf7100"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au6620" author-id="S0370269323000643-c6a2d1996925547f52c523a908287916"><ce:given-name>A.</ce:given-name><ce:surname>Ortiz Velasquez</ce:surname><ce:cross-ref refid="aff0690" id="crf7110"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au6630" author-id="S0370269323000643-866acaca91118f974307720fd456828b"><ce:given-name>T.</ce:given-name><ce:surname>Osako</ce:surname><ce:cross-ref refid="aff0460" id="crf7120"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au6640" author-id="S0370269323000643-d7f1b48c18151d2adcfd0901daea63ca"><ce:given-name>A.</ce:given-name><ce:surname>Oskarsson</ce:surname><ce:cross-ref refid="aff0810" id="crf7130"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au6650" author-id="S0370269323000643-453c2920b4d8be43344a508683c61206"><ce:given-name>J.</ce:given-name><ce:surname>Otwinowski</ce:surname><ce:cross-ref refid="aff1180" id="crf7140"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au6660" author-id="S0370269323000643-3397848215c1376cf0f1ed7b9a934e8b"><ce:given-name>M.</ce:given-name><ce:surname>Oya</ce:surname><ce:cross-ref refid="aff0460" id="crf7150"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au6670" author-id="S0370269323000643-ef1f97862dcdec187e1b2f91615f60fb"><ce:given-name>K.</ce:given-name><ce:surname>Oyama</ce:surname><ce:cross-ref refid="aff0830" id="crf7160"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author id="au6680" author-id="S0370269323000643-02951a4df40a044a3fdcb144a019433a"><ce:given-name>Y.</ce:given-name><ce:surname>Pachmayer</ce:surname><ce:cross-ref refid="aff1050" id="crf7170"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au6690" author-id="S0370269323000643-0b6285cc2d39707ea9f13a51bd6d5b54"><ce:given-name>S.</ce:given-name><ce:surname>Padhan</ce:surname><ce:cross-ref refid="aff0490" id="crf7180"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au6700" author-id="S0370269323000643-9069b38983788ec66d195a57d1524b7f"><ce:given-name>D.</ce:given-name><ce:surname>Pagano</ce:surname><ce:cross-ref refid="aff1410" id="crf7190"><ce:sup>141</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0580" id="crf7200"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au6710" author-id="S0370269323000643-ce839a94242220bf435631842afb0293"><ce:given-name>G.</ce:given-name><ce:surname>Paić</ce:surname><ce:cross-ref refid="aff0690" id="crf7210"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au6720" author-id="S0370269323000643-6cba21a41aca7c6610396c00bfd39885"><ce:given-name>A.</ce:given-name><ce:surname>Palasciano</ce:surname><ce:cross-ref refid="aff0530" id="crf7220"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au6730" author-id="S0370269323000643-e703bd295ab2957c66eb8214d8eca59a"><ce:given-name>S.</ce:given-name><ce:surname>Panebianco</ce:surname><ce:cross-ref refid="aff1390" id="crf7230"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au6740" author-id="S0370269323000643-74cbb4ced7b52b8c9691caed9743ca8c"><ce:given-name>J.</ce:given-name><ce:surname>Park</ce:surname><ce:cross-ref refid="aff0610" id="crf7240"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au6750" author-id="S0370269323000643-95c25ea1f28adf21626083f349ff97e2"><ce:given-name>J.E.</ce:given-name><ce:surname>Parkkila</ce:surname><ce:cross-ref refid="aff1260" id="crf7250"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author id="au6760" author-id="S0370269323000643-680583f3874b29c55eb10d3520e268f0"><ce:given-name>S.P.</ce:given-name><ce:surname>Pathak</ce:surname><ce:cross-ref refid="aff1250" id="crf7260"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au6770" author-id="S0370269323000643-847552a53a245de70c10f37cd68d4367"><ce:given-name>R.N.</ce:given-name><ce:surname>Patra</ce:surname><ce:cross-ref refid="aff1020" id="crf7270"><ce:sup>102</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0340" id="crf7280"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au6780" author-id="S0370269323000643-d3578f964b837ff3a07c28a314787b67"><ce:given-name>B.</ce:given-name><ce:surname>Paul</ce:surname><ce:cross-ref refid="aff0220" id="crf7290"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author id="au6790" author-id="S0370269323000643-91dac35df9959699e674ebdc8c87d401"><ce:given-name>H.</ce:given-name><ce:surname>Pei</ce:surname><ce:cross-ref refid="aff0070" id="crf7300"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au6800" author-id="S0370269323000643-8ed13caacc363e25fa12cfdfffef053c"><ce:given-name>T.</ce:given-name><ce:surname>Peitzmann</ce:surname><ce:cross-ref refid="aff0620" id="crf7310"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au6810" author-id="S0370269323000643-5165c595313be6e458617394fd9c952a"><ce:given-name>X.</ce:given-name><ce:surname>Peng</ce:surname><ce:cross-ref refid="aff0070" id="crf7320"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au6820" author-id="S0370269323000643-ed78e1c6148862c89d30efaf8d02e12f"><ce:given-name>L.G.</ce:given-name><ce:surname>Pereira</ce:surname><ce:cross-ref refid="aff0700" id="crf7330"><ce:sup>70</ce:sup></ce:cross-ref></ce:author><ce:author id="au6830" author-id="S0370269323000643-4bb9824b0aa379c6439ad125c62316dd"><ce:given-name>H.</ce:given-name><ce:surname>Pereira Da Costa</ce:surname><ce:cross-ref refid="aff1390" id="crf7340"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au6840" author-id="S0370269323000643-d4e399695b3a5debf242545c3b1c4098"><ce:given-name>D.</ce:given-name><ce:surname>Peresunko</ce:surname><ce:cross-ref refid="aff0890" id="crf7350"><ce:sup>89</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0820" id="crf7360"><ce:sup>82</ce:sup></ce:cross-ref></ce:author><ce:author id="au6850" author-id="S0370269323000643-6f89487c37f9d14b5cbdc975e4b25187"><ce:given-name>G.M.</ce:given-name><ce:surname>Perez</ce:surname><ce:cross-ref refid="aff0080" id="crf7370"><ce:sup>8</ce:sup></ce:cross-ref></ce:author><ce:author id="au6860" author-id="S0370269323000643-85c7c25be2c15d308a265918f2373419"><ce:given-name>S.</ce:given-name><ce:surname>Perrin</ce:surname><ce:cross-ref refid="aff1390" id="crf7380"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au6870" author-id="S0370269323000643-b2a1cbaa55a74f346f1338623a67cd26"><ce:given-name>Y.</ce:given-name><ce:surname>Pestov</ce:surname><ce:cross-ref refid="aff0050" id="crf7390"><ce:sup>5</ce:sup></ce:cross-ref></ce:author><ce:author id="au6880" author-id="S0370269323000643-45f917c01c367be5af8a10d42512d4c3"><ce:given-name>V.</ce:given-name><ce:surname>Petráček</ce:surname><ce:cross-ref refid="aff0370" id="crf7400"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au6890" author-id="S0370269323000643-dbee9581f6b117e88194a9f22c5368c0"><ce:given-name>V.</ce:given-name><ce:surname>Petrov</ce:surname><ce:cross-ref refid="aff1130" id="crf7410"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au6900" author-id="S0370269323000643-727e781718043733efb713fa083fe9a6"><ce:given-name>M.</ce:given-name><ce:surname>Petrovici</ce:surname><ce:cross-ref refid="aff0480" id="crf7420"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au6910" author-id="S0370269323000643-10cb6be81a76cf436f1607dc49b9bc27"><ce:given-name>R.P.</ce:given-name><ce:surname>Pezzi</ce:surname><ce:cross-ref refid="aff1150" id="crf7430"><ce:sup>115</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0700" id="crf7440"><ce:sup>70</ce:sup></ce:cross-ref></ce:author><ce:author id="au6920" author-id="S0370269323000643-78123ee98907dd03c1791d033e172234"><ce:given-name>S.</ce:given-name><ce:surname>Piano</ce:surname><ce:cross-ref refid="aff0600" id="crf7450"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author id="au6930" author-id="S0370269323000643-946883e1f561d1a058691674b9d6bd2e"><ce:given-name>M.</ce:given-name><ce:surname>Pikna</ce:surname><ce:cross-ref refid="aff0130" id="crf7460"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author id="au6940" author-id="S0370269323000643-527c1efc9afeb3aa34f6162708c25dbc"><ce:given-name>P.</ce:given-name><ce:surname>Pillot</ce:surname><ce:cross-ref refid="aff1150" id="crf7470"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au6950" author-id="S0370269323000643-cb4892c3af4fce0f3301066e18feebc7"><ce:given-name>O.</ce:given-name><ce:surname>Pinazza</ce:surname><ce:cross-ref refid="aff0540" id="crf7480"><ce:sup>54</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0340" id="crf7490"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au6960" author-id="S0370269323000643-f12732ef44b9fddd17576a6bf3d93dd4"><ce:given-name>L.</ce:given-name><ce:surname>Pinsky</ce:surname><ce:cross-ref refid="aff1250" id="crf7500"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au6970" author-id="S0370269323000643-aa9f34aad1442387090668b31d40f7e8"><ce:given-name>C.</ce:given-name><ce:surname>Pinto</ce:surname><ce:cross-ref refid="aff0260" id="crf7510"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author id="au6980" author-id="S0370269323000643-2173f54350c1cc047c951d953e5eb99a"><ce:given-name>S.</ce:given-name><ce:surname>Pisano</ce:surname><ce:cross-ref refid="aff0520" id="crf7520"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au6990" author-id="S0370269323000643-586f6951340128ab950c16d5381f227b"><ce:given-name>M.</ce:given-name><ce:surname>Płoskoń</ce:surname><ce:cross-ref refid="aff0800" id="crf7530"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au7000" author-id="S0370269323000643-bdf0ea6d648be81134e3c70730309a46"><ce:given-name>M.</ce:given-name><ce:surname>Planinic</ce:surname><ce:cross-ref refid="aff1000" id="crf7540"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author id="au7010" author-id="S0370269323000643-771a1f0dd09d872127750683d29073c7"><ce:given-name>F.</ce:given-name><ce:surname>Pliquett</ce:surname><ce:cross-ref refid="aff0680" id="crf7550"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au7020" author-id="S0370269323000643-836d8f10606252b7f8a3e21597618b48"><ce:given-name>M.G.</ce:given-name><ce:surname>Poghosyan</ce:surname><ce:cross-ref refid="aff0970" id="crf7560"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au7030" author-id="S0370269323000643-5621db01f65d91c4e8ed00d26341297a"><ce:given-name>B.</ce:given-name><ce:surname>Polichtchouk</ce:surname><ce:cross-ref refid="aff0920" id="crf7570"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au7040" author-id="S0370269323000643-6138c603a71a85658d61e7d6a0e9a208"><ce:given-name>S.</ce:given-name><ce:surname>Politano</ce:surname><ce:cross-ref refid="aff0300" id="crf7580"><ce:sup>30</ce:sup></ce:cross-ref></ce:author><ce:author id="au7050" author-id="S0370269323000643-3a072758372f85ff545317ad0bacae7b"><ce:given-name>N.</ce:given-name><ce:surname>Poljak</ce:surname><ce:cross-ref refid="aff1000" id="crf7590"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author id="au7060" author-id="S0370269323000643-e71d8fde1386ed3a932ccefe4ea490de"><ce:given-name>A.</ce:given-name><ce:surname>Pop</ce:surname><ce:cross-ref refid="aff0480" id="crf7600"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au7070" author-id="S0370269323000643-9e010953a762b9a34b2d116e86545c5b"><ce:given-name>S.</ce:given-name><ce:surname>Porteboeuf-Houssais</ce:surname><ce:cross-ref refid="aff1360" id="crf7610"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au7080" author-id="S0370269323000643-6a27792c6e8b46cda863565b5129954c"><ce:given-name>J.</ce:given-name><ce:surname>Porter</ce:surname><ce:cross-ref refid="aff0800" id="crf7620"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au7090" author-id="S0370269323000643-82e39c20b7a006475aceeb9dfe20f382"><ce:given-name>V.</ce:given-name><ce:surname>Pozdniakov</ce:surname><ce:cross-ref refid="aff0750" id="crf7630"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au7100" author-id="S0370269323000643-729ca80d5d6badc9a9e0fd66f9f0876f"><ce:given-name>S.K.</ce:given-name><ce:surname>Prasad</ce:surname><ce:cross-ref refid="aff0040" id="crf7640"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au7110" author-id="S0370269323000643-af36364e9428395e5ba1b270ff19e711"><ce:given-name>R.</ce:given-name><ce:surname>Preghenella</ce:surname><ce:cross-ref refid="aff0540" id="crf7650"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au7120" author-id="S0370269323000643-b1be19acf78612f1d95f75cd0255877b"><ce:given-name>F.</ce:given-name><ce:surname>Prino</ce:surname><ce:cross-ref refid="aff0590" id="crf7660"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au7130" author-id="S0370269323000643-5558a77500034358e5b29f499c1295cc"><ce:given-name>C.A.</ce:given-name><ce:surname>Pruneau</ce:surname><ce:cross-ref refid="aff1440" id="crf7670"><ce:sup>144</ce:sup></ce:cross-ref></ce:author><ce:author id="au7140" author-id="S0370269323000643-b348e07611f034bb2f7158e98ac2658b"><ce:given-name>I.</ce:given-name><ce:surname>Pshenichnov</ce:surname><ce:cross-ref refid="aff0630" id="crf7680"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au7150" author-id="S0370269323000643-481a95d94e97d9c977c233501c2895dd"><ce:given-name>M.</ce:given-name><ce:surname>Puccio</ce:surname><ce:cross-ref refid="aff0340" id="crf7690"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au7160" author-id="S0370269323000643-1b3912746ce28a2860e22fc2f3d0cae4"><ce:given-name>S.</ce:given-name><ce:surname>Qiu</ce:surname><ce:cross-ref refid="aff0910" id="crf7700"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au7170" author-id="S0370269323000643-7097bc2294a71f0e69f49eab4e586b85"><ce:given-name>L.</ce:given-name><ce:surname>Quaglia</ce:surname><ce:cross-ref refid="aff0240" id="crf7710"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au7180" author-id="S0370269323000643-71d8dc818ab74635daaf926f8b34037e"><ce:given-name>R.E.</ce:given-name><ce:surname>Quishpe</ce:surname><ce:cross-ref refid="aff1250" id="crf7720"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au7190" author-id="S0370269323000643-dddddcdd47ebc9eee291f039bec41a4d"><ce:given-name>S.</ce:given-name><ce:surname>Ragoni</ce:surname><ce:cross-ref refid="aff1110" id="crf7730"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au7200" author-id="S0370269323000643-176ecf3eb3fe45c3e73fecf652633cc7"><ce:given-name>A.</ce:given-name><ce:surname>Rakotozafindrabe</ce:surname><ce:cross-ref refid="aff1390" id="crf7740"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au7210" author-id="S0370269323000643-3550a6ae6d4fdbfad22c58d69be393c7"><ce:given-name>L.</ce:given-name><ce:surname>Ramello</ce:surname><ce:cross-ref refid="aff0310" id="crf7750"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author id="au7220" author-id="S0370269323000643-d0ae04bab4ad3134b6a70a06711094fd"><ce:given-name>F.</ce:given-name><ce:surname>Rami</ce:surname><ce:cross-ref refid="aff1380" id="crf7760"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au7230" author-id="S0370269323000643-11f74769c1c1575b2e73bb945306edc5"><ce:given-name>S.A.R.</ce:given-name><ce:surname>Ramirez</ce:surname><ce:cross-ref refid="aff0450" id="crf7770"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au7240" author-id="S0370269323000643-bb79a1577b895a313cd01551c0cff4ae"><ce:given-name>T.A.</ce:given-name><ce:surname>Rancien</ce:surname><ce:cross-ref refid="aff0790" id="crf7780"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author id="au7250" author-id="S0370269323000643-4e7e932d80a9c86a0e106f445053b4fa"><ce:given-name>R.</ce:given-name><ce:surname>Raniwala</ce:surname><ce:cross-ref refid="aff1030" id="crf7790"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author id="au7260" author-id="S0370269323000643-49fd933c0d6250b48845decbabdfb786"><ce:given-name>S.</ce:given-name><ce:surname>Raniwala</ce:surname><ce:cross-ref refid="aff1030" id="crf7800"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author id="au7270" author-id="S0370269323000643-db43f171a496f6f31ddfdb67593b86a7"><ce:given-name>S.S.</ce:given-name><ce:surname>Räsänen</ce:surname><ce:cross-ref refid="aff0440" id="crf7810"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author id="au7280" author-id="S0370269323000643-d71f95538ce6f71980e675efdbda3380"><ce:given-name>R.</ce:given-name><ce:surname>Rath</ce:surname><ce:cross-ref refid="aff0500" id="crf7820"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au7290" author-id="S0370269323000643-d27a2fbe6ac2d9c16ccb59957307db0d"><ce:given-name>I.</ce:given-name><ce:surname>Ravasenga</ce:surname><ce:cross-ref refid="aff0910" id="crf7830"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au7300" author-id="S0370269323000643-d98ca0903edf64e661cfee1dcff4a7ca"><ce:given-name>K.F.</ce:given-name><ce:surname>Read</ce:surname><ce:cross-ref refid="aff0970" id="crf7840"><ce:sup>97</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1310" id="crf7850"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au7310" author-id="S0370269323000643-213c316b352d00bbebd305687bd0ca22"><ce:given-name>A.R.</ce:given-name><ce:surname>Redelbach</ce:surname><ce:cross-ref refid="aff0390" id="crf7860"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au7320" author-id="S0370269323000643-aa8eb7b583e843357cd9e2a00971c9b4"><ce:given-name>K.</ce:given-name><ce:surname>Redlich</ce:surname><ce:cross-ref refid="aff0860" id="crf7870"><ce:sup>86</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0060" id="crf7880"><ce:sup>VI</ce:sup></ce:cross-ref></ce:author><ce:author id="au7330" author-id="S0370269323000643-1d60b3d2a37988e081ca18f40e2ddf3b"><ce:given-name>A.</ce:given-name><ce:surname>Rehman</ce:surname><ce:cross-ref refid="aff0210" id="crf7890"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au7340" author-id="S0370269323000643-bb75f985eb82991cb0bfa8a3c1ea6462"><ce:given-name>P.</ce:given-name><ce:surname>Reichelt</ce:surname><ce:cross-ref refid="aff0680" id="crf7900"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au7350" author-id="S0370269323000643-8827563cee5df01ff22cadd8cf3a294b"><ce:given-name>F.</ce:given-name><ce:surname>Reidt</ce:surname><ce:cross-ref refid="aff0340" id="crf7910"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au7360" author-id="S0370269323000643-6f0417fbf4f67ca8b78c945db16dcea1"><ce:given-name>H.A.</ce:given-name><ce:surname>Reme-ness</ce:surname><ce:cross-ref refid="aff0360" id="crf7920"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au7370" author-id="S0370269323000643-45755ece9a112e15955ca4a1e30074ff"><ce:given-name>Z.</ce:given-name><ce:surname>Rescakova</ce:surname><ce:cross-ref refid="aff0380" id="crf7930"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au7380" author-id="S0370269323000643-a6381c8edaeb00e649c612097f3361e2"><ce:given-name>K.</ce:given-name><ce:surname>Reygers</ce:surname><ce:cross-ref refid="aff1050" id="crf7940"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au7390" author-id="S0370269323000643-8df4b35a499d19eab1d1fa55152b7c13"><ce:given-name>A.</ce:given-name><ce:surname>Riabov</ce:surname><ce:cross-ref refid="aff0990" id="crf7950"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au7400" author-id="S0370269323000643-a7b5f65d277951798efd475aaedb6e48"><ce:given-name>V.</ce:given-name><ce:surname>Riabov</ce:surname><ce:cross-ref refid="aff0990" id="crf7960"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au7410" author-id="S0370269323000643-8561e3b1cc47e0d1dadd96b6e68abb2a"><ce:given-name>T.</ce:given-name><ce:surname>Richert</ce:surname><ce:cross-ref refid="aff0810" id="crf7970"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au7420" author-id="S0370269323000643-a25047b3bf8a5b0df891afd4177a02a9"><ce:given-name>M.</ce:given-name><ce:surname>Richter</ce:surname><ce:cross-ref refid="aff0200" id="crf7980"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au7430" author-id="S0370269323000643-249a8b0c9ba2a65e2db6d83a7a762fa5"><ce:given-name>W.</ce:given-name><ce:surname>Riegler</ce:surname><ce:cross-ref refid="aff0340" id="crf7990"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au7440" author-id="S0370269323000643-b1de41581c0aa07bde38faa0c8bc8127"><ce:given-name>F.</ce:given-name><ce:surname>Riggi</ce:surname><ce:cross-ref refid="aff0260" id="crf8000"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author id="au7450" author-id="S0370269323000643-1316be5b198c4e2b06565bf3c8ec4acf"><ce:given-name>C.</ce:given-name><ce:surname>Ristea</ce:surname><ce:cross-ref refid="aff0670" id="crf8010"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au7460" author-id="S0370269323000643-0edc57380bd02242b3e4ee941d40a812"><ce:given-name>M.</ce:given-name><ce:surname>Rodríguez Cahuantzi</ce:surname><ce:cross-ref refid="aff0450" id="crf8020"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au7470" author-id="S0370269323000643-79a3009a79f907ea5b523a3f11ab5c68"><ce:given-name>K.</ce:given-name><ce:surname>Røed</ce:surname><ce:cross-ref refid="aff0200" id="crf8030"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au7480" author-id="S0370269323000643-99691760df845e7cfdfa6dd28ffe36cc"><ce:given-name>R.</ce:given-name><ce:surname>Rogalev</ce:surname><ce:cross-ref refid="aff0920" id="crf8040"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au7490" author-id="S0370269323000643-bcf5559677299b97f9f37d3bb7f623ab"><ce:given-name>E.</ce:given-name><ce:surname>Rogochaya</ce:surname><ce:cross-ref refid="aff0750" id="crf8050"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au7500" author-id="S0370269323000643-6cc4a99452d937a67cad874ba707ece6"><ce:given-name>T.S.</ce:given-name><ce:surname>Rogoschinski</ce:surname><ce:cross-ref refid="aff0680" id="crf8060"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au7510" author-id="S0370269323000643-0e4712e9f552e33a3df9ed01e24b3c77"><ce:given-name>D.</ce:given-name><ce:surname>Rohr</ce:surname><ce:cross-ref refid="aff0340" id="crf8070"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au7520" author-id="S0370269323000643-0234962e01cea9cdd0c8e3813ba4ca92"><ce:given-name>D.</ce:given-name><ce:surname>Röhrich</ce:surname><ce:cross-ref refid="aff0210" id="crf8080"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au7530" author-id="S0370269323000643-2fa2d55f41cf3c57f01a723410343149"><ce:given-name>P.F.</ce:given-name><ce:surname>Rojas</ce:surname><ce:cross-ref refid="aff0450" id="crf8090"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au7540" author-id="S0370269323000643-a2b6a59ba7a2dd0e0af80c978111a313"><ce:given-name>S.</ce:given-name><ce:surname>Rojas Torres</ce:surname><ce:cross-ref refid="aff0370" id="crf8100"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au7550" author-id="S0370269323000643-ff1942d078b1084dc5f931fc019637e5"><ce:given-name>P.S.</ce:given-name><ce:surname>Rokita</ce:surname><ce:cross-ref refid="aff1430" id="crf8110"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au7560" author-id="S0370269323000643-a3dafc6b3ccad8fa7df553fd077eec49"><ce:given-name>F.</ce:given-name><ce:surname>Ronchetti</ce:surname><ce:cross-ref refid="aff0520" id="crf8120"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au7570" author-id="S0370269323000643-d95c4b1d7c9e33905a1ec11bd5bd7a91"><ce:given-name>A.</ce:given-name><ce:surname>Rosano</ce:surname><ce:cross-ref refid="aff0320" id="crf8130"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0560" id="crf8140"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author id="au7580" author-id="S0370269323000643-9ac9b056d9260107e6f66bd2e85f16a9"><ce:given-name>E.D.</ce:given-name><ce:surname>Rosas</ce:surname><ce:cross-ref refid="aff0690" id="crf8150"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au7590" author-id="S0370269323000643-0789cf0acb459ac48aae646ea4fff36d"><ce:given-name>A.</ce:given-name><ce:surname>Rossi</ce:surname><ce:cross-ref refid="aff0570" id="crf8160"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author id="au7600" author-id="S0370269323000643-3c7922816f3a4b140a03dca05a48170d"><ce:given-name>A.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0500" id="crf8170"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au7610" author-id="S0370269323000643-a2c95ea42148b64204b813f041087279"><ce:given-name>P.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff1100" id="crf8180"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author id="au7620" author-id="S0370269323000643-e8216bb3c9e672b808a72c0b142580dc"><ce:given-name>S.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0490" id="crf8190"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au7630" author-id="S0370269323000643-21d23b231a94875bee109b04f056699a"><ce:given-name>N.</ce:given-name><ce:surname>Rubini</ce:surname><ce:cross-ref refid="aff0250" id="crf8200"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au7640" author-id="S0370269323000643-58372d9b3f7e75dda762297cde10d248"><ce:given-name>O.V.</ce:given-name><ce:surname>Rueda</ce:surname><ce:cross-ref refid="aff0810" id="crf8210"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au7650" author-id="S0370269323000643-812d388ab783acda0f18fef29f22be4a"><ce:given-name>D.</ce:given-name><ce:surname>Ruggiano</ce:surname><ce:cross-ref refid="aff1430" id="crf8220"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au7660" author-id="S0370269323000643-cce1449286029844bca6b3747d02298a"><ce:given-name>R.</ce:given-name><ce:surname>Rui</ce:surname><ce:cross-ref refid="aff0230" id="crf8230"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au7670" author-id="S0370269323000643-625be96a2f92a34f4ab28acc012163fa"><ce:given-name>B.</ce:given-name><ce:surname>Rumyantsev</ce:surname><ce:cross-ref refid="aff0750" id="crf8240"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au7680" author-id="S0370269323000643-811bc8b4f52e23443d85b7df17a8c0f8"><ce:given-name>P.G.</ce:given-name><ce:surname>Russek</ce:surname><ce:cross-ref refid="aff0020" id="crf8250"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au7690" author-id="S0370269323000643-382bae6674b95129a686a1582c2cbd62"><ce:given-name>R.</ce:given-name><ce:surname>Russo</ce:surname><ce:cross-ref refid="aff0910" id="crf8260"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au7700" author-id="S0370269323000643-3f18061f27d8ef882f8bc13c3ad28a1e"><ce:given-name>A.</ce:given-name><ce:surname>Rustamov</ce:surname><ce:cross-ref refid="aff0880" id="crf8270"><ce:sup>88</ce:sup></ce:cross-ref></ce:author><ce:author id="au7710" author-id="S0370269323000643-da224bbaa7d58df68ca142bd1d327ea1"><ce:given-name>E.</ce:given-name><ce:surname>Ryabinkin</ce:surname><ce:cross-ref refid="aff0890" id="crf8280"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au7720" author-id="S0370269323000643-9dc7fbdefd058c8dbbadbcccacfaa812"><ce:given-name>Y.</ce:given-name><ce:surname>Ryabov</ce:surname><ce:cross-ref refid="aff0990" id="crf8290"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au7730" author-id="S0370269323000643-0a49addc5bf52af0bf1d9600608df117"><ce:given-name>A.</ce:given-name><ce:surname>Rybicki</ce:surname><ce:cross-ref refid="aff1180" id="crf8300"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au7740" author-id="S0370269323000643-4e71a4d8878b932d0f7f0fac8338f177"><ce:given-name>H.</ce:given-name><ce:surname>Rytkonen</ce:surname><ce:cross-ref refid="aff1260" id="crf8310"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author id="au7750" author-id="S0370269323000643-cb56ae8a44e3cc494d7b67afa9bccd92"><ce:given-name>W.</ce:given-name><ce:surname>Rzesa</ce:surname><ce:cross-ref refid="aff1430" id="crf8320"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au7760" author-id="S0370269323000643-0028258bab866460c144c7c968794773"><ce:given-name>O.A.M.</ce:given-name><ce:surname>Saarimaki</ce:surname><ce:cross-ref refid="aff0440" id="crf8330"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author id="au7770" author-id="S0370269323000643-30d43d51897675cf9cd495896fc130f9"><ce:given-name>R.</ce:given-name><ce:surname>Sadek</ce:surname><ce:cross-ref refid="aff1150" id="crf8340"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au7780" author-id="S0370269323000643-95444e1d677ab64f8776a30d178e54e2"><ce:given-name>S.</ce:given-name><ce:surname>Sadovsky</ce:surname><ce:cross-ref refid="aff0920" id="crf8350"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au7790" author-id="S0370269323000643-0a168bc99240d66a8925ff06e271bdf5"><ce:given-name>J.</ce:given-name><ce:surname>Saetre</ce:surname><ce:cross-ref refid="aff0210" id="crf8360"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au7800" author-id="S0370269323000643-21a9d7d32dbc31b6d9fe58ee57047f0f"><ce:given-name>K.</ce:given-name><ce:surname>Šafařík</ce:surname><ce:cross-ref refid="aff0370" id="crf8370"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au7810" author-id="S0370269323000643-e124e41bd8c9a15152d347654ca43d3a"><ce:given-name>S.K.</ce:given-name><ce:surname>Saha</ce:surname><ce:cross-ref refid="aff1420" id="crf8380"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au7820" author-id="S0370269323000643-97780e442ae33eb1a0ab97a98d717272"><ce:given-name>S.</ce:given-name><ce:surname>Saha</ce:surname><ce:cross-ref refid="aff0870" id="crf8390"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au7830" author-id="S0370269323000643-2d0dbe8d0df0bf01a83ddf19e043addc"><ce:given-name>B.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0490" id="crf8400"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au7840" author-id="S0370269323000643-c91ceefdaf62924dbe41969b9214a864"><ce:given-name>P.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0490" id="crf8410"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au7850" author-id="S0370269323000643-bf022b9756aebb065155d194bfc5e116"><ce:given-name>R.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0500" id="crf8420"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au7860" author-id="S0370269323000643-d12dd0293e56fb8f196c824e945688ef"><ce:given-name>S.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0650" id="crf8430"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author id="au7870" author-id="S0370269323000643-7da34c080308a4a878b936642dad5d72"><ce:given-name>D.</ce:given-name><ce:surname>Sahu</ce:surname><ce:cross-ref refid="aff0500" id="crf8440"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au7880" author-id="S0370269323000643-2bddf806dd23a81f5fa7e547686c633f"><ce:given-name>P.K.</ce:given-name><ce:surname>Sahu</ce:surname><ce:cross-ref refid="aff0650" id="crf8450"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author id="au7890" author-id="S0370269323000643-d5d387bbf6ac7c96302a2261913a190e"><ce:given-name>J.</ce:given-name><ce:surname>Saini</ce:surname><ce:cross-ref refid="aff1420" id="crf8460"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au7900" author-id="S0370269323000643-f5ff96bab08f662fd05e088cca2830f6"><ce:given-name>S.</ce:given-name><ce:surname>Sakai</ce:surname><ce:cross-ref refid="aff1340" id="crf8470"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au7910" author-id="S0370269323000643-8a3806e0320b7d360b40762c9a667520"><ce:given-name>M.P.</ce:given-name><ce:surname>Salvan</ce:surname><ce:cross-ref refid="aff1080" id="crf8480"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au7920" author-id="S0370269323000643-1bc9f8186efa42ba63b483c287a4106e"><ce:given-name>S.</ce:given-name><ce:surname>Sambyal</ce:surname><ce:cross-ref refid="aff1020" id="crf8490"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au7930" author-id="S0370269323000643-cd56f5a9e647bb69890a3a180b5ed4f6"><ce:given-name>T.B.</ce:given-name><ce:surname>Saramela</ce:surname><ce:cross-ref refid="aff1210" id="crf8500"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au7940" author-id="S0370269323000643-4e7b512d816400994223e9f92ecca2ec"><ce:given-name>D.</ce:given-name><ce:surname>Sarkar</ce:surname><ce:cross-ref refid="aff1440" id="crf8510"><ce:sup>144</ce:sup></ce:cross-ref></ce:author><ce:author id="au7950" author-id="S0370269323000643-2142bcc0044d7022f40dbf34b4e197ca"><ce:given-name>N.</ce:given-name><ce:surname>Sarkar</ce:surname><ce:cross-ref refid="aff1420" id="crf8520"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au7960" author-id="S0370269323000643-a3851d6513ae8b68029b7958a5abed81"><ce:given-name>P.</ce:given-name><ce:surname>Sarma</ce:surname><ce:cross-ref refid="aff0420" id="crf8530"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author id="au7970" author-id="S0370269323000643-cc5ffcd83ec77f5fd9325b0b7118b774"><ce:given-name>V.M.</ce:given-name><ce:surname>Sarti</ce:surname><ce:cross-ref refid="aff1060" id="crf8540"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au7980" author-id="S0370269323000643-4f6b354f623cbb6890bb23228e05b5fe"><ce:given-name>M.H.P.</ce:given-name><ce:surname>Sas</ce:surname><ce:cross-ref refid="aff1470" id="crf8550"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au7990" author-id="S0370269323000643-2b91d041007f9e176264d73e2d0de0a4"><ce:given-name>J.</ce:given-name><ce:surname>Schambach</ce:surname><ce:cross-ref refid="aff0970" id="crf8560"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au8000" author-id="S0370269323000643-c66444d5ef774ee49802c74363dc640a"><ce:given-name>H.S.</ce:given-name><ce:surname>Scheid</ce:surname><ce:cross-ref refid="aff0680" id="crf8570"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au8010" author-id="S0370269323000643-03804028f617309bc048e5933e616e73"><ce:given-name>C.</ce:given-name><ce:surname>Schiaua</ce:surname><ce:cross-ref refid="aff0480" id="crf8580"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au8020" author-id="S0370269323000643-784adb72642054424e9362d8386b26e7"><ce:given-name>R.</ce:given-name><ce:surname>Schicker</ce:surname><ce:cross-ref refid="aff1050" id="crf8590"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au8030" author-id="S0370269323000643-0217b26765b58bf272de6570444ed5dc"><ce:given-name>A.</ce:given-name><ce:surname>Schmah</ce:surname><ce:cross-ref refid="aff1050" id="crf8600"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au8040" author-id="S0370269323000643-f94f964488b585f9462e6ab4015791c9"><ce:given-name>C.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff1080" id="crf8610"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au8050" author-id="S0370269323000643-fd43f769f1f7612b2725ab8467cb3988"><ce:given-name>H.R.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff1040" id="crf8620"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author id="au8060" author-id="S0370269323000643-000dbff16850e64d09345b19cc7e2cae"><ce:given-name>M.O.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0340" id="crf8630"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1050" id="crf8640"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au8070" author-id="S0370269323000643-676a3e2f083d7445aad07e3df271a3ea"><ce:given-name>M.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff1040" id="crf8650"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author id="au8080" author-id="S0370269323000643-31162c06a9fc108e5b35973a2ffb24b8"><ce:given-name>N.V.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0970" id="crf8660"><ce:sup>97</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0680" id="crf8670"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au8090" author-id="S0370269323000643-dd604e595646814f08f6fa8e83e76398"><ce:given-name>A.R.</ce:given-name><ce:surname>Schmier</ce:surname><ce:cross-ref refid="aff1310" id="crf8680"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au8100" author-id="S0370269323000643-337f117e371476d9154b3392d1da6bf8"><ce:given-name>R.</ce:given-name><ce:surname>Schotter</ce:surname><ce:cross-ref refid="aff1380" id="crf8690"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au8110" author-id="S0370269323000643-d9df8e3f4beecadb05967ec0da49ff70"><ce:given-name>J.</ce:given-name><ce:surname>Schukraft</ce:surname><ce:cross-ref refid="aff0340" id="crf8700"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au8120" author-id="S0370269323000643-6310a0f15817e728ebcc79e2ab7c4c2f"><ce:given-name>K.</ce:given-name><ce:surname>Schwarz</ce:surname><ce:cross-ref refid="aff1080" id="crf8710"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au8130" author-id="S0370269323000643-2b6a538fbe623fb4022aa1b75b26c442"><ce:given-name>K.</ce:given-name><ce:surname>Schweda</ce:surname><ce:cross-ref refid="aff1080" id="crf8720"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au8140" author-id="S0370269323000643-fc518e7578036d8d371116685c31012a"><ce:given-name>G.</ce:given-name><ce:surname>Scioli</ce:surname><ce:cross-ref refid="aff0250" id="crf8730"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au8150" author-id="S0370269323000643-d42cd071cfc74dbae9b48d5cd17800d0"><ce:given-name>E.</ce:given-name><ce:surname>Scomparin</ce:surname><ce:cross-ref refid="aff0590" id="crf8740"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au8160" author-id="S0370269323000643-94181a0b17774396a39a9ed6fc47c3d5"><ce:given-name>J.E.</ce:given-name><ce:surname>Seger</ce:surname><ce:cross-ref refid="aff0150" id="crf8750"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author id="au8170" author-id="S0370269323000643-1f4043c3186036a978d62e3e2d162134"><ce:given-name>Y.</ce:given-name><ce:surname>Sekiguchi</ce:surname><ce:cross-ref refid="aff1330" id="crf8760"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author id="au8180" author-id="S0370269323000643-231e8d80e70f7aa46fc7b8201643f307"><ce:given-name>D.</ce:given-name><ce:surname>Sekihata</ce:surname><ce:cross-ref refid="aff1330" id="crf8770"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author id="au8190" author-id="S0370269323000643-87e546912eabfb863538b176fde78749"><ce:given-name>I.</ce:given-name><ce:surname>Selyuzhenkov</ce:surname><ce:cross-ref refid="aff1080" id="crf8780"><ce:sup>108</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0940" id="crf8790"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au8200" author-id="S0370269323000643-919152051a0186bd761a33e9a12c962e"><ce:given-name>S.</ce:given-name><ce:surname>Senyukov</ce:surname><ce:cross-ref refid="aff1380" id="crf8800"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au8210" author-id="S0370269323000643-1d84cdddde85c220045f4e9374e0487a"><ce:given-name>J.J.</ce:given-name><ce:surname>Seo</ce:surname><ce:cross-ref refid="aff0610" id="crf8810"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au8220" author-id="S0370269323000643-45d295ee783dda945d1339d17b8f7552"><ce:given-name>D.</ce:given-name><ce:surname>Serebryakov</ce:surname><ce:cross-ref refid="aff0630" id="crf8820"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au8230" author-id="S0370269323000643-fb3d7b2c3c2b219cdba56ad462fd16d5"><ce:given-name>L.</ce:given-name><ce:surname>Šerkšnytė</ce:surname><ce:cross-ref refid="aff1060" id="crf8830"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au8240" author-id="S0370269323000643-a1ba0c3722a1611161b0a6acdcd217eb"><ce:given-name>A.</ce:given-name><ce:surname>Sevcenco</ce:surname><ce:cross-ref refid="aff0670" id="crf8840"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au8250" author-id="S0370269323000643-230e0ab7c6dad85e0c9ab44030ee0c31"><ce:given-name>T.J.</ce:given-name><ce:surname>Shaba</ce:surname><ce:cross-ref refid="aff0720" id="crf8850"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author id="au8260" author-id="S0370269323000643-6ba1905bfb57edd3371e7497f125fc77"><ce:given-name>A.</ce:given-name><ce:surname>Shabanov</ce:surname><ce:cross-ref refid="aff0630" id="crf8860"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au8270" author-id="S0370269323000643-eccc4eb373e67b000b70c03bc953f7be"><ce:given-name>A.</ce:given-name><ce:surname>Shabetai</ce:surname><ce:cross-ref refid="aff1150" id="crf8870"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au8280" author-id="S0370269323000643-4044ca3befd9dd6a2145d809b5f421e3"><ce:given-name>R.</ce:given-name><ce:surname>Shahoyan</ce:surname><ce:cross-ref refid="aff0340" id="crf8880"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au8290" author-id="S0370269323000643-433f918d1193b919b935c4071c45d479"><ce:given-name>W.</ce:given-name><ce:surname>Shaikh</ce:surname><ce:cross-ref refid="aff1100" id="crf8890"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author id="au8300" author-id="S0370269323000643-7a1a1ea0b774f666a219a219f61965e3"><ce:given-name>A.</ce:given-name><ce:surname>Shangaraev</ce:surname><ce:cross-ref refid="aff0920" id="crf8900"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au8310" author-id="S0370269323000643-b32067d8486ea2da83ae42c6015b7272"><ce:given-name>A.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1010" id="crf8910"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author id="au8320" author-id="S0370269323000643-5ec7e4fb2fecc24569d920e4223f15d5"><ce:given-name>D.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0490" id="crf8920"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au8330" author-id="S0370269323000643-9ba2f4c0358179c0a4269919f6db9efb"><ce:given-name>H.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1180" id="crf8930"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au8340" author-id="S0370269323000643-2bc2983d44ca6edf1e245c910a07f8fd"><ce:given-name>M.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1020" id="crf8940"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au8350" author-id="S0370269323000643-ff55826e9881b12af97414d6bafc15e3"><ce:given-name>N.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1010" id="crf8950"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author id="au8360" author-id="S0370269323000643-dea65ea1ea56fa5802a2370cbb001777"><ce:given-name>S.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1020" id="crf8960"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au8370" author-id="S0370269323000643-cab15d0853c296aff65e7db1f0d635e9"><ce:given-name>U.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1020" id="crf8970"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au8380" author-id="S0370269323000643-7b902e1f81916b8184832cdb1f36e07a"><ce:given-name>A.</ce:given-name><ce:surname>Shatat</ce:surname><ce:cross-ref refid="aff0780" id="crf8980"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au8390" author-id="S0370269323000643-18136795fe5b5eb02309150c4d868125"><ce:given-name>O.</ce:given-name><ce:surname>Sheibani</ce:surname><ce:cross-ref refid="aff1250" id="crf8990"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au8400" author-id="S0370269323000643-e9a146adc7540fa5ca0c3067beb56b46"><ce:given-name>K.</ce:given-name><ce:surname>Shigaki</ce:surname><ce:cross-ref refid="aff0460" id="crf9000"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au8410" author-id="S0370269323000643-3a406d92f47d3c342f4cd2f352b93fb3"><ce:given-name>M.</ce:given-name><ce:surname>Shimomura</ce:surname><ce:cross-ref refid="aff0840" id="crf9010"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author id="au8420" author-id="S0370269323000643-6b2c2e57131e32b5ebf84058b73f54aa"><ce:given-name>S.</ce:given-name><ce:surname>Shirinkin</ce:surname><ce:cross-ref refid="aff0930" id="crf9020"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au8430" author-id="S0370269323000643-d5e441fdcf341f7bada490393ce8066d"><ce:given-name>Q.</ce:given-name><ce:surname>Shou</ce:surname><ce:cross-ref refid="aff0400" id="crf9030"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author id="au8440" author-id="S0370269323000643-5cb068ab6f979cc8e49de0b405e08c4f"><ce:given-name>Y.</ce:given-name><ce:surname>Sibiriak</ce:surname><ce:cross-ref refid="aff0890" id="crf9040"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au8450" author-id="S0370269323000643-8247044a9ad9588b26bf570f8f92a1aa"><ce:given-name>S.</ce:given-name><ce:surname>Siddhanta</ce:surname><ce:cross-ref refid="aff0550" id="crf9050"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au8460" author-id="S0370269323000643-eba2779dc45d8567f427c55b555dc0ca"><ce:given-name>T.</ce:given-name><ce:surname>Siemiarczuk</ce:surname><ce:cross-ref refid="aff0860" id="crf9060"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author id="au8470" author-id="S0370269323000643-0592f5524b7d1a38d09aabb737c94ec0"><ce:given-name>T.F.</ce:given-name><ce:surname>Silva</ce:surname><ce:cross-ref refid="aff1210" id="crf9070"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au8480" author-id="S0370269323000643-cc36c04c40e19a8455422de9daca4c31"><ce:given-name>D.</ce:given-name><ce:surname>Silvermyr</ce:surname><ce:cross-ref refid="aff0810" id="crf9080"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au8490" author-id="S0370269323000643-5d12b1d6955a3601b5814b9bb8588f4f"><ce:given-name>T.</ce:given-name><ce:surname>Simantathammakul</ce:surname><ce:cross-ref refid="aff1160" id="crf9090"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author id="au8500" author-id="S0370269323000643-038f483f6d2e5bcdf914c3b9a3a2cf25"><ce:given-name>G.</ce:given-name><ce:surname>Simonetti</ce:surname><ce:cross-ref refid="aff0340" id="crf9100"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au8510" author-id="S0370269323000643-f471162e996edebc91047f7011f0b6cf"><ce:given-name>B.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff1060" id="crf9110"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au8520" author-id="S0370269323000643-50aa53a54d853c321fbcd95d4ceae149"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0870" id="crf9120"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au8530" author-id="S0370269323000643-6a697a837ce0cc03a90624b58d100fc9"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff1020" id="crf9130"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au8540" author-id="S0370269323000643-b3cf0900e624605faf8642989a41c86a"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0500" id="crf9140"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au8550" author-id="S0370269323000643-4c33c2641d33d44eca005f652b553f47"><ce:given-name>V.K.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff1420" id="crf9150"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au8560" author-id="S0370269323000643-6475573f1c042491a9461800f84f7e17"><ce:given-name>V.</ce:given-name><ce:surname>Singhal</ce:surname><ce:cross-ref refid="aff1420" id="crf9160"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au8570" author-id="S0370269323000643-fb688ef16b53507c773a0c466022686b"><ce:given-name>T.</ce:given-name><ce:surname>Sinha</ce:surname><ce:cross-ref refid="aff1100" id="crf9170"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author id="au8580" author-id="S0370269323000643-4dd174a5e9d45db4325b2a80d33b8149"><ce:given-name>B.</ce:given-name><ce:surname>Sitar</ce:surname><ce:cross-ref refid="aff0130" id="crf9180"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author id="au8590" author-id="S0370269323000643-3b59aee01be38f76fa93e8cd0616e67e"><ce:given-name>M.</ce:given-name><ce:surname>Sitta</ce:surname><ce:cross-ref refid="aff0310" id="crf9190"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author id="au8600" author-id="S0370269323000643-0ffea690781a8ef42b20d2bf3605a48d"><ce:given-name>T.B.</ce:given-name><ce:surname>Skaali</ce:surname><ce:cross-ref refid="aff0200" id="crf9200"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au8610" author-id="S0370269323000643-8f1f2ab39bfb478d52b2fca1d1026928"><ce:given-name>G.</ce:given-name><ce:surname>Skorodumovs</ce:surname><ce:cross-ref refid="aff1050" id="crf9210"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au8620" author-id="S0370269323000643-ce5d8d52aff3b9a257186938eba69940"><ce:given-name>M.</ce:given-name><ce:surname>Slupecki</ce:surname><ce:cross-ref refid="aff0440" id="crf9220"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author id="au8630" author-id="S0370269323000643-4dff2a8cce793ddddad546bf49106817"><ce:given-name>N.</ce:given-name><ce:surname>Smirnov</ce:surname><ce:cross-ref refid="aff1470" id="crf9230"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au8640" author-id="S0370269323000643-e12bdf24e76db6c87b277836cf233019"><ce:given-name>R.J.M.</ce:given-name><ce:surname>Snellings</ce:surname><ce:cross-ref refid="aff0620" id="crf9240"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au8650" author-id="S0370269323000643-897d4030aa386814d80fb77010ef5002"><ce:given-name>C.</ce:given-name><ce:surname>Soncco</ce:surname><ce:cross-ref refid="aff1120" id="crf9250"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author id="au8660" author-id="S0370269323000643-e423ef18c708c9c8e5076d3ad9fa7345"><ce:given-name>J.</ce:given-name><ce:surname>Song</ce:surname><ce:cross-ref refid="aff1250" id="crf9260"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au8670" author-id="S0370269323000643-0a281b197a34a8ec6f58600b763f438c"><ce:given-name>A.</ce:given-name><ce:surname>Songmoolnak</ce:surname><ce:cross-ref refid="aff1160" id="crf9270"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author id="au8680" author-id="S0370269323000643-657fdca353e29412dc258d4f8080fd5e"><ce:given-name>F.</ce:given-name><ce:surname>Soramel</ce:surname><ce:cross-ref refid="aff0270" id="crf9280"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author id="au8690" author-id="S0370269323000643-08d0e06daec8127f6f7fd46b9d3ad98b"><ce:given-name>S.</ce:given-name><ce:surname>Sorensen</ce:surname><ce:cross-ref refid="aff1310" id="crf9290"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au8700" author-id="S0370269323000643-5c46e847eb41f641ef007f47ceeef5f5"><ce:given-name>I.</ce:given-name><ce:surname>Sputowska</ce:surname><ce:cross-ref refid="aff1180" id="crf9300"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au8710" author-id="S0370269323000643-08dabed2ad53ce608b50cc80a0f32bac"><ce:given-name>J.</ce:given-name><ce:surname>Stachel</ce:surname><ce:cross-ref refid="aff1050" id="crf9310"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au8720" author-id="S0370269323000643-b0ef98fe4c3a58484c52cb4402b727ce"><ce:given-name>I.</ce:given-name><ce:surname>Stan</ce:surname><ce:cross-ref refid="aff0670" id="crf9320"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au8730" author-id="S0370269323000643-3b05d082368606695b16be0f0e9cad4e"><ce:given-name>P.J.</ce:given-name><ce:surname>Steffanic</ce:surname><ce:cross-ref refid="aff1310" id="crf9330"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au8740" author-id="S0370269323000643-9f04bc942ad6802c66589e3d7978ef55"><ce:given-name>S.F.</ce:given-name><ce:surname>Stiefelmaier</ce:surname><ce:cross-ref refid="aff1050" id="crf9340"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au8750" author-id="S0370269323000643-f1ab20d63ed8b3d6e274b0f330e99ed7"><ce:given-name>D.</ce:given-name><ce:surname>Stocco</ce:surname><ce:cross-ref refid="aff1150" id="crf9350"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au8760" author-id="S0370269323000643-598d38c90217ab7f780f227de96d75b3"><ce:given-name>I.</ce:given-name><ce:surname>Storehaug</ce:surname><ce:cross-ref refid="aff0200" id="crf9360"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au8770" author-id="S0370269323000643-e0ac4d17343a69ab9c671ac17ce1facd"><ce:given-name>M.M.</ce:given-name><ce:surname>Storetvedt</ce:surname><ce:cross-ref refid="aff0360" id="crf9370"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au8780" author-id="S0370269323000643-ad4835e85d6503fb1e04dae8b2992acd"><ce:given-name>P.</ce:given-name><ce:surname>Stratmann</ce:surname><ce:cross-ref refid="aff1450" id="crf9380"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au8790" author-id="S0370269323000643-d7676321ebd560a622de6bcd0ed6c69f"><ce:given-name>S.</ce:given-name><ce:surname>Strazzi</ce:surname><ce:cross-ref refid="aff0250" id="crf9390"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au8800" author-id="S0370269323000643-a142771e3c6f474eb5a3ddda56e62fc0"><ce:given-name>C.P.</ce:given-name><ce:surname>Stylianidis</ce:surname><ce:cross-ref refid="aff0910" id="crf9400"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au8810" author-id="S0370269323000643-56fcf7cb23017eaab1a1abea1843850b"><ce:given-name>A.A.P.</ce:given-name><ce:surname>Suaide</ce:surname><ce:cross-ref refid="aff1210" id="crf9410"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au8820" author-id="S0370269323000643-c7f2d71be2bf887594e88c1fd3379036"><ce:given-name>C.</ce:given-name><ce:surname>Suire</ce:surname><ce:cross-ref refid="aff0780" id="crf9420"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au8830" author-id="S0370269323000643-9c3a2c9348e05d1e433977af31502d61"><ce:given-name>M.</ce:given-name><ce:surname>Sukhanov</ce:surname><ce:cross-ref refid="aff0630" id="crf9430"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au8840" author-id="S0370269323000643-5458a9eb75a0419661b9c7016efda138"><ce:given-name>M.</ce:given-name><ce:surname>Suljic</ce:surname><ce:cross-ref refid="aff0340" id="crf9440"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au8850" author-id="S0370269323000643-cc4112117d9a867a7982769148a192b8"><ce:given-name>R.</ce:given-name><ce:surname>Sultanov</ce:surname><ce:cross-ref refid="aff0930" id="crf9450"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au8860" author-id="S0370269323000643-589a5a6051c44be9b7f299681578bdfd"><ce:given-name>V.</ce:given-name><ce:surname>Sumberia</ce:surname><ce:cross-ref refid="aff1020" id="crf9460"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au8870" author-id="S0370269323000643-1699d1b890617ec1ccffdff98f188057"><ce:given-name>S.</ce:given-name><ce:surname>Sumowidagdo</ce:surname><ce:cross-ref refid="aff0510" id="crf9470"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author id="au8880" author-id="S0370269323000643-0cd9b2c7c70607120d8ed18269c10358"><ce:given-name>S.</ce:given-name><ce:surname>Swain</ce:surname><ce:cross-ref refid="aff0650" id="crf9480"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author id="au8890" author-id="S0370269323000643-a17ccaf2b16f932fe91acee8fb4fee2e"><ce:given-name>A.</ce:given-name><ce:surname>Szabo</ce:surname><ce:cross-ref refid="aff0130" id="crf9490"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author id="au8900" author-id="S0370269323000643-9dc29d8d923f26ea3fd8d57a90d30390"><ce:given-name>I.</ce:given-name><ce:surname>Szarka</ce:surname><ce:cross-ref refid="aff0130" id="crf9500"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author id="au8910" author-id="S0370269323000643-e0aaec5b1b1950d6e671c1ed67a68fc7"><ce:given-name>U.</ce:given-name><ce:surname>Tabassam</ce:surname><ce:cross-ref refid="aff0140" id="crf9510"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author id="au8920" author-id="S0370269323000643-c60a92de60aa0e4f8c13c6708cd184e8"><ce:given-name>S.F.</ce:given-name><ce:surname>Taghavi</ce:surname><ce:cross-ref refid="aff1060" id="crf9520"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au8930" author-id="S0370269323000643-059a2de3e52ba5db1d032268085cf1e5"><ce:given-name>G.</ce:given-name><ce:surname>Taillepied</ce:surname><ce:cross-ref refid="aff1080" id="crf9530"><ce:sup>108</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1360" id="crf9540"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au8940" author-id="S0370269323000643-c0f167bf69dc8eb13da2b029b041a055"><ce:given-name>J.</ce:given-name><ce:surname>Takahashi</ce:surname><ce:cross-ref refid="aff1220" id="crf9550"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author id="au8950" author-id="S0370269323000643-f250805ae64e3f0cfdb9411d4443bfe8"><ce:given-name>G.J.</ce:given-name><ce:surname>Tambave</ce:surname><ce:cross-ref refid="aff0210" id="crf9560"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au8960" author-id="S0370269323000643-89c33e492725d4c181ab38572713cbc6"><ce:given-name>S.</ce:given-name><ce:surname>Tang</ce:surname><ce:cross-ref refid="aff1360" id="crf9570"><ce:sup>136</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0070" id="crf9580"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au8970" author-id="S0370269323000643-872753327c0c65d809bbcf7bec18aa6a"><ce:given-name>Z.</ce:given-name><ce:surname>Tang</ce:surname><ce:cross-ref refid="aff1290" id="crf9590"><ce:sup>129</ce:sup></ce:cross-ref></ce:author><ce:author id="au8980" author-id="S0370269323000643-d9c970afed857aa54a47f34a5d10bdad"><ce:given-name>J.D.</ce:given-name><ce:surname>Tapia Takaki</ce:surname><ce:cross-ref refid="aff1270" id="crf9600"><ce:sup>127</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0070" id="crf9610"><ce:sup>VII</ce:sup></ce:cross-ref></ce:author><ce:author id="au8990" author-id="S0370269323000643-361f0a80011b90d6e1e7a305834de5ec"><ce:given-name>N.</ce:given-name><ce:surname>Tapus</ce:surname><ce:cross-ref refid="aff1350" id="crf9620"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author id="au9000" author-id="S0370269323000643-655cee6c20e95d653f76ee5554633dfe"><ce:given-name>M.G.</ce:given-name><ce:surname>Tarzila</ce:surname><ce:cross-ref refid="aff0480" id="crf9630"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au9010" author-id="S0370269323000643-59aaa29065f6796159aa543e639298c7"><ce:given-name>A.</ce:given-name><ce:surname>Tauro</ce:surname><ce:cross-ref refid="aff0340" id="crf9640"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9020" author-id="S0370269323000643-f13ebce4180c1e47d7740fedb0ce7a8b"><ce:given-name>G.</ce:given-name><ce:surname>Tejeda Muñoz</ce:surname><ce:cross-ref refid="aff0450" id="crf9650"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au9030" author-id="S0370269323000643-e32b8e2ac0c864eac40a37b39e286a55"><ce:given-name>A.</ce:given-name><ce:surname>Telesca</ce:surname><ce:cross-ref refid="aff0340" id="crf9660"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9040" author-id="S0370269323000643-a8fc702cfc3f2781d3f44ce57fef99fa"><ce:given-name>L.</ce:given-name><ce:surname>Terlizzi</ce:surname><ce:cross-ref refid="aff0240" id="crf9670"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au9050" author-id="S0370269323000643-1463848cd4d3f997204d95350f6ec09e"><ce:given-name>C.</ce:given-name><ce:surname>Terrevoli</ce:surname><ce:cross-ref refid="aff1250" id="crf9680"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au9060" author-id="S0370269323000643-3117906cff50143c8578edcd5d472f8f"><ce:given-name>G.</ce:given-name><ce:surname>Tersimonov</ce:surname><ce:cross-ref refid="aff0030" id="crf9690"><ce:sup>3</ce:sup></ce:cross-ref></ce:author><ce:author id="au9070" author-id="S0370269323000643-364b9b5c5740ad64b0bfd748bcc98319"><ce:given-name>S.</ce:given-name><ce:surname>Thakur</ce:surname><ce:cross-ref refid="aff1420" id="crf9700"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au9080" author-id="S0370269323000643-a2ec5b979d461b062cd03d49d6e8d67b"><ce:given-name>D.</ce:given-name><ce:surname>Thomas</ce:surname><ce:cross-ref refid="aff1190" id="crf9710"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au9090" author-id="S0370269323000643-1aedf986c49e01602efb19c767f2f80e"><ce:given-name>R.</ce:given-name><ce:surname>Tieulent</ce:surname><ce:cross-ref refid="aff1370" id="crf9720"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author id="au9100" author-id="S0370269323000643-1622f94cfabd47942fa3c2ea0d3e6a1e"><ce:given-name>A.</ce:given-name><ce:surname>Tikhonov</ce:surname><ce:cross-ref refid="aff0630" id="crf9730"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au9110" author-id="S0370269323000643-7e98d622fbf1de9d69786eccee47944e"><ce:given-name>A.R.</ce:given-name><ce:surname>Timmins</ce:surname><ce:cross-ref refid="aff1250" id="crf9740"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au9120" author-id="S0370269323000643-a1ab2ffb64eaab4cb2d232ddd2bb97d6"><ce:given-name>M.</ce:given-name><ce:surname>Tkacik</ce:surname><ce:cross-ref refid="aff1170" id="crf9750"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author id="au9130" author-id="S0370269323000643-baa2844898740f45581b73a5159189fd"><ce:given-name>A.</ce:given-name><ce:surname>Toia</ce:surname><ce:cross-ref refid="aff0680" id="crf9760"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au9140" author-id="S0370269323000643-7f0c866168b6a030377f76e811939a25"><ce:given-name>N.</ce:given-name><ce:surname>Topilskaya</ce:surname><ce:cross-ref refid="aff0630" id="crf9770"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au9150" author-id="S0370269323000643-3fb5746f79e2f9b28eecf5a47a516d6f"><ce:given-name>M.</ce:given-name><ce:surname>Toppi</ce:surname><ce:cross-ref refid="aff0520" id="crf9780"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au9160" author-id="S0370269323000643-a5c53ec1b18840e9215691c8237119a2"><ce:given-name>F.</ce:given-name><ce:surname>Torales-Acosta</ce:surname><ce:cross-ref refid="aff0190" id="crf9790"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au9170" author-id="S0370269323000643-b4e81d58f6dd564b7404d4b9ecbc5871"><ce:given-name>T.</ce:given-name><ce:surname>Tork</ce:surname><ce:cross-ref refid="aff0780" id="crf9800"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au9180" author-id="S0370269323000643-a98a1f1d8d24de0ecb13aa75917ea587"><ce:given-name>A.G.</ce:given-name><ce:surname>Torres Ramos</ce:surname><ce:cross-ref refid="aff0330" id="crf9810"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author id="au9190" author-id="S0370269323000643-cb5f7f76f9be8a5b6f7f1f676ee0148e"><ce:given-name>A.</ce:given-name><ce:surname>Trifiró</ce:surname><ce:cross-ref refid="aff0320" id="crf9820"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0560" id="crf9830"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author id="au9200" author-id="S0370269323000643-f0952a23f4b03e256f2dddd4e7e7755e"><ce:given-name>A.S.</ce:given-name><ce:surname>Triolo</ce:surname><ce:cross-ref refid="aff0320" id="crf9840"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au9210" author-id="S0370269323000643-43e5d915054f543c1b38d719f8c23294"><ce:given-name>S.</ce:given-name><ce:surname>Tripathy</ce:surname><ce:cross-ref refid="aff0540" id="crf9850"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au9220" author-id="S0370269323000643-cf5679180a033531cecbf308c26a3b2f"><ce:given-name>T.</ce:given-name><ce:surname>Tripathy</ce:surname><ce:cross-ref refid="aff0490" id="crf9860"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au9230" author-id="S0370269323000643-25f25f0207443c8141fbcc02fde4f484"><ce:given-name>S.</ce:given-name><ce:surname>Trogolo</ce:surname><ce:cross-ref refid="aff0340" id="crf9870"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9240" author-id="S0370269323000643-506889cabc7808922c96b983210184de"><ce:given-name>V.</ce:given-name><ce:surname>Trubnikov</ce:surname><ce:cross-ref refid="aff0030" id="crf9880"><ce:sup>3</ce:sup></ce:cross-ref></ce:author><ce:author id="au9250" author-id="S0370269323000643-e248aa646c1f5daa31a6d10f338f7b99"><ce:given-name>W.H.</ce:given-name><ce:surname>Trzaska</ce:surname><ce:cross-ref refid="aff1260" id="crf9890"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author id="au9260" author-id="S0370269323000643-0ad99eccccf5f6614c9b2fe212a09e1c"><ce:given-name>T.P.</ce:given-name><ce:surname>Trzcinski</ce:surname><ce:cross-ref refid="aff1430" id="crf9900"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au9270" author-id="S0370269323000643-47c881fff40e7e5ac7d6282a0966bde2"><ce:given-name>A.</ce:given-name><ce:surname>Tumkin</ce:surname><ce:cross-ref refid="aff1090" id="crf9910"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author id="au9280" author-id="S0370269323000643-1436d4c149a79ba68f037180a5bef32f"><ce:given-name>R.</ce:given-name><ce:surname>Turrisi</ce:surname><ce:cross-ref refid="aff0570" id="crf9920"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author id="au9290" author-id="S0370269323000643-8930c9cc922f1a4d2e8603e46ee1c6c6"><ce:given-name>T.S.</ce:given-name><ce:surname>Tveter</ce:surname><ce:cross-ref refid="aff0200" id="crf9930"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au9300" author-id="S0370269323000643-7004545697a114acfbeb346d1a39e4be"><ce:given-name>K.</ce:given-name><ce:surname>Ullaland</ce:surname><ce:cross-ref refid="aff0210" id="crf9940"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au9310" author-id="S0370269323000643-3cfbab78c93b29828742ada152554508"><ce:given-name>A.</ce:given-name><ce:surname>Uras</ce:surname><ce:cross-ref refid="aff1370" id="crf9950"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author id="au9320" author-id="S0370269323000643-f49cc4427c45636fa54f2a6de1c5f08f"><ce:given-name>M.</ce:given-name><ce:surname>Urioni</ce:surname><ce:cross-ref refid="aff0580" id="crf9960"><ce:sup>58</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1410" id="crf9970"><ce:sup>141</ce:sup></ce:cross-ref></ce:author><ce:author id="au9330" author-id="S0370269323000643-324dab33f57f1180619ebdaa70e4abab"><ce:given-name>G.L.</ce:given-name><ce:surname>Usai</ce:surname><ce:cross-ref refid="aff0220" id="crf9980"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author id="au9340" author-id="S0370269323000643-e516037685b89d9a08de77db128730b1"><ce:given-name>M.</ce:given-name><ce:surname>Vala</ce:surname><ce:cross-ref refid="aff0380" id="crf9990"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au9350" author-id="S0370269323000643-a0c4f21667dff5e8981ca9b1d39685d4"><ce:given-name>N.</ce:given-name><ce:surname>Valle</ce:surname><ce:cross-ref refid="aff0280" id="crf10000"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author id="au9360" author-id="S0370269323000643-a7aa620f38416bf7d0dc458451379255"><ce:given-name>S.</ce:given-name><ce:surname>Vallero</ce:surname><ce:cross-ref refid="aff0590" id="crf10010"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au9370" author-id="S0370269323000643-ae37ad8881ac4b149b7b63e6d4fddb0d"><ce:given-name>L.V.R.</ce:given-name><ce:surname>van Doremalen</ce:surname><ce:cross-ref refid="aff0620" id="crf10020"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au9380" author-id="S0370269323000643-fdb8c461fd0d1fa85731a38267910ce2"><ce:given-name>M.</ce:given-name><ce:surname>van Leeuwen</ce:surname><ce:cross-ref refid="aff0910" id="crf10030"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au9390" author-id="S0370269323000643-8a84f08ce1aebf2c7b8befb57acdc802"><ce:given-name>P.</ce:given-name><ce:surname>Vande Vyvre</ce:surname><ce:cross-ref refid="aff0340" id="crf10040"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9400" author-id="S0370269323000643-d178e7dcce00a1698d32c5daf78b3b7c"><ce:given-name>D.</ce:given-name><ce:surname>Varga</ce:surname><ce:cross-ref refid="aff1460" id="crf10050"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au9410" author-id="S0370269323000643-90ecee6000728a3ba3eb611ffe4e9527"><ce:given-name>Z.</ce:given-name><ce:surname>Varga</ce:surname><ce:cross-ref refid="aff1460" id="crf10060"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au9420" author-id="S0370269323000643-b5dabd92030f2d122750e9b75c9f5397"><ce:given-name>M.</ce:given-name><ce:surname>Varga-Kofarago</ce:surname><ce:cross-ref refid="aff1460" id="crf10070"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au9430" author-id="S0370269323000643-a0bf6e725e14efc934de14b5b9951a85"><ce:given-name>M.</ce:given-name><ce:surname>Vasileiou</ce:surname><ce:cross-ref refid="aff0850" id="crf10080"><ce:sup>85</ce:sup></ce:cross-ref></ce:author><ce:author id="au9440" author-id="S0370269323000643-e2af25202e7b57a8ff0655807a73cce7"><ce:given-name>A.</ce:given-name><ce:surname>Vasiliev</ce:surname><ce:cross-ref refid="aff0890" id="crf10090"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au9450" author-id="S0370269323000643-ecdd4e446f958ae1e111e1f6f14ad352"><ce:given-name>O.</ce:given-name><ce:surname>Vázquez Doce</ce:surname><ce:cross-ref refid="aff0520" id="crf10100"><ce:sup>52</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1060" id="crf10110"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au9460" author-id="S0370269323000643-da7a5bcc54df9d651a45f4257178bc62"><ce:given-name>V.</ce:given-name><ce:surname>Vechernin</ce:surname><ce:cross-ref refid="aff1130" id="crf10120"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au9470" author-id="S0370269323000643-719861e2c74debee8a6d7166b0fea3f9"><ce:given-name>A.</ce:given-name><ce:surname>Velure</ce:surname><ce:cross-ref refid="aff0210" id="crf10130"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au9480" author-id="S0370269323000643-d84eb57d181dea407ab6d899a7410f59"><ce:given-name>E.</ce:given-name><ce:surname>Vercellin</ce:surname><ce:cross-ref refid="aff0240" id="crf10140"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au9490" author-id="S0370269323000643-c1a53a278608661ec566b926a681edc7"><ce:given-name>S.</ce:given-name><ce:surname>Vergara Limón</ce:surname><ce:cross-ref refid="aff0450" id="crf10150"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au9500" author-id="S0370269323000643-2764a989c35d305debc4de86602af73f"><ce:given-name>L.</ce:given-name><ce:surname>Vermunt</ce:surname><ce:cross-ref refid="aff0620" id="crf10160"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au9510" author-id="S0370269323000643-76bafee7a92e2a9cecba44d698e753a6"><ce:given-name>R.</ce:given-name><ce:surname>Vértesi</ce:surname><ce:cross-ref refid="aff1460" id="crf10170"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au9520" author-id="S0370269323000643-64be48eb95af6b610ab081e031096a44"><ce:given-name>M.</ce:given-name><ce:surname>Verweij</ce:surname><ce:cross-ref refid="aff0620" id="crf10180"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au9530" author-id="S0370269323000643-94c0fe97ff67b961e7e99d69e2a56443"><ce:given-name>L.</ce:given-name><ce:surname>Vickovic</ce:surname><ce:cross-ref refid="aff0350" id="crf10190"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author id="au9540" author-id="S0370269323000643-04bd1d2d69efff87b33654e43eb3022b"><ce:given-name>Z.</ce:given-name><ce:surname>Vilakazi</ce:surname><ce:cross-ref refid="aff1320" id="crf10200"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au9550" author-id="S0370269323000643-b7d9564507a321d2d26fc5d8c8348aaa"><ce:given-name>O.</ce:given-name><ce:surname>Villalobos Baillie</ce:surname><ce:cross-ref refid="aff1110" id="crf10210"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au9560" author-id="S0370269323000643-a3892e1fc2199ba26a125f00d8ca3539"><ce:given-name>G.</ce:given-name><ce:surname>Vino</ce:surname><ce:cross-ref refid="aff0530" id="crf10220"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au9570" author-id="S0370269323000643-29e0fcd83fe999ea91976589e864f21b"><ce:given-name>A.</ce:given-name><ce:surname>Vinogradov</ce:surname><ce:cross-ref refid="aff0890" id="crf10230"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au9580" author-id="S0370269323000643-7ee08c34b6d7479dea4e2b8c3d7ce4f7"><ce:given-name>T.</ce:given-name><ce:surname>Virgili</ce:surname><ce:cross-ref refid="aff0290" id="crf10240"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au9590" author-id="S0370269323000643-fed6a5fcddf4a94294db2d0973ecaea8"><ce:given-name>V.</ce:given-name><ce:surname>Vislavicius</ce:surname><ce:cross-ref refid="aff0900" id="crf10250"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au9600" author-id="S0370269323000643-9f60c23f9225d23ef504e6419753bf79"><ce:given-name>A.</ce:given-name><ce:surname>Vodopyanov</ce:surname><ce:cross-ref refid="aff0750" id="crf10260"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au9610" author-id="S0370269323000643-c98c6b9e5e2755a8c08f90d4dd0ce54c"><ce:given-name>B.</ce:given-name><ce:surname>Volkel</ce:surname><ce:cross-ref refid="aff0340" id="crf10270"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9620" author-id="S0370269323000643-409eb37c5637fb136e58faf92c3bb1ca"><ce:given-name>M.A.</ce:given-name><ce:surname>Völkl</ce:surname><ce:cross-ref refid="aff1050" id="crf10280"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au9630" author-id="S0370269323000643-5fa3b0c5cd63074069320744aebd6d13"><ce:given-name>K.</ce:given-name><ce:surname>Voloshin</ce:surname><ce:cross-ref refid="aff0930" id="crf10290"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au9640" author-id="S0370269323000643-57ec712e9628632a2ec4ba85186ee32a"><ce:given-name>S.A.</ce:given-name><ce:surname>Voloshin</ce:surname><ce:cross-ref refid="aff1440" id="crf10300"><ce:sup>144</ce:sup></ce:cross-ref></ce:author><ce:author id="au9650" author-id="S0370269323000643-f6777f409ca72674ceb72ffa4f303b59"><ce:given-name>G.</ce:given-name><ce:surname>Volpe</ce:surname><ce:cross-ref refid="aff0330" id="crf10310"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author id="au9660" author-id="S0370269323000643-3996b3e93129a2159ed0eb3b176f20e6"><ce:given-name>B.</ce:given-name><ce:surname>von Haller</ce:surname><ce:cross-ref refid="aff0340" id="crf10320"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9670" author-id="S0370269323000643-58249f4749b1084a40d3644672e443f3"><ce:given-name>I.</ce:given-name><ce:surname>Vorobyev</ce:surname><ce:cross-ref refid="aff1060" id="crf10330"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au9680" author-id="S0370269323000643-d2b4078835ab540da8b2d9fea3ef0e52"><ce:given-name>N.</ce:given-name><ce:surname>Vozniuk</ce:surname><ce:cross-ref refid="aff0630" id="crf10340"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au9690" author-id="S0370269323000643-9feadfb4556ab34e1316f18d086e7bed"><ce:given-name>J.</ce:given-name><ce:surname>Vrláková</ce:surname><ce:cross-ref refid="aff0380" id="crf10350"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au9700" author-id="S0370269323000643-ab1490e4e82947dd774ac4cb21acfea5"><ce:given-name>B.</ce:given-name><ce:surname>Wagner</ce:surname><ce:cross-ref refid="aff0210" id="crf10360"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au9710" author-id="S0370269323000643-6ed7035a79dd824bd6a0b2572108463b"><ce:given-name>C.</ce:given-name><ce:surname>Wang</ce:surname><ce:cross-ref refid="aff0400" id="crf10370"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author id="au9720" author-id="S0370269323000643-acba1a294e63a54789e94f0c48170a7c"><ce:given-name>D.</ce:given-name><ce:surname>Wang</ce:surname><ce:cross-ref refid="aff0400" id="crf10380"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author id="au9730" author-id="S0370269323000643-86448d3a1cf868fca209fc2d36f58f5e"><ce:given-name>M.</ce:given-name><ce:surname>Weber</ce:surname><ce:cross-ref refid="aff1140" id="crf10390"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author id="au9740" author-id="S0370269323000643-b19740465a27da9581dafc73eb6a141a"><ce:given-name>R.J.G.V.</ce:given-name><ce:surname>Weelden</ce:surname><ce:cross-ref refid="aff0910" id="crf10400"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au9750" author-id="S0370269323000643-8ed929c2763388d291ed05f7803d55a7"><ce:given-name>A.</ce:given-name><ce:surname>Wegrzynek</ce:surname><ce:cross-ref refid="aff0340" id="crf10410"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9760" author-id="S0370269323000643-fc054185e3e03ba2ba73fedce1880cf3"><ce:given-name>S.C.</ce:given-name><ce:surname>Wenzel</ce:surname><ce:cross-ref refid="aff0340" id="crf10420"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9770" author-id="S0370269323000643-2315a255b201c88ad0087de64fcac834"><ce:given-name>J.P.</ce:given-name><ce:surname>Wessels</ce:surname><ce:cross-ref refid="aff1450" id="crf10430"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au9780" author-id="S0370269323000643-d0369f0e3d93a955cb5577312878292a"><ce:given-name>S.L.</ce:given-name><ce:surname>Weyhmiller</ce:surname><ce:cross-ref refid="aff1470" id="crf10440"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au9790" author-id="S0370269323000643-d35206c8771dcf8151d8531c8b5a4ad9"><ce:given-name>J.</ce:given-name><ce:surname>Wiechula</ce:surname><ce:cross-ref refid="aff0680" id="crf10450"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au9800" author-id="S0370269323000643-924aa82bb7057758dfd6b448c22248a6"><ce:given-name>J.</ce:given-name><ce:surname>Wikne</ce:surname><ce:cross-ref refid="aff0200" id="crf10460"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au9810" author-id="S0370269323000643-c6cf2d96fecc56427c920ff58c5f8f6c"><ce:given-name>G.</ce:given-name><ce:surname>Wilk</ce:surname><ce:cross-ref refid="aff0860" id="crf10470"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author id="au9820" author-id="S0370269323000643-defbde1b1ee45aba41243923803c24ee"><ce:given-name>J.</ce:given-name><ce:surname>Wilkinson</ce:surname><ce:cross-ref refid="aff1080" id="crf10480"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au9830" author-id="S0370269323000643-acd8b64118fe312de8703fd0ec307f2f"><ce:given-name>G.A.</ce:given-name><ce:surname>Willems</ce:surname><ce:cross-ref refid="aff1450" id="crf10490"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au9840" author-id="S0370269323000643-e27950605181c5633f31db79992710c0"><ce:given-name>B.</ce:given-name><ce:surname>Windelband</ce:surname><ce:cross-ref refid="aff1050" id="crf10500"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au9850" author-id="S0370269323000643-a855e71c5af983bba42efb2e9f0e3725"><ce:given-name>M.</ce:given-name><ce:surname>Winn</ce:surname><ce:cross-ref refid="aff1390" id="crf10510"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au9860" author-id="S0370269323000643-83c85a8831fefd1d1f58efde1e98d382"><ce:given-name>W.E.</ce:given-name><ce:surname>Witt</ce:surname><ce:cross-ref refid="aff1310" id="crf10520"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au9870" author-id="S0370269323000643-5cd6a9eca5037ab2657c1654558d4a0d"><ce:given-name>J.R.</ce:given-name><ce:surname>Wright</ce:surname><ce:cross-ref refid="aff1190" id="crf10530"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au9880" author-id="S0370269323000643-e020a09e1f80d41df58661e69fc302a8"><ce:given-name>W.</ce:given-name><ce:surname>Wu</ce:surname><ce:cross-ref refid="aff0400" id="crf10540"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author id="au9890" author-id="S0370269323000643-4d41bda7d295237516fe3d3063752576"><ce:given-name>Y.</ce:given-name><ce:surname>Wu</ce:surname><ce:cross-ref refid="aff1290" id="crf10550"><ce:sup>129</ce:sup></ce:cross-ref></ce:author><ce:author id="au9900" author-id="S0370269323000643-11e0bfbbade486f5296c5883173dddc5"><ce:given-name>R.</ce:given-name><ce:surname>Xu</ce:surname><ce:cross-ref refid="aff0070" id="crf10560"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au9910" author-id="S0370269323000643-e54d32bfd83e51167a20e139c21050fa"><ce:given-name>A.K.</ce:given-name><ce:surname>Yadav</ce:surname><ce:cross-ref refid="aff1420" id="crf10570"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au9920" author-id="S0370269323000643-d16c3a83fafe0285a03db859ddb8d52f"><ce:given-name>S.</ce:given-name><ce:surname>Yalcin</ce:surname><ce:cross-ref refid="aff0770" id="crf10580"><ce:sup>77</ce:sup></ce:cross-ref></ce:author><ce:author id="au9930" author-id="S0370269323000643-6142045f4cddc2cbac95eef90bcf1515"><ce:given-name>Y.</ce:given-name><ce:surname>Yamaguchi</ce:surname><ce:cross-ref refid="aff0460" id="crf10590"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au9940" author-id="S0370269323000643-77379878ecd8dcc55d4db065c5ede31e"><ce:given-name>K.</ce:given-name><ce:surname>Yamakawa</ce:surname><ce:cross-ref refid="aff0460" id="crf10600"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au9950" author-id="S0370269323000643-8645710c17bcf77063da5e08aaede517"><ce:given-name>S.</ce:given-name><ce:surname>Yang</ce:surname><ce:cross-ref refid="aff0210" id="crf10610"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au9960" author-id="S0370269323000643-a137667bdd118fdb6c97cbd5d31e1415"><ce:given-name>S.</ce:given-name><ce:surname>Yano</ce:surname><ce:cross-ref refid="aff0460" id="crf10620"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au9970" author-id="S0370269323000643-37532ff0bd8bdddc6df232a268ec17d2"><ce:given-name>Z.</ce:given-name><ce:surname>Yin</ce:surname><ce:cross-ref refid="aff0070" id="crf10630"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au9980" author-id="S0370269323000643-020b9765024ea0865dd600006691f5a2"><ce:given-name>I.-K.</ce:given-name><ce:surname>Yoo</ce:surname><ce:cross-ref refid="aff0170" id="crf10640"><ce:sup>17</ce:sup></ce:cross-ref></ce:author><ce:author id="au9990" author-id="S0370269323000643-52b96fdb9799a5cd26e06d18a506c4aa"><ce:given-name>J.H.</ce:given-name><ce:surname>Yoon</ce:surname><ce:cross-ref refid="aff0610" id="crf10650"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au10000" author-id="S0370269323000643-73709c3035c088e15ed8b7411bf05566"><ce:given-name>S.</ce:given-name><ce:surname>Yuan</ce:surname><ce:cross-ref refid="aff0210" id="crf10660"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au10010" author-id="S0370269323000643-9a5a6d1f377a824ff90b8d2f97e01c35"><ce:given-name>A.</ce:given-name><ce:surname>Yuncu</ce:surname><ce:cross-ref refid="aff1050" id="crf10670"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au10020" author-id="S0370269323000643-286a6ccdb4251b1bec6b128436079ec4"><ce:given-name>V.</ce:given-name><ce:surname>Zaccolo</ce:surname><ce:cross-ref refid="aff0230" id="crf10680"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au10030" author-id="S0370269323000643-a4e873872ea785d77aa421904b204360"><ce:given-name>C.</ce:given-name><ce:surname>Zampolli</ce:surname><ce:cross-ref refid="aff0340" id="crf10690"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au10040" author-id="S0370269323000643-8fbc365281747946d5ece488d0df7135"><ce:given-name>H.J.C.</ce:given-name><ce:surname>Zanoli</ce:surname><ce:cross-ref refid="aff0620" id="crf10700"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au10050" author-id="S0370269323000643-549f6b95123fe7d205fa36c1057adff8"><ce:given-name>F.</ce:given-name><ce:surname>Zanone</ce:surname><ce:cross-ref refid="aff1050" id="crf10710"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au10060" author-id="S0370269323000643-3f33ea0269cd662681f8b953e30ea589"><ce:given-name>N.</ce:given-name><ce:surname>Zardoshti</ce:surname><ce:cross-ref refid="aff0340" id="crf10720"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1110" id="crf10730"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au10070" author-id="S0370269323000643-394bfeaec10ec1e18faa261c714ef923"><ce:given-name>A.</ce:given-name><ce:surname>Zarochentsev</ce:surname><ce:cross-ref refid="aff1130" id="crf10740"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au10080" author-id="S0370269323000643-819bdf9fb8c4d95f2d6f73c62d8f60d3"><ce:given-name>P.</ce:given-name><ce:surname>Závada</ce:surname><ce:cross-ref refid="aff0660" id="crf10750"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author id="au10090" author-id="S0370269323000643-84e913ff8c5dae1bd2aa265385102007"><ce:given-name>N.</ce:given-name><ce:surname>Zaviyalov</ce:surname><ce:cross-ref refid="aff1090" id="crf10760"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author id="au10100" author-id="S0370269323000643-aed647673bbdab8917ad7db7c9323c65"><ce:given-name>M.</ce:given-name><ce:surname>Zhalov</ce:surname><ce:cross-ref refid="aff0990" id="crf10770"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au10110" author-id="S0370269323000643-796f81177fe027cdcc20b15a209a6b3b"><ce:given-name>B.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0070" id="crf10780"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au10120" author-id="S0370269323000643-1ccde66d9ebf8813477a4bfc150ffac7"><ce:given-name>S.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0400" id="crf10790"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author id="au10130" author-id="S0370269323000643-3aaf3e1d918b8b028995e495ca87e476"><ce:given-name>X.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0070" id="crf10800"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au10140" author-id="S0370269323000643-ba459de08e401db79a3e12f11312451d"><ce:given-name>Y.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff1290" id="crf10810"><ce:sup>129</ce:sup></ce:cross-ref></ce:author><ce:author id="au10150" author-id="S0370269323000643-9feeecb04ac9bd35d770466fb86792be"><ce:given-name>V.</ce:given-name><ce:surname>Zherebchevskii</ce:surname><ce:cross-ref refid="aff1130" id="crf10820"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au10160" author-id="S0370269323000643-617c42c28cb1b1d3dab680558c293767"><ce:given-name>Y.</ce:given-name><ce:surname>Zhi</ce:surname><ce:cross-ref refid="aff0110" id="crf10830"><ce:sup>11</ce:sup></ce:cross-ref></ce:author><ce:author id="au10170" author-id="S0370269323000643-3038f7cd79250ffa05fa0aff7644d2b3"><ce:given-name>N.</ce:given-name><ce:surname>Zhigareva</ce:surname><ce:cross-ref refid="aff0930" id="crf10840"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au10180" author-id="S0370269323000643-e9bc0465b352cd706eac4fc8b795a4c2"><ce:given-name>D.</ce:given-name><ce:surname>Zhou</ce:surname><ce:cross-ref refid="aff0070" id="crf10850"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au10190" author-id="S0370269323000643-4a0cdba9c352af9310759dd83e906db9"><ce:given-name>Y.</ce:given-name><ce:surname>Zhou</ce:surname><ce:cross-ref refid="aff0900" id="crf10860"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au10200" author-id="S0370269323000643-b564bd6149c66f06bbea2780670b8f50"><ce:given-name>J.</ce:given-name><ce:surname>Zhu</ce:surname><ce:cross-ref refid="aff1080" id="crf10870"><ce:sup>108</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0070" id="crf10880"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au10210" author-id="S0370269323000643-1fb0ab925cfcdaacb160193d82c1a978"><ce:given-name>Y.</ce:given-name><ce:surname>Zhu</ce:surname><ce:cross-ref refid="aff0070" id="crf10890"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au10220" author-id="S0370269323000643-2ad055472e2fac995111c51c08396d0c"><ce:given-name>G.</ce:given-name><ce:surname>Zinovjev</ce:surname><ce:cross-ref refid="aff0030" id="crf10900"><ce:sup>3</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0010" id="crf10910"><ce:sup>I</ce:sup></ce:cross-ref></ce:author><ce:author id="au10230" author-id="S0370269323000643-92b5ecf5612e2e849fc1bba72c6cff99"><ce:given-name>N.</ce:given-name><ce:surname>Zurlo</ce:surname><ce:cross-ref refid="aff1410" id="crf10920"><ce:sup>141</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0580" id="crf10930"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:affiliation id="aff0010" affiliation-id="S0370269323000643-79d30baa35325e84d46378ba6ce12c18"><ce:label>1</ce:label><ce:textfn>A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation, Yerevan, Armenia</ce:textfn><sa:affiliation><sa:organization>A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation</sa:organization><sa:city>Yerevan</sa:city><sa:country>Armenia</sa:country></sa:affiliation><ce:source-text id="srct0005">A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation, Yerevan, Armenia</ce:source-text></ce:affiliation><ce:affiliation id="aff0020" affiliation-id="S0370269323000643-65754d218cf7f84bf1e02306b80caca0"><ce:label>2</ce:label><ce:textfn>AGH University of Science and Technology, Cracow, Poland</ce:textfn><sa:affiliation><sa:organization>AGH University of Science and Technology</sa:organization><sa:city>Cracow</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0010">AGH University of Science and Technology, Cracow, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff0030" affiliation-id="S0370269323000643-e916a2f48a17bc32220b61ae0e9b8e05"><ce:label>3</ce:label><ce:textfn>Bogolyubov Institute for Theoretical Physics, National Academy of Sciences of Ukraine, Kiev, Ukraine</ce:textfn><sa:affiliation><sa:organization>Bogolyubov Institute for Theoretical Physics</sa:organization><sa:organization>National Academy of Sciences of Ukraine</sa:organization><sa:city>Kiev</sa:city><sa:country>Ukraine</sa:country></sa:affiliation><ce:source-text id="srct0015">Bogolyubov Institute for Theoretical Physics, National Academy of Sciences of Ukraine, Kiev, Ukraine</ce:source-text></ce:affiliation><ce:affiliation id="aff0040" affiliation-id="S0370269323000643-9869d95133b2275e34836b8ad2f235c3"><ce:label>4</ce:label><ce:textfn>Bose Institute, Department of Physics and Centre for Astroparticle Physics and Space Science (CAPSS), Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Bose Institute</sa:organization><sa:organization>Department of Physics</sa:organization><sa:organization>Centre for Astroparticle Physics and Space Science (CAPSS)</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0020">Bose Institute, Department of Physics and Centre for Astroparticle Physics and Space Science (CAPSS), Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0050" affiliation-id="S0370269323000643-187ae13619e9f75c78fa64b9926e2952"><ce:label>5</ce:label><ce:textfn>Budker Institute for Nuclear Physics, Novosibirsk, Russia</ce:textfn><sa:affiliation><sa:organization>Budker Institute for Nuclear Physics</sa:organization><sa:city>Novosibirsk</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0025">Budker Institute for Nuclear Physics, Novosibirsk, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0060" affiliation-id="S0370269323000643-b7f796ef6c934d79a497288cdec192f6"><ce:label>6</ce:label><ce:textfn>California Polytechnic State University, San Luis Obispo, CA, United States</ce:textfn><sa:affiliation><sa:organization>California Polytechnic State University</sa:organization><sa:city>San Luis Obispo</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0030">California Polytechnic State University, San Luis Obispo, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0070" affiliation-id="S0370269323000643-3dcd6ffc2e8f27d6ed2f6237a209a384"><ce:label>7</ce:label><ce:textfn>Central China Normal University, Wuhan, China</ce:textfn><sa:affiliation><sa:organization>Central China Normal University</sa:organization><sa:city>Wuhan</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0035">Central China Normal University, Wuhan, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0080" affiliation-id="S0370269323000643-110460c7f2fbb319ec6d52e7cc3fc1d5"><ce:label>8</ce:label><ce:textfn>Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN), Havana, Cuba</ce:textfn><sa:affiliation><sa:organization>Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN)</sa:organization><sa:city>Havana</sa:city><sa:country>Cuba</sa:country></sa:affiliation><ce:source-text id="srct0040">Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN), Havana, Cuba</ce:source-text></ce:affiliation><ce:affiliation id="aff0090" affiliation-id="S0370269323000643-641aa526558990d110c090840e6f3d0c"><ce:label>9</ce:label><ce:textfn>Centro de Investigación y de Estudios Avanzados (CINVESTAV), Mexico City and Mérida, Mexico</ce:textfn><sa:affiliation><sa:organization>Centro de Investigación y de Estudios Avanzados (CINVESTAV)</sa:organization><sa:city>Mexico City and Mérida</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0045">Centro de Investigación y de Estudios Avanzados (CINVESTAV), Mexico City and Mérida, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0100" affiliation-id="S0370269323000643-9c73ece39ab638447cd10f268e329b2e"><ce:label>10</ce:label><ce:textfn>Chicago State University, Chicago, IL, United States</ce:textfn><sa:affiliation><sa:organization>Chicago State University</sa:organization><sa:city>Chicago</sa:city><sa:state>IL</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0050">Chicago State University, Chicago, Illinois, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0110" affiliation-id="S0370269323000643-d7da93bf3f02be0a46bee74f439b5930"><ce:label>11</ce:label><ce:textfn>China Institute of Atomic Energy, Beijing, China</ce:textfn><sa:affiliation><sa:organization>China Institute of Atomic Energy</sa:organization><sa:city>Beijing</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0055">China Institute of Atomic Energy, Beijing, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0120" affiliation-id="S0370269323000643-d477851cd020cd39da135784676a96ff"><ce:label>12</ce:label><ce:textfn>Chungbuk National University, Cheongju, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Chungbuk National University</sa:organization><sa:city>Cheongju</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0060">Chungbuk National University, Cheongju, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0130" affiliation-id="S0370269323000643-ffca702bc50b4f17be4153d6998acb8d"><ce:label>13</ce:label><ce:textfn>Comenius University Bratislava, Faculty of Mathematics, Physics and Informatics, Bratislava, Slovakia</ce:textfn><sa:affiliation><sa:organization>Comenius University Bratislava</sa:organization><sa:organization>Faculty of Mathematics, Physics and Informatics</sa:organization><sa:city>Bratislava</sa:city><sa:country>Slovakia</sa:country></sa:affiliation><ce:source-text id="srct0065">Comenius University Bratislava, Faculty of Mathematics, Physics and Informatics, Bratislava, Slovakia</ce:source-text></ce:affiliation><ce:affiliation id="aff0140" affiliation-id="S0370269323000643-78cc8333b14d598fc5e3c0230d1de22e"><ce:label>14</ce:label><ce:textfn>COMSATS University Islamabad, Islamabad, Pakistan</ce:textfn><sa:affiliation><sa:organization>COMSATS University Islamabad</sa:organization><sa:city>Islamabad</sa:city><sa:country>Pakistan</sa:country></sa:affiliation><ce:source-text id="srct0070">COMSATS University Islamabad, Islamabad, Pakistan</ce:source-text></ce:affiliation><ce:affiliation id="aff0150" affiliation-id="S0370269323000643-42161ea7466da89325c5b37601107c55"><ce:label>15</ce:label><ce:textfn>Creighton University, Omaha, NE, United States</ce:textfn><sa:affiliation><sa:organization>Creighton University</sa:organization><sa:city>Omaha</sa:city><sa:state>NE</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0075">Creighton University, Omaha, Nebraska, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0160" affiliation-id="S0370269323000643-bd5e6b818668501c1deea76e96cac833"><ce:label>16</ce:label><ce:textfn>Department of Physics, Aligarh Muslim University, Aligarh, India</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Aligarh Muslim University</sa:organization><sa:city>Aligarh</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0080">Department of Physics, Aligarh Muslim University, Aligarh, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0170" affiliation-id="S0370269323000643-ebe7875fb705d3c179953d196aa8b94b"><ce:label>17</ce:label><ce:textfn>Department of Physics, Pusan National University, Pusan, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Pusan National University</sa:organization><sa:city>Pusan</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0085">Department of Physics, Pusan National University, Pusan, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0180" affiliation-id="S0370269323000643-24ddc81b37e640977b88412ba28336a4"><ce:label>18</ce:label><ce:textfn>Department of Physics, Sejong University, Seoul, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Sejong University</sa:organization><sa:city>Seoul</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0090">Department of Physics, Sejong University, Seoul, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0190" affiliation-id="S0370269323000643-66245837acb0d7fb7ada51de0fd95043"><ce:label>19</ce:label><ce:textfn>Department of Physics, University of California, Berkeley, CA, United States</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>University of California</sa:organization><sa:city>Berkeley</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0095">Department of Physics, University of California, Berkeley, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0200" affiliation-id="S0370269323000643-63776eabafa9e32856b35562692a4488"><ce:label>20</ce:label><ce:textfn>Department of Physics, University of Oslo, Oslo, Norway</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>University of Oslo</sa:organization><sa:city>Oslo</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0100">Department of Physics, University of Oslo, Oslo, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0210" affiliation-id="S0370269323000643-020451a59d5e257505166bdb7847cdd7"><ce:label>21</ce:label><ce:textfn>Department of Physics and Technology, University of Bergen, Bergen, Norway</ce:textfn><sa:affiliation><sa:organization>Department of Physics and Technology</sa:organization><sa:organization>University of Bergen</sa:organization><sa:city>Bergen</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0105">Department of Physics and Technology, University of Bergen, Bergen, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0220" affiliation-id="S0370269323000643-81d87d2cd8c9f6aa2a1c7f4b13115ef3"><ce:label>22</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Cagliari, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Cagliari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0110">Dipartimento di Fisica dell'Università and Sezione INFN, Cagliari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0230" affiliation-id="S0370269323000643-849d0ba7888fcb2a09aad7ac1095ec15"><ce:label>23</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Trieste, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Trieste</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0115">Dipartimento di Fisica dell'Università and Sezione INFN, Trieste, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0240" affiliation-id="S0370269323000643-68c63fd1cb9e8623af62118bbef39c9e"><ce:label>24</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0120">Dipartimento di Fisica dell'Università and Sezione INFN, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0250" affiliation-id="S0370269323000643-7a40dab487121429c63e59c3de15ccfa"><ce:label>25</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Bologna, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bologna</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0125">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Bologna, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0260" affiliation-id="S0370269323000643-72e3fe624de7d3d3223574366a22ef30"><ce:label>26</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Catania, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Catania</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0130">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Catania, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0270" affiliation-id="S0370269323000643-6145c67e3009fb117e82f5429b2af282"><ce:label>27</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Padova, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Padova</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0135">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Padova, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0280" affiliation-id="S0370269323000643-ed02ab18bfc8872ec646d178987b6fb8"><ce:label>28</ce:label><ce:textfn>Dipartimento di Fisica e Nucleare e Teorica, Università di Pavia, Pavia, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Nucleare e Teorica</sa:organization><sa:organization>Università di Pavia</sa:organization><sa:city>Pavia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0140">Dipartimento di Fisica e Nucleare e Teorica, Università di Pavia, Pavia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0290" affiliation-id="S0370269323000643-a001bc692b1f1f84377401c9e2632e51"><ce:label>29</ce:label><ce:textfn>Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università and Gruppo Collegato INFN, Salerno, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università</sa:organization><sa:organization>Gruppo Collegato INFN</sa:organization><sa:city>Salerno</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0145">Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università and Gruppo Collegato INFN, Salerno, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0300" affiliation-id="S0370269323000643-362983c57dbe79a62add2550bfe565dc"><ce:label>30</ce:label><ce:textfn>Dipartimento DISAT del Politecnico and Sezione INFN, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento DISAT del Politecnico</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0150">Dipartimento DISAT del Politecnico and Sezione INFN, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0310" affiliation-id="S0370269323000643-be2c5e0552d256581ca35805d61bfd27"><ce:label>31</ce:label><ce:textfn>Dipartimento di Scienze e Innovazione Tecnologica dell'Università del Piemonte Orientale and INFN Sezione di Torino, Alessandria, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Scienze e Innovazione Tecnologica dell'Università del Piemonte Orientale</sa:organization><sa:organization>INFN Sezione di Torino</sa:organization><sa:city>Alessandria</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0155">Dipartimento di Scienze e Innovazione Tecnologica dell'Università del Piemonte Orientale and INFN Sezione di Torino, Alessandria, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0320" affiliation-id="S0370269323000643-7a82e32411929fc5768d11b72609a4d8"><ce:label>32</ce:label><ce:textfn>Dipartimento di Scienze MIFT, Università di Messina, Messina, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Scienze MIFT</sa:organization><sa:organization>Università di Messina</sa:organization><sa:city>Messina</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0160">Dipartimento di Scienze MIFT, Università di Messina, Messina, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0330" affiliation-id="S0370269323000643-0bfba0b176e2b6e1b67e6564c87308b5"><ce:label>33</ce:label><ce:textfn>Dipartimento Interateneo di Fisica ‘M. Merlin’ and Sezione INFN, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento Interateneo di Fisica ‘M. Merlin’</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0165">Dipartimento Interateneo di Fisica ‘M. Merlin’ and Sezione INFN, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0340" affiliation-id="S0370269323000643-44f92095d23d6e3d2fb8e8fc998c51f2"><ce:label>34</ce:label><ce:textfn>European Organization for Nuclear Research (CERN), Geneva, Switzerland</ce:textfn><sa:affiliation><sa:organization>European Organization for Nuclear Research (CERN)</sa:organization><sa:city>Geneva</sa:city><sa:country>Switzerland</sa:country></sa:affiliation><ce:source-text id="srct0170">European Organization for Nuclear Research (CERN), Geneva, Switzerland</ce:source-text></ce:affiliation><ce:affiliation id="aff0350" affiliation-id="S0370269323000643-f220870dd6ed2747e8ec11b2ba624bf5"><ce:label>35</ce:label><ce:textfn>Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, University of Split, Split, Croatia</ce:textfn><sa:affiliation><sa:organization>Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture</sa:organization><sa:organization>University of Split</sa:organization><sa:city>Split</sa:city><sa:country>Croatia</sa:country></sa:affiliation><ce:source-text id="srct0175">Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, University of Split, Split, Croatia</ce:source-text></ce:affiliation><ce:affiliation id="aff0360" affiliation-id="S0370269323000643-5bf4b9d297f0544e6037addfb7689840"><ce:label>36</ce:label><ce:textfn>Faculty of Engineering and Science, Western Norway University of Applied Sciences, Bergen, Norway</ce:textfn><sa:affiliation><sa:organization>Faculty of Engineering and Science</sa:organization><sa:organization>Western Norway University of Applied Sciences</sa:organization><sa:city>Bergen</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0180">Faculty of Engineering and Science, Western Norway University of Applied Sciences, Bergen, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0370" affiliation-id="S0370269323000643-56d412e1c3fe114d9a18225fa76274c9"><ce:label>37</ce:label><ce:textfn>Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Prague, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Faculty of Nuclear Sciences and Physical Engineering</sa:organization><sa:organization>Czech Technical University in Prague</sa:organization><sa:city>Prague</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0185">Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Prague, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0380" affiliation-id="S0370269323000643-fb857933012a43dca7eed2503db4f3dd"><ce:label>38</ce:label><ce:textfn>Faculty of Science, P.J. Šafárik University, Košice, Slovakia</ce:textfn><sa:affiliation><sa:organization>Faculty of Science</sa:organization><sa:organization>P.J. Šafárik University</sa:organization><sa:city>Košice</sa:city><sa:country>Slovakia</sa:country></sa:affiliation><ce:source-text id="srct0190">Faculty of Science, P.J. Šafárik University, Košice, Slovakia</ce:source-text></ce:affiliation><ce:affiliation id="aff0390" affiliation-id="S0370269323000643-a18716885f5bc83f5d1aee8d0d80c7af"><ce:label>39</ce:label><ce:textfn>Frankfurt Institute for Advanced Studies, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Frankfurt Institute for Advanced Studies</sa:organization><sa:organization>Johann Wolfgang Goethe-Universität Frankfurt</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0195">Frankfurt Institute for Advanced Studies, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0400" affiliation-id="S0370269323000643-f0b0a2b18fef5547dcd39253b5714404"><ce:label>40</ce:label><ce:textfn>Fudan University, Shanghai, China</ce:textfn><sa:affiliation><sa:organization>Fudan University</sa:organization><sa:city>Shanghai</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0200">Fudan University, Shanghai, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0410" affiliation-id="S0370269323000643-a2398937a38c48ebf6ac3ff5e5d60b95"><ce:label>41</ce:label><ce:textfn>Gangneung-Wonju National University, Gangneung, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Gangneung-Wonju National University</sa:organization><sa:city>Gangneung</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0205">Gangneung-Wonju National University, Gangneung, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0420" affiliation-id="S0370269323000643-73bc80872cd116960a09bc477e035838"><ce:label>42</ce:label><ce:textfn>Gauhati University, Department of Physics, Guwahati, India</ce:textfn><sa:affiliation><sa:organization>Gauhati University</sa:organization><sa:organization>Department of Physics</sa:organization><sa:city>Guwahati</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0210">Gauhati University, Department of Physics, Guwahati, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0430" affiliation-id="S0370269323000643-9fd27eebf76465366fe59cb8d9620ae8"><ce:label>43</ce:label><ce:textfn>Helmholtz-Institut für Strahlen- und Kernphysik, Rheinische Friedrich-Wilhelms-Universität Bonn, Bonn, Germany</ce:textfn><sa:affiliation><sa:organization>Helmholtz-Institut für Strahlen- und Kernphysik</sa:organization><sa:organization>Rheinische Friedrich-Wilhelms-Universität Bonn</sa:organization><sa:city>Bonn</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0215">Helmholtz-Institut für Strahlen- und Kernphysik, Rheinische Friedrich-Wilhelms-Universität Bonn, Bonn, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0440" affiliation-id="S0370269323000643-66b9f8889421b091fa908925e638d91e"><ce:label>44</ce:label><ce:textfn>Helsinki Institute of Physics (HIP), Helsinki, Finland</ce:textfn><sa:affiliation><sa:organization>Helsinki Institute of Physics (HIP)</sa:organization><sa:city>Helsinki</sa:city><sa:country>Finland</sa:country></sa:affiliation><ce:source-text id="srct0220">Helsinki Institute of Physics (HIP), Helsinki, Finland</ce:source-text></ce:affiliation><ce:affiliation id="aff0450" affiliation-id="S0370269323000643-6968018d6fe1bd12a4413918be70ab85"><ce:label>45</ce:label><ce:textfn>High Energy Physics Group, Universidad Autónoma de Puebla, Puebla, Mexico</ce:textfn><sa:affiliation><sa:organization>High Energy Physics Group</sa:organization><sa:organization>Universidad Autónoma de Puebla</sa:organization><sa:city>Puebla</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0225">High Energy Physics Group, Universidad Autónoma de Puebla, Puebla, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0460" affiliation-id="S0370269323000643-8454dbc80caf49377b12cbde1879d7a0"><ce:label>46</ce:label><ce:textfn>Hiroshima University, Hiroshima, Japan</ce:textfn><sa:affiliation><sa:organization>Hiroshima University</sa:organization><sa:city>Hiroshima</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0230">Hiroshima University, Hiroshima, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0470" affiliation-id="S0370269323000643-9c00b97a376e62a36465178b70ef1f89"><ce:label>47</ce:label><ce:textfn>Hochschule Worms, Zentrum für Technologietransfer und Telekommunikation (ZTT), Worms, Germany</ce:textfn><sa:affiliation><sa:organization>Hochschule Worms</sa:organization><sa:organization>Zentrum für Technologietransfer und Telekommunikation (ZTT)</sa:organization><sa:city>Worms</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0235">Hochschule Worms, Zentrum für Technologietransfer und Telekommunikation (ZTT), Worms, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0480" affiliation-id="S0370269323000643-16bdf6e3577a480da99159f5d54452b1"><ce:label>48</ce:label><ce:textfn>Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>Horia Hulubei National Institute of Physics and Nuclear Engineering</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0240">Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff0490" affiliation-id="S0370269323000643-78df0ad3e050545612fd8d71a4776a19"><ce:label>49</ce:label><ce:textfn>Indian Institute of Technology Bombay (IIT), Mumbai, India</ce:textfn><sa:affiliation><sa:organization>Indian Institute of Technology Bombay (IIT)</sa:organization><sa:city>Mumbai</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0245">Indian Institute of Technology Bombay (IIT), Mumbai, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0500" affiliation-id="S0370269323000643-b8ad6c9375b7a89b768adb13f27427b4"><ce:label>50</ce:label><ce:textfn>Indian Institute of Technology Indore, Indore, India</ce:textfn><sa:affiliation><sa:organization>Indian Institute of Technology Indore</sa:organization><sa:city>Indore</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0250">Indian Institute of Technology Indore, Indore, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0510" affiliation-id="S0370269323000643-98c636440432201908fa6753b352596d"><ce:label>51</ce:label><ce:textfn>Indonesian Institute of Sciences, Jakarta, Indonesia</ce:textfn><sa:affiliation><sa:organization>Indonesian Institute of Sciences</sa:organization><sa:city>Jakarta</sa:city><sa:country>Indonesia</sa:country></sa:affiliation><ce:source-text id="srct0255">Indonesian Institute of Sciences, Jakarta, Indonesia</ce:source-text></ce:affiliation><ce:affiliation id="aff0520" affiliation-id="S0370269323000643-25658fba725d22058ae2a8649ceeb084"><ce:label>52</ce:label><ce:textfn>INFN, Laboratori Nazionali di Frascati, Frascati, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Laboratori Nazionali di Frascati</sa:organization><sa:city>Frascati</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0260">INFN, Laboratori Nazionali di Frascati, Frascati, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0530" affiliation-id="S0370269323000643-5d9dee68bdf16e34f2f3f01d930f367d"><ce:label>53</ce:label><ce:textfn>INFN, Sezione di Bari, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Bari</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0265">INFN, Sezione di Bari, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0540" affiliation-id="S0370269323000643-340d750afed4ff705cf1dd72bf688ca4"><ce:label>54</ce:label><ce:textfn>INFN, Sezione di Bologna, Bologna, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Bologna</sa:organization><sa:city>Bologna</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0270">INFN, Sezione di Bologna, Bologna, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0550" affiliation-id="S0370269323000643-436e8c989d6c10cae74944a81714a4e2"><ce:label>55</ce:label><ce:textfn>INFN, Sezione di Cagliari, Cagliari, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Cagliari</sa:organization><sa:city>Cagliari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0275">INFN, Sezione di Cagliari, Cagliari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0560" affiliation-id="S0370269323000643-f0607c03a8b381da2bb83a11f8d899c8"><ce:label>56</ce:label><ce:textfn>INFN, Sezione di Catania, Catania, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Catania</sa:organization><sa:city>Catania</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0280">INFN, Sezione di Catania, Catania, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0570" affiliation-id="S0370269323000643-cb33711bf32ecc9cc4697cbbea10fa88"><ce:label>57</ce:label><ce:textfn>INFN, Sezione di Padova, Padova, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Padova</sa:organization><sa:city>Padova</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0285">INFN, Sezione di Padova, Padova, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0580" affiliation-id="S0370269323000643-5c70f16aa0d389aa33e2589db6fcd5d6"><ce:label>58</ce:label><ce:textfn>INFN, Sezione di Pavia, Pavia, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Pavia</sa:organization><sa:city>Pavia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0290">INFN, Sezione di Pavia, Pavia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0590" affiliation-id="S0370269323000643-f1faa0de67f6d8d1ece0914257c7635c"><ce:label>59</ce:label><ce:textfn>INFN, Sezione di Torino, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Torino</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0295">INFN, Sezione di Torino, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0600" affiliation-id="S0370269323000643-0035d662cbe7eef98bed21545fd04324"><ce:label>60</ce:label><ce:textfn>INFN, Sezione di Trieste, Trieste, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Trieste</sa:organization><sa:city>Trieste</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0300">INFN, Sezione di Trieste, Trieste, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0610" affiliation-id="S0370269323000643-22e3a6d8462b39bb6c155bce0c9b21cd"><ce:label>61</ce:label><ce:textfn>Inha University, Incheon, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Inha University</sa:organization><sa:city>Incheon</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0305">Inha University, Incheon, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0620" affiliation-id="S0370269323000643-d4941ebd67ab9bbf96b1e6a906f4397c"><ce:label>62</ce:label><ce:textfn>Institute for Gravitational and Subatomic Physics (GRASP), Utrecht University/Nikhef, Utrecht, Netherlands</ce:textfn><sa:affiliation><sa:organization>Institute for Gravitational and Subatomic Physics (GRASP)</sa:organization><sa:organization>Utrecht University/Nikhef</sa:organization><sa:city>Utrecht</sa:city><sa:country>Netherlands</sa:country></sa:affiliation><ce:source-text id="srct0310">Institute for Gravitational and Subatomic Physics (GRASP), Utrecht University/Nikhef, Utrecht, Netherlands</ce:source-text></ce:affiliation><ce:affiliation id="aff0630" affiliation-id="S0370269323000643-ffd3d07e3cd462f194d82b1a01fbabeb"><ce:label>63</ce:label><ce:textfn>Institute for Nuclear Research, Academy of Sciences, Moscow, Russia</ce:textfn><sa:affiliation><sa:organization>Institute for Nuclear Research</sa:organization><sa:organization>Academy of Sciences</sa:organization><sa:city>Moscow</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0315">Institute for Nuclear Research, Academy of Sciences, Moscow, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0640" affiliation-id="S0370269323000643-c0ed70d0f039726935bd0309f74fcd8a"><ce:label>64</ce:label><ce:textfn>Institute of Experimental Physics, Slovak Academy of Sciences, Košice, Slovakia</ce:textfn><sa:affiliation><sa:organization>Institute of Experimental Physics</sa:organization><sa:organization>Slovak Academy of Sciences</sa:organization><sa:city>Košice</sa:city><sa:country>Slovakia</sa:country></sa:affiliation><ce:source-text id="srct0320">Institute of Experimental Physics, Slovak Academy of Sciences, Košice, Slovakia</ce:source-text></ce:affiliation><ce:affiliation id="aff0650" affiliation-id="S0370269323000643-6fa96ff1fcc4aaff09633c1217f06ff0"><ce:label>65</ce:label><ce:textfn>Institute of Physics, Homi Bhabha National Institute, Bhubaneswar, India</ce:textfn><sa:affiliation><sa:organization>Institute of Physics</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Bhubaneswar</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0325">Institute of Physics, Homi Bhabha National Institute, Bhubaneswar, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0660" affiliation-id="S0370269323000643-9f77e70dcbde10c6ed3d37b3b0071107"><ce:label>66</ce:label><ce:textfn>Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Institute of Physics of the Czech Academy of Sciences</sa:organization><sa:city>Prague</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0330">Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0670" affiliation-id="S0370269323000643-3309ea65bfe3ae2f96b232545cb67043"><ce:label>67</ce:label><ce:textfn>Institute of Space Science (ISS), Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>Institute of Space Science (ISS)</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0335">Institute of Space Science (ISS), Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff0680" affiliation-id="S0370269323000643-2759820a41f8b0ece8c42aa319465ed5"><ce:label>68</ce:label><ce:textfn>Institut für Kernphysik, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Institut für Kernphysik</sa:organization><sa:organization>Johann Wolfgang Goethe-Universität Frankfurt</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0340">Institut für Kernphysik, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0690" affiliation-id="S0370269323000643-b18018b82a469dc4e4eb94f595cf4812"><ce:label>69</ce:label><ce:textfn>Instituto de Ciencias Nucleares, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:textfn><sa:affiliation><sa:organization>Instituto de Ciencias Nucleares</sa:organization><sa:organization>Universidad Nacional Autónoma de México</sa:organization><sa:city>Mexico City</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0345">Instituto de Ciencias Nucleares, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0700" affiliation-id="S0370269323000643-2aa194eda46d62198ea9b929240200b8"><ce:label>70</ce:label><ce:textfn>Instituto de Física, Universidade Federal do Rio Grande do Sul (UFRGS), Porto Alegre, Brazil</ce:textfn><sa:affiliation><sa:organization>Instituto de Física</sa:organization><sa:organization>Universidade Federal do Rio Grande do Sul (UFRGS)</sa:organization><sa:city>Porto Alegre</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0350">Instituto de Física, Universidade Federal do Rio Grande do Sul (UFRGS), Porto Alegre, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff0710" affiliation-id="S0370269323000643-9e9b95fa2c082308cb0efc3488541c67"><ce:label>71</ce:label><ce:textfn>Instituto de Física, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:textfn><sa:affiliation><sa:organization>Instituto de Física</sa:organization><sa:organization>Universidad Nacional Autónoma de México</sa:organization><sa:city>Mexico City</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0355">Instituto de Física, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0720" affiliation-id="S0370269323000643-4ef9aeae6b2f74e366edd12aafbea4cf"><ce:label>72</ce:label><ce:textfn>iThemba LABS, National Research Foundation, Somerset West, South Africa</ce:textfn><sa:affiliation><sa:organization>iThemba LABS</sa:organization><sa:organization>National Research Foundation</sa:organization><sa:city>Somerset West</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0360">iThemba LABS, National Research Foundation, Somerset West, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff0730" affiliation-id="S0370269323000643-2f4c4db0447d27fd2e43117b90bb74d4"><ce:label>73</ce:label><ce:textfn>Jeonbuk National University, Jeonju, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Jeonbuk National University</sa:organization><sa:city>Jeonju</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0365">Jeonbuk National University, Jeonju, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0740" affiliation-id="S0370269323000643-81ec7d4c8c69486a57ef1ca6a567076c"><ce:label>74</ce:label><ce:textfn>Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik, Fachbereich Informatik und Mathematik, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik</sa:organization><sa:organization>Fachbereich Informatik und Mathematik</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0370">Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik, Fachbereich Informatik und Mathematik, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0750" affiliation-id="S0370269323000643-53c65b0bfaf5dee3f840aa6c9e183978"><ce:label>75</ce:label><ce:textfn>Joint Institute for Nuclear Research (JINR), Dubna, Russia</ce:textfn><sa:affiliation><sa:organization>Joint Institute for Nuclear Research (JINR)</sa:organization><sa:city>Dubna</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0375">Joint Institute for Nuclear Research (JINR), Dubna, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0760" affiliation-id="S0370269323000643-c1d849875c0de0db6476f9cc96b07dd2"><ce:label>76</ce:label><ce:textfn>Korea Institute of Science and Technology Information, Daejeon, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Korea Institute of Science and Technology Information</sa:organization><sa:city>Daejeon</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0380">Korea Institute of Science and Technology Information, Daejeon, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0770" affiliation-id="S0370269323000643-c5cd420fa3d6b7c79dc3ab9e7c2dfb06"><ce:label>77</ce:label><ce:textfn>KTO Karatay University, Konya, Turkey</ce:textfn><sa:affiliation><sa:organization>KTO Karatay University</sa:organization><sa:city>Konya</sa:city><sa:country>Turkey</sa:country></sa:affiliation><ce:source-text id="srct0385">KTO Karatay University, Konya, Turkey</ce:source-text></ce:affiliation><ce:affiliation id="aff0780" affiliation-id="S0370269323000643-0bdd954451acb47f491c8c4996fa87da"><ce:label>78</ce:label><ce:textfn>Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie, Orsay, France</ce:textfn><sa:affiliation><sa:organization>Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie</sa:organization><sa:city>Orsay</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0390">Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie, Orsay, France</ce:source-text></ce:affiliation><ce:affiliation id="aff0790" affiliation-id="S0370269323000643-1487532e5bfe30325bc10c0583f7c38e"><ce:label>79</ce:label><ce:textfn>Laboratoire de Physique Subatomique et de Cosmologie, Université Grenoble-Alpes, CNRS-IN2P3, Grenoble, France</ce:textfn><sa:affiliation><sa:organization>Laboratoire de Physique Subatomique et de Cosmologie</sa:organization><sa:organization>Université Grenoble-Alpes</sa:organization><sa:organization>CNRS-IN2P3</sa:organization><sa:city>Grenoble</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0395">Laboratoire de Physique Subatomique et de Cosmologie, Université Grenoble-Alpes, CNRS-IN2P3, Grenoble, France</ce:source-text></ce:affiliation><ce:affiliation id="aff0800" affiliation-id="S0370269323000643-dd5512fbf2faf90b56635e0b411d44a2"><ce:label>80</ce:label><ce:textfn>Lawrence Berkeley National Laboratory, Berkeley, CA, United States</ce:textfn><sa:affiliation><sa:organization>Lawrence Berkeley National Laboratory</sa:organization><sa:city>Berkeley</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0400">Lawrence Berkeley National Laboratory, Berkeley, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0810" affiliation-id="S0370269323000643-ed03eefd58007822249c697d882deffc"><ce:label>81</ce:label><ce:textfn>Lund University Department of Physics, Division of Particle Physics, Lund, Sweden</ce:textfn><sa:affiliation><sa:organization>Lund University Department of Physics</sa:organization><sa:organization>Division of Particle Physics</sa:organization><sa:city>Lund</sa:city><sa:country>Sweden</sa:country></sa:affiliation><ce:source-text id="srct0405">Lund University Department of Physics, Division of Particle Physics, Lund, Sweden</ce:source-text></ce:affiliation><ce:affiliation id="aff0820" affiliation-id="S0370269323000643-ecd2d28e753f4396ad11c81a0c3e50ba"><ce:label>82</ce:label><ce:textfn>Moscow Institute for Physics and Technology, Moscow, Russia</ce:textfn><sa:affiliation><sa:organization>Moscow Institute for Physics and Technology</sa:organization><sa:city>Moscow</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0410">Moscow Institute for Physics and Technology, Moscow, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0830" affiliation-id="S0370269323000643-5b47ca06644b7f88e2267e9accbe867b"><ce:label>83</ce:label><ce:textfn>Nagasaki Institute of Applied Science, Nagasaki, Japan</ce:textfn><sa:affiliation><sa:organization>Nagasaki Institute of Applied Science</sa:organization><sa:city>Nagasaki</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0415">Nagasaki Institute of Applied Science, Nagasaki, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0840" affiliation-id="S0370269323000643-61cd55f0b96e9831d6063318d9967d43"><ce:label>84</ce:label><ce:textfn>Nara Women's University (NWU), Nara, Japan</ce:textfn><sa:affiliation><sa:organization>Nara Women's University (NWU)</sa:organization><sa:city>Nara</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0420">Nara Women's University (NWU), Nara, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0850" affiliation-id="S0370269323000643-7f50d99eb340e408fbc323cbce0c8905"><ce:label>85</ce:label><ce:textfn>National and Kapodistrian University of Athens, School of Science, Department of Physics , Athens, Greece</ce:textfn><sa:affiliation><sa:organization>National and Kapodistrian University of Athens</sa:organization><sa:organization>School of Science</sa:organization><sa:organization>Department of Physics</sa:organization><sa:city>Athens</sa:city><sa:country>Greece</sa:country></sa:affiliation><ce:source-text id="srct0425">National and Kapodistrian University of Athens, School of Science, Department of Physics , Athens, Greece</ce:source-text></ce:affiliation><ce:affiliation id="aff0860" affiliation-id="S0370269323000643-58192de9f95a93cb8bf485b9a5647bf5"><ce:label>86</ce:label><ce:textfn>National Centre for Nuclear Research, Warsaw, Poland</ce:textfn><sa:affiliation><sa:organization>National Centre for Nuclear Research</sa:organization><sa:city>Warsaw</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0430">National Centre for Nuclear Research, Warsaw, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff0870" affiliation-id="S0370269323000643-5c73c93f2c9aba1b7fcfa30741ce17ca"><ce:label>87</ce:label><ce:textfn>National Institute of Science Education and Research, Homi Bhabha National Institute, Jatni, India</ce:textfn><sa:affiliation><sa:organization>National Institute of Science Education and Research</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Jatni</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0435">National Institute of Science Education and Research, Homi Bhabha National Institute, Jatni, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0880" affiliation-id="S0370269323000643-1e229a9758219f877a7f903c2dde9c2b"><ce:label>88</ce:label><ce:textfn>National Nuclear Research Center, Baku, Azerbaijan</ce:textfn><sa:affiliation><sa:organization>National Nuclear Research Center</sa:organization><sa:city>Baku</sa:city><sa:country>Azerbaijan</sa:country></sa:affiliation><ce:source-text id="srct0440">National Nuclear Research Center, Baku, Azerbaijan</ce:source-text></ce:affiliation><ce:affiliation id="aff0890" affiliation-id="S0370269323000643-ef899e70d7f524a8b4dc85511af17a46"><ce:label>89</ce:label><ce:textfn>National Research Centre Kurchatov Institute, Moscow, Russia</ce:textfn><sa:affiliation><sa:organization>National Research Centre Kurchatov Institute</sa:organization><sa:city>Moscow</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0445">National Research Centre Kurchatov Institute, Moscow, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0900" affiliation-id="S0370269323000643-3e7cb9222cae4e75df0d93d2ea96329f"><ce:label>90</ce:label><ce:textfn>Niels Bohr Institute, University of Copenhagen, Copenhagen, Denmark</ce:textfn><sa:affiliation><sa:organization>Niels Bohr Institute</sa:organization><sa:organization>University of Copenhagen</sa:organization><sa:city>Copenhagen</sa:city><sa:country>Denmark</sa:country></sa:affiliation><ce:source-text id="srct0450">Niels Bohr Institute, University of Copenhagen, Copenhagen, Denmark</ce:source-text></ce:affiliation><ce:affiliation id="aff0910" affiliation-id="S0370269323000643-11b144edfb6d992e108d17991cc7681b"><ce:label>91</ce:label><ce:textfn>Nikhef, National Institute for Subatomic Physics, Amsterdam, Netherlands</ce:textfn><sa:affiliation><sa:organization>Nikhef</sa:organization><sa:organization>National Institute for Subatomic Physics</sa:organization><sa:city>Amsterdam</sa:city><sa:country>Netherlands</sa:country></sa:affiliation><ce:source-text id="srct0455">Nikhef, National institute for subatomic physics, Amsterdam, Netherlands</ce:source-text></ce:affiliation><ce:affiliation id="aff0920" affiliation-id="S0370269323000643-3c430648d0afb815a8e84258861895f0"><ce:label>92</ce:label><ce:textfn>NRC Kurchatov Institute IHEP, Protvino, Russia</ce:textfn><sa:affiliation><sa:organization>NRC Kurchatov Institute</sa:organization><sa:organization>IHEP</sa:organization><sa:city>Protvino</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0460">NRC Kurchatov Institute IHEP, Protvino, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0930" affiliation-id="S0370269323000643-3928c351c9b4797dafcf46dd65eee0cd"><ce:label>93</ce:label><ce:textfn>NRC «Kurchatov»Institute – ITEP, Moscow, Russia</ce:textfn><sa:affiliation><sa:organization>NRC «Kurchatov»Institute – ITEP</sa:organization><sa:city>Moscow</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0465">NRC «Kurchatov»Institute – ITEP, Moscow, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0940" affiliation-id="S0370269323000643-b4ad181607b9ab8fbc66e2278cdf943a"><ce:label>94</ce:label><ce:textfn>NRNU Moscow Engineering Physics Institute, Moscow, Russia</ce:textfn><sa:affiliation><sa:organization>NRNU Moscow Engineering Physics Institute</sa:organization><sa:city>Moscow</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0470">NRNU Moscow Engineering Physics Institute, Moscow, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0950" affiliation-id="S0370269323000643-7ffc71d9a245ae3927bb4d373ff478ed"><ce:label>95</ce:label><ce:textfn>Nuclear Physics Group, STFC Daresbury Laboratory, Daresbury, United Kingdom</ce:textfn><sa:affiliation><sa:organization>Nuclear Physics Group</sa:organization><sa:organization>STFC Daresbury Laboratory</sa:organization><sa:city>Daresbury</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0475">Nuclear Physics Group, STFC Daresbury Laboratory, Daresbury, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff0960" affiliation-id="S0370269323000643-35f0d35e6b51b7c24d9b3bc939a45b30"><ce:label>96</ce:label><ce:textfn>Nuclear Physics Institute of the Czech Academy of Sciences, Řež u Prahy, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Nuclear Physics Institute of the Czech Academy of Sciences</sa:organization><sa:city>Řež u Prahy</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0480">Nuclear Physics Institute of the Czech Academy of Sciences, Řež u Prahy, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0970" affiliation-id="S0370269323000643-43c0b745ad096562d858417552718575"><ce:label>97</ce:label><ce:textfn>Oak Ridge National Laboratory, Oak Ridge, TN, United States</ce:textfn><sa:affiliation><sa:organization>Oak Ridge National Laboratory</sa:organization><sa:city>Oak Ridge</sa:city><sa:state>TN</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0485">Oak Ridge National Laboratory, Oak Ridge, Tennessee, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0980" affiliation-id="S0370269323000643-e4e32a64c7e436b0f2a688687dedfe5e"><ce:label>98</ce:label><ce:textfn>Ohio State University, Columbus, OH, United States</ce:textfn><sa:affiliation><sa:organization>Ohio State University</sa:organization><sa:city>Columbus</sa:city><sa:state>OH</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0490">Ohio State University, Columbus, Ohio, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0990" affiliation-id="S0370269323000643-90511898a8b3f881cbde7907eee7df47"><ce:label>99</ce:label><ce:textfn>Petersburg Nuclear Physics Institute, Gatchina, Russia</ce:textfn><sa:affiliation><sa:organization>Petersburg Nuclear Physics Institute</sa:organization><sa:city>Gatchina</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0495">Petersburg Nuclear Physics Institute, Gatchina, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff1000" affiliation-id="S0370269323000643-3c4eb171ede7112c64f1bc2c164f4732"><ce:label>100</ce:label><ce:textfn>Physics Department, Faculty of Science, University of Zagreb, Zagreb, Croatia</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>Faculty of Science</sa:organization><sa:organization>University of Zagreb</sa:organization><sa:city>Zagreb</sa:city><sa:country>Croatia</sa:country></sa:affiliation><ce:source-text id="srct0500">Physics department, Faculty of science, University of Zagreb, Zagreb, Croatia</ce:source-text></ce:affiliation><ce:affiliation id="aff1010" affiliation-id="S0370269323000643-30d6dbb96747c914840798f88bf250cb"><ce:label>101</ce:label><ce:textfn>Physics Department, Panjab University, Chandigarh, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>Panjab University</sa:organization><sa:city>Chandigarh</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0505">Physics Department, Panjab University, Chandigarh, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1020" affiliation-id="S0370269323000643-712bc80495e97050498604da603cb5cc"><ce:label>102</ce:label><ce:textfn>Physics Department, University of Jammu, Jammu, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>University of Jammu</sa:organization><sa:city>Jammu</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0510">Physics Department, University of Jammu, Jammu, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1030" affiliation-id="S0370269323000643-500771749243cadcbaeeac3f726e6a62"><ce:label>103</ce:label><ce:textfn>Physics Department, University of Rajasthan, Jaipur, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>University of Rajasthan</sa:organization><sa:city>Jaipur</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0515">Physics Department, University of Rajasthan, Jaipur, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1040" affiliation-id="S0370269323000643-0886f70da565231fd0e43398021fd604"><ce:label>104</ce:label><ce:textfn>Physikalisches Institut, Eberhard-Karls-Universität Tübingen, Tübingen, Germany</ce:textfn><sa:affiliation><sa:organization>Physikalisches Institut</sa:organization><sa:organization>Eberhard-Karls-Universität Tübingen</sa:organization><sa:city>Tübingen</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0520">Physikalisches Institut, Eberhard-Karls-Universität Tübingen, Tübingen, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1050" affiliation-id="S0370269323000643-1c67678e124982de924355cdd6d6b91b"><ce:label>105</ce:label><ce:textfn>Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany</ce:textfn><sa:affiliation><sa:organization>Physikalisches Institut</sa:organization><sa:organization>Ruprecht-Karls-Universität Heidelberg</sa:organization><sa:city>Heidelberg</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0525">Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1060" affiliation-id="S0370269323000643-7a5765cc3928149c8b77128cd52462ae"><ce:label>106</ce:label><ce:textfn>Physik Department, Technische Universität München, Munich, Germany</ce:textfn><sa:affiliation><sa:organization>Physik Department</sa:organization><sa:organization>Technische Universität München</sa:organization><sa:city>Munich</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0530">Physik Department, Technische Universität München, Munich, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1070" affiliation-id="S0370269323000643-0a06f4f5fb60a25c8f1936ed71c96cfe"><ce:label>107</ce:label><ce:textfn>Politecnico di Bari and Sezione INFN, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>Politecnico di Bari</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0535">Politecnico di Bari and Sezione INFN, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1080" affiliation-id="S0370269323000643-3451d358e90b759225813c9b9a6f098c"><ce:label>108</ce:label><ce:textfn>Research Division and ExtreMe Matter Institute EMMI, GSI Helmholtzzentrum für Schwerionenforschung GmbH, Darmstadt, Germany</ce:textfn><sa:affiliation><sa:organization>Research Division</sa:organization><sa:organization>ExtreMe Matter Institute EMMI</sa:organization><sa:organization>GSI Helmholtzzentrum für Schwerionenforschung GmbH</sa:organization><sa:city>Darmstadt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0540">Research Division and ExtreMe Matter Institute EMMI, GSI Helmholtzzentrum für Schwerionenforschung GmbH, Darmstadt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1090" affiliation-id="S0370269323000643-bdc21ecb323f7b76ee73d71fa687e6c3"><ce:label>109</ce:label><ce:textfn>Russian Federal Nuclear Center (VNIIEF), Sarov, Russia</ce:textfn><sa:affiliation><sa:organization>Russian Federal Nuclear Center (VNIIEF)</sa:organization><sa:city>Sarov</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0545">Russian Federal Nuclear Center (VNIIEF), Sarov, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff1100" affiliation-id="S0370269323000643-2771a2ae295804be11a4a937b894a546"><ce:label>110</ce:label><ce:textfn>Saha Institute of Nuclear Physics, Homi Bhabha National Institute, Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Saha Institute of Nuclear Physics</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0550">Saha Institute of Nuclear Physics, Homi Bhabha National Institute, Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1110" affiliation-id="S0370269323000643-b602cde70213041ca40ec5720e4e3e75"><ce:label>111</ce:label><ce:textfn>School of Physics and Astronomy, University of Birmingham, Birmingham, United Kingdom</ce:textfn><sa:affiliation><sa:organization>School of Physics and Astronomy</sa:organization><sa:organization>University of Birmingham</sa:organization><sa:city>Birmingham</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0555">School of Physics and Astronomy, University of Birmingham, Birmingham, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff1120" affiliation-id="S0370269323000643-1a1f0f3ae33ba0323ad4da08a216f4c3"><ce:label>112</ce:label><ce:textfn>Sección Física, Departamento de Ciencias, Pontificia Universidad Católica del Perú, Lima, Peru</ce:textfn><sa:affiliation><sa:organization>Sección Física</sa:organization><sa:organization>Departamento de Ciencias</sa:organization><sa:organization>Pontificia Universidad Católica del Perú</sa:organization><sa:city>Lima</sa:city><sa:country>Peru</sa:country></sa:affiliation><ce:source-text id="srct0560">Sección Física, Departamento de Ciencias, Pontificia Universidad Católica del Perú, Lima, Peru</ce:source-text></ce:affiliation><ce:affiliation id="aff1130" affiliation-id="S0370269323000643-e0932a7de5094071a8671adb41fe6812"><ce:label>113</ce:label><ce:textfn>St. Petersburg State University, St. Petersburg, Russia</ce:textfn><sa:affiliation><sa:organization>St. Petersburg State University</sa:organization><sa:city>St. Petersburg</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0565">St. Petersburg State University, St. Petersburg, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff1140" affiliation-id="S0370269323000643-24347400090c9a1efb87e7537af7461b"><ce:label>114</ce:label><ce:textfn>Stefan Meyer Institut für Subatomare Physik (SMI), Vienna, Austria</ce:textfn><sa:affiliation><sa:organization>Stefan Meyer Institut für Subatomare Physik (SMI)</sa:organization><sa:city>Vienna</sa:city><sa:country>Austria</sa:country></sa:affiliation><ce:source-text id="srct0570">Stefan Meyer Institut für Subatomare Physik (SMI), Vienna, Austria</ce:source-text></ce:affiliation><ce:affiliation id="aff1150" affiliation-id="S0370269323000643-920c67cc008319f3917103203f6dd703"><ce:label>115</ce:label><ce:textfn>SUBATECH, IMT Atlantique, Université de Nantes, CNRS-IN2P3, Nantes, France</ce:textfn><sa:affiliation><sa:organization>SUBATECH</sa:organization><sa:organization>IMT Atlantique</sa:organization><sa:organization>Université de Nantes</sa:organization><sa:organization>CNRS-IN2P3</sa:organization><sa:city>Nantes</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0575">SUBATECH, IMT Atlantique, Université de Nantes, CNRS-IN2P3, Nantes, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1160" affiliation-id="S0370269323000643-c3972f6af24eef12cc2ae3a53d6a7623"><ce:label>116</ce:label><ce:textfn>Suranaree University of Technology, Nakhon Ratchasima, Thailand</ce:textfn><sa:affiliation><sa:organization>Suranaree University of Technology</sa:organization><sa:city>Nakhon Ratchasima</sa:city><sa:country>Thailand</sa:country></sa:affiliation><ce:source-text id="srct0580">Suranaree University of Technology, Nakhon Ratchasima, Thailand</ce:source-text></ce:affiliation><ce:affiliation id="aff1170" affiliation-id="S0370269323000643-c78ab7c321a491b1927107824e5f2c30"><ce:label>117</ce:label><ce:textfn>Technical University of Košice, Košice, Slovakia</ce:textfn><sa:affiliation><sa:organization>Technical University of Košice</sa:organization><sa:city>Košice</sa:city><sa:country>Slovakia</sa:country></sa:affiliation><ce:source-text id="srct0585">Technical University of Košice, Košice, Slovakia</ce:source-text></ce:affiliation><ce:affiliation id="aff1180" affiliation-id="S0370269323000643-425836ada61fe0d3ee4ebf5b87598919"><ce:label>118</ce:label><ce:textfn>The Henryk Niewodniczanski Institute of Nuclear Physics, Polish Academy of Sciences, Cracow, Poland</ce:textfn><sa:affiliation><sa:organization>The Henryk Niewodniczanski Institute of Nuclear Physics</sa:organization><sa:organization>Polish Academy of Sciences</sa:organization><sa:city>Cracow</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0590">The Henryk Niewodniczanski Institute of Nuclear Physics, Polish Academy of Sciences, Cracow, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff1190" affiliation-id="S0370269323000643-302a66584ead3636c3e74b86b51cf474"><ce:label>119</ce:label><ce:textfn>The University of Texas at Austin, Austin, TX, United States</ce:textfn><sa:affiliation><sa:organization>The University of Texas at Austin</sa:organization><sa:city>Austin</sa:city><sa:state>TX</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0595">The University of Texas at Austin, Austin, Texas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1200" affiliation-id="S0370269323000643-48ea3700cc067946e6c3032832f0ce0a"><ce:label>120</ce:label><ce:textfn>Universidad Autónoma de Sinaloa, Culiacán, Mexico</ce:textfn><sa:affiliation><sa:organization>Universidad Autónoma de Sinaloa</sa:organization><sa:city>Culiacán</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0600">Universidad Autónoma de Sinaloa, Culiacán, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff1210" affiliation-id="S0370269323000643-310945a13cafb9845fe651fc7aa661b6"><ce:label>121</ce:label><ce:textfn>Universidade de São Paulo (USP), São Paulo, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade de São Paulo (USP)</sa:organization><sa:city>São Paulo</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0605">Universidade de São Paulo (USP), São Paulo, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1220" affiliation-id="S0370269323000643-226f6a475b7a1634e1530e2077d7590e"><ce:label>122</ce:label><ce:textfn>Universidade Estadual de Campinas (UNICAMP), Campinas, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade Estadual de Campinas (UNICAMP)</sa:organization><sa:city>Campinas</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0610">Universidade Estadual de Campinas (UNICAMP), Campinas, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1230" affiliation-id="S0370269323000643-7582533209ee7a368c4d249782e93c03"><ce:label>123</ce:label><ce:textfn>Universidade Federal do ABC, Santo Andre, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade Federal do ABC</sa:organization><sa:city>Santo Andre</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0615">Universidade Federal do ABC, Santo Andre, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1240" affiliation-id="S0370269323000643-f37f0b36132124cce5539b1f9c518079"><ce:label>124</ce:label><ce:textfn>University of Cape Town, Cape Town, South Africa</ce:textfn><sa:affiliation><sa:organization>University of Cape Town</sa:organization><sa:city>Cape Town</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0620">University of Cape Town, Cape Town, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff1250" affiliation-id="S0370269323000643-58fe35a5cc9d91eea34fd6e19293599b"><ce:label>125</ce:label><ce:textfn>University of Houston, Houston, TX, United States</ce:textfn><sa:affiliation><sa:organization>University of Houston</sa:organization><sa:city>Houston</sa:city><sa:state>TX</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0625">University of Houston, Houston, Texas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1260" affiliation-id="S0370269323000643-e9be2b1885c8285b7cb7b6534ca93d98"><ce:label>126</ce:label><ce:textfn>University of Jyväskylä, Jyväskylä, Finland</ce:textfn><sa:affiliation><sa:organization>University of Jyväskylä</sa:organization><sa:city>Jyväskylä</sa:city><sa:country>Finland</sa:country></sa:affiliation><ce:source-text id="srct0630">University of Jyväskylä, Jyväskylä, Finland</ce:source-text></ce:affiliation><ce:affiliation id="aff1270" affiliation-id="S0370269323000643-6e2074f6fd0b88987501b22e5d74f9c9"><ce:label>127</ce:label><ce:textfn>University of Kansas, Lawrence, KS, United States</ce:textfn><sa:affiliation><sa:organization>University of Kansas</sa:organization><sa:city>Lawrence</sa:city><sa:state>KS</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0635">University of Kansas, Lawrence, Kansas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1280" affiliation-id="S0370269323000643-f538fc5a59ec1d1c8f86d2a83cb4ced6"><ce:label>128</ce:label><ce:textfn>University of Liverpool, Liverpool, United Kingdom</ce:textfn><sa:affiliation><sa:organization>University of Liverpool</sa:organization><sa:city>Liverpool</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0640">University of Liverpool, Liverpool, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff1290" affiliation-id="S0370269323000643-5507e3344bf7b46ba698c2c045a8aba6"><ce:label>129</ce:label><ce:textfn>University of Science and Technology of China, Hefei, China</ce:textfn><sa:affiliation><sa:organization>University of Science and Technology of China</sa:organization><sa:city>Hefei</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0645">University of Science and Technology of China, Hefei, China</ce:source-text></ce:affiliation><ce:affiliation id="aff1300" affiliation-id="S0370269323000643-b080b99a0650ae4321512ce14fe0060e"><ce:label>130</ce:label><ce:textfn>University of South-Eastern Norway, Tonsberg, Norway</ce:textfn><sa:affiliation><sa:organization>University of South-Eastern Norway</sa:organization><sa:city>Tonsberg</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0650">University of South-Eastern Norway, Tonsberg, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff1310" affiliation-id="S0370269323000643-d6620449e5365c80224ff22fe1ca4e4a"><ce:label>131</ce:label><ce:textfn>University of Tennessee, Knoxville, TN, United States</ce:textfn><sa:affiliation><sa:organization>University of Tennessee</sa:organization><sa:city>Knoxville</sa:city><sa:state>TN</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0655">University of Tennessee, Knoxville, Tennessee, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1320" affiliation-id="S0370269323000643-6d43022152ccaa62119e4287bf3b5270"><ce:label>132</ce:label><ce:textfn>University of the Witwatersrand, Johannesburg, South Africa</ce:textfn><sa:affiliation><sa:organization>University of the Witwatersrand</sa:organization><sa:city>Johannesburg</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0660">University of the Witwatersrand, Johannesburg, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff1330" affiliation-id="S0370269323000643-9b9071fc23073da0e4317b3863c91b9e"><ce:label>133</ce:label><ce:textfn>University of Tokyo, Tokyo, Japan</ce:textfn><sa:affiliation><sa:organization>University of Tokyo</sa:organization><sa:city>Tokyo</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0665">University of Tokyo, Tokyo, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff1340" affiliation-id="S0370269323000643-da3fb88e8779358429638ee8f8dc4cb5"><ce:label>134</ce:label><ce:textfn>University of Tsukuba, Tsukuba, Japan</ce:textfn><sa:affiliation><sa:organization>University of Tsukuba</sa:organization><sa:city>Tsukuba</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0670">University of Tsukuba, Tsukuba, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff1350" affiliation-id="S0370269323000643-9fc1715eadb7b2ba79b1a87cef8015cd"><ce:label>135</ce:label><ce:textfn>University Politehnica of Bucharest, Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>University Politehnica of Bucharest</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0675">University Politehnica of Bucharest, Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff1360" affiliation-id="S0370269323000643-43e2ac82e11c4ca2fabbc7e457c74b37"><ce:label>136</ce:label><ce:textfn>Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France</ce:textfn><sa:affiliation><sa:organization>Université Clermont Auvergne</sa:organization><sa:organization>CNRS/IN2P3</sa:organization><sa:organization>LPC</sa:organization><sa:city>Clermont-Ferrand</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0680">Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1370" affiliation-id="S0370269323000643-08f13150d05b32d440951efec6f80d29"><ce:label>137</ce:label><ce:textfn>Université de Lyon, CNRS/IN2P3, Institut de Physique des 2 Infinis de Lyon, Lyon, France</ce:textfn><sa:affiliation><sa:organization>Université de Lyon</sa:organization><sa:organization>CNRS/IN2P3</sa:organization><sa:organization>Institut de Physique des 2 Infinis de Lyon</sa:organization><sa:city>Lyon</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0685">Université de Lyon, CNRS/IN2P3, Institut de Physique des 2 Infinis de Lyon, Lyon, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1380" affiliation-id="S0370269323000643-766d0075165899c16752f5f7ff1b8771"><ce:label>138</ce:label><ce:textfn>Université de Strasbourg, CNRS, IPHC UMR 7178, F-67000 Strasbourg, France</ce:textfn><sa:affiliation><sa:organization>Université de Strasbourg</sa:organization><sa:organization>CNRS</sa:organization><sa:organization>IPHC UMR 7178</sa:organization><sa:city>Strasbourg</sa:city><sa:postal-code>F-67000</sa:postal-code><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0690">Université de Strasbourg, CNRS, IPHC UMR 7178, F-67000 Strasbourg, France, Strasbourg, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1390" affiliation-id="S0370269323000643-36117066550bb6faaf9708b1b0ea670e"><ce:label>139</ce:label><ce:textfn>Université Paris-Saclay Centre d'Etudes de Saclay (CEA), IRFU, Départment de Physique Nucléaire (DPhN), Saclay, France</ce:textfn><sa:affiliation><sa:organization>Université Paris-Saclay</sa:organization><sa:organization>Centre d'Etudes de Saclay (CEA)</sa:organization><sa:organization>IRFU</sa:organization><sa:organization>Départment de Physique Nucléaire (DPhN)</sa:organization><sa:city>Saclay</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0695">Université Paris-Saclay Centre d'Etudes de Saclay (CEA), IRFU, Départment de Physique Nucléaire (DPhN), Saclay, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1400" affiliation-id="S0370269323000643-47ef552cdaf90d05d791574b14a8dcf9"><ce:label>140</ce:label><ce:textfn>Università degli Studi di Foggia, Foggia, Italy</ce:textfn><sa:affiliation><sa:organization>Università degli Studi di Foggia</sa:organization><sa:city>Foggia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0700">Università degli Studi di Foggia, Foggia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1410" affiliation-id="S0370269323000643-83cd0c0929f483f88e3d2cb59f064287"><ce:label>141</ce:label><ce:textfn>Università di Brescia, Brescia, Italy</ce:textfn><sa:affiliation><sa:organization>Università di Brescia</sa:organization><sa:city>Brescia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0705">Università di Brescia, Brescia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1420" affiliation-id="S0370269323000643-f1ae52f852d4d7d99988b3e872f887e4"><ce:label>142</ce:label><ce:textfn>Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Variable Energy Cyclotron Centre</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0710">Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1430" affiliation-id="S0370269323000643-bfd4fe0d3b8675ea55d96ce64033d817"><ce:label>143</ce:label><ce:textfn>Warsaw University of Technology, Warsaw, Poland</ce:textfn><sa:affiliation><sa:organization>Warsaw University of Technology</sa:organization><sa:city>Warsaw</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0715">Warsaw University of Technology, Warsaw, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff1440" affiliation-id="S0370269323000643-4e11d38f810a3540206ffb5151a35d3b"><ce:label>144</ce:label><ce:textfn>Wayne State University, Detroit, MI, United States</ce:textfn><sa:affiliation><sa:organization>Wayne State University</sa:organization><sa:city>Detroit</sa:city><sa:state>MI</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0720">Wayne State University, Detroit, Michigan, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1450" affiliation-id="S0370269323000643-0b76517a6de7ff0579ec14780f79d81b"><ce:label>145</ce:label><ce:textfn>Westfälische Wilhelms-Universität Münster, Institut für Kernphysik, Münster, Germany</ce:textfn><sa:affiliation><sa:organization>Westfälische Wilhelms-Universität Münster</sa:organization><sa:organization>Institut für Kernphysik</sa:organization><sa:city>Münster</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0725">Westfälische Wilhelms-Universität Münster, Institut für Kernphysik, Münster, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1460" affiliation-id="S0370269323000643-6b1ae45228f1f040c55767dc107b589d"><ce:label>146</ce:label><ce:textfn>Wigner Research Centre for Physics, Budapest, Hungary</ce:textfn><sa:affiliation><sa:organization>Wigner Research Centre for Physics</sa:organization><sa:city>Budapest</sa:city><sa:country>Hungary</sa:country></sa:affiliation><ce:source-text id="srct0730">Wigner Research Centre for Physics, Budapest, Hungary</ce:source-text></ce:affiliation><ce:affiliation id="aff1470" affiliation-id="S0370269323000643-96e79e7381eab77664732c3553e247e8"><ce:label>147</ce:label><ce:textfn>Yale University, New Haven, CT, United States</ce:textfn><sa:affiliation><sa:organization>Yale University</sa:organization><sa:city>New Haven</sa:city><sa:state>CT</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0735">Yale University, New Haven, Connecticut, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1480" affiliation-id="S0370269323000643-f3db17ceaf6ea4190e2176a6a129c96b"><ce:label>148</ce:label><ce:textfn>Yonsei University, Seoul, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Yonsei University</sa:organization><sa:city>Seoul</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0740">Yonsei University, Seoul, Republic of Korea</ce:source-text></ce:affiliation><ce:footnote id="fn0010"><ce:label>I</ce:label><ce:note-para id="np0010">Deceased.</ce:note-para></ce:footnote><ce:footnote id="fn0020"><ce:label>II</ce:label><ce:note-para id="np0020">Also at: Italian National Agency for New Technologies, Energy and Sustainable Economic Development (ENEA), Bologna, Italy.</ce:note-para></ce:footnote><ce:footnote id="fn0030"><ce:label>III</ce:label><ce:note-para id="np0030">Also at: Dipartimento DET del Politecnico di Torino, Turin, Italy.</ce:note-para></ce:footnote><ce:footnote id="fn0040"><ce:label>IV</ce:label><ce:note-para id="np0040">Also at: M.V. Lomonosov Moscow State University, D.V. Skobeltsyn Institute of Nuclear, Physics, Moscow, Russia.</ce:note-para></ce:footnote><ce:footnote id="fn0050"><ce:label>V</ce:label><ce:note-para id="np0050">Also at: Department of Applied Physics, Aligarh Muslim University, Aligarh, India.</ce:note-para></ce:footnote><ce:footnote id="fn0060"><ce:label>VI</ce:label><ce:note-para id="np0060">Also at: Institute of Theoretical Physics, University of Wroclaw, Poland.</ce:note-para></ce:footnote><ce:footnote id="fn0070"><ce:label>VII</ce:label><ce:note-para id="np0070">Also at: University of Kansas, Lawrence, Kansas, United States.</ce:note-para></ce:footnote></ce:author-group></ce:collaboration><ce:footnote id="fn0080"><ce:label>⋆</ce:label><ce:note-para id="np0080"><ce:italic>E-mail address:</ce:italic> <ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="mailto:alice-publications@cern.ch" id="inf0020">alice-publications@cern.ch</ce:inter-ref>.</ce:note-para></ce:footnote></ce:author-group><ce:date-received day="20" month="5" year="2022"/><ce:date-revised day="17" month="1" year="2023"/><ce:date-accepted day="17" month="1" year="2023"/><ce:miscellaneous id="ms0010">Editor: M. Doser</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0070">We present the first systematic comparison of the charged-particle pseudorapidity densities for three widely different collision systems, pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb, at the top energy of the Large Hadron Collider (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>) measured over a wide pseudorapidity range (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.5</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5</mml:mn></mml:math>), the widest possible among the four experiments at that facility. The systematic uncertainties are minimised since the measurements are recorded by the same experimental apparatus (ALICE). The distributions for p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb collisions are determined as a function of the centrality of the collisions, while results from pp collisions are reported for inelastic events with at least one charged particle at midrapidity. The charged-particle pseudorapidity densities are, under simple and robust assumptions, transformed to charged-particle rapidity densities. This allows for the calculation and the presentation of the evolution of the width of the rapidity distributions and of a lower bound on the Bjorken energy density, as a function of the number of participants in all three collision systems. We find a decreasing width of the particle production, and roughly a smooth ten fold increase in the energy density, as the system size grows, which is consistent with a gradually higher dense phase of matter.</ce:simple-para></ce:abstract-sec></ce:abstract></head><body><ce:sections><ce:section id="se0010" role="introduction"><ce:label>1</ce:label><ce:section-title id="st0020">Introduction</ce:section-title><ce:para id="pr0010">The number of charged particles produced in energetic nuclear collisions is an important indicator for the strong interaction processes that determine the particle production at the sub-nucleonic level. In particular, the production of charged particles is expected to reflect the number of quark and gluon collisions occurring during the initial stages of the reaction. The total number of particles produced also provides information on the energy transfer available from the initial colliding beams to particle production, as a consequence of nuclear stopping <ce:cross-ref refid="br0010" id="crf10940">[1]</ce:cross-ref>. In order to help unravel this complex scenario it is important to compare the particle production amongst collision systems of different sizes over a wide kinematic range.</ce:para><ce:para id="pr0020">We present the measured charged-particle pseudorapidity density, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math>, for pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb (previously published <ce:cross-ref refid="br0020" id="crf10950">[2]</ce:cross-ref>) collisions at the same collision energy of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> in the nucleon–nucleon centre-of-mass reference frame. This is, at present, the maximum available energy at CERN's Large Hadron Collider (LHC) for Pb<ce:glyph name="sbnd"/>Pb collisions. The measurements were carried out using ALICE at LHC (for earlier <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math> results see for example Refs. <ce:cross-refs refid="br0030 br0040 br0050" id="crs0010">[3–5]</ce:cross-refs>). The three studied reactions have different characteristics probing widely different particle production yields and mechanisms. In Pb<ce:glyph name="sbnd"/>Pb collisions, the total particle yield for central collisions is of the order 10<ce:sup>4</ce:sup> <ce:cross-ref refid="br0020" id="crf10960">[2]</ce:cross-ref>, and a strongly coupled plasma of quarks and gluons (sQGP) is formed <ce:cross-refs refid="br0060 br0070 br0080 br0090" id="crs0020">[6–9]</ce:cross-refs>, whose collective and transport properties are currently under intense study. On the other hand, pp collisions represent the simplest possible nuclear collision system, where the average total particle production is much smaller (≈80, by integrating the measured distributions), and is to first approximation much less subject to collective effects <ce:cross-ref refid="br0100" id="crf10970">[10]</ce:cross-ref>. The p<ce:glyph name="sbnd"/>Pb system is intermediate to the other reactions, corresponding to the situation where a single nucleon probes the nucleons in a narrow cylinder of the target nucleus. The extent to which p<ce:glyph name="sbnd"/>Pb is governed by the initial state cold nuclear matter of the lead ion or whether collective phenomena in the hot and dense medium play an important role is, at present, a matter under scrutiny by the community <ce:cross-refs refid="br0100 br0110" id="crs0030">[10,11]</ce:cross-refs>.</ce:para><ce:para id="pr0030">In this letter, we compare the three reactions and present the ratios of the charged-particle pseudorapidity density distributions (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math>) of the more complex reactions to the pp distribution. Owing to ALICE's unique large acceptance in pseudorapidity, and using simple and robust assumptions, we transform the measured charged-particle pseudorapidity density distributions into charged-particle rapidity density distributions (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math>). This allows us to calculate the width of the rapidity distributions as a function of the number of participating nucleons. The parameters of the transformation also allow us to estimate a lower bound on the energy density using the well-known formula from Bjorken <ce:cross-ref refid="br0120" id="crf10980">[12]</ce:cross-ref>. An energy density exceeding the critical energy density of roughly <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:math> <ce:cross-ref refid="br0130" id="crf10990">[13]</ce:cross-ref> is a necessary condition for the formation of deconfined matter of quarks and gluons, and thus it is of the utmost interest to understand the development of these energy densities across different collision systems.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">Experimental set-up, data sample, analysis method, systematic uncertainties</ce:section-title><ce:para id="pr0040">A detailed description of the ALICE detector and its performance can be found elsewhere <ce:cross-refs refid="br0140 br0150" id="crs0040">[14,15]</ce:cross-refs>. The present analysis uses the Silicon Pixel Detector (SPD) to determine the pseudorapidity densities in the range <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math> and the Forward Multiplicity Detector (FMD) in the ranges <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.5</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1.8</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mn>1.8</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5</mml:mn></mml:math>. The V0, comprised of two plastic scintillator discs covering <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.7</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1.7</mml:mn></mml:math> (V0C) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mn>2.8</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5.1</mml:mn></mml:math> (V0A), and the ZDC, two zero-degree calorimeters located <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>112.5</mml:mn><mml:mspace width="0.2em"/><mml:mtext>m</mml:mtext></mml:math> from the interaction point, measurements determine the collision centrality and are used for offline event selection <ce:cross-ref refid="br0020" id="crf11000">[2]</ce:cross-ref>.</ce:para><ce:para id="pr0050">The results presented are based on data from collisions at a centre-of-mass energy per nucleon pair of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> as collected by ALICE during LHC Run 1 (2013) for p<ce:glyph name="sbnd"/>Pb, and during Run 2 (2015) for pp and Pb<ce:glyph name="sbnd"/>Pb. The FMD suffered high levels of background noise during the 2016 p<ce:glyph name="sbnd"/>Pb campaign, due to the high collision rate, and this data is therefore not used for the present analysis. About 10<ce:sup>5</ce:sup> events with a minimum bias trigger requirement <ce:cross-ref refid="br0020" id="crf11010">[2]</ce:cross-ref> were analysed in the centrality range from 0% to 90% and 0% to 100% of the visible cross section for Pb<ce:glyph name="sbnd"/>Pb and p<ce:glyph name="sbnd"/>Pb collisions, respectively. The minimum bias trigger for p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb collisions in ALICE was defined as a coincidence between the V0A and V0C sides of the V0 detector.</ce:para><ce:para id="pr0060">The data from the p<ce:glyph name="sbnd"/>Pb collisions were taken in two beam configurations: one where the lead ion travelled toward positive pseudorapidity and one where it travelled toward negative pseudorapidity. The results from the latter collisions are mirrored around <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>. The centre-of-mass frame in p<ce:glyph name="sbnd"/>Pb collisions does not coincide with the laboratory frame, due to the single magnetic field in the LHC, and thus the rapidity of the centre-of-mass is <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:msub><mml:mrow><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">CM</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo>±</mml:mo><mml:mn>0.465</mml:mn></mml:math> for the two directions, respectively, in the laboratory frame. For this reason, pseudorapidity, calculated with respect to the laboratory frame, is denoted <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub></mml:math> whenever p<ce:glyph name="sbnd"/>Pb results are presented.</ce:para><ce:para id="pr0070">Likewise, for the pp collisions, about 10<ce:sup>5</ce:sup> events with coincidence between V0A and V0C and at least one charged particle in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1</mml:mn></mml:math> were analysed. By requiring at least one charged particle at midrapidity, the so-called INEL>0 event class, the systematic uncertainty, related to the absolute normalisation to the full inelastic cross section, is reduced, while still sampling a large fraction (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">></mml:mo><mml:mn>75</mml:mn><mml:mtext>%</mml:mtext></mml:math>) of the hadronic cross section <ce:cross-refs refid="br0160 br0170" id="crs0050">[16,17]</ce:cross-refs>.</ce:para><ce:para id="pr0080">The standard ALICE event selection <ce:cross-ref refid="br0180" id="crf11020">[18]</ce:cross-ref> and centrality estimator based on the V0 amplitude <ce:cross-refs refid="br0190 br0200" id="crs0060">[19,20]</ce:cross-refs> are used in this analysis. The event selection consists of: a) exclusion of background events using the timing information from the ZDC (for Pb<ce:glyph name="sbnd"/>Pb and p<ce:glyph name="sbnd"/>Pb, e.g., beam–gas interactions) and V0 detectors, b) verification of the trigger conditions, and c) a reconstructed position of the collision (primary vertex). In Pb<ce:glyph name="sbnd"/>Pb collisions, centrality is obtained from the sum amplitude in both V0 detector arrays (V0M). For p<ce:glyph name="sbnd"/>Pb only the amplitude in the array on the lead-going side (V0A or V0C) is used. In Pb<ce:glyph name="sbnd"/>Pb collisions, the 10% most peripheral collisions have substantial contributions from electromagnetic processes and are therefore not included in the results presented here <ce:cross-ref refid="br0190" id="crf11030">[19]</ce:cross-ref>.</ce:para><ce:para id="pr0090">A primary charged particle is defined as a charged particle with a mean proper lifetime <ce:italic>τ</ce:italic> larger than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mtext>cm</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mtext>c</mml:mtext></mml:math>, which is either a) produced directly in the interaction, or b) from decays of particles with <ce:italic>τ</ce:italic> smaller than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mtext>cm</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mtext>c</mml:mtext></mml:math> <ce:cross-ref refid="br0210" id="crf11040">[21]</ce:cross-ref>. All quantities reported here are for primary, charged particles, though “primary” is omitted in the following for brevity.</ce:para><ce:para id="pr0100">The analysis method is identical to that of previous publications <ce:cross-ref refid="br0020" id="crf11050">[2]</ce:cross-ref>: the measurement of the charged-particle pseudorapidity density at midrapidity is obtained from counting particle trajectories determined using the two layers of the SPD. The SPD has a lower transverse momentum acceptance of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:mn>50</mml:mn><mml:mspace width="0.2em"/><mml:mtext>MeV</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="italic">c</mml:mi></mml:math>, and the yield is extrapolated down to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mtext>MeV</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="italic">c</mml:mi></mml:math> via simulations. In the forward regions, the measurement is provided by the analysis of the deposited energy signal in the FMD and a statistical method is employed to calculate the inclusive number of charged particles. A data-driven correction <ce:cross-ref refid="br0220" id="crf11060">[22]</ce:cross-ref>, based on separate measurements exploiting displaced collision vertices, is applied to remove the background from secondary particles.</ce:para><ce:para id="pr0110">Systematic uncertainty estimations for the midrapidity measurements are detailed elsewhere <ce:cross-refs refid="br0020 br0160 br0200" id="crs0070">[2,16,20]</ce:cross-refs>, and are from background suppression, transverse momentum extrapolation, weak decays, and simulations. The estimates are obtained through variation of thresholds and simulation studies. For pp (p<ce:glyph name="sbnd"/>Pb), the total systematic uncertainty amounts to 1.5% (2.7%) over the whole pseudorapidity range; while for Pb<ce:glyph name="sbnd"/>Pb the total systematic uncertainty is 2.6% at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> and 2.9% at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2</mml:mn></mml:math>. The systematic uncertainty is mostly correlated over pseudorapidity for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math>, and largely independent of centrality. The uncertainty in the forward region, estimated via variations of thresholds and simulation studies, is the same for all collision systems and is uncorrelated across <ce:italic>η</ce:italic>, amounting to 6.9% for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>3.5</mml:mn></mml:math> and 6.4% elsewhere within the forward regions <ce:cross-ref refid="br0220" id="crf11070">[22]</ce:cross-ref>. In the figures of this letter, uncorrelated, local in pseudorapidity, systematic uncertainties are indicated by open boxes on the data points, while correlated systematic uncertainties, those that affect the overall scale and typically from event classification and selection, are indicated by filled boxes to the right of the data. The systematic uncertainty on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math>, due to the centrality class definition in Pb<ce:glyph name="sbnd"/>Pb, is estimated to vary from 0.6% for the most central to 9.5% for the most peripheral class <ce:cross-ref refid="br0230" id="crf11080">[23]</ce:cross-ref>. The 80% to 90% centrality class has residual contamination from electromagnetic processes as detailed elsewhere <ce:cross-ref refid="br0190" id="crf11090">[19]</ce:cross-ref>, which gives rise to an additional 4% systematic uncertainty in the measurements. No overall systematic uncertainty has been estimated for p<ce:glyph name="sbnd"/>Pb collisions, as the centrality selection in that collision system is inherently difficult to map to the underlying dynamics of the collisions <ce:cross-ref refid="br0200" id="crf11100">[20]</ce:cross-ref>.</ce:para></ce:section><ce:section id="se0030" role="results"><ce:label>3</ce:label><ce:section-title id="st0040">Results</ce:section-title><ce:para id="pr0120"><ce:cross-ref refid="fg0010" id="crf11420">Fig. 1</ce:cross-ref><ce:float-anchor refid="fg0010"/> shows the measured pseudorapidity densities in pp, and in central p<ce:glyph name="sbnd"/>Pb, and the previously published results for Pb<ce:glyph name="sbnd"/>Pb <ce:cross-ref refid="br0020" id="crf11120">[2]</ce:cross-ref> collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> for primary particles.</ce:para><ce:para id="pr0130">For the 5% most central Pb<ce:glyph name="sbnd"/>Pb collisions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:mo>≈</mml:mo><mml:mn>2000</mml:mn></mml:math> at midrapidity (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>) <ce:cross-ref refid="br0020" id="crf11130">[2]</ce:cross-ref>, while for p<ce:glyph name="sbnd"/>Pb collisions the distribution peaks at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mn>60</mml:mn></mml:math> around <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>3</mml:mn></mml:math> in the lead-going direction (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>). For pp collisions with the INEL>0 trigger condition discussed above, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.7</mml:mn><mml:mo>±</mml:mo><mml:mn>0.2</mml:mn></mml:math> at midrapidity, consistent with previous results derived from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra <ce:cross-ref refid="br0240" id="crf11140">[24]</ce:cross-ref>.</ce:para><ce:para id="pr0140"><ce:cross-ref refid="fg0020" id="crf11430">Fig. 2</ce:cross-ref><ce:float-anchor refid="fg0020"/> shows, as a function of centrality, the measured charged-particle pseudorapidity densities for p<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>. The strategy of centrality selection for proton on nucleus reactions is explained elsewhere <ce:cross-ref refid="br0200" id="crf11160">[20]</ce:cross-ref>. The ALICE Collaboration has previously presented <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math> for Pb<ce:glyph name="sbnd"/>Pb collisions at this energy <ce:cross-ref refid="br0020" id="crf11170">[2]</ce:cross-ref>.</ce:para><ce:para id="pr0150">In <ce:cross-ref refid="fg0030" id="crf11180">Fig. 3</ce:cross-ref><ce:float-anchor refid="fg0030"/>, the charged-particle pseudorapidity densities in p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb reactions are divided by the pp distributions corresponding to the INEL>0 trigger class. The ratio is <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pp</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math>, where <ce:italic>X</ce:italic> labels p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb collisions, in centrality classes, as a function of pseudorapidity. In the ratios, systematic uncertainties, of common origin, are partially cancelled, and, as an estimate, the magnitude of the resulting systematic uncertainties are given only by the uncertainties in the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub></mml:math> measurements, since the uncertainties are independent of the collision system. In p<ce:glyph name="sbnd"/>Pb collisions the rapidity of the centre-of-mass is non-zero, which is not taken into account in the ratios. Such a correction would require prior determination of the full Jacobian of the transformation from pseudorapidity to rapidity, which is not possible to perform reliably with the ALICE apparatus.</ce:para><ce:para id="pr0160">The ratio of the p<ce:glyph name="sbnd"/>Pb relative to the pp distributions increases with pseudorapidity from the p-going to the Pb-going direction for central collisions, which Brodsky et al. and Adil et al. <ce:cross-refs refid="br0250 br0260" id="crs0080">[25,26]</ce:cross-refs> suggest is a sign of scaling of the pp distribution with the increasing number of participants as the lead nucleus is probed by the incident proton, and thus independent proton–nucleon scatterings on the lead-ion side. A similar scaling, however, does not hold for the Pb<ce:glyph name="sbnd"/>Pb reaction. The ratios cannot be obtained by simple scaling of the elementary pp distributions. Instead, the ratio of the Pb<ce:glyph name="sbnd"/>Pb relative to the pp distributions exhibits an enhancement of particle production around midrapidity for the more central collisions which is indicative of the formation of the sQGP <ce:cross-ref refid="br0070" id="crf11190">[7]</ce:cross-ref>. Likewise, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mtext mathvariant="normal">pPb</mml:mtext></mml:mrow></mml:msub></mml:math> increases for all but the two most peripheral centrality classes as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">→</mml:mo><mml:mn>3</mml:mn></mml:math>. In Pb<ce:glyph name="sbnd"/>Pb collisions it is seen that the various mechanisms behind the pseudorapidity distributions are more transversely directed than in pp collisions by the increase of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mtext mathvariant="normal">PbPb</mml:mtext></mml:mrow></mml:msub></mml:math> as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">→</mml:mo><mml:mn>0</mml:mn></mml:math></ce:para></ce:section><ce:section id="se0040"><ce:label>4</ce:label><ce:section-title id="st0050">Rapidity and energy-density dependence on system size and discussion</ce:section-title><ce:para id="pr0170">It has been shown that the charged-particle <ce:italic>rapidity</ce:italic> density (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math>) in Pb<ce:glyph name="sbnd"/>Pb collisions, to a good accuracy, follows a normal distribution over the considered rapidity interval (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>y</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo>≲</mml:mo><mml:mn>5</mml:mn></mml:math>) <ce:cross-refs refid="br0020 br0270" id="crs0090">[2,27]</ce:cross-refs>. Those results relied on calculating the average Jacobian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>J</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math> using the full <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra, at midrapidity, of charged pions and kaons as well as protons and antiprotons. Here, we use the approximation<ce:display><ce:formula id="fm0010"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mrow><mml:mi>y</mml:mi><mml:mo>≈</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">cos</mml:mi><mml:mo>⁡</mml:mo><mml:mi>ϑ</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>ϑ</ce:italic> is the polar angle of emission, and identify <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mi>a</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi>m</mml:mi></mml:math> with an effective ratio of transverse momentum over mass. With this, the effective Jacobian can be written as<ce:display><ce:formula id="fm0020"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi mathvariant="normal">cosh</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>⁡</mml:mo><mml:mi>η</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0180">We further make the ansatz that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> is normal distributed for symmetric collision systems (pp and Pb<ce:glyph name="sbnd"/>Pb), so that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math> can be parameterised as<ce:display><ce:formula id="fm0030"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>;</mml:mo><mml:mi>A</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>σ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mi>A</mml:mi><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msqrt><mml:mrow><mml:mn>2</mml:mn><mml:mi>π</mml:mi></mml:mrow></mml:msqrt><mml:mi>σ</mml:mi></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">{</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>A</ce:italic> and <ce:italic>σ</ce:italic> are the total integral and width of the distribution, respectively, and <ce:italic>y</ce:italic> the rapidity in the centre-of-mass frame. Motivated by the observed approximate linearity of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pPb</mml:mi></mml:mrow></mml:msub></mml:math> (see lower panel of <ce:cross-ref refid="fg0030" id="crf11200">Fig. 3</ce:cross-ref>), we replace <ce:italic>A</ce:italic> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>α</mml:mi><mml:mi>y</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>A</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> for the asymmetric system (p<ce:glyph name="sbnd"/>Pb) and parameterise <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub></mml:math> as<ce:display><ce:formula id="fm0040"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:mi>g</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>;</mml:mo><mml:mi>A</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>α</mml:mi><mml:mo>,</mml:mo><mml:mi>σ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo id="mmlbr0001" linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>α</mml:mi><mml:mi>y</mml:mi><mml:mo stretchy="false">{</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>A</mml:mi><mml:mo stretchy="true" linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="after">)</mml:mo></mml:mrow><mml:mspace width="1em"/><mml:mo>×</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msqrt><mml:mrow><mml:mn>2</mml:mn><mml:mi>π</mml:mi></mml:mrow></mml:msqrt><mml:mi>σ</mml:mi></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mi>y</mml:mi><mml:mo stretchy="false">{</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">CM</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0190">The functions <ce:italic>f</ce:italic> and <ce:italic>g</ce:italic> defined in Eq. <ce:cross-ref refid="fm0030" id="crf11210">(1)</ce:cross-ref> and Eq. <ce:cross-ref refid="fm0040" id="crf11220">(2)</ce:cross-ref>, respectively, describe the measurements within the measured region with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> per degrees of freedom (<ce:italic>ν</ce:italic>) in the range of 0.1 to 0.5. The small <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">/</mml:mo><mml:mi>ν</mml:mi></mml:math> values are a consequence of the relatively large uncorrelated systematic uncertainties on the measurements. That is, the charged-particle distributions for pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> follow a normal distribution in rapidity, with free parameters <ce:italic>A</ce:italic>, <ce:italic>a</ce:italic>, <ce:italic>σ</ce:italic>, and <ce:italic>α</ce:italic> in the asymmetric case.</ce:para><ce:para id="pr0200">The top panel of <ce:cross-ref refid="fg0040" id="crf11230">Fig. 4</ce:cross-ref><ce:float-anchor refid="fg0040"/> shows the best-fit parameter values of the normal width (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math>) for all three collision systems as a function of the average number of participating nucleons (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo></mml:math>) calculated using a Glauber model <ce:cross-ref refid="br0280" id="crf11240">[28]</ce:cross-ref>. The best-fit parameters are found taking statistical and uncorrelated systematic uncertainties into account. The result using the above procedure, for the most central Pb<ce:glyph name="sbnd"/>Pb collisions, is found to be compatible with previous results extracted by unfolding with the mean Jacobian estimated from transverse momentum spectra <ce:cross-ref refid="br0020" id="crf11250">[2]</ce:cross-ref>. The open points (crosses) and dashed lines on the figure are from evaluations of Eq. <ce:cross-ref refid="fm0030" id="crf11260">(1)</ce:cross-ref> and Eq. <ce:cross-ref refid="fm0040" id="crf11270">(2)</ce:cross-ref>, and direct calculations of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math>, respectively, using model calculations with EPOS-LHC <ce:cross-ref refid="br0290" id="crf11280">[29]</ce:cross-ref>. EPOS-LHC was chosen as it provides predictions for all three collision systems. The parameterisation, in terms of the two functions, of this model calculation generally reproduces the widths of the charged-particle rapidity densities, except in the asymmetric case where a direct evaluation of the standard deviation is less motivated.</ce:para><ce:para id="pr0210">The general trend is that the widths decrease as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo></mml:math> increases, consistent with the behaviour of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mtext mathvariant="normal">PbPb</mml:mtext></mml:mrow></mml:msub></mml:math> ratios. Notably, the width of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> distributions in p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb, for low number of participant nucleons in the collisions, approaches the width of the pp distribution, which, presumably, is dominated by kinematic and phase space constraints.</ce:para><ce:para id="pr0220">The lower panel of <ce:cross-ref refid="fg0040" id="crf11290">Fig. 4</ce:cross-ref> shows the dependence of <ce:italic>a</ce:italic> on the average number of participants. The right-hand ordinate is the same, but multiplied by the average mass <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>0.215</mml:mn><mml:mo>±</mml:mo><mml:mn>0.001</mml:mn><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mtext>GeV</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="italic">c</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> estimated from measurements of identified particles in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> <ce:cross-ref refid="br0300" id="crf11300">[30]</ce:cross-ref>. To better understand the parameter <ce:italic>a</ce:italic>, this parameter extracted from the EPOS-LHC calculations, using the above procedure, is also shown in the figure. The dotted lines show the average <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi>m</mml:mi></mml:math> predicted by EPOS-LHC <ce:cross-ref refid="br0290" id="crf11310">[29]</ce:cross-ref>. The EPOS-LHC calculations indicate that the extracted effective transverse momentum to mass ratio <ce:italic>a</ce:italic> is consistently smaller than the ratio of the average transverse momentum to the average mass. Thus <ce:italic>a</ce:italic> gives a lower bound on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math>.</ce:para><ce:para id="pr0230">We can estimate the energy density that is reached in the collisions as a function of the number of participants for the three systems. A conventional approach is to use the model originally proposed by Bjorken <ce:cross-ref refid="br0120" id="crf11320">[12]</ce:cross-ref> in which the energy density (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub></mml:math>) depends on the rapidity density of particles and the volume of a longitudinal cylinder with cross sectional area determined by the overlap between the colliding partners and length determined by a characteristic particle formation time<ce:display><ce:formula id="fm0050"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>c</mml:mi><mml:mi>τ</mml:mi></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">〈</mml:mo><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>E</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">〉</mml:mo></mml:mrow><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> Here, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mi>π</mml:mi><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>≈</mml:mo><mml:mi>π</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msubsup></mml:math> is the transverse area spanned by the participating nucleons, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>E</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> is the transverse-energy rapidity density, and <ce:italic>τ</ce:italic> is the formation time. While a formation time of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:mi>τ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">c</mml:mi></mml:math> is often assumed, it is left as a free parameter here. With <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt></mml:math>, the transverse-energy rapidity density can be approximated by<ce:display><ce:formula id="fm0060"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si67.svg"><mml:mrow><mml:mrow><mml:mo stretchy="true">〈</mml:mo><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>E</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">〉</mml:mo></mml:mrow><mml:mo>≈</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0.55</mml:mn><mml:mo>±</mml:mo><mml:mn>0.01</mml:mn></mml:math>, the ratio of charged particles to all particles <ce:cross-ref refid="br0310" id="crf11330">[31]</ce:cross-ref>, accounts for neutral particles not measured in the experiment, and is assumed the same for all collision systems. Substituting the derived <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> and the effective <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:mi>a</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi>m</mml:mi><mml:mo>≲</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math> results in a lower bound estimate for the Bjorken energy density (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">LB</mml:mi></mml:mrow></mml:msub></mml:math>)<ce:display><ce:formula id="fm0070"><ce:label>(3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi><mml:mo>≥</mml:mo><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">LB</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi mathvariant="normal">cosh</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>⁡</mml:mo><mml:mi>η</mml:mi></mml:mrow></mml:mfrac></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:mrow></mml:mfrac><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>a</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math> are as in the top panel of <ce:cross-ref refid="fg0040" id="crf11340">Fig. 4</ce:cross-ref>.</ce:para><ce:para id="pr0240">The transverse area <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> is estimated in a numerical Glauber model <ce:cross-refs refid="br0320 br0330" id="crs0100">[32,33]</ce:cross-refs> as shown in <ce:cross-ref refid="fg0050" id="crf11350">Fig. 5</ce:cross-ref><ce:float-anchor refid="fg0050"/>. We consider two extremes for the transverse area spanned by the participating nucleons: a) the <ce:italic>exclusive</ce:italic> (or direct) overlap between participating nucleons, ∩ and open markers in <ce:cross-ref refid="fg0050" id="crf11360">Fig. 5</ce:cross-ref>, and b) the <ce:italic>inclusive</ce:italic> (or full) area of all participating nucleons, ∪ and full markers in <ce:cross-ref refid="fg0050" id="crf11370">Fig. 5</ce:cross-ref>.</ce:para><ce:para id="pr0250"><ce:cross-ref refid="fg0060" id="crf11440">Fig. 6</ce:cross-ref><ce:float-anchor refid="fg0060"/> shows the lower-bound energy density estimate, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">LB</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi></mml:math>, as a function of the number of participants, which reaches values between 10 and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:mn>20</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> in the most central Pb<ce:glyph name="sbnd"/>Pb collisions. The uncertainties are from standard error propagation of Eq. <ce:cross-ref refid="fm0070" id="crf11390">(3)</ce:cross-ref> of uncertainties on the best-fit parameter values, the number of participants, mean mass, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:math>. A rise from roughly <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> to over <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:mn>10</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is observed if the transverse area is assumed to be the inclusive area of participating nucleons. This trend is illustrated by a power-law (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:mi>C</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow><mml:mrow><mml:mi>p</mml:mi></mml:mrow></mml:msubsup></mml:math>) fit to the data in the figure, with the parameter values <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:mi>C</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>0.8</mml:mn><mml:mo>±</mml:mo><mml:mn>0.3</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:mi>p</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0.44</mml:mn><mml:mo>±</mml:mo><mml:mn>0.08</mml:mn></mml:math>. On the other hand, if the transverse area is assumed to be the smaller exclusive overlap area, we observe a substantially larger lower bound on the energy density, but a less dramatic increase with increasing number of participating nucleons. Also shown in the figure are estimates of the Bjorken energy density <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi></mml:math> for Pb<ce:glyph name="sbnd"/>Pb reactions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> <ce:cross-ref refid="br0310" id="crf11400">[31]</ce:cross-ref>. These results where obtained from measurements of the transverse energy in the collisions and using the inclusive estimate of the transverse area <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>. The trend of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> results is similar to these earlier results. Bearing in mind that for the largest LHC collision energy we show a lower bound estimate of the energy density in <ce:cross-ref refid="fg0060" id="crf11410">Fig. 6</ce:cross-ref>, we find a likely overall increase in the energy density from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si87.svg"><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>.</ce:para></ce:section><ce:section id="se0050"><ce:label>5</ce:label><ce:section-title id="st0060">Summary and conclusions</ce:section-title><ce:para id="pr0260">We have measured the charged particle pseudorapidity density in pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> over the widest possible pseudorapidity range available at the LHC. The distributions where determined using the same experimental apparatus and methods, and systematic uncertainties have been minimised to within the capabilities of the set-up. While the particle production in central Pb<ce:glyph name="sbnd"/>Pb collisions clearly exhibits an enhancement as compared to pp collisions, particle production in p<ce:glyph name="sbnd"/>Pb collisions is consistent with dominantly incoherent nucleon–nucleon collisions. By transforming the measured pseudorapidity distributions to rapidity distributions we have obtained systematic trends for the width of the rapidity distributions and a lower bound on the energy density, which shows a clear scaling behaviour as a function of the average number of participant nucleons. The decreasing width of the deduced rapidity distributions with increasing participant number suggests that the kinematic spread of particles, including longitudinal degrees of freedom, is reduced due to interactions in the early stages of the collisions. This is also reflected in the accompanying growth of the energy density. Both observations are consistent with the gradual establishment of a high-density phase of matter with increasing size of the collision domain.</ce:para></ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0080">Declaration of Competing Interest</ce:section-title><ce:para id="pr0270">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0090">Acknowledgements</ce:section-title><ce:para id="pr0280">The ALICE Collaboration would like to thank all its engineers and technicians for their invaluable contributions to the construction of the experiment and the CERN accelerator teams for the outstanding performance of the LHC complex. The ALICE Collaboration gratefully acknowledges the resources and support provided by all Grid centres and the Worldwide LHC Computing Grid (WLCG) collaboration. The ALICE Collaboration acknowledges the following funding agencies for their support in building and running the ALICE detector: <ce:grant-sponsor id="gsp0010">A. I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation (ANSL)</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0020" sponsor-id="https://doi.org/10.13039/501100007029">State Committee of Science</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0030">World Federation of Scientists</ce:grant-sponsor> (WFS), Armenia; <ce:grant-sponsor id="gsp0040" sponsor-id="https://doi.org/10.13039/501100001822">Austrian Academy of Sciences</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0050" sponsor-id="https://doi.org/10.13039/501100002428">Austrian Science Fund</ce:grant-sponsor> (FWF): [<ce:grant-number refid="gsp0050">M 2467-N36</ce:grant-number>] and <ce:grant-sponsor id="gsp0060">Nationalstiftung für Forschung, Technologie und Entwicklung</ce:grant-sponsor>, Austria; <ce:grant-sponsor id="gsp0070">Ministry of Communications and High Technologies, National Nuclear Research Center</ce:grant-sponsor>, Azerbaijan; Conselho Nacional de Desenvolvimento Científico e Tecnológico (<ce:grant-sponsor id="gsp0080" sponsor-id="https://doi.org/10.13039/501100003593">CNPq</ce:grant-sponsor>), <ce:grant-sponsor id="gsp0090" sponsor-id="https://doi.org/10.13039/501100004809">Financiadora de Estudos e Projetos</ce:grant-sponsor> (Finep), <ce:grant-sponsor id="gsp0100" sponsor-id="https://doi.org/10.13039/501100001807">Fundação de Amparo à Pesquisa do Estado de São Paulo</ce:grant-sponsor> (FAPESP) and <ce:grant-sponsor id="gsp0110" sponsor-id="https://doi.org/10.13039/501100004909">Universidade Federal do Rio Grande do Sul</ce:grant-sponsor> (UFRGS), Brazil; <ce:grant-sponsor id="gsp0120" sponsor-id="https://doi.org/10.13039/501100002338">Ministry of Education of China</ce:grant-sponsor> (MOEC), <ce:grant-sponsor id="gsp0130">Ministry of Science & Technology of China</ce:grant-sponsor> (MSTC) and <ce:grant-sponsor id="gsp0140" sponsor-id="https://doi.org/10.13039/501100001809">National Natural Science Foundation of China</ce:grant-sponsor> (NSFC), China; <ce:grant-sponsor id="gsp0150" sponsor-id="https://doi.org/10.13039/100015526">Ministry of Science and Education</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0160" sponsor-id="https://doi.org/10.13039/501100004488">Croatian Science Foundation</ce:grant-sponsor>, Croatia; <ce:grant-sponsor id="gsp0170" sponsor-id="https://doi.org/10.13039/501100019929">Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear</ce:grant-sponsor> (CEADEN), <ce:grant-sponsor id="gsp0180">Cubaenergía</ce:grant-sponsor>, Cuba; <ce:grant-sponsor id="gsp0190">Ministry of Education, Youth and Sports of the Czech Republic</ce:grant-sponsor>, Czech Republic; The <ce:grant-sponsor id="gsp0200">Danish Council for Independent Research | Natural Sciences</ce:grant-sponsor>, the <ce:grant-sponsor id="gsp0210" sponsor-id="https://doi.org/10.13039/100008398">Villum Fonden</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0220" sponsor-id="https://doi.org/10.13039/501100001732">Danish National Research Foundation</ce:grant-sponsor> (DNRF), Denmark; <ce:grant-sponsor id="gsp0230">Helsinki Institute of Physics</ce:grant-sponsor> (HIP), Finland; Commissariat à l'Energie Atomique (<ce:grant-sponsor id="gsp0240" sponsor-id="https://doi.org/10.13039/501100006489">CEA</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0250" sponsor-id="https://doi.org/10.13039/501100012441">Institut National de Physique Nucléaire et de Physique des Particules</ce:grant-sponsor> (IN2P3) and <ce:grant-sponsor id="gsp0260" sponsor-id="https://doi.org/10.13039/501100004794">Centre National de la Recherche Scientifique</ce:grant-sponsor> (CNRS), France; <ce:grant-sponsor id="gsp0270" sponsor-id="https://doi.org/10.13039/501100002347">Bundesministerium für Bildung und Forschung</ce:grant-sponsor> (BMBF) and <ce:grant-sponsor id="gsp0280" sponsor-id="https://doi.org/10.13039/501100010958">GSI Helmholtzzentrum für Schwerionenforschung GmbH</ce:grant-sponsor>, Germany; <ce:grant-sponsor id="gsp0290" sponsor-id="https://doi.org/10.13039/501100003448">General Secretariat for Research and Technology</ce:grant-sponsor>, Ministry of Education, Research and Religions, Greece; <ce:grant-sponsor id="gsp0300" sponsor-id="https://doi.org/10.13039/501100018818">National Research, Development and Innovation Office</ce:grant-sponsor>, Hungary; Department of Atomic Energy Government of India (<ce:grant-sponsor id="gsp0310" sponsor-id="https://doi.org/10.13039/501100001502">DAE</ce:grant-sponsor>), <ce:grant-sponsor id="gsp0320" sponsor-id="https://doi.org/10.13039/501100006143">Department of Science and Technology</ce:grant-sponsor>, Government of India (DST), <ce:grant-sponsor id="gsp0330" sponsor-id="https://doi.org/10.13039/501100001501">University Grants Commission</ce:grant-sponsor>, Government of India (UGC) and <ce:grant-sponsor id="gsp0340" sponsor-id="https://doi.org/10.13039/501100001412">Council of Scientific and Industrial Research</ce:grant-sponsor> (CSIR), India; <ce:grant-sponsor id="gsp0350" sponsor-id="https://doi.org/10.13039/501100009728">Indonesian Institute of Sciences</ce:grant-sponsor>, Indonesia; Istituto Nazionale di Fisica Nucleare (<ce:grant-sponsor id="gsp0360" sponsor-id="https://doi.org/10.13039/501100004007">INFN</ce:grant-sponsor>), Italy; Japanese <ce:grant-sponsor id="gsp0370" sponsor-id="https://doi.org/10.13039/501100001700">Ministry of Education, Culture, Sports, Science and Technology</ce:grant-sponsor> (MEXT) and <ce:grant-sponsor id="gsp0380" sponsor-id="https://doi.org/10.13039/501100001691">Japan Society for the Promotion of Science</ce:grant-sponsor> (JSPS) KAKENHI, Japan; Consejo Nacional de Ciencia (CONACYT) y Tecnología, through <ce:grant-sponsor id="gsp0390" sponsor-id="https://doi.org/10.13039/501100007709">Fondo de Cooperación Internacional en Ciencia y Tecnología</ce:grant-sponsor> (FONCICYT) and <ce:grant-sponsor id="gsp0400" sponsor-id="https://doi.org/10.13039/501100006087">Dirección General de Asuntos del Personal Académico</ce:grant-sponsor> (DGAPA), Mexico; <ce:grant-sponsor id="gsp0410" sponsor-id="https://doi.org/10.13039/501100003246">Nederlandse Organisatie voor Wetenschappelijk Onderzoek</ce:grant-sponsor> (NWO), Netherlands; The <ce:grant-sponsor id="gsp0420" sponsor-id="https://doi.org/10.13039/501100005416">Research Council of Norway</ce:grant-sponsor>, Norway; <ce:grant-sponsor id="gsp0430">Commission on Science and Technology for Sustainable Development in the South</ce:grant-sponsor> (COMSATS), Pakistan; <ce:grant-sponsor id="gsp0440" sponsor-id="https://doi.org/10.13039/501100011871">Pontificia Universidad Católica del Perú</ce:grant-sponsor>, Peru; <ce:grant-sponsor id="gsp0450">Ministry of Education and Science</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0460" sponsor-id="https://doi.org/10.13039/501100004281">National Science Centre</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0470">WUT ID-UB</ce:grant-sponsor>, Poland; <ce:grant-sponsor id="gsp0480" sponsor-id="https://doi.org/10.13039/501100003708">Korea Institute of Science and Technology Information</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0490" sponsor-id="https://doi.org/10.13039/501100003725">National Research Foundation of Korea</ce:grant-sponsor> (NRF), Republic of Korea; <ce:grant-sponsor id="gsp0500">Ministry of Education and Scientific Research</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0510" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0520" sponsor-id="https://doi.org/10.13039/501100015622">Ministry of Research and Innovation</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0530" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0540">University Politehnica of Bucharest</ce:grant-sponsor>, Romania; <ce:grant-sponsor id="gsp0550" sponsor-id="https://doi.org/10.13039/501100003822">Joint Institute for Nuclear Research</ce:grant-sponsor> (JINR), <ce:grant-sponsor id="gsp0560" sponsor-id="https://doi.org/10.13039/501100003443">Ministry of Education and Science of the Russian Federation</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0570">National Research Centre Kurchatov Institute</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0580" sponsor-id="https://doi.org/10.13039/501100006769">Russian Science Foundation</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0590" sponsor-id="https://doi.org/10.13039/501100002261">Russian Foundation for Basic Research</ce:grant-sponsor>, Russia; <ce:grant-sponsor id="gsp0600" sponsor-id="https://doi.org/10.13039/501100003193">Ministry of Education, Science, Research and Sport of the Slovak Republic</ce:grant-sponsor>, Slovakia; <ce:grant-sponsor id="gsp0610" sponsor-id="https://doi.org/10.13039/501100001321">National Research Foundation</ce:grant-sponsor> of South Africa, South Africa; <ce:grant-sponsor id="gsp0620" sponsor-id="https://doi.org/10.13039/501100004359">Swedish Research Council</ce:grant-sponsor> (VR) and <ce:grant-sponsor id="gsp0630" sponsor-id="https://doi.org/10.13039/501100004063">Knut and Alice Wallenberg Foundation</ce:grant-sponsor> (KAW), Sweden; <ce:grant-sponsor id="gsp0640" sponsor-id="https://doi.org/10.13039/100012470">European Organization for Nuclear Research</ce:grant-sponsor>, Switzerland; <ce:grant-sponsor id="gsp0650" sponsor-id="https://doi.org/10.13039/501100004352">Suranaree University of Technology</ce:grant-sponsor> (SUT), <ce:grant-sponsor id="gsp0660" sponsor-id="https://doi.org/10.13039/501100004192">National Science and Technology Development Agency</ce:grant-sponsor> (NSTDA), <ce:grant-sponsor id="gsp0670" sponsor-id="https://doi.org/10.13039/501100017170">Thailand Science Research and Innovation</ce:grant-sponsor> (TSRI) and <ce:grant-sponsor id="gsp0680">National Science, Research and Innovation Fund</ce:grant-sponsor> (NSRF), Thailand; <ce:grant-sponsor id="gsp0690" sponsor-id="https://doi.org/10.13039/100020381">Turkish Energy, Nuclear and Mineral Research Agency</ce:grant-sponsor> (TENMAK), Turkey; <ce:grant-sponsor id="gsp0700" sponsor-id="https://doi.org/10.13039/501100004742">National Academy of Sciences of Ukraine</ce:grant-sponsor>, Ukraine; <ce:grant-sponsor id="gsp0710" sponsor-id="https://doi.org/10.13039/501100000271">Science and Technology Facilities Council</ce:grant-sponsor> (STFC), United Kingdom; National Science Foundation of the United States of America (<ce:grant-sponsor id="gsp0720" sponsor-id="https://doi.org/10.13039/100000001">NSF</ce:grant-sponsor>) and United States Department of Energy, Office of Nuclear Physics (<ce:grant-sponsor id="gsp0730" sponsor-id="https://doi.org/10.13039/100006209">DOE NP</ce:grant-sponsor>), United States of America.</ce:para></ce:acknowledgment></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0070">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bib866BD36D5E8AFE73B567F49DDE14CD65s1"><sb:contribution><sb:authors><sb:collaboration>BRAHMS Collaboration</sb:collaboration><sb:author><ce:given-name>I.C.</ce:given-name><ce:surname>Arsene</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Nuclear stopping and rapidity loss in Au+Au collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si88.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>62.4</mml:mn><mml:mspace width="0.2em"/><mml:mtext>GeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>677</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:pages><sb:first-page>267</sb:first-page><sb:last-page>271</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0901.0872" id="inf0620">arXiv:0901.0872 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0745">BRAHMS Collaboration, I. C. Arsene et al., “Nuclear stopping and rapidity loss in Au+Au collisions at sNN=62.4GeV”, Phys. Lett. B677 (2009) 267–271, arXiv:0901.0872 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bibF8CFC573E2CE9A66798BE0DB6387B684s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the pseudorapidity density distribution for charged particles in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>772</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>567</sb:first-page><sb:last-page>577</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1612.08966" id="inf0630">arXiv:1612.08966 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0750">ALICE Collaboration, J. Adam et al., “Centrality dependence of the pseudorapidity density distribution for charged particles in PbPb collisions at sNN=5.02TeV”, Phys. Lett. B772 (2017) 567–577, arXiv:1612.08966 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bibC5638B31D62297116312512F5278B161s1"><sb:contribution><sb:authors><sb:collaboration>NA50 Collaboration</sb:collaboration><sb:author><ce:given-name>M.C.</ce:given-name><ce:surname>Abreu</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Scaling of charged particle multiplicity in Pb-Pb collisions at SPS energies</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>530</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:pages><sb:first-page>43</sb:first-page><sb:last-page>55</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0755">NA50 Collaboration, M. C. Abreu et al., “Scaling of charged particle multiplicity in Pb-Pb collisions at SPS energies”, Phys. Lett. B530 (2002) 43–55.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bib90F550FB957ACAD52ADDB99372292C8Fs1"><sb:contribution><sb:authors><sb:collaboration>PHOBOS Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Alver</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle multiplicity and pseudorapidity distributions measured with the PHOBOS detector in Au+Au, Cu+Cu, d+Au, p+p collisions at ultrarelativistic energies</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>83</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:article-number>024913</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1011.1940" id="inf0640">arXiv:1011.1940 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0760">PHOBOS Collaboration, B. Alver et al., “Charged-particle multiplicity and pseudorapidity distributions measured with the PHOBOS detector in Au+Au, Cu+Cu, d+Au, p+p collisions at ultrarelativistic energies”, Phys. Rev. C83 (2011) 024913, arXiv:1011.1940 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib35252C5AAA47E1697EF298722A995D87s1"><sb:contribution><sb:authors><sb:collaboration>ATLAS Collaboration</sb:collaboration><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Aad</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Measurement of the centrality dependence of the charged-particle pseudorapidity distribution in proton–lead collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si89.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow/><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">TeV</mml:mi></mml:mrow></mml:math> with the ATLAS detector</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>199</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1508.00848" id="inf0650">arXiv:1508.00848 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0765">ATLAS Collaboration, G. Aad et al., “Measurement of the centrality dependence of the charged-particle pseudorapidity distribution in proton–lead collisions at sNN=5.02TeV with the ATLAS detector”, Eur. Phys. J. C76 (2016) 199, arXiv:1508.00848 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bib227E21FC5F48B12CB07DB13B8DCB73ABs1"><sb:contribution><sb:authors><sb:collaboration>BRAHMS Collaboration</sb:collaboration><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Arsene</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Quark gluon plasma and color glass condensate at RHIC? The perspective from the BRAHMS experiment</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page><sb:last-page>27</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410020" id="inf0660">arXiv:nucl-ex/0410020 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0770">BRAHMS Collaboration, I. Arsene et al., “Quark gluon plasma and color glass condensate at RHIC? The Perspective from the BRAHMS experiment”, Nucl. Phys. A757 (2005) 1–27, arXiv:nucl-ex/0410020 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bibCBE6AC1D7F63229FE2497640ACA13256s1"><sb:contribution><sb:authors><sb:collaboration>PHOBOS Collaboration</sb:collaboration><sb:author><ce:given-name>B.B.</ce:given-name><ce:surname>Back</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The PHOBOS perspective on discoveries at RHIC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>28</sb:first-page><sb:last-page>101</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410022" id="inf0670">arXiv:nucl-ex/0410022 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0775">PHOBOS Collaboration, B. B. Back et al., “The PHOBOS perspective on discoveries at RHIC”, Nucl. Phys. A757 (2005) 28–101, arXiv:nucl-ex/0410022 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bibCF57EA75209994F57240C60F902A7B7Ds1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adams</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Experimental and theoretical challenges in the search for the quark gluon plasma: the STAR Collaboration's critical assessment of the evidence from RHIC collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>102</sb:first-page><sb:last-page>183</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0501009" id="inf0680">arXiv:nucl-ex/0501009 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0780">STAR Collaboration, J. Adams et al., “Experimental and theoretical challenges in the search for the quark gluon plasma: The STAR Collaboration's critical assessment of the evidence from RHIC collisions”, Nucl. Phys. A757 (2005) 102–183, arXiv:nucl-ex/0501009 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib56C5D9CE38D54B7DCD79A68B763A4E37s1"><sb:contribution><sb:authors><sb:collaboration>PHENIX Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Adcox</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: experimental evaluation by the PHENIX collaboration</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>184</sb:first-page><sb:last-page>283</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410003" id="inf0690">arXiv:nucl-ex/0410003 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0785">PHENIX Collaboration, K. Adcox et al., “Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: Experimental evaluation by the PHENIX collaboration”, Nucl. Phys. A757 (2005) 184–283, arXiv:nucl-ex/0410003 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bib29686B78836098E0FF58708478F4DD20s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjöstrand</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Utheim</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Hadronic rescattering in pA and AA collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. A</sb:maintitle></sb:title><sb:volume-nr>57</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:pages><sb:first-page>227</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2103.09665" id="inf0700">arXiv:2103.09665 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0790">C. Bierlich, T. Sjöstrand, and M. Utheim, “Hadronic rescattering in pA and AA collisions”, Eur. Phys. J. A57 (2021) 227, arXiv:2103.09665 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib12CD93DB642E081EE1136D7DA65896A9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.-W.</ce:given-name><ce:surname>Lin</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Zheng</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Further developments of a multi-phase transport model for relativistic nuclear collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Sci. Tech.</sb:maintitle></sb:title><sb:volume-nr>32</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:pages><sb:first-page>113</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2110.02989" id="inf0710">arXiv:2110.02989 [nucl-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0795">Z.-W. Lin and L. Zheng, “Further developments of a multi-phase transport model for relativistic nuclear collisions”, Nucl. Sci. Tech. 32 (2021) 113, arXiv:2110.02989 [nucl-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bibD3E43A548A441BB4F3606C64BFFADB2Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.D.</ce:given-name><ce:surname>Bjorken</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Highly relativistic nucleus-nucleus collisions: the central rapidity region</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>27</sb:volume-nr></sb:series><sb:date>Jan 1983</sb:date></sb:issue><sb:pages><sb:first-page>140</sb:first-page><sb:last-page>151</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0800">J. D. Bjorken, “Highly relativistic nucleus-nucleus collisions: The central rapidity region”, Phys. Rev. D27 (Jan, 1983) 140–151.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bib709A5EAC5928C0C02DA6D085D48CFA4Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>H.-T.</ce:given-name><ce:surname>Ding</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Recent lattice QCD results and phase diagram of strongly interacting matter</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>931</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:pages><sb:first-page>52</sb:first-page><sb:last-page>62</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1408.5236" id="inf0720">arXiv:1408.5236 [hep-lat]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0805">H.-T. Ding, “Recent lattice QCD results and phase diagram of strongly interacting matter”, Nucl. Phys. A931 (2014) 52–62, arXiv:1408.5236 [hep-lat].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bib74324F3A25C36872BACFC3C10296A2D0s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Instrum.</sb:maintitle></sb:title><sb:volume-nr>3</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>S08002</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0810">ALICE Collaboration, K. Aamodt et al., “The ALICE experiment at the CERN LHC”, JINST 3 (2008) S08002.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bib1C40B21E544639126654DEEB3C9BBDA7s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Performance of the ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. A</sb:maintitle></sb:title><sb:volume-nr>29</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>1430044</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1402.4476" id="inf0730">arXiv:1402.4476 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0815">ALICE Collaboration, B. Abelev et al., “Performance of the ALICE Experiment at the CERN LHC”, Int. J. Mod. Phys. A29 (2014) 1430044, arXiv:1402.4476 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bib7B474A3010B15B1F52EEA46D56785741s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle multiplicities in proton–proton collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si90.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0.9</mml:mn></mml:math> to 8 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>77</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>33</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1509.07541" id="inf0740">arXiv:1509.07541 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0820">ALICE Collaboration, J. Adam et al., “Charged-particle multiplicities in proton–proton collisions at s=0.9 to 8 TeV”, Eur. Phys. J. C77 (2017) 33, arXiv:1509.07541 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bibC8839B9EC6CB292C45F6D53C4A877005s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Pseudorapidity distributions of charged particles as a function of mid- and forward rapidity multiplicities in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math>, 7 and 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>81</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:pages><sb:first-page>630</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2009.09434" id="inf0750">arXiv:2009.09434 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0825">ALICE Collaboration, S. Acharya et al., “Pseudorapidity distributions of charged particles as a function of mid- and forward rapidity multiplicities in pp collisions at s = 5.02, 7 and 13 TeV”, Eur. Phys. J. C81 (2021) 630, arXiv:2009.09434 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bib30AEBDBB96E82523819DF5B19C705DD8s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged–particle multiplicity density at mid–rapidity in central Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>105</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>252301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1011.3916" id="inf0760">arXiv:1011.3916 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0830">ALICE Collaboration, K. Aamodt et al., “Charged–particle multiplicity density at mid–rapidity in central PbPb collisions at sNN=2.76TeV”, Phys. Rev. Lett. 105 (2010) 252301, arXiv:1011.3916 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bib5559217F90EBA3258422BEDEB450741Cs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality determination of Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> with ALICE</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>88</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>044909</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1301.4361" id="inf0770">arXiv:1301.4361 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0835">ALICE Collaboration, B. Abelev et al., “Centrality determination of Pb-Pb collisions at sNN=2.76TeV with ALICE”, Phys. Rev. C88 (2013) 044909, arXiv:1301.4361 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bib7C52B784CF8FE4B55B4BEA2337655590s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of particle production in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si92.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt></mml:math> = 5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>064905</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6828" id="inf0780">arXiv:1412.6828 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0840">ALICE Collaboration, J. Adam et al., “Centrality dependence of particle production in p-Pb collisions at sNN = 5.02 TeV”, Phys. Rev. C91 (2015) 064905, arXiv:1412.6828 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib06169A22994B1664CC132CA101390D26s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The ALICE definition of primary particles</sb:maintitle></sb:title></sb:contribution><sb:comment>ALICE-PUBLIC-2017-005</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="https://cds.cern.ch/record/2270008" id="inf0400">https://cds.cern.ch/record/2270008</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0845">ALICE Collaboration, S. Acharya et al., “The ALICE definition of primary particles”, ALICE-PUBLIC-2017-005. https://cds.cern.ch/record/2270008.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bib9BA3300BDB4238C985FE308E01D6C521s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality evolution of the charged-particle pseudorapidity density over a broad pseudorapidity range in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>754</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>373</sb:first-page><sb:last-page>385</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1509.07299" id="inf0790">arXiv:1509.07299 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0850">ALICE Collaboration, J. Adam et al., “Centrality evolution of the charged-particle pseudorapidity density over a broad pseudorapidity range in Pb-Pb collisions at sNN=2.76TeV”, Phys. Lett. B754 (2016) 373–385, arXiv:1509.07299 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bib1A4604424520927248410E567267BB43s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>116</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>222302</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1512.06104" id="inf0800">arXiv:1512.06104 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0855">ALICE Collaboration, J. Adam et al., “Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at sNN=5.02TeV”, Phys. Rev. Lett. 116 (2016) 222302, arXiv:1512.06104 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bibED36869A3495E78D6D4445BA8FDA3E64s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> and 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>79</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>857</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1905.07208" id="inf0810">arXiv:1905.07208 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0860">ALICE Collaboration, S. Acharya et al., “Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at s=5.02 and 13 TeV”, Eur. Phys. J. C79 (2019) 857, arXiv:1905.07208 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0250"><ce:label>[25]</ce:label><sb:reference id="bib4B5D409558D2D1214C6C740D54DBB7C2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.J.</ce:given-name><ce:surname>Brodsky</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Hadron production in nuclear collisions: a new parton model approach</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>39</sb:volume-nr></sb:series><sb:date>1977</sb:date></sb:issue><sb:pages><sb:first-page>1120</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0865">S. J. Brodsky et al., “Hadron Production in Nuclear Collisions: A New Parton Model Approach”, Phys. Rev. Lett. 39 (1977) 1120.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0260"><ce:label>[26]</ce:label><sb:reference id="bib877EAF7311525E70B426DDDA05584F9As1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Adil</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>3D jet tomography of twisted strongly coupled quark gluon plasmas</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>72</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:article-number>034907</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-th/0505004" id="inf0820">arXiv:nucl-th/0505004 [nucl-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0870">A. Adil et al., “3D jet tomography of twisted strongly coupled quark gluon plasmas”, Phys. Rev. C72 (2005) 034907, arXiv:nucl-th/0505004 [nucl-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0270"><ce:label>[27]</ce:label><sb:reference id="bib9641DA61C4AB0D0585D3B10174AE1B26s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Abbas</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the pseudorapidity density distribution for charged particles in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>726</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:pages><sb:first-page>610</sb:first-page><sb:last-page>622</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1304.0347" id="inf0830">arXiv:1304.0347 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0875">ALICE Collaboration, E. Abbas et al., “Centrality dependence of the pseudorapidity density distribution for charged particles in PbPb collisions at sNN=2.76TeV”, Phys. Lett. B726 (2013) 610–622, arXiv:1304.0347 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0280"><ce:label>[28]</ce:label><sb:reference id="bibF63E00B84CE3E06022FFABA5FCA3DF55s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality determination in heavy ion collisions</sb:maintitle></sb:title></sb:contribution><sb:comment>ALICE-PUBLIC-2018-011</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="http://cds.cern.ch/record/2636623" id="inf0520">http://cds.cern.ch/record/2636623</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0880">ALICE Collaboration, S. Acharya1 et al., “Centrality determination in heavy ion collisions”, ALICE-PUBLIC-2018-011. http://cds.cern.ch/record/2636623.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0290"><ce:label>[29]</ce:label><sb:reference id="bib4A9884A777D90A59B73E151E4DAAE909s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Pierog</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>EPOS LHC: test of collective hadronization with data measured at the CERN Large Hadron Collider</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>92</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>034906</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1306.0121" id="inf0840">arXiv:1306.0121 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0885">T. Pierog et al., “EPOS LHC: Test of collective hadronization with data measured at the CERN Large Hadron Collider”, Phys. Rev. C92 (2015) 034906, arXiv:1306.0121 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0300"><ce:label>[30]</ce:label><sb:reference id="bibE03C419B41FFB2B22D749E4A5A796D1Fs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of <ce:italic>π</ce:italic>, K, p production in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>88</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>044910</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1303.0737" id="inf0850">arXiv:1303.0737 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0890">ALICE Collaboration, B. Abelev et al., “Centrality dependence of π, K, p production in Pb-Pb collisions at sNN=2.76TeV”, Phys. Rev. C88 (2013) 044910, arXiv:1303.0737 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0310"><ce:label>[31]</ce:label><sb:reference id="bib77E52E5DF3AA1C189A24211B62C868C3s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Measurement of transverse energy at midrapidity in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>94</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>034903</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1603.04775" id="inf0860">arXiv:1603.04775 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0895">ALICE Collaboration, J. Adam et al., “Measurement of transverse energy at midrapidity in PbPb collisions at sNN=2.76TeV”, Phys. Rev. C94 (2016) 034903, arXiv:1603.04775 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0320"><ce:label>[32]</ce:label><sb:reference id="bibBF152816179EDAE76A3B62129869D0C2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Nagle</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Steinberg</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Improved version of the PHOBOS Glauber Monte Carlo</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>SoftwareX</sb:maintitle></sb:title><sb:volume-nr>1–2</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:pages><sb:first-page>13</sb:first-page><sb:last-page>18</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0900">C. Loizides, J. Nagle, and P. Steinberg, “Improved version of the PHOBOS Glauber Monte Carlo”, SoftwareX 1-2 (2015) 13 – 18.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0330"><ce:label>[33]</ce:label><sb:reference id="bib4DB2161BCE4C66A891DD2D5AF17A58CFs1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Glauber modeling of high-energy nuclear collisions at the subnucleon level</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>94</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>024914</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1603.07375" id="inf0870">arXiv:1603.07375 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0905">C. Loizides, “Glauber modeling of high-energy nuclear collisions at the subnucleon level”, Phys. Rev. C94 (2016) 024914, arXiv:1603.07375 [nucl-ex].</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> \ No newline at end of file +<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd" [<!ENTITY gr001 SYSTEM "gr001" NDATA IMAGE><!ENTITY gr002 SYSTEM "gr002" NDATA IMAGE><!ENTITY gr003 SYSTEM "gr003" NDATA IMAGE><!ENTITY gr004 SYSTEM "gr004" NDATA IMAGE><!ENTITY gr005 SYSTEM "gr005" NDATA IMAGE><!ENTITY gr006 SYSTEM "gr006" NDATA IMAGE>]><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="sco" xml:lang="en"><item-info><jid>PLB</jid><aid>137730</aid><ce:article-number>137730</ce:article-number><ce:pii>S0370-2693(23)00064-3</ce:pii><ce:doi>10.1016/j.physletb.2023.137730</ce:doi><ce:copyright year="2023" type="other">European Center of Nuclear Research, ALICE experiment</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Experiments</ce:text></ce:doctopic></ce:doctopics><ce:preprint><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2204.10210" id="inf0010"/></ce:preprint></item-info><ce:floats><ce:figure id="fg0010"><ce:label>Fig. 1</ce:label><ce:caption id="cp0010"><ce:simple-para id="sp0010">Charged-particle pseudorapidity density in Pb<ce:glyph name="sbnd"/>Pb <ce:cross-ref refid="br0020" id="crf0010">[2]</ce:cross-ref> and p<ce:glyph name="sbnd"/>Pb for the 5% most central collisions, and for pp collisions with INEL>0 trigger class. For symmetric collision systems (Pb<ce:glyph name="sbnd"/>Pb and pp) the data has been symmetrised around <ce:italic>η</ce:italic> = 0 and points for <ce:italic>η</ce:italic> > 3.5 have been reflected around <ce:italic>η</ce:italic> = 0. The boxes around the points and to the right reflect the uncorrelated and correlated, with respect to pseudorapidity, systematic uncertainty, respectively. The relative correlated, normalisation, uncertainties are evaluated at d<ce:italic>N</ce:italic><ce:inf>ch</ce:inf>/d<ce:italic>η</ce:italic>|<ce:inf><ce:italic>η</ce:italic>=0</ce:inf>. The lines show fits of Eq. <ce:cross-ref refid="fm0030" id="crf0020">(1)</ce:cross-ref> (Pb<ce:glyph name="sbnd"/>Pb and pp) and Eq. <ce:cross-ref refid="fm0040" id="crf0030">(2)</ce:cross-ref> (p<ce:glyph name="sbnd"/>Pb) to the data (discussed in Section <ce:cross-ref refid="se0040" id="crf0040">4</ce:cross-ref>). Please note that the ordinate has been cut twice to accommodate for the very different ranges of the charged-particle pseudorapidity densities.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0010">Fig. 1</ce:alt-text><ce:link locator="gr001" xlink:type="simple" xlink:href="pii:S0370269323000643/gr001" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0010"/></ce:figure><ce:figure id="fg0020"><ce:label>Fig. 2</ce:label><ce:caption id="cp0020"><ce:simple-para id="sp0020">Charged-particle pseudorapidity density in p<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> in seven centrality classes based on the V0A and V0C estimators. The lines are obtained using a fit of a scaled, normal distribution in rapidity Eq. <ce:cross-ref refid="fm0040" id="crf0050">(2)</ce:cross-ref> to the data (discussed in Section <ce:cross-ref refid="se0040" id="crf0060">4</ce:cross-ref>).</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0020">Fig. 2</ce:alt-text><ce:link locator="gr002" xlink:type="simple" xlink:href="pii:S0370269323000643/gr002" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0020"/></ce:figure><ce:figure id="fg0030"><ce:label>Fig. 3</ce:label><ce:caption id="cp0030"><ce:simple-para id="sp0030">Ratio <ce:italic>r</ce:italic><ce:inf><ce:italic>X</ce:italic></ce:inf> of the charged-particle pseudorapidity density in Pb<ce:glyph name="sbnd"/>Pb (top) and p<ce:glyph name="sbnd"/>Pb (bottom) in different centrality classes to the charged-particle pseudorapidity density in pp in the INEL>0 event class. Note, for Pb<ce:glyph name="sbnd"/>Pb <ce:italic>η</ce:italic><ce:inf>lab</ce:inf> is the same as the centre-of-mass pseudorapidity.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0030">Fig. 3</ce:alt-text><ce:link locator="gr003" xlink:type="simple" xlink:href="pii:S0370269323000643/gr003" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0030"/></ce:figure><ce:figure id="fg0040"><ce:label>Fig. 4</ce:label><ce:caption id="cp0040"><ce:simple-para id="sp0040">The width (top) and effective <ce:italic>p</ce:italic><ce:inf>T</ce:inf>/<ce:italic>m</ce:italic> (bottom) fit parameters as a function of the mean number of participants in pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>. Vertical uncertainties are the standard error on the best-fit parameter values, while horizontal uncertainties reflect the uncertainty on 〈<ce:italic>N</ce:italic><ce:inf>part</ce:inf>〉 from the Glauber calculations. Also shown are similar fit parameters from the same parameterisation of EPOS-LHC calculations as well as direct calculations of the standard deviation of the d<ce:italic>N</ce:italic><ce:inf>ch</ce:inf>/d<ce:italic>y</ce:italic> distributions and the 〈<ce:italic>p</ce:italic><ce:inf>T</ce:inf>〉/〈<ce:italic>m</ce:italic>〉 ratio from the EPOS-LHC calculations.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0040">Fig. 4</ce:alt-text><ce:link locator="gr004" xlink:type="simple" xlink:href="pii:S0370269323000643/gr004" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0040"/></ce:figure><ce:figure id="fg0050"><ce:label>Fig. 5</ce:label><ce:caption id="cp0050"><ce:simple-para id="sp0050">The transverse area <ce:italic>S</ce:italic><ce:inf>T</ce:inf> as calculated in a numerical Glauber model for two extreme cases: a) only the exclusive overlap of nucleons is considered (∩, open markers) and b) the inclusive area of participating nucleons contribute (∪, closed markers) in both p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0050">Fig. 5</ce:alt-text><ce:link locator="gr005" xlink:type="simple" xlink:href="pii:S0370269323000643/gr005" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0050"/></ce:figure><ce:figure id="fg0060"><ce:label>Fig. 6</ce:label><ce:caption id="cp0060"><ce:simple-para id="sp0060">Estimate of the lower bound on the Bjorken transverse energy density in pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>, considering the exclusive (∩, open markers) and inclusive (∪, full markers) overlap area <ce:italic>S</ce:italic><ce:inf>T</ce:inf> of the nucleons. The expression <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:mi>C</mml:mi><mml:mmultiscripts><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow><mml:none/><mml:none/><mml:mrow><mml:mi>p</mml:mi></mml:mrow></mml:mmultiscripts></mml:math> is fitted to case ∪, and we find <ce:italic>C</ce:italic> = (0.8 ± 0.3) GeV/(fm<ce:sup>2</ce:sup><ce:italic>c</ce:italic>) and <ce:italic>p</ce:italic> = 0.44 ± 0.08. Also shown is an estimate, via d<ce:italic>E</ce:italic><ce:inf>T</ce:inf>/d<ce:italic>y</ce:italic>, of <ce:italic>ε</ce:italic><ce:inf>Bj</ce:inf> from Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> (stars with uncertainty band) <ce:cross-ref refid="br0310" id="crf0070">[31]</ce:cross-ref>.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0060">Fig. 6</ce:alt-text><ce:link locator="gr006" xlink:type="simple" xlink:href="pii:S0370269323000643/gr006" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0060"/></ce:figure></ce:floats><head><ce:title id="ti0010">System-size dependence of the charged-particle pseudorapidity density at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> for pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions</ce:title><ce:author-group id="ag0010"><ce:collaboration id="co0010" collaboration-id="S0370269323000643-3bea72599603117cd9d18494a0279c47"><ce:text>ALICE Collaboration</ce:text><ce:cross-ref refid="fn0080" id="crf0080"><ce:sup>⋆</ce:sup></ce:cross-ref><ce:author-group id="ag0020"><ce:author id="au0010" author-id="S0370269323000643-e60c93a934b81cf9801254193264c6ee"><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname><ce:cross-ref refid="aff1420" id="crf0090"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au0020" author-id="S0370269323000643-0eab85892b6d74b18661e74a7987c599"><ce:given-name>D.</ce:given-name><ce:surname>Adamová</ce:surname><ce:cross-ref refid="aff0960" id="crf0100"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au0030" author-id="S0370269323000643-e83a30ae1d5f89088c60ca2ee154d714"><ce:given-name>A.</ce:given-name><ce:surname>Adler</ce:surname><ce:cross-ref refid="aff0740" id="crf0110"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au0040" author-id="S0370269323000643-cd100d18768d08ce9c59a475af0552d6"><ce:given-name>J.</ce:given-name><ce:surname>Adolfsson</ce:surname><ce:cross-ref refid="aff0810" id="crf0120"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au0050" author-id="S0370269323000643-ed2d58d89990c41bb43c091d01e5029a"><ce:given-name>G.</ce:given-name><ce:surname>Aglieri Rinella</ce:surname><ce:cross-ref refid="aff0340" id="crf0130"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au0060" author-id="S0370269323000643-0c7a7863b7384aa5fdf06a0f187949c8"><ce:given-name>M.</ce:given-name><ce:surname>Agnello</ce:surname><ce:cross-ref refid="aff0300" id="crf0140"><ce:sup>30</ce:sup></ce:cross-ref></ce:author><ce:author id="au0070" author-id="S0370269323000643-bbdbb014653d7bdacb111c613a0fcbe0"><ce:given-name>N.</ce:given-name><ce:surname>Agrawal</ce:surname><ce:cross-ref refid="aff0540" id="crf0150"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au0080" author-id="S0370269323000643-2059a9508121069139ea49dbf566539a"><ce:given-name>Z.</ce:given-name><ce:surname>Ahammed</ce:surname><ce:cross-ref refid="aff1420" id="crf0160"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au0090" author-id="S0370269323000643-397c2b4743f367cb4aceb69d448bb6c6"><ce:given-name>S.</ce:given-name><ce:surname>Ahmad</ce:surname><ce:cross-ref refid="aff0160" id="crf0170"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author id="au0100" author-id="S0370269323000643-f7c3cbd2e9a0f545640d2202ad1ddbf3"><ce:given-name>S.U.</ce:given-name><ce:surname>Ahn</ce:surname><ce:cross-ref refid="aff0760" id="crf0180"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author id="au0110" author-id="S0370269323000643-07322fd13596772e8f99876f081be003"><ce:given-name>I.</ce:given-name><ce:surname>Ahuja</ce:surname><ce:cross-ref refid="aff0380" id="crf0190"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au0120" author-id="S0370269323000643-460f53f1206813a21eae674e680d3430"><ce:given-name>Z.</ce:given-name><ce:surname>Akbar</ce:surname><ce:cross-ref refid="aff0510" id="crf0200"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author id="au0130" author-id="S0370269323000643-e1ca35714b53c8e677e37d627a5bbf38"><ce:given-name>A.</ce:given-name><ce:surname>Akindinov</ce:surname><ce:cross-ref refid="aff0930" id="crf0210"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au0140" author-id="S0370269323000643-92548b9c2ec6b0a94be4b4532227aed9"><ce:given-name>M.</ce:given-name><ce:surname>Al-Turany</ce:surname><ce:cross-ref refid="aff1080" id="crf0220"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au0150" author-id="S0370269323000643-310d492c2c403b256bac5f0786fadcd5"><ce:given-name>S.N.</ce:given-name><ce:surname>Alam</ce:surname><ce:cross-ref refid="aff0160" id="crf0230"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author id="au0160" author-id="S0370269323000643-9065823209e70d0656d37d4008b49b34"><ce:given-name>D.</ce:given-name><ce:surname>Aleksandrov</ce:surname><ce:cross-ref refid="aff0890" id="crf0240"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au0170" author-id="S0370269323000643-79cd00674b886e25d315860e3eeed8b4"><ce:given-name>B.</ce:given-name><ce:surname>Alessandro</ce:surname><ce:cross-ref refid="aff0590" id="crf0250"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au0180" author-id="S0370269323000643-1c1181472bc0aba99490cd3bca5e4a55"><ce:given-name>H.M.</ce:given-name><ce:surname>Alfanda</ce:surname><ce:cross-ref refid="aff0070" id="crf0260"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au0190" author-id="S0370269323000643-fe723c43bc1641702461996d042297c7"><ce:given-name>R.</ce:given-name><ce:surname>Alfaro Molina</ce:surname><ce:cross-ref refid="aff0710" id="crf0270"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author id="au0200" author-id="S0370269323000643-9e891354cda61f6d260a73da741fb124"><ce:given-name>B.</ce:given-name><ce:surname>Ali</ce:surname><ce:cross-ref refid="aff0160" id="crf0280"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author id="au0210" author-id="S0370269323000643-b09579e692bf4a5fcd8b3fc371c313f5"><ce:given-name>Y.</ce:given-name><ce:surname>Ali</ce:surname><ce:cross-ref refid="aff0140" id="crf0290"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author id="au0220" author-id="S0370269323000643-ee0688e61ecfdd140d9fea489d16b4dc"><ce:given-name>A.</ce:given-name><ce:surname>Alici</ce:surname><ce:cross-ref refid="aff0250" id="crf0300"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au0230" author-id="S0370269323000643-16d05696cd8ce792318dff507d143cd5"><ce:given-name>N.</ce:given-name><ce:surname>Alizadehvandchali</ce:surname><ce:cross-ref refid="aff1250" id="crf0310"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au0240" author-id="S0370269323000643-8a6281092995529070f381a78dafb967"><ce:given-name>A.</ce:given-name><ce:surname>Alkin</ce:surname><ce:cross-ref refid="aff0340" id="crf0320"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au0250" author-id="S0370269323000643-6ea637f099a6fac803f976a052eb847d"><ce:given-name>J.</ce:given-name><ce:surname>Alme</ce:surname><ce:cross-ref refid="aff0210" id="crf0330"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au0260" author-id="S0370269323000643-cfed79dabbd809c4f840372b7b333691"><ce:given-name>G.</ce:given-name><ce:surname>Alocco</ce:surname><ce:cross-ref refid="aff0550" id="crf0340"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au0270" author-id="S0370269323000643-3913f92e05be5c8a4269310703479917"><ce:given-name>T.</ce:given-name><ce:surname>Alt</ce:surname><ce:cross-ref refid="aff0680" id="crf0350"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au0280" author-id="S0370269323000643-cd55dbcf87db947368b6d9e810290bde"><ce:given-name>I.</ce:given-name><ce:surname>Altsybeev</ce:surname><ce:cross-ref refid="aff1130" id="crf0360"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au0290" author-id="S0370269323000643-c2bd71abda2e1783ed29485409a5251a"><ce:given-name>M.N.</ce:given-name><ce:surname>Anaam</ce:surname><ce:cross-ref refid="aff0070" id="crf0370"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au0300" author-id="S0370269323000643-24aef273ee0f167b64df679b37d185f6"><ce:given-name>C.</ce:given-name><ce:surname>Andrei</ce:surname><ce:cross-ref refid="aff0480" id="crf0380"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au0310" author-id="S0370269323000643-4583c32301189b6af5ae6e891825f79b"><ce:given-name>A.</ce:given-name><ce:surname>Andronic</ce:surname><ce:cross-ref refid="aff1450" id="crf0390"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au0320" author-id="S0370269323000643-1df1a80e8e72952f9f77a204304d580b"><ce:given-name>V.</ce:given-name><ce:surname>Anguelov</ce:surname><ce:cross-ref refid="aff1050" id="crf0400"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au0330" author-id="S0370269323000643-bf4ee61ac0ac1dbdb5dd7c494a935e91"><ce:given-name>F.</ce:given-name><ce:surname>Antinori</ce:surname><ce:cross-ref refid="aff0570" id="crf0410"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author id="au0340" author-id="S0370269323000643-51fafbdf488707238bb68ddcfdcc1d43"><ce:given-name>P.</ce:given-name><ce:surname>Antonioli</ce:surname><ce:cross-ref refid="aff0540" id="crf0420"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au0350" author-id="S0370269323000643-574d7b11d83a95e65b2890c6cc6204a2"><ce:given-name>C.</ce:given-name><ce:surname>Anuj</ce:surname><ce:cross-ref refid="aff0160" id="crf0430"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author id="au0360" author-id="S0370269323000643-090df06bfcab984221f60b24b52c30c3"><ce:given-name>N.</ce:given-name><ce:surname>Apadula</ce:surname><ce:cross-ref refid="aff0800" id="crf0440"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au0370" author-id="S0370269323000643-6e095add140944d2ab055d51972eed48"><ce:given-name>L.</ce:given-name><ce:surname>Aphecetche</ce:surname><ce:cross-ref refid="aff1150" id="crf0450"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au0380" author-id="S0370269323000643-0e6d19528507f8cc3f37539a3381820b"><ce:given-name>H.</ce:given-name><ce:surname>Appelshäuser</ce:surname><ce:cross-ref refid="aff0680" id="crf0460"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au0390" author-id="S0370269323000643-680f2a41c459bec210e2ebd5a58612be"><ce:given-name>S.</ce:given-name><ce:surname>Arcelli</ce:surname><ce:cross-ref refid="aff0250" id="crf0470"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au0400" author-id="S0370269323000643-ab22692334a2fe57e1742058759c61dd"><ce:given-name>R.</ce:given-name><ce:surname>Arnaldi</ce:surname><ce:cross-ref refid="aff0590" id="crf0480"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au0410" author-id="S0370269323000643-697698547c36f9d3e7187cd6f06d1183"><ce:given-name>I.C.</ce:given-name><ce:surname>Arsene</ce:surname><ce:cross-ref refid="aff0200" id="crf0490"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au0420" author-id="S0370269323000643-ff7baf83a4c274c1a18de37c9dc67976"><ce:given-name>M.</ce:given-name><ce:surname>Arslandok</ce:surname><ce:cross-ref refid="aff1470" id="crf0500"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au0430" author-id="S0370269323000643-755bc219fdc7b4d25c2e083c10e7e386"><ce:given-name>A.</ce:given-name><ce:surname>Augustinus</ce:surname><ce:cross-ref refid="aff0340" id="crf0510"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au0440" author-id="S0370269323000643-e39ad2348626d77041016a5dd27ef327"><ce:given-name>R.</ce:given-name><ce:surname>Averbeck</ce:surname><ce:cross-ref refid="aff1080" id="crf0520"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au0450" author-id="S0370269323000643-5732689b5ef336a6b98f6ceb0dcd0c76"><ce:given-name>S.</ce:given-name><ce:surname>Aziz</ce:surname><ce:cross-ref refid="aff0780" id="crf0530"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au0460" author-id="S0370269323000643-9477d32af0ceb836b9acd7ac436a380f"><ce:given-name>M.D.</ce:given-name><ce:surname>Azmi</ce:surname><ce:cross-ref refid="aff0160" id="crf0540"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author id="au0470" author-id="S0370269323000643-7c7197c0ac2a51bf94b01b500c38aedc"><ce:given-name>A.</ce:given-name><ce:surname>Badalà</ce:surname><ce:cross-ref refid="aff0560" id="crf0550"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author id="au0480" author-id="S0370269323000643-e2f139312a0e407b3c4d2412844bc5b9"><ce:given-name>Y.W.</ce:given-name><ce:surname>Baek</ce:surname><ce:cross-ref refid="aff0410" id="crf0560"><ce:sup>41</ce:sup></ce:cross-ref></ce:author><ce:author id="au0490" author-id="S0370269323000643-76ff90ea5e839f7d98fb0c680c85c071"><ce:given-name>X.</ce:given-name><ce:surname>Bai</ce:surname><ce:cross-ref refid="aff1290" id="crf0570"><ce:sup>129</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1080" id="crf0580"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au0500" author-id="S0370269323000643-04bb83e7910b72460bb5a8aa2184d9e6"><ce:given-name>R.</ce:given-name><ce:surname>Bailhache</ce:surname><ce:cross-ref refid="aff0680" id="crf0590"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au0510" author-id="S0370269323000643-a3a4a409d48c9f5b05ac793332afe23a"><ce:given-name>Y.</ce:given-name><ce:surname>Bailung</ce:surname><ce:cross-ref refid="aff0500" id="crf0600"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au0520" author-id="S0370269323000643-9fb0ec712dc4e6ddbda7e348eaa5aa42"><ce:given-name>R.</ce:given-name><ce:surname>Bala</ce:surname><ce:cross-ref refid="aff1020" id="crf0610"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au0530" author-id="S0370269323000643-606ef386959ea7ad1f85ece5b5ed9802"><ce:given-name>A.</ce:given-name><ce:surname>Balbino</ce:surname><ce:cross-ref refid="aff0300" id="crf0620"><ce:sup>30</ce:sup></ce:cross-ref></ce:author><ce:author id="au0540" author-id="S0370269323000643-139e513e7bdef112603b9937bdd15344"><ce:given-name>A.</ce:given-name><ce:surname>Baldisseri</ce:surname><ce:cross-ref refid="aff1390" id="crf0630"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au0550" author-id="S0370269323000643-ec47c921c460662d73915f08d3c4e99d"><ce:given-name>B.</ce:given-name><ce:surname>Balis</ce:surname><ce:cross-ref refid="aff0020" id="crf0640"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au0560" author-id="S0370269323000643-d9c0e441fb4cce3ea39e47b4517d88e4"><ce:given-name>D.</ce:given-name><ce:surname>Banerjee</ce:surname><ce:cross-ref refid="aff0040" id="crf0650"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au0570" author-id="S0370269323000643-87ef230129be957c4822b50f0c31a178"><ce:given-name>Z.</ce:given-name><ce:surname>Banoo</ce:surname><ce:cross-ref refid="aff1020" id="crf0660"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au0580" author-id="S0370269323000643-34de4a3f87192e0e6f4308aac96e6dc4"><ce:given-name>R.</ce:given-name><ce:surname>Barbera</ce:surname><ce:cross-ref refid="aff0260" id="crf0670"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author id="au0590" author-id="S0370269323000643-e5b88594df42f98e0851a8fe8fceecc6"><ce:given-name>L.</ce:given-name><ce:surname>Barioglio</ce:surname><ce:cross-ref refid="aff1060" id="crf0680"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au0600" author-id="S0370269323000643-fadb436ca8c9ff7743d434468cc79e44"><ce:given-name>M.</ce:given-name><ce:surname>Barlou</ce:surname><ce:cross-ref refid="aff0850" id="crf0690"><ce:sup>85</ce:sup></ce:cross-ref></ce:author><ce:author id="au0610" author-id="S0370269323000643-6cc8c551caade64d21a326a2042741be"><ce:given-name>G.G.</ce:given-name><ce:surname>Barnaföldi</ce:surname><ce:cross-ref refid="aff1460" id="crf0700"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au0620" author-id="S0370269323000643-e5502945a2b5f28905e341734bcb3b15"><ce:given-name>L.S.</ce:given-name><ce:surname>Barnby</ce:surname><ce:cross-ref refid="aff0950" id="crf0710"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author id="au0630" author-id="S0370269323000643-73acb1b6c325d96b54abe7b64278d6ea"><ce:given-name>V.</ce:given-name><ce:surname>Barret</ce:surname><ce:cross-ref refid="aff1360" id="crf0720"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au0640" author-id="S0370269323000643-9a2434a1659f1f4116c84df1f01b53fb"><ce:given-name>C.</ce:given-name><ce:surname>Bartels</ce:surname><ce:cross-ref refid="aff1280" id="crf0730"><ce:sup>128</ce:sup></ce:cross-ref></ce:author><ce:author id="au0650" author-id="S0370269323000643-99991a11640d18ba216157ce9bd24b50"><ce:given-name>K.</ce:given-name><ce:surname>Barth</ce:surname><ce:cross-ref refid="aff0340" id="crf0740"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au0660" author-id="S0370269323000643-7b25cdf12989c93bb0b35e9a7b6c993e"><ce:given-name>E.</ce:given-name><ce:surname>Bartsch</ce:surname><ce:cross-ref refid="aff0680" id="crf0750"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au0670" author-id="S0370269323000643-b5da78f945a908823fccca3ceb97d4e0"><ce:given-name>F.</ce:given-name><ce:surname>Baruffaldi</ce:surname><ce:cross-ref refid="aff0270" id="crf0760"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author id="au0680" author-id="S0370269323000643-ffe3cbf955e2397362cc39ed0f8eb51b"><ce:given-name>N.</ce:given-name><ce:surname>Bastid</ce:surname><ce:cross-ref refid="aff1360" id="crf0770"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au0690" author-id="S0370269323000643-1b8917b5d28e8d66a2eaf20a4369cc82"><ce:given-name>S.</ce:given-name><ce:surname>Basu</ce:surname><ce:cross-ref refid="aff0810" id="crf0780"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au0700" author-id="S0370269323000643-2fee908da21994198610c94092286ad8"><ce:given-name>G.</ce:given-name><ce:surname>Batigne</ce:surname><ce:cross-ref refid="aff1150" id="crf0790"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au0710" author-id="S0370269323000643-ae7ea2ea342f84cd933b89c4fad5eef9"><ce:given-name>D.</ce:given-name><ce:surname>Battistini</ce:surname><ce:cross-ref refid="aff1060" id="crf0800"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au0720" author-id="S0370269323000643-f1278714281193a9113b12f11f4b9fc7"><ce:given-name>B.</ce:given-name><ce:surname>Batyunya</ce:surname><ce:cross-ref refid="aff0750" id="crf0810"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au0730" author-id="S0370269323000643-772fb486e156612f473f520cf6e42e86"><ce:given-name>D.</ce:given-name><ce:surname>Bauri</ce:surname><ce:cross-ref refid="aff0490" id="crf0820"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au0740" author-id="S0370269323000643-a404ff459710628a1f713272c3bb180d"><ce:given-name>J.L.</ce:given-name><ce:surname>Bazo Alba</ce:surname><ce:cross-ref refid="aff1120" id="crf0830"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author id="au0750" author-id="S0370269323000643-6ce098f5eecbf05e4aaa4608b11de130"><ce:given-name>I.G.</ce:given-name><ce:surname>Bearden</ce:surname><ce:cross-ref refid="aff0900" id="crf0840"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au0760" author-id="S0370269323000643-988af7c4a1a02633cec7556367a97f67"><ce:given-name>C.</ce:given-name><ce:surname>Beattie</ce:surname><ce:cross-ref refid="aff1470" id="crf0850"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au0770" author-id="S0370269323000643-298b21ad4bbe7f5bcc2c38ccb2632505"><ce:given-name>P.</ce:given-name><ce:surname>Becht</ce:surname><ce:cross-ref refid="aff1080" id="crf0860"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au0780" author-id="S0370269323000643-5d2d7a16cd35f4d3785b17babb9070df"><ce:given-name>I.</ce:given-name><ce:surname>Belikov</ce:surname><ce:cross-ref refid="aff1380" id="crf0870"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au0790" author-id="S0370269323000643-f831363a9a364d2888bee1b54b9c6655"><ce:given-name>A.D.C.</ce:given-name><ce:surname>Bell Hechavarria</ce:surname><ce:cross-ref refid="aff1450" id="crf0880"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au0800" author-id="S0370269323000643-d318064eeee8fd40dbd66c520988d249"><ce:given-name>F.</ce:given-name><ce:surname>Bellini</ce:surname><ce:cross-ref refid="aff0250" id="crf0890"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au0810" author-id="S0370269323000643-cab20ff28ec1589da7c887beda889d58"><ce:given-name>R.</ce:given-name><ce:surname>Bellwied</ce:surname><ce:cross-ref refid="aff1250" id="crf0900"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au0820" author-id="S0370269323000643-ac533471f4a2f043af3b2b34c625d95d"><ce:given-name>S.</ce:given-name><ce:surname>Belokurova</ce:surname><ce:cross-ref refid="aff1130" id="crf0910"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au0830" author-id="S0370269323000643-4749bab9bad414cd3c122f77c5bd5402"><ce:given-name>V.</ce:given-name><ce:surname>Belyaev</ce:surname><ce:cross-ref refid="aff0940" id="crf0920"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au0840" author-id="S0370269323000643-0aecf4edec2c9cae77988b370adb4658"><ce:given-name>G.</ce:given-name><ce:surname>Bencedi</ce:surname><ce:cross-ref refid="aff1460" id="crf0930"><ce:sup>146</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0690" id="crf0940"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au0850" author-id="S0370269323000643-81edadc17682ae9a2b7f71eaae2a757d"><ce:given-name>S.</ce:given-name><ce:surname>Beole</ce:surname><ce:cross-ref refid="aff0240" id="crf0950"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au0860" author-id="S0370269323000643-bcf9a82e901891493dbfd94acd91b04c"><ce:given-name>A.</ce:given-name><ce:surname>Bercuci</ce:surname><ce:cross-ref refid="aff0480" id="crf0960"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au0870" author-id="S0370269323000643-c83fb9b377a557b716c0035aa8d4241d"><ce:given-name>Y.</ce:given-name><ce:surname>Berdnikov</ce:surname><ce:cross-ref refid="aff0990" id="crf0970"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au0880" author-id="S0370269323000643-504c6c7ed1e748f96a24a1f005fce11b"><ce:given-name>A.</ce:given-name><ce:surname>Berdnikova</ce:surname><ce:cross-ref refid="aff1050" id="crf0980"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au0890" author-id="S0370269323000643-af14be22f2cea9eb53da09ae47124fa6"><ce:given-name>L.</ce:given-name><ce:surname>Bergmann</ce:surname><ce:cross-ref refid="aff1050" id="crf0990"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au0900" author-id="S0370269323000643-ad14e502bae8e79a1899fa39c32c0aa3"><ce:given-name>M.G.</ce:given-name><ce:surname>Besoiu</ce:surname><ce:cross-ref refid="aff0670" id="crf1000"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au0910" author-id="S0370269323000643-b9c9f0fc16efe15ebf71c4ddde1ea4b1"><ce:given-name>L.</ce:given-name><ce:surname>Betev</ce:surname><ce:cross-ref refid="aff0340" id="crf1010"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au0920" author-id="S0370269323000643-c300e6d02ec44e82317124bddf4f8323"><ce:given-name>P.P.</ce:given-name><ce:surname>Bhaduri</ce:surname><ce:cross-ref refid="aff1420" id="crf1020"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au0930" author-id="S0370269323000643-b502d2ccf79479aafebcf37b0fc9063a"><ce:given-name>A.</ce:given-name><ce:surname>Bhasin</ce:surname><ce:cross-ref refid="aff1020" id="crf1030"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au0940" author-id="S0370269323000643-975bc10c094c6226b584470386e5ac2f"><ce:given-name>I.R.</ce:given-name><ce:surname>Bhat</ce:surname><ce:cross-ref refid="aff1020" id="crf1040"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au0950" author-id="S0370269323000643-be7e13f98c122574c5c22aeff3f45e8b"><ce:given-name>M.A.</ce:given-name><ce:surname>Bhat</ce:surname><ce:cross-ref refid="aff0040" id="crf1050"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au0960" author-id="S0370269323000643-26b8ea7a427bae4f10cc8bd50df32f35"><ce:given-name>B.</ce:given-name><ce:surname>Bhattacharjee</ce:surname><ce:cross-ref refid="aff0420" id="crf1060"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author id="au0970" author-id="S0370269323000643-7d9d8644874e33887aa709229e5c8fb3"><ce:given-name>L.</ce:given-name><ce:surname>Bianchi</ce:surname><ce:cross-ref refid="aff0240" id="crf1070"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au0980" author-id="S0370269323000643-c52603ede367045bc5b1c88182e87247"><ce:given-name>N.</ce:given-name><ce:surname>Bianchi</ce:surname><ce:cross-ref refid="aff0520" id="crf1080"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au0990" author-id="S0370269323000643-9b31f1a04c2b498f5a576b72f7485363"><ce:given-name>J.</ce:given-name><ce:surname>Bielčík</ce:surname><ce:cross-ref refid="aff0370" id="crf1090"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au1000" author-id="S0370269323000643-7590d774d5836aa61573a7cad65ca8f0"><ce:given-name>J.</ce:given-name><ce:surname>Bielčíková</ce:surname><ce:cross-ref refid="aff0960" id="crf1100"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au1010" author-id="S0370269323000643-38f4492a2a11d413186fa95232a5b4cf"><ce:given-name>J.</ce:given-name><ce:surname>Biernat</ce:surname><ce:cross-ref refid="aff1180" id="crf1110"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au1020" author-id="S0370269323000643-e3be63156c1cdfac44448fb09353b115"><ce:given-name>A.</ce:given-name><ce:surname>Bilandzic</ce:surname><ce:cross-ref refid="aff1060" id="crf1120"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au1030" author-id="S0370269323000643-f02748a3878e75534bc627583c3bf69a"><ce:given-name>G.</ce:given-name><ce:surname>Biro</ce:surname><ce:cross-ref refid="aff1460" id="crf1130"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au1040" author-id="S0370269323000643-bc7130db08452b31982128347fa4fd92"><ce:given-name>S.</ce:given-name><ce:surname>Biswas</ce:surname><ce:cross-ref refid="aff0040" id="crf1140"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au1050" author-id="S0370269323000643-fbb755b405da1a6d31dc799e8935a439"><ce:given-name>J.T.</ce:given-name><ce:surname>Blair</ce:surname><ce:cross-ref refid="aff1190" id="crf1150"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au1060" author-id="S0370269323000643-76c0d7896425f9166c821b2a567723db"><ce:given-name>D.</ce:given-name><ce:surname>Blau</ce:surname><ce:cross-ref refid="aff0890" id="crf1160"><ce:sup>89</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0820" id="crf1170"><ce:sup>82</ce:sup></ce:cross-ref></ce:author><ce:author id="au1070" author-id="S0370269323000643-ba4d03db38769c77f7df0d67754c4a0c"><ce:given-name>M.B.</ce:given-name><ce:surname>Blidaru</ce:surname><ce:cross-ref refid="aff1080" id="crf1180"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au1080" author-id="S0370269323000643-16af81fa43d3b91d3180849896379639"><ce:given-name>C.</ce:given-name><ce:surname>Blume</ce:surname><ce:cross-ref refid="aff0680" id="crf1190"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au1090" author-id="S0370269323000643-63094e5b721634a7e0fc8da8fc5c037a"><ce:given-name>G.</ce:given-name><ce:surname>Boca</ce:surname><ce:cross-ref refid="aff0280" id="crf1200"><ce:sup>28</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0580" id="crf1210"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au1100" author-id="S0370269323000643-2181a3055116bec552a35581b829ab7c"><ce:given-name>F.</ce:given-name><ce:surname>Bock</ce:surname><ce:cross-ref refid="aff0970" id="crf1220"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au1110" author-id="S0370269323000643-dc5b666b81b8311e24807b98a355dc0b"><ce:given-name>A.</ce:given-name><ce:surname>Bogdanov</ce:surname><ce:cross-ref refid="aff0940" id="crf1230"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au1120" author-id="S0370269323000643-5930588886d1890a60dc3e5c0b9a8baa"><ce:given-name>S.</ce:given-name><ce:surname>Boi</ce:surname><ce:cross-ref refid="aff0220" id="crf1240"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author id="au1130" author-id="S0370269323000643-75ba81153caecc42ab057cd4528fbddd"><ce:given-name>J.</ce:given-name><ce:surname>Bok</ce:surname><ce:cross-ref refid="aff0610" id="crf1250"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au1140" author-id="S0370269323000643-7d461e77b3a4750af82052f87161d9b7"><ce:given-name>L.</ce:given-name><ce:surname>Boldizsár</ce:surname><ce:cross-ref refid="aff1460" id="crf1260"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au1150" author-id="S0370269323000643-2000ecef4090512918d1c03b88f7454b"><ce:given-name>A.</ce:given-name><ce:surname>Bolozdynya</ce:surname><ce:cross-ref refid="aff0940" id="crf1270"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au1160" author-id="S0370269323000643-fc84b4608c4bb2178fd7b63ab1ef1e20"><ce:given-name>M.</ce:given-name><ce:surname>Bombara</ce:surname><ce:cross-ref refid="aff0380" id="crf1280"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au1170" author-id="S0370269323000643-b166173e02d1efb88ffb2de9e6661cc3"><ce:given-name>P.M.</ce:given-name><ce:surname>Bond</ce:surname><ce:cross-ref refid="aff0340" id="crf1290"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au1180" author-id="S0370269323000643-2db37361639ef88ae3c1b8a4897922f5"><ce:given-name>G.</ce:given-name><ce:surname>Bonomi</ce:surname><ce:cross-ref refid="aff1410" id="crf1300"><ce:sup>141</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0580" id="crf1310"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au1190" author-id="S0370269323000643-f413acc1c3389c918524f6ef33df38ef"><ce:given-name>H.</ce:given-name><ce:surname>Borel</ce:surname><ce:cross-ref refid="aff1390" id="crf1320"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au1200" author-id="S0370269323000643-39bbf1c7a0d24a86863d39ff5711f10f"><ce:given-name>A.</ce:given-name><ce:surname>Borissov</ce:surname><ce:cross-ref refid="aff0820" id="crf1330"><ce:sup>82</ce:sup></ce:cross-ref></ce:author><ce:author id="au1210" author-id="S0370269323000643-ba19e35a5ad331e2bc08ef2f80c6e502"><ce:given-name>H.</ce:given-name><ce:surname>Bossi</ce:surname><ce:cross-ref refid="aff1470" id="crf1340"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au1220" author-id="S0370269323000643-c85ff26ba052e2215b53fac733b7f45d"><ce:given-name>E.</ce:given-name><ce:surname>Botta</ce:surname><ce:cross-ref refid="aff0240" id="crf1350"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au1230" author-id="S0370269323000643-99bddb14a25029d5b7351ae170ddc384"><ce:given-name>L.</ce:given-name><ce:surname>Bratrud</ce:surname><ce:cross-ref refid="aff0680" id="crf1360"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au1240" author-id="S0370269323000643-d47e2cf40ec69cfbf21066d6d16ccd15"><ce:given-name>P.</ce:given-name><ce:surname>Braun-Munzinger</ce:surname><ce:cross-ref refid="aff1080" id="crf1370"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au1250" author-id="S0370269323000643-87b1871cb5322125246e41414e82d2aa"><ce:given-name>M.</ce:given-name><ce:surname>Bregant</ce:surname><ce:cross-ref refid="aff1210" id="crf1380"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au1260" author-id="S0370269323000643-3447b7af552eef8253439fc680d2465d"><ce:given-name>M.</ce:given-name><ce:surname>Broz</ce:surname><ce:cross-ref refid="aff0370" id="crf1390"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au1270" author-id="S0370269323000643-9b346fc8f020b5f1a8e8e3560725c391"><ce:given-name>G.E.</ce:given-name><ce:surname>Bruno</ce:surname><ce:cross-ref refid="aff1070" id="crf1400"><ce:sup>107</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0330" id="crf1410"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author id="au1280" author-id="S0370269323000643-0aaa8ce5d15cf719aaa0ec42b2adb4c2"><ce:given-name>M.D.</ce:given-name><ce:surname>Buckland</ce:surname><ce:cross-ref refid="aff0230" id="crf1420"><ce:sup>23</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1280" id="crf1430"><ce:sup>128</ce:sup></ce:cross-ref></ce:author><ce:author id="au1290" author-id="S0370269323000643-27b568962c1cffcc5a28c80771ca52a7"><ce:given-name>D.</ce:given-name><ce:surname>Budnikov</ce:surname><ce:cross-ref refid="aff1090" id="crf1440"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author id="au1300" author-id="S0370269323000643-04a180c39d990d56daf8312e6374df91"><ce:given-name>H.</ce:given-name><ce:surname>Buesching</ce:surname><ce:cross-ref refid="aff0680" id="crf1450"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au1310" author-id="S0370269323000643-e1d7f52409f68734925ee2433dfdc5f8"><ce:given-name>S.</ce:given-name><ce:surname>Bufalino</ce:surname><ce:cross-ref refid="aff0300" id="crf1460"><ce:sup>30</ce:sup></ce:cross-ref></ce:author><ce:author id="au1320" author-id="S0370269323000643-87370bf7d75d7f57547783ea37a4b1a2"><ce:given-name>O.</ce:given-name><ce:surname>Bugnon</ce:surname><ce:cross-ref refid="aff1150" id="crf1470"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au1330" author-id="S0370269323000643-2adaca7e16d5edbd4b4a8c58e60e2d0c"><ce:given-name>P.</ce:given-name><ce:surname>Buhler</ce:surname><ce:cross-ref refid="aff1140" id="crf1480"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author id="au1340" author-id="S0370269323000643-b6b583d8873ae30d5fbf510f9cde2b9f"><ce:given-name>Z.</ce:given-name><ce:surname>Buthelezi</ce:surname><ce:cross-ref refid="aff0720" id="crf1490"><ce:sup>72</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1320" id="crf1500"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au1350" author-id="S0370269323000643-681f4d5c79af9591dff9c9257513b4c4"><ce:given-name>J.B.</ce:given-name><ce:surname>Butt</ce:surname><ce:cross-ref refid="aff0140" id="crf1510"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author id="au1360" author-id="S0370269323000643-8bd4ad3c56cf1862d8764d10e437f8de"><ce:given-name>A.</ce:given-name><ce:surname>Bylinkin</ce:surname><ce:cross-ref refid="aff0210" id="crf1520"><ce:sup>21</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1270" id="crf1530"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author id="au1370" author-id="S0370269323000643-281baff95fcf856236710c57b07d7d72"><ce:given-name>S.A.</ce:given-name><ce:surname>Bysiak</ce:surname><ce:cross-ref refid="aff1180" id="crf1540"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au1380" author-id="S0370269323000643-7e7d4973288f2699337c5afd756b3adf"><ce:given-name>M.</ce:given-name><ce:surname>Cai</ce:surname><ce:cross-ref refid="aff0270" id="crf1550"><ce:sup>27</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0070" id="crf1560"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au1390" author-id="S0370269323000643-64ab73ec58bc97d56cfedce941d1bc73"><ce:given-name>H.</ce:given-name><ce:surname>Caines</ce:surname><ce:cross-ref refid="aff1470" id="crf1570"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au1400" author-id="S0370269323000643-1537c5d8a3d8edaba101a6e9728633f5"><ce:given-name>A.</ce:given-name><ce:surname>Caliva</ce:surname><ce:cross-ref refid="aff1080" id="crf1580"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au1410" author-id="S0370269323000643-4d452e3972cd6bbddee4b6ce6a4590fc"><ce:given-name>E.</ce:given-name><ce:surname>Calvo Villar</ce:surname><ce:cross-ref refid="aff1120" id="crf1590"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author id="au1420" author-id="S0370269323000643-c1c0ee12ad916db4893d4fd44e01a9fc"><ce:given-name>J.M.M.</ce:given-name><ce:surname>Camacho</ce:surname><ce:cross-ref refid="aff1200" id="crf1600"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author id="au1430" author-id="S0370269323000643-6f2be6d7a73b89b4b5222eca9df018f3"><ce:given-name>R.S.</ce:given-name><ce:surname>Camacho</ce:surname><ce:cross-ref refid="aff0450" id="crf1610"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au1440" author-id="S0370269323000643-4d8f8d0ad29b659335681aaaff02adb7"><ce:given-name>P.</ce:given-name><ce:surname>Camerini</ce:surname><ce:cross-ref refid="aff0230" id="crf1620"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au1450" author-id="S0370269323000643-2156c22521af72728bf7ab1652256046"><ce:given-name>F.D.M.</ce:given-name><ce:surname>Canedo</ce:surname><ce:cross-ref refid="aff1210" id="crf1630"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au1460" author-id="S0370269323000643-5a8498fd5fdf69f1b7400d8bfb13bf9a"><ce:given-name>M.</ce:given-name><ce:surname>Carabas</ce:surname><ce:cross-ref refid="aff1350" id="crf1640"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author id="au1470" author-id="S0370269323000643-c9d38fce3cedd9eea0fadf7136e9c290"><ce:given-name>F.</ce:given-name><ce:surname>Carnesecchi</ce:surname><ce:cross-ref refid="aff0340" id="crf1650"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0250" id="crf1660"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au1480" author-id="S0370269323000643-4970df08011054be150397c4aef34188"><ce:given-name>R.</ce:given-name><ce:surname>Caron</ce:surname><ce:cross-ref refid="aff1370" id="crf1670"><ce:sup>137</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1390" id="crf1680"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au1490" author-id="S0370269323000643-69e5487070569c057d001d3b3dc279cb"><ce:given-name>J.</ce:given-name><ce:surname>Castillo Castellanos</ce:surname><ce:cross-ref refid="aff1390" id="crf1690"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au1500" author-id="S0370269323000643-e5aa40f8740350a345be66b2e9bc7455"><ce:given-name>F.</ce:given-name><ce:surname>Catalano</ce:surname><ce:cross-ref refid="aff0300" id="crf1700"><ce:sup>30</ce:sup></ce:cross-ref></ce:author><ce:author id="au1510" author-id="S0370269323000643-53f472c3ffc5250dac970f78c4dd288d"><ce:given-name>C.</ce:given-name><ce:surname>Ceballos Sanchez</ce:surname><ce:cross-ref refid="aff0750" id="crf1710"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au1520" author-id="S0370269323000643-3e64407341c8f9b954d05f08879cb006"><ce:given-name>I.</ce:given-name><ce:surname>Chakaberia</ce:surname><ce:cross-ref refid="aff0800" id="crf1720"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au1530" author-id="S0370269323000643-36822df62a25b3a759afcd6dd67aaa67"><ce:given-name>P.</ce:given-name><ce:surname>Chakraborty</ce:surname><ce:cross-ref refid="aff0490" id="crf1730"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au1540" author-id="S0370269323000643-0fad5742af8cbf238e9202779c4b0775"><ce:given-name>S.</ce:given-name><ce:surname>Chandra</ce:surname><ce:cross-ref refid="aff1420" id="crf1740"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au1550" author-id="S0370269323000643-d552ce0244303ed180a49d5ecff1a6b3"><ce:given-name>S.</ce:given-name><ce:surname>Chapeland</ce:surname><ce:cross-ref refid="aff0340" id="crf1750"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au1560" author-id="S0370269323000643-06bda5865bdd9370a538cd04b601a05d"><ce:given-name>M.</ce:given-name><ce:surname>Chartier</ce:surname><ce:cross-ref refid="aff1280" id="crf1760"><ce:sup>128</ce:sup></ce:cross-ref></ce:author><ce:author id="au1570" author-id="S0370269323000643-8e3c525530f12d4d9d23dbf026e72ba7"><ce:given-name>S.</ce:given-name><ce:surname>Chattopadhyay</ce:surname><ce:cross-ref refid="aff1420" id="crf1770"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au1580" author-id="S0370269323000643-a62bdbc068c738c0fb35a82e93008bec"><ce:given-name>S.</ce:given-name><ce:surname>Chattopadhyay</ce:surname><ce:cross-ref refid="aff1100" id="crf1780"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author id="au1590" author-id="S0370269323000643-8820e0173f72e4afd388b97e61345312"><ce:given-name>T.G.</ce:given-name><ce:surname>Chavez</ce:surname><ce:cross-ref refid="aff0450" id="crf1790"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au1600" author-id="S0370269323000643-d70035a0e00412e1c8ae86250a4c402b"><ce:given-name>T.</ce:given-name><ce:surname>Cheng</ce:surname><ce:cross-ref refid="aff0070" id="crf1800"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au1610" author-id="S0370269323000643-ca8822da379f8f06e7a9f9c9e5093c82"><ce:given-name>C.</ce:given-name><ce:surname>Cheshkov</ce:surname><ce:cross-ref refid="aff1370" id="crf1810"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author id="au1620" author-id="S0370269323000643-d6846c37b606921989676fa997ce9336"><ce:given-name>B.</ce:given-name><ce:surname>Cheynis</ce:surname><ce:cross-ref refid="aff1370" id="crf1820"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author id="au1630" author-id="S0370269323000643-52ed83ce72b97c374302f9f08ca70552"><ce:given-name>V.</ce:given-name><ce:surname>Chibante Barroso</ce:surname><ce:cross-ref refid="aff0340" id="crf1830"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au1640" author-id="S0370269323000643-6e8b0cfc33394bd0c0ea76a5dc3bdd1e"><ce:given-name>D.D.</ce:given-name><ce:surname>Chinellato</ce:surname><ce:cross-ref refid="aff1220" id="crf1840"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author id="au1650" author-id="S0370269323000643-8f10987952ecd1d2b9db234eb1b3e769"><ce:given-name>E.S.</ce:given-name><ce:surname>Chizzali</ce:surname><ce:cross-ref refid="aff1060" id="crf1850"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au1660" author-id="S0370269323000643-03ad0005f719c1c5c8e7a54303b208cd"><ce:given-name>S.</ce:given-name><ce:surname>Cho</ce:surname><ce:cross-ref refid="aff0610" id="crf1860"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au1670" author-id="S0370269323000643-f981d6a5c8dbd6610347355f930cb950"><ce:given-name>P.</ce:given-name><ce:surname>Chochula</ce:surname><ce:cross-ref refid="aff0340" id="crf1870"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au1680" author-id="S0370269323000643-201c826ab3672564ada47ab7047d952a"><ce:given-name>P.</ce:given-name><ce:surname>Christakoglou</ce:surname><ce:cross-ref refid="aff0910" id="crf1880"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au1690" author-id="S0370269323000643-ceddd44af0fa85f7e8a359fe9952d470"><ce:given-name>C.H.</ce:given-name><ce:surname>Christensen</ce:surname><ce:cross-ref refid="aff0900" id="crf1890"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au1700" author-id="S0370269323000643-a57b00b2781624685a4077f70e9e803c"><ce:given-name>P.</ce:given-name><ce:surname>Christiansen</ce:surname><ce:cross-ref refid="aff0810" id="crf1900"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au1710" author-id="S0370269323000643-d65a6fea77eef62f62b020ec199100b9"><ce:given-name>T.</ce:given-name><ce:surname>Chujo</ce:surname><ce:cross-ref refid="aff1340" id="crf1910"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au1720" author-id="S0370269323000643-45d326d84d094e388b2ab73a40e1fb9a"><ce:given-name>C.</ce:given-name><ce:surname>Cicalo</ce:surname><ce:cross-ref refid="aff0550" id="crf1920"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au1730" author-id="S0370269323000643-98fb86a5e58c4e31ac3ac07654a12993"><ce:given-name>L.</ce:given-name><ce:surname>Cifarelli</ce:surname><ce:cross-ref refid="aff0250" id="crf1930"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au1740" author-id="S0370269323000643-e790aeacc1e0c80aa51ea2443a559e4c"><ce:given-name>F.</ce:given-name><ce:surname>Cindolo</ce:surname><ce:cross-ref refid="aff0540" id="crf1940"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au1750" author-id="S0370269323000643-328e7e122ca669bc01708f4b579589bb"><ce:given-name>M.R.</ce:given-name><ce:surname>Ciupek</ce:surname><ce:cross-ref refid="aff1080" id="crf1950"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au1760" author-id="S0370269323000643-2d86b4b738b65c3c7ec4df969eac5619"><ce:given-name>G.</ce:given-name><ce:surname>Clai</ce:surname><ce:cross-ref refid="aff0540" id="crf1960"><ce:sup>54</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0020" id="crf1970"><ce:sup>II</ce:sup></ce:cross-ref></ce:author><ce:author id="au1770" author-id="S0370269323000643-3ef8e2ff993af16ee10a300ce16e8b1d"><ce:given-name>J.</ce:given-name><ce:surname>Cleymans</ce:surname><ce:cross-ref refid="aff1240" id="crf1980"><ce:sup>124</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0010" id="crf1990"><ce:sup>I</ce:sup></ce:cross-ref></ce:author><ce:author id="au1780" author-id="S0370269323000643-7ac6df9a7968d738a42afb544fc46cdc"><ce:given-name>F.</ce:given-name><ce:surname>Colamaria</ce:surname><ce:cross-ref refid="aff0530" id="crf2000"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au1790" author-id="S0370269323000643-d4433f73ceb9debd49821f6d16160a5a"><ce:given-name>J.S.</ce:given-name><ce:surname>Colburn</ce:surname><ce:cross-ref refid="aff1110" id="crf2010"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au1800" author-id="S0370269323000643-64184f6944db20f1d013f212c6016801"><ce:given-name>D.</ce:given-name><ce:surname>Colella</ce:surname><ce:cross-ref refid="aff0530" id="crf2020"><ce:sup>53</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1070" id="crf2030"><ce:sup>107</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0330" id="crf2040"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author id="au1810" author-id="S0370269323000643-12c1043c26dfb4c7bb99e25bdae2fedd"><ce:given-name>A.</ce:given-name><ce:surname>Collu</ce:surname><ce:cross-ref refid="aff0800" id="crf2050"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au1820" author-id="S0370269323000643-e3ddc9f882697beed5cf5fd3d92f9ff9"><ce:given-name>M.</ce:given-name><ce:surname>Colocci</ce:surname><ce:cross-ref refid="aff0250" id="crf2060"><ce:sup>25</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0340" id="crf2070"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au1830" author-id="S0370269323000643-d6acba3af6edc2fd345b8ed27e396590"><ce:given-name>M.</ce:given-name><ce:surname>Concas</ce:surname><ce:cross-ref refid="aff0590" id="crf2080"><ce:sup>59</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0030" id="crf2090"><ce:sup>III</ce:sup></ce:cross-ref></ce:author><ce:author id="au1840" author-id="S0370269323000643-92c7d6918756a563a73cb80d454f16b4"><ce:given-name>G.</ce:given-name><ce:surname>Conesa Balbastre</ce:surname><ce:cross-ref refid="aff0790" id="crf2100"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author id="au1850" author-id="S0370269323000643-e30454ba62b6034fd8204b395747ad1c"><ce:given-name>Z.</ce:given-name><ce:surname>Conesa del Valle</ce:surname><ce:cross-ref refid="aff0780" id="crf2110"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au1860" author-id="S0370269323000643-e1e9598ed61089b3d0a7386d0bc01d1c"><ce:given-name>G.</ce:given-name><ce:surname>Contin</ce:surname><ce:cross-ref refid="aff0230" id="crf2120"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au1870" author-id="S0370269323000643-c6b724fa14cab8e7faa61da10bf4fa9a"><ce:given-name>J.G.</ce:given-name><ce:surname>Contreras</ce:surname><ce:cross-ref refid="aff0370" id="crf2130"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au1880" author-id="S0370269323000643-54a5443a8b5eab81b08e6947e2f1c52f"><ce:given-name>M.L.</ce:given-name><ce:surname>Coquet</ce:surname><ce:cross-ref refid="aff1390" id="crf2140"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au1890" author-id="S0370269323000643-ac3b53a9c8b43da93328d0bb6e5687a1"><ce:given-name>T.M.</ce:given-name><ce:surname>Cormier</ce:surname><ce:cross-ref refid="aff0970" id="crf2150"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au1900" author-id="S0370269323000643-0eae3549a73a4273007803cfce7850eb"><ce:given-name>P.</ce:given-name><ce:surname>Cortese</ce:surname><ce:cross-ref refid="aff0310" id="crf2160"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author id="au1910" author-id="S0370269323000643-32f9fa81e325f2cb1e4716f3404a5b78"><ce:given-name>M.R.</ce:given-name><ce:surname>Cosentino</ce:surname><ce:cross-ref refid="aff1230" id="crf2170"><ce:sup>123</ce:sup></ce:cross-ref></ce:author><ce:author id="au1920" author-id="S0370269323000643-5e04048311053c8b6d080fb13720e33f"><ce:given-name>F.</ce:given-name><ce:surname>Costa</ce:surname><ce:cross-ref refid="aff0340" id="crf2180"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au1930" author-id="S0370269323000643-a36560f5de035b1d87cdcb9c25e47291"><ce:given-name>S.</ce:given-name><ce:surname>Costanza</ce:surname><ce:cross-ref refid="aff0280" id="crf2190"><ce:sup>28</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0580" id="crf2200"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au1940" author-id="S0370269323000643-8ffac10814dda24e16540e3e2c32771e"><ce:given-name>P.</ce:given-name><ce:surname>Crochet</ce:surname><ce:cross-ref refid="aff1360" id="crf2210"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au1950" author-id="S0370269323000643-1460b77cf493b1d673e3f69841099860"><ce:given-name>R.</ce:given-name><ce:surname>Cruz-Torres</ce:surname><ce:cross-ref refid="aff0800" id="crf2220"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au1960" author-id="S0370269323000643-b3bc0849bb51cd37c12132adb1b545d3"><ce:given-name>E.</ce:given-name><ce:surname>Cuautle</ce:surname><ce:cross-ref refid="aff0690" id="crf2230"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au1970" author-id="S0370269323000643-154d44f344bf8eb1659237594ec00380"><ce:given-name>P.</ce:given-name><ce:surname>Cui</ce:surname><ce:cross-ref refid="aff0070" id="crf2240"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au1980" author-id="S0370269323000643-841fe60858d62fb3c041728665452d36"><ce:given-name>L.</ce:given-name><ce:surname>Cunqueiro</ce:surname><ce:cross-ref refid="aff0970" id="crf2250"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au1990" author-id="S0370269323000643-dacdda815f008c250d14ed23682f7c5c"><ce:given-name>A.</ce:given-name><ce:surname>Dainese</ce:surname><ce:cross-ref refid="aff0570" id="crf2260"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author id="au2000" author-id="S0370269323000643-6796858d676bbae483476ff0054f3a7f"><ce:given-name>M.C.</ce:given-name><ce:surname>Danisch</ce:surname><ce:cross-ref refid="aff1050" id="crf2270"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au2010" author-id="S0370269323000643-c0e9c880db561256e8a1455c083d7a69"><ce:given-name>A.</ce:given-name><ce:surname>Danu</ce:surname><ce:cross-ref refid="aff0670" id="crf2280"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au2020" author-id="S0370269323000643-67422d1d35725fdeabcfcaee7b51b48f"><ce:given-name>P.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0870" id="crf2290"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au2030" author-id="S0370269323000643-a97cfc997b61eb9216f3d71d1e6c2658"><ce:given-name>P.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0040" id="crf2300"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au2040" author-id="S0370269323000643-e49c00cb76d5001b4d8ee096e5798bac"><ce:given-name>S.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0040" id="crf2310"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au2050" author-id="S0370269323000643-b51d6ae93b7d2378570d79501d3e378a"><ce:given-name>S.</ce:given-name><ce:surname>Dash</ce:surname><ce:cross-ref refid="aff0490" id="crf2320"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au2060" author-id="S0370269323000643-fc6034ac78ff979b20e6669d779346f6"><ce:given-name>A.</ce:given-name><ce:surname>De Caro</ce:surname><ce:cross-ref refid="aff0290" id="crf2330"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au2070" author-id="S0370269323000643-ca1b8d22a9ac0c2244b18ed5ad569df7"><ce:given-name>G.</ce:given-name><ce:surname>de Cataldo</ce:surname><ce:cross-ref refid="aff0530" id="crf2340"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au2080" author-id="S0370269323000643-9a9bb6d8a20b9f3a1cdaca09c3d32b5b"><ce:given-name>L.</ce:given-name><ce:surname>De Cilladi</ce:surname><ce:cross-ref refid="aff0240" id="crf2350"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au2090" author-id="S0370269323000643-2206dab1c93bdbf1833ccc42a0f80f61"><ce:given-name>J.</ce:given-name><ce:surname>de Cuveland</ce:surname><ce:cross-ref refid="aff0390" id="crf2360"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au2100" author-id="S0370269323000643-5a5659b4fe8640a98f21d4a26d3bfadc"><ce:given-name>A.</ce:given-name><ce:surname>De Falco</ce:surname><ce:cross-ref refid="aff0220" id="crf2370"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author id="au2110" author-id="S0370269323000643-f9afac767689f07ce00eaba12f10725d"><ce:given-name>D.</ce:given-name><ce:surname>De Gruttola</ce:surname><ce:cross-ref refid="aff0290" id="crf2380"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au2120" author-id="S0370269323000643-2307e08c47dbfe15b818992886cdc393"><ce:given-name>N.</ce:given-name><ce:surname>De Marco</ce:surname><ce:cross-ref refid="aff0590" id="crf2390"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au2130" author-id="S0370269323000643-8b0333ea68d6fead6aad66cd3ca8af18"><ce:given-name>C.</ce:given-name><ce:surname>De Martin</ce:surname><ce:cross-ref refid="aff0230" id="crf2400"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au2140" author-id="S0370269323000643-3fe3966b12a13378ab59cb643d693cf8"><ce:given-name>S.</ce:given-name><ce:surname>De Pasquale</ce:surname><ce:cross-ref refid="aff0290" id="crf2410"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au2150" author-id="S0370269323000643-3c761b0223fad723b3a6d135bc8f40ce"><ce:given-name>S.</ce:given-name><ce:surname>Deb</ce:surname><ce:cross-ref refid="aff0500" id="crf2420"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au2160" author-id="S0370269323000643-9aa3d3bb7328aa99cf55b65b2d5d0ef9"><ce:given-name>H.F.</ce:given-name><ce:surname>Degenhardt</ce:surname><ce:cross-ref refid="aff1210" id="crf2430"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au2170" author-id="S0370269323000643-a2ac9f1aec8c133a99e237f1a6de7593"><ce:given-name>K.R.</ce:given-name><ce:surname>Deja</ce:surname><ce:cross-ref refid="aff1430" id="crf2440"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au2180" author-id="S0370269323000643-cd28855d90484c7fb406753eac315751"><ce:given-name>R.</ce:given-name><ce:surname>Del Grande</ce:surname><ce:cross-ref refid="aff1060" id="crf2450"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au2190" author-id="S0370269323000643-cecd803c0039c46724095962ec984fe4"><ce:given-name>L.</ce:given-name><ce:surname>Dello Stritto</ce:surname><ce:cross-ref refid="aff0290" id="crf2460"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au2200" author-id="S0370269323000643-d8a87c874e42aac1f26f480d0c8cc66f"><ce:given-name>W.</ce:given-name><ce:surname>Deng</ce:surname><ce:cross-ref refid="aff0070" id="crf2470"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au2210" author-id="S0370269323000643-e91fff0426cfb4068164293072959951"><ce:given-name>P.</ce:given-name><ce:surname>Dhankher</ce:surname><ce:cross-ref refid="aff0190" id="crf2480"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au2220" author-id="S0370269323000643-87d8feae9bb9ac0142d20aa737fc7210"><ce:given-name>D.</ce:given-name><ce:surname>Di Bari</ce:surname><ce:cross-ref refid="aff0330" id="crf2490"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author id="au2230" author-id="S0370269323000643-807d3d4d1b245891296e345324c32d68"><ce:given-name>A.</ce:given-name><ce:surname>Di Mauro</ce:surname><ce:cross-ref refid="aff0340" id="crf2500"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au2240" author-id="S0370269323000643-b81ce1a8f6b1bb7201e6f62a1a0d3f6d"><ce:given-name>R.A.</ce:given-name><ce:surname>Diaz</ce:surname><ce:cross-ref refid="aff0750" id="crf2510"><ce:sup>75</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0080" id="crf2520"><ce:sup>8</ce:sup></ce:cross-ref></ce:author><ce:author id="au2250" author-id="S0370269323000643-e0f870aaf79db9f3bf8d89d4d0a6bb31"><ce:given-name>T.</ce:given-name><ce:surname>Dietel</ce:surname><ce:cross-ref refid="aff1240" id="crf2530"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author id="au2260" author-id="S0370269323000643-63e7bf92dffd268dab98d70a479b551c"><ce:given-name>Y.</ce:given-name><ce:surname>Ding</ce:surname><ce:cross-ref refid="aff1370" id="crf2540"><ce:sup>137</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0070" id="crf2550"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au2270" author-id="S0370269323000643-7430fdfebf05e894a243a7438023f2b3"><ce:given-name>R.</ce:given-name><ce:surname>Divià</ce:surname><ce:cross-ref refid="aff0340" id="crf2560"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au2280" author-id="S0370269323000643-43896b750307c6ca8f01d3d4c389f8c1"><ce:given-name>D.U.</ce:given-name><ce:surname>Dixit</ce:surname><ce:cross-ref refid="aff0190" id="crf2570"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au2290" author-id="S0370269323000643-9c3c08666593eb7ac528af1eef8f48db"><ce:given-name>Ø.</ce:given-name><ce:surname>Djuvsland</ce:surname><ce:cross-ref refid="aff0210" id="crf2580"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au2300" author-id="S0370269323000643-5059550062b9746ff361bdc6fe890743"><ce:given-name>U.</ce:given-name><ce:surname>Dmitrieva</ce:surname><ce:cross-ref refid="aff0630" id="crf2590"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au2310" author-id="S0370269323000643-5fa422d670f9187e89d69eeed21610f4"><ce:given-name>A.</ce:given-name><ce:surname>Dobrin</ce:surname><ce:cross-ref refid="aff0670" id="crf2600"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au2320" author-id="S0370269323000643-a53cb71a66b719bbc91c682e3b0f6c83"><ce:given-name>B.</ce:given-name><ce:surname>Dönigus</ce:surname><ce:cross-ref refid="aff0680" id="crf2610"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au2330" author-id="S0370269323000643-bd801d7441f04d2550d9279e20a0274c"><ce:given-name>A.K.</ce:given-name><ce:surname>Dubey</ce:surname><ce:cross-ref refid="aff1420" id="crf2620"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au2340" author-id="S0370269323000643-76f8c20cb06924eb1fb340fbb56bf4c6"><ce:given-name>A.</ce:given-name><ce:surname>Dubla</ce:surname><ce:cross-ref refid="aff1080" id="crf2630"><ce:sup>108</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0910" id="crf2640"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au2350" author-id="S0370269323000643-2b17ba5d85d422cdfabc14608d2e9bc7"><ce:given-name>S.</ce:given-name><ce:surname>Dudi</ce:surname><ce:cross-ref refid="aff1010" id="crf2650"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author id="au2360" author-id="S0370269323000643-0dcf960768058d73653bd4d3eb8e1905"><ce:given-name>P.</ce:given-name><ce:surname>Dupieux</ce:surname><ce:cross-ref refid="aff1360" id="crf2660"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au2370" author-id="S0370269323000643-df4290cf73dd7240418a747d4c736c64"><ce:given-name>M.</ce:given-name><ce:surname>Durkac</ce:surname><ce:cross-ref refid="aff1170" id="crf2670"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author id="au2380" author-id="S0370269323000643-d09d97450e671d7cc96eec42259314e8"><ce:given-name>N.</ce:given-name><ce:surname>Dzalaiova</ce:surname><ce:cross-ref refid="aff0130" id="crf2680"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author id="au2390" author-id="S0370269323000643-b2dfe97160923c36d3c32980d6ce0166"><ce:given-name>T.M.</ce:given-name><ce:surname>Eder</ce:surname><ce:cross-ref refid="aff1450" id="crf2690"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au2400" author-id="S0370269323000643-bf440f41d43f975a16ff5cb1d7942e7c"><ce:given-name>R.J.</ce:given-name><ce:surname>Ehlers</ce:surname><ce:cross-ref refid="aff0970" id="crf2700"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au2410" author-id="S0370269323000643-838a64e3f71143b70974f1f12ce5b879"><ce:given-name>V.N.</ce:given-name><ce:surname>Eikeland</ce:surname><ce:cross-ref refid="aff0210" id="crf2710"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au2420" author-id="S0370269323000643-4a6b040eac26a82ef226b902cb4da64f"><ce:given-name>F.</ce:given-name><ce:surname>Eisenhut</ce:surname><ce:cross-ref refid="aff0680" id="crf2720"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au2430" author-id="S0370269323000643-b33f259d9c1a55101b73f2f9db67896c"><ce:given-name>D.</ce:given-name><ce:surname>Elia</ce:surname><ce:cross-ref refid="aff0530" id="crf2730"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au2440" author-id="S0370269323000643-b41cebcb00dbefb7a1029cfa75db566c"><ce:given-name>B.</ce:given-name><ce:surname>Erazmus</ce:surname><ce:cross-ref refid="aff1150" id="crf2740"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au2450" author-id="S0370269323000643-6ca2023dd9dbd0adb4eb4fcf89d9e8d7"><ce:given-name>F.</ce:given-name><ce:surname>Ercolessi</ce:surname><ce:cross-ref refid="aff0250" id="crf2750"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au2460" author-id="S0370269323000643-1e2dd5e20c567cb73bfeabf9ea8de325"><ce:given-name>E.</ce:given-name><ce:surname>Eremenko</ce:surname><ce:cross-ref refid="aff0960" id="crf2760"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au2470" author-id="S0370269323000643-b3b26ff25fdc6360eab1c2a0eb35a18b"><ce:given-name>F.</ce:given-name><ce:surname>Erhardt</ce:surname><ce:cross-ref refid="aff1000" id="crf2770"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author id="au2480" author-id="S0370269323000643-c544510029fa1ccf5cd2b26be787bfb0"><ce:given-name>A.</ce:given-name><ce:surname>Erokhin</ce:surname><ce:cross-ref refid="aff1130" id="crf2780"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au2490" author-id="S0370269323000643-b1125a46ef6e3f34775d0833ab260cf8"><ce:given-name>M.R.</ce:given-name><ce:surname>Ersdal</ce:surname><ce:cross-ref refid="aff0210" id="crf2790"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au2500" author-id="S0370269323000643-8722ae2cee4646a951e9b11fd1d4063f"><ce:given-name>B.</ce:given-name><ce:surname>Espagnon</ce:surname><ce:cross-ref refid="aff0780" id="crf2800"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au2510" author-id="S0370269323000643-06195ac2e576eeb4b0adecea60f955c9"><ce:given-name>G.</ce:given-name><ce:surname>Eulisse</ce:surname><ce:cross-ref refid="aff0340" id="crf2810"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au2520" author-id="S0370269323000643-9e28d5c91a82108be7fc49f01fb96add"><ce:given-name>D.</ce:given-name><ce:surname>Evans</ce:surname><ce:cross-ref refid="aff1110" id="crf2820"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au2530" author-id="S0370269323000643-277be04fe2ca41c0c4b8d9acbf533562"><ce:given-name>S.</ce:given-name><ce:surname>Evdokimov</ce:surname><ce:cross-ref refid="aff0920" id="crf2830"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au2540" author-id="S0370269323000643-81e51a0849cafac31228747a415244b4"><ce:given-name>L.</ce:given-name><ce:surname>Fabbietti</ce:surname><ce:cross-ref refid="aff1060" id="crf2840"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au2550" author-id="S0370269323000643-b4fd9e52396598a0b45ab177a02b5cf2"><ce:given-name>M.</ce:given-name><ce:surname>Faggin</ce:surname><ce:cross-ref refid="aff0270" id="crf2850"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author id="au2560" author-id="S0370269323000643-3ed08541a4150ee27cebbfa8cb85364e"><ce:given-name>J.</ce:given-name><ce:surname>Faivre</ce:surname><ce:cross-ref refid="aff0790" id="crf2860"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author id="au2570" author-id="S0370269323000643-ac1b4c543ede7c783908e59b93b56dda"><ce:given-name>F.</ce:given-name><ce:surname>Fan</ce:surname><ce:cross-ref refid="aff0070" id="crf2870"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au2580" author-id="S0370269323000643-c434e3704a72c3379fd3efc1cac5baa3"><ce:given-name>W.</ce:given-name><ce:surname>Fan</ce:surname><ce:cross-ref refid="aff0800" id="crf2880"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au2590" author-id="S0370269323000643-74793c8314ac99defb422d6ad12e6ee2"><ce:given-name>A.</ce:given-name><ce:surname>Fantoni</ce:surname><ce:cross-ref refid="aff0520" id="crf2890"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au2600" author-id="S0370269323000643-e0ca7f105bebd9a2b7edf8e3e2f84581"><ce:given-name>M.</ce:given-name><ce:surname>Fasel</ce:surname><ce:cross-ref refid="aff0970" id="crf2900"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au2610" author-id="S0370269323000643-705d233901357db8c2175b3ab50898ea"><ce:given-name>P.</ce:given-name><ce:surname>Fecchio</ce:surname><ce:cross-ref refid="aff0300" id="crf2910"><ce:sup>30</ce:sup></ce:cross-ref></ce:author><ce:author id="au2620" author-id="S0370269323000643-c2bfb0cafa6f9d1ca27ab701c6781b38"><ce:given-name>A.</ce:given-name><ce:surname>Feliciello</ce:surname><ce:cross-ref refid="aff0590" id="crf2920"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au2630" author-id="S0370269323000643-5b00bafa2e9f53bf9169725ae0035ea1"><ce:given-name>G.</ce:given-name><ce:surname>Feofilov</ce:surname><ce:cross-ref refid="aff1130" id="crf2930"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au2640" author-id="S0370269323000643-aabae1af946388c71c1398acc8955418"><ce:given-name>A.</ce:given-name><ce:surname>Fernández Téllez</ce:surname><ce:cross-ref refid="aff0450" id="crf2940"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au2650" author-id="S0370269323000643-30e070edce4904332b43b5531dc38731"><ce:given-name>A.</ce:given-name><ce:surname>Ferrero</ce:surname><ce:cross-ref refid="aff1390" id="crf2950"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au2660" author-id="S0370269323000643-68142793c50c0b6974c4d951c30d6388"><ce:given-name>A.</ce:given-name><ce:surname>Ferretti</ce:surname><ce:cross-ref refid="aff0240" id="crf2960"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au2670" author-id="S0370269323000643-0cf51ef6627f902603bfcb916ae01ab5"><ce:given-name>V.J.G.</ce:given-name><ce:surname>Feuillard</ce:surname><ce:cross-ref refid="aff1050" id="crf2970"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au2680" author-id="S0370269323000643-3c7b622bda147b821572888347582e6d"><ce:given-name>J.</ce:given-name><ce:surname>Figiel</ce:surname><ce:cross-ref refid="aff1180" id="crf2980"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au2690" author-id="S0370269323000643-3f994100548e7aeca3abfa2bd6a6acdd"><ce:given-name>V.</ce:given-name><ce:surname>Filova</ce:surname><ce:cross-ref refid="aff0370" id="crf2990"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au2700" author-id="S0370269323000643-16de97754cf916e09dde4c06ab2487a2"><ce:given-name>D.</ce:given-name><ce:surname>Finogeev</ce:surname><ce:cross-ref refid="aff0630" id="crf3000"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au2710" author-id="S0370269323000643-78e599883a68fe0063ae2aa88c3d45cc"><ce:given-name>F.M.</ce:given-name><ce:surname>Fionda</ce:surname><ce:cross-ref refid="aff0550" id="crf3010"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au2720" author-id="S0370269323000643-6f38e6b644d0c00d8c10b081f52f12d7"><ce:given-name>G.</ce:given-name><ce:surname>Fiorenza</ce:surname><ce:cross-ref refid="aff0340" id="crf3020"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au2730" author-id="S0370269323000643-bd43e27616ca1919592e9b57e7b8f61a"><ce:given-name>F.</ce:given-name><ce:surname>Flor</ce:surname><ce:cross-ref refid="aff1250" id="crf3030"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au2740" author-id="S0370269323000643-746be3a9141d9c078cfbe60f53eeecfd"><ce:given-name>A.N.</ce:given-name><ce:surname>Flores</ce:surname><ce:cross-ref refid="aff1190" id="crf3040"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au2750" author-id="S0370269323000643-42fd1f3680f51152dfda7cb4075ac18e"><ce:given-name>S.</ce:given-name><ce:surname>Foertsch</ce:surname><ce:cross-ref refid="aff0720" id="crf3050"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author id="au2760" author-id="S0370269323000643-1f224979dd316f22a826529fb384e21a"><ce:given-name>S.</ce:given-name><ce:surname>Fokin</ce:surname><ce:cross-ref refid="aff0890" id="crf3060"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au2770" author-id="S0370269323000643-012cbc6bc9303877c458bdf9a521e5ea"><ce:given-name>E.</ce:given-name><ce:surname>Fragiacomo</ce:surname><ce:cross-ref refid="aff0600" id="crf3070"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author id="au2780" author-id="S0370269323000643-6b14343bb1477ee6f77413c5e1607139"><ce:given-name>E.</ce:given-name><ce:surname>Frajna</ce:surname><ce:cross-ref refid="aff1460" id="crf3080"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au2790" author-id="S0370269323000643-40e489eded73f09566103eb6e7285c7b"><ce:given-name>A.</ce:given-name><ce:surname>Francisco</ce:surname><ce:cross-ref refid="aff1360" id="crf3090"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au2800" author-id="S0370269323000643-cb179d5175a767cfcccfaf42e2d13fd9"><ce:given-name>U.</ce:given-name><ce:surname>Fuchs</ce:surname><ce:cross-ref refid="aff0340" id="crf3100"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au2810" author-id="S0370269323000643-75b81f7c708cdac6972396f07f1e615c"><ce:given-name>N.</ce:given-name><ce:surname>Funicello</ce:surname><ce:cross-ref refid="aff0290" id="crf3110"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au2820" author-id="S0370269323000643-e99988272e94b543b10e6e1e6762c915"><ce:given-name>C.</ce:given-name><ce:surname>Furget</ce:surname><ce:cross-ref refid="aff0790" id="crf3120"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author id="au2830" author-id="S0370269323000643-466f51a3a42f868eb651094379830769"><ce:given-name>A.</ce:given-name><ce:surname>Furs</ce:surname><ce:cross-ref refid="aff0630" id="crf3130"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au2840" author-id="S0370269323000643-ce50de6d5c62db541251975d35c3ef1e"><ce:given-name>J.J.</ce:given-name><ce:surname>Gaardhøje</ce:surname><ce:cross-ref refid="aff0900" id="crf3140"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au2850" author-id="S0370269323000643-cc1e5eeab68bbb2c3a078d24d2e806fb"><ce:given-name>M.</ce:given-name><ce:surname>Gagliardi</ce:surname><ce:cross-ref refid="aff0240" id="crf3150"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au2860" author-id="S0370269323000643-7a1ebb0715ccd1767039dbefe6aa000c"><ce:given-name>A.M.</ce:given-name><ce:surname>Gago</ce:surname><ce:cross-ref refid="aff1120" id="crf3160"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author id="au2870" author-id="S0370269323000643-99c7387ccffb2e1e0541b43b3018fdef"><ce:given-name>A.</ce:given-name><ce:surname>Gal</ce:surname><ce:cross-ref refid="aff1380" id="crf3170"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au2880" author-id="S0370269323000643-23c91ffad460f5afabddb04373c9f2f9"><ce:given-name>C.D.</ce:given-name><ce:surname>Galvan</ce:surname><ce:cross-ref refid="aff1200" id="crf3180"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author id="au2890" author-id="S0370269323000643-8650c037fc955510cd76a4536ac83b03"><ce:given-name>P.</ce:given-name><ce:surname>Ganoti</ce:surname><ce:cross-ref refid="aff0850" id="crf3190"><ce:sup>85</ce:sup></ce:cross-ref></ce:author><ce:author id="au2900" author-id="S0370269323000643-d12fc16d28f1dce28adbdb23a5ddbcd4"><ce:given-name>C.</ce:given-name><ce:surname>Garabatos</ce:surname><ce:cross-ref refid="aff1080" id="crf3200"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au2910" author-id="S0370269323000643-df265a31acafb0a0d83f8ac8f13667e6"><ce:given-name>J.R.A.</ce:given-name><ce:surname>Garcia</ce:surname><ce:cross-ref refid="aff0450" id="crf3210"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au2920" author-id="S0370269323000643-07a4057e80a82b458aafc1e9dd90f0ba"><ce:given-name>E.</ce:given-name><ce:surname>Garcia-Solis</ce:surname><ce:cross-ref refid="aff0100" id="crf3220"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author id="au2930" author-id="S0370269323000643-8f3671ab888761876ad72f8897499a10"><ce:given-name>K.</ce:given-name><ce:surname>Garg</ce:surname><ce:cross-ref refid="aff1150" id="crf3230"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au2940" author-id="S0370269323000643-987fe2eab608df9880768b4abb040eae"><ce:given-name>C.</ce:given-name><ce:surname>Gargiulo</ce:surname><ce:cross-ref refid="aff0340" id="crf3240"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au2950" author-id="S0370269323000643-0a421258e4c2e68267cbf36b6e5c0d5b"><ce:given-name>A.</ce:given-name><ce:surname>Garibli</ce:surname><ce:cross-ref refid="aff0880" id="crf3250"><ce:sup>88</ce:sup></ce:cross-ref></ce:author><ce:author id="au2960" author-id="S0370269323000643-71fb0aae98a5fed2648a66e4a7fba2bb"><ce:given-name>K.</ce:given-name><ce:surname>Garner</ce:surname><ce:cross-ref refid="aff1450" id="crf3260"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au2970" author-id="S0370269323000643-bb2ee026731cbc4ebf20caf7bbd437f9"><ce:given-name>P.</ce:given-name><ce:surname>Gasik</ce:surname><ce:cross-ref refid="aff1080" id="crf3270"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au2980" author-id="S0370269323000643-6234390f32e4a2984bc0654b17dcc492"><ce:given-name>E.F.</ce:given-name><ce:surname>Gauger</ce:surname><ce:cross-ref refid="aff1190" id="crf3280"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au2990" author-id="S0370269323000643-e15f53ade07920f42fc443e2c0e4d59a"><ce:given-name>A.</ce:given-name><ce:surname>Gautam</ce:surname><ce:cross-ref refid="aff1270" id="crf3290"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author id="au3000" author-id="S0370269323000643-d29ecc9c86d03e88594e296615e84c9a"><ce:given-name>M.B.</ce:given-name><ce:surname>Gay Ducati</ce:surname><ce:cross-ref refid="aff0700" id="crf3300"><ce:sup>70</ce:sup></ce:cross-ref></ce:author><ce:author id="au3010" author-id="S0370269323000643-8d334f5f7f55bf362a6956f1bffdf2c3"><ce:given-name>M.</ce:given-name><ce:surname>Germain</ce:surname><ce:cross-ref refid="aff1150" id="crf3310"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au3020" author-id="S0370269323000643-87f4a98aa68feedf19ca0cc21388e710"><ce:given-name>S.K.</ce:given-name><ce:surname>Ghosh</ce:surname><ce:cross-ref refid="aff0040" id="crf3320"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au3030" author-id="S0370269323000643-255d61357ee3950aa2511a27c84eaf0a"><ce:given-name>M.</ce:given-name><ce:surname>Giacalone</ce:surname><ce:cross-ref refid="aff0250" id="crf3330"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au3040" author-id="S0370269323000643-3e2c737e4be858cd21077f3c75d4a1a5"><ce:given-name>P.</ce:given-name><ce:surname>Gianotti</ce:surname><ce:cross-ref refid="aff0520" id="crf3340"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au3050" author-id="S0370269323000643-c03ebc10e5b747137b76532ec58d9b7c"><ce:given-name>P.</ce:given-name><ce:surname>Giubellino</ce:surname><ce:cross-ref refid="aff1080" id="crf3350"><ce:sup>108</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0590" id="crf3360"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au3060" author-id="S0370269323000643-4484cd7bf97022c8764e710e83e310ea"><ce:given-name>P.</ce:given-name><ce:surname>Giubilato</ce:surname><ce:cross-ref refid="aff0270" id="crf3370"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author id="au3070" author-id="S0370269323000643-8da930564b3ed61741e5e20fce3e2a52"><ce:given-name>A.M.C.</ce:given-name><ce:surname>Glaenzer</ce:surname><ce:cross-ref refid="aff1390" id="crf3380"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au3080" author-id="S0370269323000643-376802ecfdb934149d8388178a587721"><ce:given-name>P.</ce:given-name><ce:surname>Glässel</ce:surname><ce:cross-ref refid="aff1050" id="crf3390"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au3090" author-id="S0370269323000643-1b2d870f15ca702db28903678f5d75de"><ce:given-name>E.</ce:given-name><ce:surname>Glimos</ce:surname><ce:cross-ref refid="aff1310" id="crf3400"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au3100" author-id="S0370269323000643-93dce0bd4ad68fe50f0a23cb75dc5ece"><ce:given-name>D.J.Q.</ce:given-name><ce:surname>Goh</ce:surname><ce:cross-ref refid="aff0830" id="crf3410"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author id="au3110" author-id="S0370269323000643-c25e38120a3069e0125dc6c22f89fa94"><ce:given-name>V.</ce:given-name><ce:surname>Gonzalez</ce:surname><ce:cross-ref refid="aff1440" id="crf3420"><ce:sup>144</ce:sup></ce:cross-ref></ce:author><ce:author id="au3120" author-id="S0370269323000643-2dc052a1e9c57f3a73482a2d5d0260f3"><ce:given-name>L.H.</ce:given-name><ce:surname>González-Trueba</ce:surname><ce:cross-ref refid="aff0710" id="crf3430"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author id="au3130" author-id="S0370269323000643-9b9d13249a72db20d32b4da1cee42ded"><ce:given-name>S.</ce:given-name><ce:surname>Gorbunov</ce:surname><ce:cross-ref refid="aff0390" id="crf3440"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au3140" author-id="S0370269323000643-90965aac862ee9a40904f43bd5d6f611"><ce:given-name>M.</ce:given-name><ce:surname>Gorgon</ce:surname><ce:cross-ref refid="aff0020" id="crf3450"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au3150" author-id="S0370269323000643-39d74df1971ac41d3b24d84ed4a40ce3"><ce:given-name>L.</ce:given-name><ce:surname>Görlich</ce:surname><ce:cross-ref refid="aff1180" id="crf3460"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au3160" author-id="S0370269323000643-7662d0c3046b717d6aafb31b874bc7fc"><ce:given-name>S.</ce:given-name><ce:surname>Gotovac</ce:surname><ce:cross-ref refid="aff0350" id="crf3470"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author id="au3170" author-id="S0370269323000643-88c4e3bf21c3c3108a671e555e5f3c36"><ce:given-name>V.</ce:given-name><ce:surname>Grabski</ce:surname><ce:cross-ref refid="aff0710" id="crf3480"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author id="au3180" author-id="S0370269323000643-4f5d9c0299fdae0f1004b34a8b3fdc63"><ce:given-name>L.K.</ce:given-name><ce:surname>Graczykowski</ce:surname><ce:cross-ref refid="aff1430" id="crf3490"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au3190" author-id="S0370269323000643-a6c90861d9b7eaf03c2639488fe4154c"><ce:given-name>L.</ce:given-name><ce:surname>Greiner</ce:surname><ce:cross-ref refid="aff0800" id="crf3500"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au3200" author-id="S0370269323000643-af14458a77f832d22ca950af14f8493e"><ce:given-name>A.</ce:given-name><ce:surname>Grelli</ce:surname><ce:cross-ref refid="aff0620" id="crf3510"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au3210" author-id="S0370269323000643-f8a6e1944c58dda71cfafb800846c896"><ce:given-name>C.</ce:given-name><ce:surname>Grigoras</ce:surname><ce:cross-ref refid="aff0340" id="crf3520"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au3220" author-id="S0370269323000643-953aba0e06d9873f30e491943bf618b0"><ce:given-name>V.</ce:given-name><ce:surname>Grigoriev</ce:surname><ce:cross-ref refid="aff0940" id="crf3530"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au3230" author-id="S0370269323000643-fade90c306431c659a9ed2757eb7e080"><ce:given-name>S.</ce:given-name><ce:surname>Grigoryan</ce:surname><ce:cross-ref refid="aff0750" id="crf3540"><ce:sup>75</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0010" id="crf3550"><ce:sup>1</ce:sup></ce:cross-ref></ce:author><ce:author id="au3240" author-id="S0370269323000643-1aceebae73d51f462d1727b9bbd88172"><ce:given-name>F.</ce:given-name><ce:surname>Grosa</ce:surname><ce:cross-ref refid="aff0340" id="crf3560"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0590" id="crf3570"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au3250" author-id="S0370269323000643-35be2bb8fb5264060c83aaa2bd6945a1"><ce:given-name>J.F.</ce:given-name><ce:surname>Grosse-Oetringhaus</ce:surname><ce:cross-ref refid="aff0340" id="crf3580"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au3260" author-id="S0370269323000643-b0a55ca5abf071c61d021e8ccf9728f3"><ce:given-name>R.</ce:given-name><ce:surname>Grosso</ce:surname><ce:cross-ref refid="aff1080" id="crf3590"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au3270" author-id="S0370269323000643-e4f860038db61bc49c20c4ebfd1978a8"><ce:given-name>D.</ce:given-name><ce:surname>Grund</ce:surname><ce:cross-ref refid="aff0370" id="crf3600"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au3280" author-id="S0370269323000643-18c7a61fd748313ebfc50b673826591d"><ce:given-name>G.G.</ce:given-name><ce:surname>Guardiano</ce:surname><ce:cross-ref refid="aff1220" id="crf3610"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author id="au3290" author-id="S0370269323000643-49423e283ef46a2191735696f1f8e1cf"><ce:given-name>R.</ce:given-name><ce:surname>Guernane</ce:surname><ce:cross-ref refid="aff0790" id="crf3620"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author id="au3300" author-id="S0370269323000643-1c69d97d25199af7734252f2ba5c94dd"><ce:given-name>M.</ce:given-name><ce:surname>Guilbaud</ce:surname><ce:cross-ref refid="aff1150" id="crf3630"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au3310" author-id="S0370269323000643-135be9a58c4bb97999a54df788a17739"><ce:given-name>K.</ce:given-name><ce:surname>Gulbrandsen</ce:surname><ce:cross-ref refid="aff0900" id="crf3640"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au3320" author-id="S0370269323000643-54b557b1b16c66ddca3ffa8a1514552e"><ce:given-name>T.</ce:given-name><ce:surname>Gunji</ce:surname><ce:cross-ref refid="aff1330" id="crf3650"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author id="au3330" author-id="S0370269323000643-1f18901fa4f597e541e4b6d7d3993742"><ce:given-name>W.</ce:given-name><ce:surname>Guo</ce:surname><ce:cross-ref refid="aff0070" id="crf3660"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au3340" author-id="S0370269323000643-99034e91113d8d65c1b671490ba1dcb4"><ce:given-name>A.</ce:given-name><ce:surname>Gupta</ce:surname><ce:cross-ref refid="aff1020" id="crf3670"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au3350" author-id="S0370269323000643-e1c6a423f099dbb8f259dfde5800cf80"><ce:given-name>R.</ce:given-name><ce:surname>Gupta</ce:surname><ce:cross-ref refid="aff1020" id="crf3680"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au3360" author-id="S0370269323000643-bd6f669dcc7323e19d9d5f15f06cfc64"><ce:given-name>S.P.</ce:given-name><ce:surname>Guzman</ce:surname><ce:cross-ref refid="aff0450" id="crf3690"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au3370" author-id="S0370269323000643-cc3b2f2a8588716c0e46858eda331189"><ce:given-name>L.</ce:given-name><ce:surname>Gyulai</ce:surname><ce:cross-ref refid="aff1460" id="crf3700"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au3380" author-id="S0370269323000643-6f01f05172f0ead44e86c024003fc89a"><ce:given-name>M.K.</ce:given-name><ce:surname>Habib</ce:surname><ce:cross-ref refid="aff1080" id="crf3710"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au3390" author-id="S0370269323000643-9362679e8c5f67344ceb8b58a1427f0f"><ce:given-name>C.</ce:given-name><ce:surname>Hadjidakis</ce:surname><ce:cross-ref refid="aff0780" id="crf3720"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au3400" author-id="S0370269323000643-36473b590e40cc5d72e4fe5ed94a3e26"><ce:given-name>H.</ce:given-name><ce:surname>Hamagaki</ce:surname><ce:cross-ref refid="aff0830" id="crf3730"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author id="au3410" author-id="S0370269323000643-4001056cdfcdff2bf9283cb9eb65dce6"><ce:given-name>M.</ce:given-name><ce:surname>Hamid</ce:surname><ce:cross-ref refid="aff0070" id="crf3740"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au3420" author-id="S0370269323000643-ab877e6ad3aa564fc07ff9279bdb0114"><ce:given-name>R.</ce:given-name><ce:surname>Hannigan</ce:surname><ce:cross-ref refid="aff1190" id="crf3750"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au3430" author-id="S0370269323000643-6cb4376ff64678829e7af4b6b3584d70"><ce:given-name>M.R.</ce:given-name><ce:surname>Haque</ce:surname><ce:cross-ref refid="aff1430" id="crf3760"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au3440" author-id="S0370269323000643-1ad6c786673c0d88fb3ec98199ef2627"><ce:given-name>A.</ce:given-name><ce:surname>Harlenderova</ce:surname><ce:cross-ref refid="aff1080" id="crf3770"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au3450" author-id="S0370269323000643-093df752b6ef0875125996d2e249b17f"><ce:given-name>J.W.</ce:given-name><ce:surname>Harris</ce:surname><ce:cross-ref refid="aff1470" id="crf3780"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au3460" author-id="S0370269323000643-1cc09eaf1767efb447484c3576c326a3"><ce:given-name>A.</ce:given-name><ce:surname>Harton</ce:surname><ce:cross-ref refid="aff0100" id="crf3790"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author id="au3470" author-id="S0370269323000643-8f1d14fcc366c98d7ffc616fd4020b3a"><ce:given-name>J.A.</ce:given-name><ce:surname>Hasenbichler</ce:surname><ce:cross-ref refid="aff0340" id="crf3800"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au3480" author-id="S0370269323000643-3c2864accc71830551ec0dc4bc72466c"><ce:given-name>H.</ce:given-name><ce:surname>Hassan</ce:surname><ce:cross-ref refid="aff0970" id="crf3810"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au3490" author-id="S0370269323000643-ec5233119b47dffa5f645e1bcad8c3ab"><ce:given-name>D.</ce:given-name><ce:surname>Hatzifotiadou</ce:surname><ce:cross-ref refid="aff0540" id="crf3820"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au3500" author-id="S0370269323000643-c494e289485a5b77e2698762fd7f4b6d"><ce:given-name>P.</ce:given-name><ce:surname>Hauer</ce:surname><ce:cross-ref refid="aff0430" id="crf3830"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author id="au3510" author-id="S0370269323000643-d07756ab653a033a44665f2378719cc2"><ce:given-name>L.B.</ce:given-name><ce:surname>Havener</ce:surname><ce:cross-ref refid="aff1470" id="crf3840"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au3520" author-id="S0370269323000643-8e268fbd99e6fae4655760d64978b0ff"><ce:given-name>S.T.</ce:given-name><ce:surname>Heckel</ce:surname><ce:cross-ref refid="aff1060" id="crf3850"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au3530" author-id="S0370269323000643-7ad645538c2eb3346cfb0dd07e68d266"><ce:given-name>E.</ce:given-name><ce:surname>Hellbär</ce:surname><ce:cross-ref refid="aff1080" id="crf3860"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au3540" author-id="S0370269323000643-2ec6e519610c64506f6a6c4958b0ac54"><ce:given-name>H.</ce:given-name><ce:surname>Helstrup</ce:surname><ce:cross-ref refid="aff0360" id="crf3870"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au3550" author-id="S0370269323000643-51fb6f5f9415eda76fa12ad79ea6ef67"><ce:given-name>T.</ce:given-name><ce:surname>Herman</ce:surname><ce:cross-ref refid="aff0370" id="crf3880"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au3560" author-id="S0370269323000643-395e012e61feeafeb06dc1b1ee34d8d4"><ce:given-name>G.</ce:given-name><ce:surname>Herrera Corral</ce:surname><ce:cross-ref refid="aff0090" id="crf3890"><ce:sup>9</ce:sup></ce:cross-ref></ce:author><ce:author id="au3570" author-id="S0370269323000643-7a7a63e4af499b5ed75851524b48baa5"><ce:given-name>F.</ce:given-name><ce:surname>Herrmann</ce:surname><ce:cross-ref refid="aff1450" id="crf3900"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au3580" author-id="S0370269323000643-8fe0fd23ac8c4d7a4221a002b047a705"><ce:given-name>K.F.</ce:given-name><ce:surname>Hetland</ce:surname><ce:cross-ref refid="aff0360" id="crf3910"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au3590" author-id="S0370269323000643-5ab0a906131a8cf631664a48b8bb9672"><ce:given-name>B.</ce:given-name><ce:surname>Heybeck</ce:surname><ce:cross-ref refid="aff0680" id="crf3920"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au3600" author-id="S0370269323000643-d83a69a11b8778333bf72d127a9faaa4"><ce:given-name>H.</ce:given-name><ce:surname>Hillemanns</ce:surname><ce:cross-ref refid="aff0340" id="crf3930"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au3610" author-id="S0370269323000643-26a04d5f7344e810ea2275dad6767a9e"><ce:given-name>C.</ce:given-name><ce:surname>Hills</ce:surname><ce:cross-ref refid="aff1280" id="crf3940"><ce:sup>128</ce:sup></ce:cross-ref></ce:author><ce:author id="au3620" author-id="S0370269323000643-91692271254645e12e8687c69cd93550"><ce:given-name>B.</ce:given-name><ce:surname>Hippolyte</ce:surname><ce:cross-ref refid="aff1380" id="crf3950"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au3630" author-id="S0370269323000643-b2b41e3fa6c79c0bc760ec204badbf8e"><ce:given-name>B.</ce:given-name><ce:surname>Hofman</ce:surname><ce:cross-ref refid="aff0620" id="crf3960"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au3640" author-id="S0370269323000643-d68d4563c957d636f8ea0b438d75af8e"><ce:given-name>B.</ce:given-name><ce:surname>Hohlweger</ce:surname><ce:cross-ref refid="aff0910" id="crf3970"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au3650" author-id="S0370269323000643-6bcd750d66da852b78a422563f846dad"><ce:given-name>J.</ce:given-name><ce:surname>Honermann</ce:surname><ce:cross-ref refid="aff1450" id="crf3980"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au3660" author-id="S0370269323000643-fb87ef9112c084814dd4cd2584045cf3"><ce:given-name>G.H.</ce:given-name><ce:surname>Hong</ce:surname><ce:cross-ref refid="aff1480" id="crf3990"><ce:sup>148</ce:sup></ce:cross-ref></ce:author><ce:author id="au3670" author-id="S0370269323000643-bb0a4fa2cb3019f784b4aac68042d91d"><ce:given-name>D.</ce:given-name><ce:surname>Horak</ce:surname><ce:cross-ref refid="aff0370" id="crf4000"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au3680" author-id="S0370269323000643-58e97219d1f610ad3da8d74cd8d4df1d"><ce:given-name>S.</ce:given-name><ce:surname>Hornung</ce:surname><ce:cross-ref refid="aff1080" id="crf4010"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au3690" author-id="S0370269323000643-9a7d8925dcb9bade29afd917e864e548"><ce:given-name>A.</ce:given-name><ce:surname>Horzyk</ce:surname><ce:cross-ref refid="aff0020" id="crf4020"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au3700" author-id="S0370269323000643-1a0aedf45a03b8412e32e8e2dc7dffc9"><ce:given-name>R.</ce:given-name><ce:surname>Hosokawa</ce:surname><ce:cross-ref refid="aff0150" id="crf4030"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author id="au3710" author-id="S0370269323000643-804ec34d975fc918625e33c9bf478431"><ce:given-name>Y.</ce:given-name><ce:surname>Hou</ce:surname><ce:cross-ref refid="aff0070" id="crf4040"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au3720" author-id="S0370269323000643-9f1666f66376b6067eb0db183403471c"><ce:given-name>P.</ce:given-name><ce:surname>Hristov</ce:surname><ce:cross-ref refid="aff0340" id="crf4050"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au3730" author-id="S0370269323000643-001175083688542727c74a632c90fa25"><ce:given-name>C.</ce:given-name><ce:surname>Hughes</ce:surname><ce:cross-ref refid="aff1310" id="crf4060"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au3740" author-id="S0370269323000643-c1701ed0ea0ca8b2c7644f838deb6a52"><ce:given-name>P.</ce:given-name><ce:surname>Huhn</ce:surname><ce:cross-ref refid="aff0680" id="crf4070"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au3750" author-id="S0370269323000643-1d44428a50028ba0167ad2e836cdccdd"><ce:given-name>L.M.</ce:given-name><ce:surname>Huhta</ce:surname><ce:cross-ref refid="aff1260" id="crf4080"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author id="au3760" author-id="S0370269323000643-b77b5ca70871829f4a6caed289764804"><ce:given-name>C.V.</ce:given-name><ce:surname>Hulse</ce:surname><ce:cross-ref refid="aff0780" id="crf4090"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au3770" author-id="S0370269323000643-c0ec982d5ca2280aac9dadb166a34f51"><ce:given-name>T.J.</ce:given-name><ce:surname>Humanic</ce:surname><ce:cross-ref refid="aff0980" id="crf4100"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author id="au3780" author-id="S0370269323000643-8cedcc0d345ecbd448b4d0e9a26c9612"><ce:given-name>H.</ce:given-name><ce:surname>Hushnud</ce:surname><ce:cross-ref refid="aff1100" id="crf4110"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author id="au3790" author-id="S0370269323000643-96016c6b8522e0b395d92381681c58f9"><ce:given-name>L.A.</ce:given-name><ce:surname>Husova</ce:surname><ce:cross-ref refid="aff1450" id="crf4120"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au3800" author-id="S0370269323000643-323f1afb31024750df32af8b3c6f19a1"><ce:given-name>A.</ce:given-name><ce:surname>Hutson</ce:surname><ce:cross-ref refid="aff1250" id="crf4130"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au3810" author-id="S0370269323000643-0e776b64ca9b6ad890dadafa39a52b22"><ce:given-name>J.P.</ce:given-name><ce:surname>Iddon</ce:surname><ce:cross-ref refid="aff1280" id="crf4140"><ce:sup>128</ce:sup></ce:cross-ref></ce:author><ce:author id="au3820" author-id="S0370269323000643-9ba2a5336d3caa1deb6099cb7e45d7e1"><ce:given-name>R.</ce:given-name><ce:surname>Ilkaev</ce:surname><ce:cross-ref refid="aff1090" id="crf4150"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author id="au3830" author-id="S0370269323000643-1143f987981760e3c4faf5e1333b2cb0"><ce:given-name>H.</ce:given-name><ce:surname>Ilyas</ce:surname><ce:cross-ref refid="aff0140" id="crf4160"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author id="au3840" author-id="S0370269323000643-4b5d83b68ef345b89ecbef76ed248603"><ce:given-name>M.</ce:given-name><ce:surname>Inaba</ce:surname><ce:cross-ref refid="aff1340" id="crf4170"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au3850" author-id="S0370269323000643-9977d7231b3f865ed7ec78ac9a9c661d"><ce:given-name>G.M.</ce:given-name><ce:surname>Innocenti</ce:surname><ce:cross-ref refid="aff0340" id="crf4180"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au3860" author-id="S0370269323000643-0a5cfa2ee46360e63cba51ff45d06749"><ce:given-name>M.</ce:given-name><ce:surname>Ippolitov</ce:surname><ce:cross-ref refid="aff0890" id="crf4190"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au3870" author-id="S0370269323000643-0e13cf82a33559ab5ebec9f23873abb4"><ce:given-name>A.</ce:given-name><ce:surname>Isakov</ce:surname><ce:cross-ref refid="aff0960" id="crf4200"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au3880" author-id="S0370269323000643-a45aceacbad11ba05e293e86a5e905fa"><ce:given-name>T.</ce:given-name><ce:surname>Isidori</ce:surname><ce:cross-ref refid="aff1270" id="crf4210"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author id="au3890" author-id="S0370269323000643-5130d91254c818e783bfe97407046033"><ce:given-name>M.S.</ce:given-name><ce:surname>Islam</ce:surname><ce:cross-ref refid="aff1100" id="crf4220"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author id="au3900" author-id="S0370269323000643-54e062f9517cf13404565a1cfb0519df"><ce:given-name>M.</ce:given-name><ce:surname>Ivanov</ce:surname><ce:cross-ref refid="aff1080" id="crf4230"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au3910" author-id="S0370269323000643-3257368019a48da005eff928bd69ddc7"><ce:given-name>V.</ce:given-name><ce:surname>Ivanov</ce:surname><ce:cross-ref refid="aff0990" id="crf4240"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au3920" author-id="S0370269323000643-744d295d4100d9b9a644faf7e3c07b69"><ce:given-name>V.</ce:given-name><ce:surname>Izucheev</ce:surname><ce:cross-ref refid="aff0920" id="crf4250"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au3930" author-id="S0370269323000643-04704e18ed6c47a4e430d1527c3e8979"><ce:given-name>M.</ce:given-name><ce:surname>Jablonski</ce:surname><ce:cross-ref refid="aff0020" id="crf4260"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au3940" author-id="S0370269323000643-e1a40c4976b3155e4324627b87160a72"><ce:given-name>B.</ce:given-name><ce:surname>Jacak</ce:surname><ce:cross-ref refid="aff0800" id="crf4270"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au3950" author-id="S0370269323000643-a9ad5469ba99da3ee1276a42cfc1e893"><ce:given-name>N.</ce:given-name><ce:surname>Jacazio</ce:surname><ce:cross-ref refid="aff0340" id="crf4280"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au3960" author-id="S0370269323000643-03a0ece9d78deda299068c18973826f4"><ce:given-name>P.M.</ce:given-name><ce:surname>Jacobs</ce:surname><ce:cross-ref refid="aff0800" id="crf4290"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au3970" author-id="S0370269323000643-db4b9e24a7edc69d716a7eaeb39d23bb"><ce:given-name>S.</ce:given-name><ce:surname>Jadlovska</ce:surname><ce:cross-ref refid="aff1170" id="crf4300"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author id="au3980" author-id="S0370269323000643-624315fef87962ddbd4dfa43a00df878"><ce:given-name>J.</ce:given-name><ce:surname>Jadlovsky</ce:surname><ce:cross-ref refid="aff1170" id="crf4310"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author id="au3990" author-id="S0370269323000643-2348bfe5c2eca0abbe06dc030b8980ba"><ce:given-name>S.</ce:given-name><ce:surname>Jaelani</ce:surname><ce:cross-ref refid="aff0620" id="crf4320"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au4000" author-id="S0370269323000643-1f660b822738c6ed8755191ebbb4fc37"><ce:given-name>C.</ce:given-name><ce:surname>Jahnke</ce:surname><ce:cross-ref refid="aff1220" id="crf4330"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author id="au4010" author-id="S0370269323000643-72416b2e204a9edc2abd801d284cabe1"><ce:given-name>M.J.</ce:given-name><ce:surname>Jakubowska</ce:surname><ce:cross-ref refid="aff1430" id="crf4340"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au4020" author-id="S0370269323000643-b3997a9c23f1423dceb4954ee62c10b0"><ce:given-name>A.</ce:given-name><ce:surname>Jalotra</ce:surname><ce:cross-ref refid="aff1020" id="crf4350"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au4030" author-id="S0370269323000643-47f486fd6a34a71748e4296e140bb514"><ce:given-name>M.A.</ce:given-name><ce:surname>Janik</ce:surname><ce:cross-ref refid="aff1430" id="crf4360"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au4040" author-id="S0370269323000643-2f7fea42c1c2ebec5172121a08f119ce"><ce:given-name>T.</ce:given-name><ce:surname>Janson</ce:surname><ce:cross-ref refid="aff0740" id="crf4370"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au4050" author-id="S0370269323000643-2425937bd24637e67d7635ce8c55346a"><ce:given-name>M.</ce:given-name><ce:surname>Jercic</ce:surname><ce:cross-ref refid="aff1000" id="crf4380"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author id="au4060" author-id="S0370269323000643-919c09ef7cea2014a589c5a05b491b03"><ce:given-name>O.</ce:given-name><ce:surname>Jevons</ce:surname><ce:cross-ref refid="aff1110" id="crf4390"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au4070" author-id="S0370269323000643-0058ed807ba55e1dc3018df2944a05a9"><ce:given-name>A.A.P.</ce:given-name><ce:surname>Jimenez</ce:surname><ce:cross-ref refid="aff0690" id="crf4400"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au4080" author-id="S0370269323000643-77affd2a949bb3c47fc27d2788c61f73"><ce:given-name>F.</ce:given-name><ce:surname>Jonas</ce:surname><ce:cross-ref refid="aff0970" id="crf4410"><ce:sup>97</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1450" id="crf4420"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au4090" author-id="S0370269323000643-6d3535b16f327cd1f041269fdeeb525e"><ce:given-name>P.G.</ce:given-name><ce:surname>Jones</ce:surname><ce:cross-ref refid="aff1110" id="crf4430"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au4100" author-id="S0370269323000643-332f78ad8211f0bce6beabba5723298a"><ce:given-name>J.M.</ce:given-name><ce:surname>Jowett</ce:surname><ce:cross-ref refid="aff0340" id="crf4440"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1080" id="crf4450"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au4110" author-id="S0370269323000643-20786a6320aecb24049c7d9f097b03cd"><ce:given-name>J.</ce:given-name><ce:surname>Jung</ce:surname><ce:cross-ref refid="aff0680" id="crf4460"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au4120" author-id="S0370269323000643-00f2f22b65e3f00ce32e1e62d7cf8c0a"><ce:given-name>M.</ce:given-name><ce:surname>Jung</ce:surname><ce:cross-ref refid="aff0680" id="crf4470"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au4130" author-id="S0370269323000643-ae7799423187e27a168e4e3b4f50107f"><ce:given-name>A.</ce:given-name><ce:surname>Junique</ce:surname><ce:cross-ref refid="aff0340" id="crf4480"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4140" author-id="S0370269323000643-678d0d3ca2c9237dc98c1814f934ea74"><ce:given-name>A.</ce:given-name><ce:surname>Jusko</ce:surname><ce:cross-ref refid="aff1110" id="crf4490"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au4150" author-id="S0370269323000643-a4ac5f5e32e8b75e8bcde7ebbeebad4a"><ce:given-name>M.J.</ce:given-name><ce:surname>Kabus</ce:surname><ce:cross-ref refid="aff1430" id="crf4500"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au4160" author-id="S0370269323000643-62c64c1b6d866f1c9bf4715d6fbc492e"><ce:given-name>J.</ce:given-name><ce:surname>Kaewjai</ce:surname><ce:cross-ref refid="aff1160" id="crf4510"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author id="au4170" author-id="S0370269323000643-25f33706ab3c0fc88cb8ef01da3691d8"><ce:given-name>P.</ce:given-name><ce:surname>Kalinak</ce:surname><ce:cross-ref refid="aff0640" id="crf4520"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au4180" author-id="S0370269323000643-41b64c1f5ba6342192ac11992e62b1a0"><ce:given-name>A.S.</ce:given-name><ce:surname>Kalteyer</ce:surname><ce:cross-ref refid="aff1080" id="crf4530"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au4190" author-id="S0370269323000643-dffd010dc0e688f6f012b5205d40bb61"><ce:given-name>A.</ce:given-name><ce:surname>Kalweit</ce:surname><ce:cross-ref refid="aff0340" id="crf4540"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4200" author-id="S0370269323000643-493ff56921a9a64a54dcfee475f90fdd"><ce:given-name>V.</ce:given-name><ce:surname>Kaplin</ce:surname><ce:cross-ref refid="aff0940" id="crf4550"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au4210" author-id="S0370269323000643-74d55f23b79fbb800687a9849bf79462"><ce:given-name>A.</ce:given-name><ce:surname>Karasu Uysal</ce:surname><ce:cross-ref refid="aff0770" id="crf4560"><ce:sup>77</ce:sup></ce:cross-ref></ce:author><ce:author id="au4220" author-id="S0370269323000643-3e82be203cb62d9eea32b1aaf41e6e24"><ce:given-name>D.</ce:given-name><ce:surname>Karatovic</ce:surname><ce:cross-ref refid="aff1000" id="crf4570"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author id="au4230" author-id="S0370269323000643-1817e4e142222876d2313b299f9843d8"><ce:given-name>O.</ce:given-name><ce:surname>Karavichev</ce:surname><ce:cross-ref refid="aff0630" id="crf4580"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au4240" author-id="S0370269323000643-580ddb0bc4ebcafe0237765610444018"><ce:given-name>T.</ce:given-name><ce:surname>Karavicheva</ce:surname><ce:cross-ref refid="aff0630" id="crf4590"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au4250" author-id="S0370269323000643-2c864e60f2f8af4d19e3507236bca643"><ce:given-name>P.</ce:given-name><ce:surname>Karczmarczyk</ce:surname><ce:cross-ref refid="aff1430" id="crf4600"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au4260" author-id="S0370269323000643-b47c69ba46dae7eac2d17ed8f0f0c52d"><ce:given-name>E.</ce:given-name><ce:surname>Karpechev</ce:surname><ce:cross-ref refid="aff0630" id="crf4610"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au4270" author-id="S0370269323000643-f003c09aa81337ca40de53f6ff64aebb"><ce:given-name>V.</ce:given-name><ce:surname>Kashyap</ce:surname><ce:cross-ref refid="aff0870" id="crf4620"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au4280" author-id="S0370269323000643-39796f172188c1223e4ea8fcad046412"><ce:given-name>A.</ce:given-name><ce:surname>Kazantsev</ce:surname><ce:cross-ref refid="aff0890" id="crf4630"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au4290" author-id="S0370269323000643-25097e2cb2885fb6e971c19ad9036846"><ce:given-name>U.</ce:given-name><ce:surname>Kebschull</ce:surname><ce:cross-ref refid="aff0740" id="crf4640"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au4300" author-id="S0370269323000643-3d6245ad4b6528ec5cd3dc4342645cb4"><ce:given-name>R.</ce:given-name><ce:surname>Keidel</ce:surname><ce:cross-ref refid="aff0470" id="crf4650"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author id="au4310" author-id="S0370269323000643-ceb5d3838f7269f526d5ddd8df1cb948"><ce:given-name>D.L.D.</ce:given-name><ce:surname>Keijdener</ce:surname><ce:cross-ref refid="aff0620" id="crf4660"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au4320" author-id="S0370269323000643-fecaf1ba0b6dd114dc8262a412352f43"><ce:given-name>M.</ce:given-name><ce:surname>Keil</ce:surname><ce:cross-ref refid="aff0340" id="crf4670"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4330" author-id="S0370269323000643-a3efc7a21cb29c0f808956c91bfbb571"><ce:given-name>B.</ce:given-name><ce:surname>Ketzer</ce:surname><ce:cross-ref refid="aff0430" id="crf4680"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author id="au4340" author-id="S0370269323000643-99c000594e31fd37cd95a982e448f9dc"><ce:given-name>A.M.</ce:given-name><ce:surname>Khan</ce:surname><ce:cross-ref refid="aff0070" id="crf4690"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au4350" author-id="S0370269323000643-f6c8839e395d611d25f6fa4213d5e698"><ce:given-name>S.</ce:given-name><ce:surname>Khan</ce:surname><ce:cross-ref refid="aff0160" id="crf4700"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author id="au4360" author-id="S0370269323000643-186865278d1d181677646be57683775a"><ce:given-name>A.</ce:given-name><ce:surname>Khanzadeev</ce:surname><ce:cross-ref refid="aff0990" id="crf4710"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au4370" author-id="S0370269323000643-667eb5ff074568d1178a6a82bbbe94b7"><ce:given-name>Y.</ce:given-name><ce:surname>Kharlov</ce:surname><ce:cross-ref refid="aff0920" id="crf4720"><ce:sup>92</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0820" id="crf4730"><ce:sup>82</ce:sup></ce:cross-ref></ce:author><ce:author id="au4380" author-id="S0370269323000643-af29601a63909b511dc3fe2827d242d9"><ce:given-name>A.</ce:given-name><ce:surname>Khatun</ce:surname><ce:cross-ref refid="aff0160" id="crf4740"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author id="au4390" author-id="S0370269323000643-75eccdf33b014088940ea8dfe6928ca8"><ce:given-name>A.</ce:given-name><ce:surname>Khuntia</ce:surname><ce:cross-ref refid="aff1180" id="crf4750"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au4400" author-id="S0370269323000643-792a298eca520b567c604456dc6322b2"><ce:given-name>B.</ce:given-name><ce:surname>Kileng</ce:surname><ce:cross-ref refid="aff0360" id="crf4760"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au4410" author-id="S0370269323000643-9b23417ef9a5f93123d01e62c85ee2f1"><ce:given-name>B.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0170" id="crf4770"><ce:sup>17</ce:sup></ce:cross-ref></ce:author><ce:author id="au4420" author-id="S0370269323000643-8bc3985ada2d6d796030e3de8aea9f63"><ce:given-name>C.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0170" id="crf4780"><ce:sup>17</ce:sup></ce:cross-ref></ce:author><ce:author id="au4430" author-id="S0370269323000643-c18492d4842a66cb0d14646da5c084c8"><ce:given-name>D.J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1260" id="crf4790"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author id="au4440" author-id="S0370269323000643-73b93e75a95f97d0b7fb71398a2bef69"><ce:given-name>E.J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0730" id="crf4800"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author id="au4450" author-id="S0370269323000643-c24fce819647ed26bdd12d59ecdd49b9"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1480" id="crf4810"><ce:sup>148</ce:sup></ce:cross-ref></ce:author><ce:author id="au4460" author-id="S0370269323000643-dfb0fb9c0568dd8cbf37c9f5f055de0c"><ce:given-name>J.S.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0410" id="crf4820"><ce:sup>41</ce:sup></ce:cross-ref></ce:author><ce:author id="au4470" author-id="S0370269323000643-6a3b78405ae5618be49f980312d2f03b"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1050" id="crf4830"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au4480" author-id="S0370269323000643-f0f62d1a88ed70b50b4702c893373ef6"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0730" id="crf4840"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author id="au4490" author-id="S0370269323000643-edf468cf90c2dcc763cfd500dbda49bc"><ce:given-name>M.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1050" id="crf4850"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au4500" author-id="S0370269323000643-77086c040925a97ab71dcbcf2722d4dc"><ce:given-name>S.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0180" id="crf4860"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author id="au4510" author-id="S0370269323000643-70e64afd137aa22c6ba2e91f64c9dac9"><ce:given-name>T.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1480" id="crf4870"><ce:sup>148</ce:sup></ce:cross-ref></ce:author><ce:author id="au4520" author-id="S0370269323000643-efcb2ff34ccc26684c4f862156dbc55a"><ce:given-name>S.</ce:given-name><ce:surname>Kirsch</ce:surname><ce:cross-ref refid="aff0680" id="crf4880"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au4530" author-id="S0370269323000643-df848de5f96c2592f3a76af09c90e839"><ce:given-name>I.</ce:given-name><ce:surname>Kisel</ce:surname><ce:cross-ref refid="aff0390" id="crf4890"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au4540" author-id="S0370269323000643-1ea25b0801f093face42e8b610a2d484"><ce:given-name>S.</ce:given-name><ce:surname>Kiselev</ce:surname><ce:cross-ref refid="aff0930" id="crf4900"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au4550" author-id="S0370269323000643-b4b529dfa240f7101c6ef3cba6758335"><ce:given-name>A.</ce:given-name><ce:surname>Kisiel</ce:surname><ce:cross-ref refid="aff1430" id="crf4910"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au4560" author-id="S0370269323000643-3020f734fbf0ea535b95f85803c7ef8d"><ce:given-name>J.P.</ce:given-name><ce:surname>Kitowski</ce:surname><ce:cross-ref refid="aff0020" id="crf4920"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au4570" author-id="S0370269323000643-4018d364555aeb9f03f745de3249ceb1"><ce:given-name>J.L.</ce:given-name><ce:surname>Klay</ce:surname><ce:cross-ref refid="aff0060" id="crf4930"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au4580" author-id="S0370269323000643-372c26d1a04e6fe5aee55307263fb082"><ce:given-name>J.</ce:given-name><ce:surname>Klein</ce:surname><ce:cross-ref refid="aff0340" id="crf4940"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4590" author-id="S0370269323000643-02841ffd4e912d3392078c41f2d3f476"><ce:given-name>S.</ce:given-name><ce:surname>Klein</ce:surname><ce:cross-ref refid="aff0800" id="crf4950"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au4600" author-id="S0370269323000643-6bf927a1285ef066338061ff7129060f"><ce:given-name>C.</ce:given-name><ce:surname>Klein-Bösing</ce:surname><ce:cross-ref refid="aff1450" id="crf4960"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au4610" author-id="S0370269323000643-de686ca459e7053bffb2eb548734fab9"><ce:given-name>M.</ce:given-name><ce:surname>Kleiner</ce:surname><ce:cross-ref refid="aff0680" id="crf4970"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au4620" author-id="S0370269323000643-d9c0b8c97e650cfceefe4795474835cd"><ce:given-name>T.</ce:given-name><ce:surname>Klemenz</ce:surname><ce:cross-ref refid="aff1060" id="crf4980"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au4630" author-id="S0370269323000643-3d35488d928629a86aacb8787aed73e0"><ce:given-name>A.</ce:given-name><ce:surname>Kluge</ce:surname><ce:cross-ref refid="aff0340" id="crf4990"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4640" author-id="S0370269323000643-291644a1948a05fe8bb6f16d5715bffe"><ce:given-name>A.G.</ce:given-name><ce:surname>Knospe</ce:surname><ce:cross-ref refid="aff1250" id="crf5000"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au4650" author-id="S0370269323000643-9af73f258a62987a4bb0e3d5b123ac21"><ce:given-name>C.</ce:given-name><ce:surname>Kobdaj</ce:surname><ce:cross-ref refid="aff1160" id="crf5010"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author id="au4660" author-id="S0370269323000643-9002912594757f4703158b0d8b2f3fac"><ce:given-name>T.</ce:given-name><ce:surname>Kollegger</ce:surname><ce:cross-ref refid="aff1080" id="crf5020"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au4670" author-id="S0370269323000643-928dc5fa825dcae3f1c6433fdc958dcb"><ce:given-name>A.</ce:given-name><ce:surname>Kondratyev</ce:surname><ce:cross-ref refid="aff0750" id="crf5030"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au4680" author-id="S0370269323000643-d7620b6a11f6a0eda9746e31690949db"><ce:given-name>N.</ce:given-name><ce:surname>Kondratyeva</ce:surname><ce:cross-ref refid="aff0940" id="crf5040"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au4690" author-id="S0370269323000643-168e8894834b8d6f8633ed84e99ae03a"><ce:given-name>E.</ce:given-name><ce:surname>Kondratyuk</ce:surname><ce:cross-ref refid="aff0920" id="crf5050"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au4700" author-id="S0370269323000643-2e621f6ebd3003956714d6ed1e9ba337"><ce:given-name>J.</ce:given-name><ce:surname>Konig</ce:surname><ce:cross-ref refid="aff0680" id="crf5060"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au4710" author-id="S0370269323000643-1aebff40479695495aa421611d1f2770"><ce:given-name>S.A.</ce:given-name><ce:surname>Konigstorfer</ce:surname><ce:cross-ref refid="aff1060" id="crf5070"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au4720" author-id="S0370269323000643-6fdeb78af09c425c2fc777a22b5ae9aa"><ce:given-name>P.J.</ce:given-name><ce:surname>Konopka</ce:surname><ce:cross-ref refid="aff0340" id="crf5080"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4730" author-id="S0370269323000643-a6ebc19161b718e614409bd14cd742e2"><ce:given-name>G.</ce:given-name><ce:surname>Kornakov</ce:surname><ce:cross-ref refid="aff1430" id="crf5090"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au4740" author-id="S0370269323000643-bc606283f8e9b64ca017e5537c8a999c"><ce:given-name>S.D.</ce:given-name><ce:surname>Koryciak</ce:surname><ce:cross-ref refid="aff0020" id="crf5100"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au4750" author-id="S0370269323000643-584f8d6c45b2c92afa67eb902a0518d0"><ce:given-name>A.</ce:given-name><ce:surname>Kotliarov</ce:surname><ce:cross-ref refid="aff0960" id="crf5110"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au4760" author-id="S0370269323000643-ca3a82a6876159a778c0defe2c9f7afc"><ce:given-name>O.</ce:given-name><ce:surname>Kovalenko</ce:surname><ce:cross-ref refid="aff0860" id="crf5120"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author id="au4770" author-id="S0370269323000643-17207e96345007386cfe12e5162ff8cf"><ce:given-name>V.</ce:given-name><ce:surname>Kovalenko</ce:surname><ce:cross-ref refid="aff1130" id="crf5130"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au4780" author-id="S0370269323000643-0d9ac57469fae9491715aab4c71e2aef"><ce:given-name>M.</ce:given-name><ce:surname>Kowalski</ce:surname><ce:cross-ref refid="aff1180" id="crf5140"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au4790" author-id="S0370269323000643-0507f19b08166459bd555f81a134ecd8"><ce:given-name>I.</ce:given-name><ce:surname>Králik</ce:surname><ce:cross-ref refid="aff0640" id="crf5150"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au4800" author-id="S0370269323000643-023433a08cd3402e59db6401c669cb0f"><ce:given-name>A.</ce:given-name><ce:surname>Kravčáková</ce:surname><ce:cross-ref refid="aff0380" id="crf5160"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au4810" author-id="S0370269323000643-5ae20d0891d7ae02dfed674701ce3a0f"><ce:given-name>L.</ce:given-name><ce:surname>Kreis</ce:surname><ce:cross-ref refid="aff1080" id="crf5170"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au4820" author-id="S0370269323000643-cbcb2ee3fb84eb500c0f9ad43570a2f7"><ce:given-name>M.</ce:given-name><ce:surname>Krivda</ce:surname><ce:cross-ref refid="aff1110" id="crf5180"><ce:sup>111</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0640" id="crf5190"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au4830" author-id="S0370269323000643-5e1a6cb706f854d8977bdf9f4302ff9d"><ce:given-name>F.</ce:given-name><ce:surname>Krizek</ce:surname><ce:cross-ref refid="aff0960" id="crf5200"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au4840" author-id="S0370269323000643-c7ba6f3c10f1fdef5885803cb741ca27"><ce:given-name>K.</ce:given-name><ce:surname>Krizkova Gajdosova</ce:surname><ce:cross-ref refid="aff0370" id="crf5210"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au4850" author-id="S0370269323000643-7c694b6b00252b450fe7d9c484f6e9d5"><ce:given-name>M.</ce:given-name><ce:surname>Kroesen</ce:surname><ce:cross-ref refid="aff1050" id="crf5220"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au4860" author-id="S0370269323000643-bf9e7ebe8c005dbf752b23333ffad9b1"><ce:given-name>M.</ce:given-name><ce:surname>Krüger</ce:surname><ce:cross-ref refid="aff0680" id="crf5230"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au4870" author-id="S0370269323000643-83394498cf07bf82c0da59782bb4b8fb"><ce:given-name>D.M.</ce:given-name><ce:surname>Krupova</ce:surname><ce:cross-ref refid="aff0370" id="crf5240"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au4880" author-id="S0370269323000643-152e2b03ce0f7c4b9e66b15f16da951b"><ce:given-name>E.</ce:given-name><ce:surname>Kryshen</ce:surname><ce:cross-ref refid="aff0990" id="crf5250"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au4890" author-id="S0370269323000643-003931bcfcc6c66261250e70a6411441"><ce:given-name>M.</ce:given-name><ce:surname>Krzewicki</ce:surname><ce:cross-ref refid="aff0390" id="crf5260"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au4900" author-id="S0370269323000643-2b9484aa61648b32a23a9d1c4e4afe4c"><ce:given-name>V.</ce:given-name><ce:surname>Kučera</ce:surname><ce:cross-ref refid="aff0340" id="crf5270"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4910" author-id="S0370269323000643-6fbc34de0b19002d51fb1202918b911f"><ce:given-name>C.</ce:given-name><ce:surname>Kuhn</ce:surname><ce:cross-ref refid="aff1380" id="crf5280"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au4920" author-id="S0370269323000643-c0d55a9ea28fff5062fd266d451ebca3"><ce:given-name>P.G.</ce:given-name><ce:surname>Kuijer</ce:surname><ce:cross-ref refid="aff0910" id="crf5290"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au4930" author-id="S0370269323000643-e2b27f4b8744bdf182d5dd995ab6a78e"><ce:given-name>T.</ce:given-name><ce:surname>Kumaoka</ce:surname><ce:cross-ref refid="aff1340" id="crf5300"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au4940" author-id="S0370269323000643-5b6728977863a69bbdff287cf59159be"><ce:given-name>D.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff1420" id="crf5310"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au4950" author-id="S0370269323000643-452ed3f470356679f9c499737eb542ca"><ce:given-name>L.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff1010" id="crf5320"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author id="au4960" author-id="S0370269323000643-73a13e8c13dacf2997abb66135afd4b1"><ce:given-name>N.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff1010" id="crf5330"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author id="au4970" author-id="S0370269323000643-85d0d64065a457b5459be1bf42f572a3"><ce:given-name>S.</ce:given-name><ce:surname>Kundu</ce:surname><ce:cross-ref refid="aff0340" id="crf5340"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au4980" author-id="S0370269323000643-ec950fa04f628c5f396e087a0c14602b"><ce:given-name>P.</ce:given-name><ce:surname>Kurashvili</ce:surname><ce:cross-ref refid="aff0860" id="crf5350"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author id="au4990" author-id="S0370269323000643-5ce987175ac4168048dcf57f52666019"><ce:given-name>A.</ce:given-name><ce:surname>Kurepin</ce:surname><ce:cross-ref refid="aff0630" id="crf5360"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au5000" author-id="S0370269323000643-e02c92a695af4218b2f1c3c369d286f9"><ce:given-name>A.B.</ce:given-name><ce:surname>Kurepin</ce:surname><ce:cross-ref refid="aff0630" id="crf5370"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au5010" author-id="S0370269323000643-082312995e29598bd45bea62ab8fb970"><ce:given-name>A.</ce:given-name><ce:surname>Kuryakin</ce:surname><ce:cross-ref refid="aff1090" id="crf5380"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author id="au5020" author-id="S0370269323000643-c4f10c422c29745a408be11b6848006a"><ce:given-name>S.</ce:given-name><ce:surname>Kushpil</ce:surname><ce:cross-ref refid="aff0960" id="crf5390"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au5030" author-id="S0370269323000643-092f59a112f41bc28bcf84ea9bb2e0b3"><ce:given-name>J.</ce:given-name><ce:surname>Kvapil</ce:surname><ce:cross-ref refid="aff1110" id="crf5400"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au5040" author-id="S0370269323000643-72dbada6c41eb7339b24619e757e5ae7"><ce:given-name>M.J.</ce:given-name><ce:surname>Kweon</ce:surname><ce:cross-ref refid="aff0610" id="crf5410"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au5050" author-id="S0370269323000643-61c9d458ff6df99d164b8862dacbd3e4"><ce:given-name>J.Y.</ce:given-name><ce:surname>Kwon</ce:surname><ce:cross-ref refid="aff0610" id="crf5420"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au5060" author-id="S0370269323000643-266373239c29ba30d3a1c785c3ab69ad"><ce:given-name>Y.</ce:given-name><ce:surname>Kwon</ce:surname><ce:cross-ref refid="aff1480" id="crf5430"><ce:sup>148</ce:sup></ce:cross-ref></ce:author><ce:author id="au5070" author-id="S0370269323000643-6691eb515795d99ac215bc8b10f85758"><ce:given-name>S.L.</ce:given-name><ce:surname>La Pointe</ce:surname><ce:cross-ref refid="aff0390" id="crf5440"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au5080" author-id="S0370269323000643-e90aea54bfcd8809a4a391f3d39caa8e"><ce:given-name>P.</ce:given-name><ce:surname>La Rocca</ce:surname><ce:cross-ref refid="aff0260" id="crf5450"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author id="au5090" author-id="S0370269323000643-c3a2e758760734d44d0cbdf236a486e2"><ce:given-name>Y.S.</ce:given-name><ce:surname>Lai</ce:surname><ce:cross-ref refid="aff0800" id="crf5460"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au5100" author-id="S0370269323000643-36e308d0802cf92b90ccf4616096291c"><ce:given-name>A.</ce:given-name><ce:surname>Lakrathok</ce:surname><ce:cross-ref refid="aff1160" id="crf5470"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author id="au5110" author-id="S0370269323000643-ff5a2102a7f388c5230b30a441cd84ab"><ce:given-name>M.</ce:given-name><ce:surname>Lamanna</ce:surname><ce:cross-ref refid="aff0340" id="crf5480"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au5120" author-id="S0370269323000643-62a9bf37d4e0fdd48c7bd1f38dcfbf3a"><ce:given-name>R.</ce:given-name><ce:surname>Langoy</ce:surname><ce:cross-ref refid="aff1300" id="crf5490"><ce:sup>130</ce:sup></ce:cross-ref></ce:author><ce:author id="au5130" author-id="S0370269323000643-de3323d062bd80f0a2ab5558489c711f"><ce:given-name>P.</ce:given-name><ce:surname>Larionov</ce:surname><ce:cross-ref refid="aff0340" id="crf5500"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf5510"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au5140" author-id="S0370269323000643-010139fc11caead785cba90c3f22b78c"><ce:given-name>E.</ce:given-name><ce:surname>Laudi</ce:surname><ce:cross-ref refid="aff0340" id="crf5520"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au5150" author-id="S0370269323000643-d15f62cbf98296694c6b57b383cda374"><ce:given-name>L.</ce:given-name><ce:surname>Lautner</ce:surname><ce:cross-ref refid="aff0340" id="crf5530"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1060" id="crf5540"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au5160" author-id="S0370269323000643-5a4e839f45ef775afdfa6ac12c344603"><ce:given-name>R.</ce:given-name><ce:surname>Lavicka</ce:surname><ce:cross-ref refid="aff1140" id="crf5550"><ce:sup>114</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0370" id="crf5560"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au5170" author-id="S0370269323000643-7e32e6e6b61d9ff00c4dda9ac6d14492"><ce:given-name>T.</ce:given-name><ce:surname>Lazareva</ce:surname><ce:cross-ref refid="aff1130" id="crf5570"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au5180" author-id="S0370269323000643-cf38300965ac7a9451bda6d8a5680f06"><ce:given-name>R.</ce:given-name><ce:surname>Lea</ce:surname><ce:cross-ref refid="aff1410" id="crf5580"><ce:sup>141</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0580" id="crf5590"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au5190" author-id="S0370269323000643-37b2998cb24f91a83d6b8fe947873879"><ce:given-name>J.</ce:given-name><ce:surname>Lehrbach</ce:surname><ce:cross-ref refid="aff0390" id="crf5600"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au5200" author-id="S0370269323000643-bfac2d14339974e56090ce7d03cfd491"><ce:given-name>R.C.</ce:given-name><ce:surname>Lemmon</ce:surname><ce:cross-ref refid="aff0950" id="crf5610"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author id="au5210" author-id="S0370269323000643-c6fa5b28978d9fc7f7557a4533b27313"><ce:given-name>I.</ce:given-name><ce:surname>León Monzón</ce:surname><ce:cross-ref refid="aff1200" id="crf5620"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author id="au5220" author-id="S0370269323000643-b47d573d570778c72250034133dd0dcd"><ce:given-name>M.M.</ce:given-name><ce:surname>Lesch</ce:surname><ce:cross-ref refid="aff1060" id="crf5630"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au5230" author-id="S0370269323000643-1220936f8c3e772c7bc5bd52d164ea62"><ce:given-name>E.D.</ce:given-name><ce:surname>Lesser</ce:surname><ce:cross-ref refid="aff0190" id="crf5640"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au5240" author-id="S0370269323000643-7503ab74dc32cdca0d0ce2708b6fc62b"><ce:given-name>M.</ce:given-name><ce:surname>Lettrich</ce:surname><ce:cross-ref refid="aff0340" id="crf5650"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1060" id="crf5660"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au5250" author-id="S0370269323000643-e70f722970d8fa57f48b1ecb148e671f"><ce:given-name>P.</ce:given-name><ce:surname>Lévai</ce:surname><ce:cross-ref refid="aff1460" id="crf5670"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au5260" author-id="S0370269323000643-a0605ac4e72e44712381b82def9271d2"><ce:given-name>X.</ce:given-name><ce:surname>Li</ce:surname><ce:cross-ref refid="aff0110" id="crf5680"><ce:sup>11</ce:sup></ce:cross-ref></ce:author><ce:author id="au5270" author-id="S0370269323000643-cc74eb2247ce3af85a6732c250f67c0a"><ce:given-name>X.L.</ce:given-name><ce:surname>Li</ce:surname><ce:cross-ref refid="aff0070" id="crf5690"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au5280" author-id="S0370269323000643-4a992df9625f4654079a1d54fe3050dc"><ce:given-name>J.</ce:given-name><ce:surname>Lien</ce:surname><ce:cross-ref refid="aff1300" id="crf5700"><ce:sup>130</ce:sup></ce:cross-ref></ce:author><ce:author id="au5290" author-id="S0370269323000643-7a65f3b7f678e5c2552787af798958bb"><ce:given-name>R.</ce:given-name><ce:surname>Lietava</ce:surname><ce:cross-ref refid="aff1110" id="crf5710"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au5300" author-id="S0370269323000643-d955dd326a6b24b472408dcf588fbe01"><ce:given-name>B.</ce:given-name><ce:surname>Lim</ce:surname><ce:cross-ref refid="aff0170" id="crf5720"><ce:sup>17</ce:sup></ce:cross-ref></ce:author><ce:author id="au5310" author-id="S0370269323000643-b2d24b5f31dcca3d1e704242a723ab1e"><ce:given-name>S.H.</ce:given-name><ce:surname>Lim</ce:surname><ce:cross-ref refid="aff0170" id="crf5730"><ce:sup>17</ce:sup></ce:cross-ref></ce:author><ce:author id="au5320" author-id="S0370269323000643-a0abd4f8fbc66676d9d8cfbb0711ee28"><ce:given-name>V.</ce:given-name><ce:surname>Lindenstruth</ce:surname><ce:cross-ref refid="aff0390" id="crf5740"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au5330" author-id="S0370269323000643-3d24a1b74ec4fbe786708a1f8c9f6e11"><ce:given-name>A.</ce:given-name><ce:surname>Lindner</ce:surname><ce:cross-ref refid="aff0480" id="crf5750"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au5340" author-id="S0370269323000643-8a5fa3bee787865749e0168a8df6dd75"><ce:given-name>C.</ce:given-name><ce:surname>Lippmann</ce:surname><ce:cross-ref refid="aff1080" id="crf5760"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au5350" author-id="S0370269323000643-ead95e3a774c81b3f89bc054e5d6f79d"><ce:given-name>A.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff0190" id="crf5770"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au5360" author-id="S0370269323000643-72c31cf7fd4f7cbc1e067c301e264a7b"><ce:given-name>D.H.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff0070" id="crf5780"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au5370" author-id="S0370269323000643-d33f3673745ac09a4bd83a9832067fc2"><ce:given-name>J.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff1280" id="crf5790"><ce:sup>128</ce:sup></ce:cross-ref></ce:author><ce:author id="au5380" author-id="S0370269323000643-b9e720b3892d6df4a602038adef2d89b"><ce:given-name>I.M.</ce:given-name><ce:surname>Lofnes</ce:surname><ce:cross-ref refid="aff0210" id="crf5800"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au5390" author-id="S0370269323000643-d2d5a8b78ccac0e373f920fe9a09aa97"><ce:given-name>V.</ce:given-name><ce:surname>Loginov</ce:surname><ce:cross-ref refid="aff0940" id="crf5810"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au5400" author-id="S0370269323000643-b413a08113ab7d7b659999e5cf6f80ec"><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname><ce:cross-ref refid="aff0970" id="crf5820"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au5410" author-id="S0370269323000643-7760f7b12e0ae50c6628884c9527b7f8"><ce:given-name>P.</ce:given-name><ce:surname>Loncar</ce:surname><ce:cross-ref refid="aff0350" id="crf5830"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author id="au5420" author-id="S0370269323000643-746d5277a4842453b01541567420071c"><ce:given-name>J.A.</ce:given-name><ce:surname>Lopez</ce:surname><ce:cross-ref refid="aff1050" id="crf5840"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au5430" author-id="S0370269323000643-eb8caf4765a7b69b0b410dea503036ef"><ce:given-name>X.</ce:given-name><ce:surname>Lopez</ce:surname><ce:cross-ref refid="aff1360" id="crf5850"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au5440" author-id="S0370269323000643-bfdc7e80cc11f0b8e8ebbe116e3b40af"><ce:given-name>E.</ce:given-name><ce:surname>López Torres</ce:surname><ce:cross-ref refid="aff0080" id="crf5860"><ce:sup>8</ce:sup></ce:cross-ref></ce:author><ce:author id="au5450" author-id="S0370269323000643-c5a67e8179608ec5b0aafcb27922b123"><ce:given-name>J.R.</ce:given-name><ce:surname>Luhder</ce:surname><ce:cross-ref refid="aff1450" id="crf5870"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au5460" author-id="S0370269323000643-ac354e12097ba3237b4e8becfa09068f"><ce:given-name>M.</ce:given-name><ce:surname>Lunardon</ce:surname><ce:cross-ref refid="aff0270" id="crf5880"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author id="au5470" author-id="S0370269323000643-5e2aec4322b3a76ebd5b313f612d0ef9"><ce:given-name>G.</ce:given-name><ce:surname>Luparello</ce:surname><ce:cross-ref refid="aff0600" id="crf5890"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author id="au5480" author-id="S0370269323000643-ae10f1124a6d10ee41f7dfd0969ec7f7"><ce:given-name>Y.G.</ce:given-name><ce:surname>Ma</ce:surname><ce:cross-ref refid="aff0400" id="crf5900"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author id="au5490" author-id="S0370269323000643-ccf6c50f24679c23658aa80c5c5ba797"><ce:given-name>A.</ce:given-name><ce:surname>Maevskaya</ce:surname><ce:cross-ref refid="aff0630" id="crf5910"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au5500" author-id="S0370269323000643-4db0592a99f5fe07487c6e2183bbec5e"><ce:given-name>M.</ce:given-name><ce:surname>Mager</ce:surname><ce:cross-ref refid="aff0340" id="crf5920"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au5510" author-id="S0370269323000643-49a35245a0dfd6d925af39e485fd2b19"><ce:given-name>T.</ce:given-name><ce:surname>Mahmoud</ce:surname><ce:cross-ref refid="aff0430" id="crf5930"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author id="au5520" author-id="S0370269323000643-9e32a4eb2d60d07492ed07879d1ba899"><ce:given-name>A.</ce:given-name><ce:surname>Maire</ce:surname><ce:cross-ref refid="aff1380" id="crf5940"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au5530" author-id="S0370269323000643-480dc40dd11dfc77e873a612eccdb132"><ce:given-name>M.</ce:given-name><ce:surname>Malaev</ce:surname><ce:cross-ref refid="aff0990" id="crf5950"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au5540" author-id="S0370269323000643-0e6be5f29bec28493d92882efdf51b71"><ce:given-name>N.M.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff1020" id="crf5960"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au5550" author-id="S0370269323000643-c6fcc95cd4cdedae79297703c0d08aa2"><ce:given-name>Q.W.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff0200" id="crf5970"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au5560" author-id="S0370269323000643-95205b5ef60e770f6d26841eabc2e1d7"><ce:given-name>S.K.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff1020" id="crf5980"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au5570" author-id="S0370269323000643-936b27afd733c31868b4919191980b7e"><ce:given-name>L.</ce:given-name><ce:surname>Malinina</ce:surname><ce:cross-ref refid="aff0750" id="crf5990"><ce:sup>75</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0040" id="crf6000"><ce:sup>IV</ce:sup></ce:cross-ref></ce:author><ce:author id="au5580" author-id="S0370269323000643-f926e6315c3305b537dca532275d8384"><ce:given-name>D.</ce:given-name><ce:surname>Mal'Kevich</ce:surname><ce:cross-ref refid="aff0930" id="crf6010"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au5590" author-id="S0370269323000643-dd91a2d4dbe46f21cab7d924d889e215"><ce:given-name>D.</ce:given-name><ce:surname>Mallick</ce:surname><ce:cross-ref refid="aff0870" id="crf6020"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au5600" author-id="S0370269323000643-cd1ebe862a29a9777788f8d7ec45ecb9"><ce:given-name>N.</ce:given-name><ce:surname>Mallick</ce:surname><ce:cross-ref refid="aff0500" id="crf6030"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au5610" author-id="S0370269323000643-d4c32185923f585ec34def60785e4b47"><ce:given-name>G.</ce:given-name><ce:surname>Mandaglio</ce:surname><ce:cross-ref refid="aff0320" id="crf6040"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0560" id="crf6050"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author id="au5620" author-id="S0370269323000643-58aa8db033386d182aa416002abb0bb0"><ce:given-name>V.</ce:given-name><ce:surname>Manko</ce:surname><ce:cross-ref refid="aff0890" id="crf6060"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au5630" author-id="S0370269323000643-ef1b895e9c8b25be214594011f130ecc"><ce:given-name>F.</ce:given-name><ce:surname>Manso</ce:surname><ce:cross-ref refid="aff1360" id="crf6070"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au5640" author-id="S0370269323000643-ee492d64c2c806fdfad2e45bb162139c"><ce:given-name>V.</ce:given-name><ce:surname>Manzari</ce:surname><ce:cross-ref refid="aff0530" id="crf6080"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au5650" author-id="S0370269323000643-bb39ae87032a2bc59c58de89d04c57e3"><ce:given-name>Y.</ce:given-name><ce:surname>Mao</ce:surname><ce:cross-ref refid="aff0070" id="crf6090"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au5660" author-id="S0370269323000643-f45a279d5594e6282983390571f98895"><ce:given-name>G.V.</ce:given-name><ce:surname>Margagliotti</ce:surname><ce:cross-ref refid="aff0230" id="crf6100"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au5670" author-id="S0370269323000643-a5a585b3a9c7faaf9557898ee27fdd26"><ce:given-name>A.</ce:given-name><ce:surname>Margotti</ce:surname><ce:cross-ref refid="aff0540" id="crf6110"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au5680" author-id="S0370269323000643-f5704986f4e8349acdb3984b81d54b4c"><ce:given-name>A.</ce:given-name><ce:surname>Marín</ce:surname><ce:cross-ref refid="aff1080" id="crf6120"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au5690" author-id="S0370269323000643-e992933fe49e7427774aa8771d49b5bb"><ce:given-name>C.</ce:given-name><ce:surname>Markert</ce:surname><ce:cross-ref refid="aff1190" id="crf6130"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au5700" author-id="S0370269323000643-a7ddfbc7e23fce839e30d3ab7e77dfbe"><ce:given-name>M.</ce:given-name><ce:surname>Marquard</ce:surname><ce:cross-ref refid="aff0680" id="crf6140"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au5710" author-id="S0370269323000643-afdd164b01b94a7074f2fbc620eb0ff1"><ce:given-name>N.A.</ce:given-name><ce:surname>Martin</ce:surname><ce:cross-ref refid="aff1050" id="crf6150"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au5720" author-id="S0370269323000643-bdb63031953a92be3633c45b8eeeff7d"><ce:given-name>P.</ce:given-name><ce:surname>Martinengo</ce:surname><ce:cross-ref refid="aff0340" id="crf6160"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au5730" author-id="S0370269323000643-144ea5f8ec04406173257519f3d666bd"><ce:given-name>J.L.</ce:given-name><ce:surname>Martinez</ce:surname><ce:cross-ref refid="aff1250" id="crf6170"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au5740" author-id="S0370269323000643-83f64474d3c65ea58bb147eca56c0a15"><ce:given-name>M.I.</ce:given-name><ce:surname>Martínez</ce:surname><ce:cross-ref refid="aff0450" id="crf6180"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au5750" author-id="S0370269323000643-e0c323ef8d16b785104467ea438dbdc9"><ce:given-name>G.</ce:given-name><ce:surname>Martínez García</ce:surname><ce:cross-ref refid="aff1150" id="crf6190"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au5760" author-id="S0370269323000643-51e0e8c2cceb524872d8036ecd225af9"><ce:given-name>S.</ce:given-name><ce:surname>Masciocchi</ce:surname><ce:cross-ref refid="aff1080" id="crf6200"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au5770" author-id="S0370269323000643-2a90111ac3a071bbb8b004ca1ea40d3c"><ce:given-name>M.</ce:given-name><ce:surname>Masera</ce:surname><ce:cross-ref refid="aff0240" id="crf6210"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au5780" author-id="S0370269323000643-04a5f97b261c83c0c4637dd4d3bb9705"><ce:given-name>A.</ce:given-name><ce:surname>Masoni</ce:surname><ce:cross-ref refid="aff0550" id="crf6220"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au5790" author-id="S0370269323000643-a3b063ae91333c1b0ffd50f56b12dfa5"><ce:given-name>L.</ce:given-name><ce:surname>Massacrier</ce:surname><ce:cross-ref refid="aff0780" id="crf6230"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au5800" author-id="S0370269323000643-f0a1544d330e5c9d0acb6ac10969b50a"><ce:given-name>A.</ce:given-name><ce:surname>Mastroserio</ce:surname><ce:cross-ref refid="aff1400" id="crf6240"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0530" id="crf6250"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au5810" author-id="S0370269323000643-bfa142a04a6735de2fc215a59104ae27"><ce:given-name>A.M.</ce:given-name><ce:surname>Mathis</ce:surname><ce:cross-ref refid="aff1060" id="crf6260"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au5820" author-id="S0370269323000643-f318ba961bb1bb8859b8865292e28ed8"><ce:given-name>O.</ce:given-name><ce:surname>Matonoha</ce:surname><ce:cross-ref refid="aff0810" id="crf6270"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au5830" author-id="S0370269323000643-ce0d736fb3b62cb6bed681391218a8ea"><ce:given-name>P.F.T.</ce:given-name><ce:surname>Matuoka</ce:surname><ce:cross-ref refid="aff1210" id="crf6280"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au5840" author-id="S0370269323000643-9ff707b7acfe73de465ebe0d45c6c10b"><ce:given-name>A.</ce:given-name><ce:surname>Matyja</ce:surname><ce:cross-ref refid="aff1180" id="crf6290"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au5850" author-id="S0370269323000643-c3f2456b769b2c53717852137b45469d"><ce:given-name>C.</ce:given-name><ce:surname>Mayer</ce:surname><ce:cross-ref refid="aff1180" id="crf6300"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au5860" author-id="S0370269323000643-9e67741419a6e506564d35337abc13d8"><ce:given-name>A.L.</ce:given-name><ce:surname>Mazuecos</ce:surname><ce:cross-ref refid="aff0340" id="crf6310"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au5870" author-id="S0370269323000643-b18c826c86e77aa14ae310934f28848b"><ce:given-name>F.</ce:given-name><ce:surname>Mazzaschi</ce:surname><ce:cross-ref refid="aff0240" id="crf6320"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au5880" author-id="S0370269323000643-d4a2d54448732d195ca1f3405e563f36"><ce:given-name>M.</ce:given-name><ce:surname>Mazzilli</ce:surname><ce:cross-ref refid="aff0340" id="crf6330"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au5890" author-id="S0370269323000643-2dc3ae02f3986fe0007b48539572abad"><ce:given-name>J.E.</ce:given-name><ce:surname>Mdhluli</ce:surname><ce:cross-ref refid="aff1320" id="crf6340"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au5900" author-id="S0370269323000643-9c4cf9aa4a93681a22bbeac30e3992ca"><ce:given-name>A.F.</ce:given-name><ce:surname>Mechler</ce:surname><ce:cross-ref refid="aff0680" id="crf6350"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au5910" author-id="S0370269323000643-fe3bd84b2ae42e55489dadcb6bf8e526"><ce:given-name>Y.</ce:given-name><ce:surname>Melikyan</ce:surname><ce:cross-ref refid="aff0630" id="crf6360"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au5920" author-id="S0370269323000643-679be24f5fe9089afe4b6443cc8d824d"><ce:given-name>A.</ce:given-name><ce:surname>Menchaca-Rocha</ce:surname><ce:cross-ref refid="aff0710" id="crf6370"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author id="au5930" author-id="S0370269323000643-ade9e90d38be4880cfa450e0935dc1c4"><ce:given-name>E.</ce:given-name><ce:surname>Meninno</ce:surname><ce:cross-ref refid="aff1140" id="crf6380"><ce:sup>114</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0290" id="crf6390"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au5940" author-id="S0370269323000643-8d4b98c0c67c27715a41cd7b188cfc99"><ce:given-name>A.S.</ce:given-name><ce:surname>Menon</ce:surname><ce:cross-ref refid="aff1250" id="crf6400"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au5950" author-id="S0370269323000643-65fe57f72284fcc5a9d4d04bd694e61e"><ce:given-name>M.</ce:given-name><ce:surname>Meres</ce:surname><ce:cross-ref refid="aff0130" id="crf6410"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author id="au5960" author-id="S0370269323000643-5b43df089ea1f2f7448928ea22361631"><ce:given-name>S.</ce:given-name><ce:surname>Mhlanga</ce:surname><ce:cross-ref refid="aff1240" id="crf6420"><ce:sup>124</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0720" id="crf6430"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author id="au5970" author-id="S0370269323000643-0e194c0ad078438bf71482e49c2edfdd"><ce:given-name>Y.</ce:given-name><ce:surname>Miake</ce:surname><ce:cross-ref refid="aff1340" id="crf6440"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au5980" author-id="S0370269323000643-5bde93661e530bacf2697fcdca0baba6"><ce:given-name>L.</ce:given-name><ce:surname>Micheletti</ce:surname><ce:cross-ref refid="aff0590" id="crf6450"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au5990" author-id="S0370269323000643-23da093ab0daff84a723157ce4593dd7"><ce:given-name>L.C.</ce:given-name><ce:surname>Migliorin</ce:surname><ce:cross-ref refid="aff1370" id="crf6460"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author id="au6000" author-id="S0370269323000643-ec8132d8c14dfab2bba67c3ff4584115"><ce:given-name>D.L.</ce:given-name><ce:surname>Mihaylov</ce:surname><ce:cross-ref refid="aff1060" id="crf6470"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au6010" author-id="S0370269323000643-38f09e4de019d55f2f02af6568866c3a"><ce:given-name>K.</ce:given-name><ce:surname>Mikhaylov</ce:surname><ce:cross-ref refid="aff0750" id="crf6480"><ce:sup>75</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0930" id="crf6490"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au6020" author-id="S0370269323000643-559e4d90ae5661c2eeeb2c90664b0cf7"><ce:given-name>A.N.</ce:given-name><ce:surname>Mishra</ce:surname><ce:cross-ref refid="aff1460" id="crf6500"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au6030" author-id="S0370269323000643-11f22e778a9776fc0fb59c6d4d8f1bd0"><ce:given-name>D.</ce:given-name><ce:surname>Miśkowiec</ce:surname><ce:cross-ref refid="aff1080" id="crf6510"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au6040" author-id="S0370269323000643-0c4e4eb3dc7d469d8cd8c02bbf734cdf"><ce:given-name>A.</ce:given-name><ce:surname>Modak</ce:surname><ce:cross-ref refid="aff0040" id="crf6520"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au6050" author-id="S0370269323000643-9c87caca3446383afb2f64dc72e63992"><ce:given-name>A.P.</ce:given-name><ce:surname>Mohanty</ce:surname><ce:cross-ref refid="aff0620" id="crf6530"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au6060" author-id="S0370269323000643-41ecee891e15cd078816eed128811f97"><ce:given-name>B.</ce:given-name><ce:surname>Mohanty</ce:surname><ce:cross-ref refid="aff0870" id="crf6540"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au6070" author-id="S0370269323000643-ead117af1bce11ee81eb5678b9142144"><ce:given-name>M.</ce:given-name><ce:surname>Mohisin Khan</ce:surname><ce:cross-ref refid="aff0160" id="crf6550"><ce:sup>16</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0050" id="crf6560"><ce:sup>V</ce:sup></ce:cross-ref></ce:author><ce:author id="au6080" author-id="S0370269323000643-49276c918e8bb1aec665967903f1bbbb"><ce:given-name>M.A.</ce:given-name><ce:surname>Molander</ce:surname><ce:cross-ref refid="aff0440" id="crf6570"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author id="au6090" author-id="S0370269323000643-dfccadccd6ca8ddb988c7b71dbab8fec"><ce:given-name>Z.</ce:given-name><ce:surname>Moravcova</ce:surname><ce:cross-ref refid="aff0900" id="crf6580"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au6100" author-id="S0370269323000643-665f88a79158a8e8f788dc3953c97e7c"><ce:given-name>C.</ce:given-name><ce:surname>Mordasini</ce:surname><ce:cross-ref refid="aff1060" id="crf6590"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au6110" author-id="S0370269323000643-462924ae16f46927423eb84a4d54b8a3"><ce:given-name>D.A.</ce:given-name><ce:surname>Moreira De Godoy</ce:surname><ce:cross-ref refid="aff1450" id="crf6600"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au6120" author-id="S0370269323000643-77d54cd49e232a3d81ad62cb0cd3055b"><ce:given-name>I.</ce:given-name><ce:surname>Morozov</ce:surname><ce:cross-ref refid="aff0630" id="crf6610"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au6130" author-id="S0370269323000643-3b644752f2833a280590e7d2cb815635"><ce:given-name>A.</ce:given-name><ce:surname>Morsch</ce:surname><ce:cross-ref refid="aff0340" id="crf6620"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au6140" author-id="S0370269323000643-a6e52521563dadda4fcf66535744aa54"><ce:given-name>T.</ce:given-name><ce:surname>Mrnjavac</ce:surname><ce:cross-ref refid="aff0340" id="crf6630"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au6150" author-id="S0370269323000643-64a6ab0403f8cd64a5dff0e5eb920af6"><ce:given-name>V.</ce:given-name><ce:surname>Muccifora</ce:surname><ce:cross-ref refid="aff0520" id="crf6640"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au6160" author-id="S0370269323000643-a0c40dcd3bce329a03e938ee3cced0d4"><ce:given-name>E.</ce:given-name><ce:surname>Mudnic</ce:surname><ce:cross-ref refid="aff0350" id="crf6650"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author id="au6170" author-id="S0370269323000643-b2ff5bf3b45a3f5a117d5b53ed508ff9"><ce:given-name>S.</ce:given-name><ce:surname>Muhuri</ce:surname><ce:cross-ref refid="aff1420" id="crf6660"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au6180" author-id="S0370269323000643-f99358c1c870cc0fafdf5a9795565aff"><ce:given-name>J.D.</ce:given-name><ce:surname>Mulligan</ce:surname><ce:cross-ref refid="aff0800" id="crf6670"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au6190" author-id="S0370269323000643-8f73c238e6e583a6df239dd210d13e32"><ce:given-name>A.</ce:given-name><ce:surname>Mulliri</ce:surname><ce:cross-ref refid="aff0220" id="crf6680"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author id="au6200" author-id="S0370269323000643-9080edf78fcbf8b6d3a149c5ce8954f3"><ce:given-name>M.G.</ce:given-name><ce:surname>Munhoz</ce:surname><ce:cross-ref refid="aff1210" id="crf6690"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au6210" author-id="S0370269323000643-e51a6131c1e53a702848dcae56610cce"><ce:given-name>R.H.</ce:given-name><ce:surname>Munzer</ce:surname><ce:cross-ref refid="aff0680" id="crf6700"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au6220" author-id="S0370269323000643-344903685fb7770611263048525de44e"><ce:given-name>H.</ce:given-name><ce:surname>Murakami</ce:surname><ce:cross-ref refid="aff1330" id="crf6710"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author id="au6230" author-id="S0370269323000643-35c19811823556aa6752bbb2f1c2b6cf"><ce:given-name>S.</ce:given-name><ce:surname>Murray</ce:surname><ce:cross-ref refid="aff1240" id="crf6720"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author id="au6240" author-id="S0370269323000643-996d7aa154f9e16144e1fa3ce47f80e3"><ce:given-name>L.</ce:given-name><ce:surname>Musa</ce:surname><ce:cross-ref refid="aff0340" id="crf6730"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au6250" author-id="S0370269323000643-c3c3f8549f7e22fead6ca27af14e10d4"><ce:given-name>J.</ce:given-name><ce:surname>Musinsky</ce:surname><ce:cross-ref refid="aff0640" id="crf6740"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au6260" author-id="S0370269323000643-6765998f81ce52a2c4fa56ca6b017ec7"><ce:given-name>J.W.</ce:given-name><ce:surname>Myrcha</ce:surname><ce:cross-ref refid="aff1430" id="crf6750"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au6270" author-id="S0370269323000643-32cbdc1abfa0993c30d8aae3934faaf0"><ce:given-name>B.</ce:given-name><ce:surname>Naik</ce:surname><ce:cross-ref refid="aff1320" id="crf6760"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au6280" author-id="S0370269323000643-237c22584c6ca621c5f96749067cb80b"><ce:given-name>R.</ce:given-name><ce:surname>Nair</ce:surname><ce:cross-ref refid="aff0860" id="crf6770"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author id="au6290" author-id="S0370269323000643-96df9e459c583260aabd5d0ed4f6a184"><ce:given-name>B.K.</ce:given-name><ce:surname>Nandi</ce:surname><ce:cross-ref refid="aff0490" id="crf6780"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au6300" author-id="S0370269323000643-d5b2107e950ed3c64325f13319a81643"><ce:given-name>R.</ce:given-name><ce:surname>Nania</ce:surname><ce:cross-ref refid="aff0540" id="crf6790"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au6310" author-id="S0370269323000643-9ba41c03cc318ef428880dcb5da67606"><ce:given-name>E.</ce:given-name><ce:surname>Nappi</ce:surname><ce:cross-ref refid="aff0530" id="crf6800"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au6320" author-id="S0370269323000643-3c125a6637088af60bd793c11fb5a33b"><ce:given-name>A.F.</ce:given-name><ce:surname>Nassirpour</ce:surname><ce:cross-ref refid="aff0810" id="crf6810"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au6330" author-id="S0370269323000643-1e7fe6aadf2bcb2c38d8f3d9927a40ae"><ce:given-name>A.</ce:given-name><ce:surname>Nath</ce:surname><ce:cross-ref refid="aff1050" id="crf6820"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au6340" author-id="S0370269323000643-34c7d2644de61fcbe29b3524320549d2"><ce:given-name>C.</ce:given-name><ce:surname>Nattrass</ce:surname><ce:cross-ref refid="aff1310" id="crf6830"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au6350" author-id="S0370269323000643-1395554728c6ef90ffc3e5fa4dfc2c3b"><ce:given-name>A.</ce:given-name><ce:surname>Neagu</ce:surname><ce:cross-ref refid="aff0200" id="crf6840"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au6360" author-id="S0370269323000643-fa04620255b5cf0ced8f6667ebb14e2a"><ce:given-name>A.</ce:given-name><ce:surname>Negru</ce:surname><ce:cross-ref refid="aff1350" id="crf6850"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author id="au6370" author-id="S0370269323000643-a260e0eca19fe1fd80c2e37bfbd86124"><ce:given-name>L.</ce:given-name><ce:surname>Nellen</ce:surname><ce:cross-ref refid="aff0690" id="crf6860"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au6380" author-id="S0370269323000643-c946e720e5c4165725521e0645d718d3"><ce:given-name>S.V.</ce:given-name><ce:surname>Nesbo</ce:surname><ce:cross-ref refid="aff0360" id="crf6870"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au6390" author-id="S0370269323000643-83f70f2ab8981554505a64559e0c4bdf"><ce:given-name>G.</ce:given-name><ce:surname>Neskovic</ce:surname><ce:cross-ref refid="aff0390" id="crf6880"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au6400" author-id="S0370269323000643-1d968aa32dbb9adf717bc2ff0fe1c73e"><ce:given-name>D.</ce:given-name><ce:surname>Nesterov</ce:surname><ce:cross-ref refid="aff1130" id="crf6890"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au6410" author-id="S0370269323000643-4fad4b4cacdcc5494054455fc7fe2a57"><ce:given-name>B.S.</ce:given-name><ce:surname>Nielsen</ce:surname><ce:cross-ref refid="aff0900" id="crf6900"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au6420" author-id="S0370269323000643-5e0d6d3bef37eeacd455ff2fd35d7c94"><ce:given-name>E.G.</ce:given-name><ce:surname>Nielsen</ce:surname><ce:cross-ref refid="aff0900" id="crf6910"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au6430" author-id="S0370269323000643-03b317ae7a9074295a88e923fef71eed"><ce:given-name>S.</ce:given-name><ce:surname>Nikolaev</ce:surname><ce:cross-ref refid="aff0890" id="crf6920"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au6440" author-id="S0370269323000643-13a982b695211ee03e5720fbeafedfd5"><ce:given-name>S.</ce:given-name><ce:surname>Nikulin</ce:surname><ce:cross-ref refid="aff0890" id="crf6930"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au6450" author-id="S0370269323000643-6a266cd208374cbd71bc43a69fad5755"><ce:given-name>V.</ce:given-name><ce:surname>Nikulin</ce:surname><ce:cross-ref refid="aff0990" id="crf6940"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au6460" author-id="S0370269323000643-e0c454b7c7fca2007515b9557d23fed7"><ce:given-name>F.</ce:given-name><ce:surname>Noferini</ce:surname><ce:cross-ref refid="aff0540" id="crf6950"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au6470" author-id="S0370269323000643-ce73d6ac08a836b15cf89863b264d142"><ce:given-name>S.</ce:given-name><ce:surname>Noh</ce:surname><ce:cross-ref refid="aff0120" id="crf6960"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author id="au6480" author-id="S0370269323000643-5f60d9249b1e118c4e1e19a061466d3a"><ce:given-name>P.</ce:given-name><ce:surname>Nomokonov</ce:surname><ce:cross-ref refid="aff0750" id="crf6970"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au6490" author-id="S0370269323000643-04ddb040e7256d81459d8b2d604d82be"><ce:given-name>J.</ce:given-name><ce:surname>Norman</ce:surname><ce:cross-ref refid="aff1280" id="crf6980"><ce:sup>128</ce:sup></ce:cross-ref></ce:author><ce:author id="au6500" author-id="S0370269323000643-10082a1d2cb23b84ec2af915ab3ce0dd"><ce:given-name>N.</ce:given-name><ce:surname>Novitzky</ce:surname><ce:cross-ref refid="aff1340" id="crf6990"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au6510" author-id="S0370269323000643-89cee932c98742dde8d37f2569bac78e"><ce:given-name>P.</ce:given-name><ce:surname>Nowakowski</ce:surname><ce:cross-ref refid="aff1430" id="crf7000"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au6520" author-id="S0370269323000643-b704b555691c87aa51029be41c32abc6"><ce:given-name>A.</ce:given-name><ce:surname>Nyanin</ce:surname><ce:cross-ref refid="aff0890" id="crf7010"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au6530" author-id="S0370269323000643-0fe5b7b2ffee5dcde79ac59bb5204e22"><ce:given-name>J.</ce:given-name><ce:surname>Nystrand</ce:surname><ce:cross-ref refid="aff0210" id="crf7020"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au6540" author-id="S0370269323000643-1f6dbf99ddefa547cb8092a10e74fc06"><ce:given-name>M.</ce:given-name><ce:surname>Ogino</ce:surname><ce:cross-ref refid="aff0830" id="crf7030"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author id="au6550" author-id="S0370269323000643-68c856e3e31ba9ae46e1a3cf0fd7b39f"><ce:given-name>A.</ce:given-name><ce:surname>Ohlson</ce:surname><ce:cross-ref refid="aff0810" id="crf7040"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au6560" author-id="S0370269323000643-b6dd7e1db4469e2b861a26c63c002f91"><ce:given-name>V.A.</ce:given-name><ce:surname>Okorokov</ce:surname><ce:cross-ref refid="aff0940" id="crf7050"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au6570" author-id="S0370269323000643-4b54637a0b3dbb9f03da377fb857f191"><ce:given-name>J.</ce:given-name><ce:surname>Oleniacz</ce:surname><ce:cross-ref refid="aff1430" id="crf7060"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au6580" author-id="S0370269323000643-e919d0a3ebb4bb927bf3a87e6fc67c88"><ce:given-name>A.C.</ce:given-name><ce:surname>Oliveira Da Silva</ce:surname><ce:cross-ref refid="aff1310" id="crf7070"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au6590" author-id="S0370269323000643-ee3f97c8e319fe4cdf98e0660785c85a"><ce:given-name>M.H.</ce:given-name><ce:surname>Oliver</ce:surname><ce:cross-ref refid="aff1470" id="crf7080"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au6600" author-id="S0370269323000643-e6f50f7f16b66af365a7af642930fd18"><ce:given-name>A.</ce:given-name><ce:surname>Onnerstad</ce:surname><ce:cross-ref refid="aff1260" id="crf7090"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author id="au6610" author-id="S0370269323000643-dda435886a590cbfc7ea1d77af3e51f5"><ce:given-name>C.</ce:given-name><ce:surname>Oppedisano</ce:surname><ce:cross-ref refid="aff0590" id="crf7100"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au6620" author-id="S0370269323000643-c6a2d1996925547f52c523a908287916"><ce:given-name>A.</ce:given-name><ce:surname>Ortiz Velasquez</ce:surname><ce:cross-ref refid="aff0690" id="crf7110"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au6630" author-id="S0370269323000643-866acaca91118f974307720fd456828b"><ce:given-name>T.</ce:given-name><ce:surname>Osako</ce:surname><ce:cross-ref refid="aff0460" id="crf7120"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au6640" author-id="S0370269323000643-d7f1b48c18151d2adcfd0901daea63ca"><ce:given-name>A.</ce:given-name><ce:surname>Oskarsson</ce:surname><ce:cross-ref refid="aff0810" id="crf7130"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au6650" author-id="S0370269323000643-453c2920b4d8be43344a508683c61206"><ce:given-name>J.</ce:given-name><ce:surname>Otwinowski</ce:surname><ce:cross-ref refid="aff1180" id="crf7140"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au6660" author-id="S0370269323000643-3397848215c1376cf0f1ed7b9a934e8b"><ce:given-name>M.</ce:given-name><ce:surname>Oya</ce:surname><ce:cross-ref refid="aff0460" id="crf7150"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au6670" author-id="S0370269323000643-ef1f97862dcdec187e1b2f91615f60fb"><ce:given-name>K.</ce:given-name><ce:surname>Oyama</ce:surname><ce:cross-ref refid="aff0830" id="crf7160"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author id="au6680" author-id="S0370269323000643-02951a4df40a044a3fdcb144a019433a"><ce:given-name>Y.</ce:given-name><ce:surname>Pachmayer</ce:surname><ce:cross-ref refid="aff1050" id="crf7170"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au6690" author-id="S0370269323000643-0b6285cc2d39707ea9f13a51bd6d5b54"><ce:given-name>S.</ce:given-name><ce:surname>Padhan</ce:surname><ce:cross-ref refid="aff0490" id="crf7180"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au6700" author-id="S0370269323000643-9069b38983788ec66d195a57d1524b7f"><ce:given-name>D.</ce:given-name><ce:surname>Pagano</ce:surname><ce:cross-ref refid="aff1410" id="crf7190"><ce:sup>141</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0580" id="crf7200"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au6710" author-id="S0370269323000643-ce839a94242220bf435631842afb0293"><ce:given-name>G.</ce:given-name><ce:surname>Paić</ce:surname><ce:cross-ref refid="aff0690" id="crf7210"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au6720" author-id="S0370269323000643-6cba21a41aca7c6610396c00bfd39885"><ce:given-name>A.</ce:given-name><ce:surname>Palasciano</ce:surname><ce:cross-ref refid="aff0530" id="crf7220"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au6730" author-id="S0370269323000643-e703bd295ab2957c66eb8214d8eca59a"><ce:given-name>S.</ce:given-name><ce:surname>Panebianco</ce:surname><ce:cross-ref refid="aff1390" id="crf7230"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au6740" author-id="S0370269323000643-74cbb4ced7b52b8c9691caed9743ca8c"><ce:given-name>J.</ce:given-name><ce:surname>Park</ce:surname><ce:cross-ref refid="aff0610" id="crf7240"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au6750" author-id="S0370269323000643-95c25ea1f28adf21626083f349ff97e2"><ce:given-name>J.E.</ce:given-name><ce:surname>Parkkila</ce:surname><ce:cross-ref refid="aff1260" id="crf7250"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author id="au6760" author-id="S0370269323000643-680583f3874b29c55eb10d3520e268f0"><ce:given-name>S.P.</ce:given-name><ce:surname>Pathak</ce:surname><ce:cross-ref refid="aff1250" id="crf7260"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au6770" author-id="S0370269323000643-847552a53a245de70c10f37cd68d4367"><ce:given-name>R.N.</ce:given-name><ce:surname>Patra</ce:surname><ce:cross-ref refid="aff1020" id="crf7270"><ce:sup>102</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0340" id="crf7280"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au6780" author-id="S0370269323000643-d3578f964b837ff3a07c28a314787b67"><ce:given-name>B.</ce:given-name><ce:surname>Paul</ce:surname><ce:cross-ref refid="aff0220" id="crf7290"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author id="au6790" author-id="S0370269323000643-91dac35df9959699e674ebdc8c87d401"><ce:given-name>H.</ce:given-name><ce:surname>Pei</ce:surname><ce:cross-ref refid="aff0070" id="crf7300"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au6800" author-id="S0370269323000643-8ed13caacc363e25fa12cfdfffef053c"><ce:given-name>T.</ce:given-name><ce:surname>Peitzmann</ce:surname><ce:cross-ref refid="aff0620" id="crf7310"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au6810" author-id="S0370269323000643-5165c595313be6e458617394fd9c952a"><ce:given-name>X.</ce:given-name><ce:surname>Peng</ce:surname><ce:cross-ref refid="aff0070" id="crf7320"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au6820" author-id="S0370269323000643-ed78e1c6148862c89d30efaf8d02e12f"><ce:given-name>L.G.</ce:given-name><ce:surname>Pereira</ce:surname><ce:cross-ref refid="aff0700" id="crf7330"><ce:sup>70</ce:sup></ce:cross-ref></ce:author><ce:author id="au6830" author-id="S0370269323000643-4bb9824b0aa379c6439ad125c62316dd"><ce:given-name>H.</ce:given-name><ce:surname>Pereira Da Costa</ce:surname><ce:cross-ref refid="aff1390" id="crf7340"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au6840" author-id="S0370269323000643-d4e399695b3a5debf242545c3b1c4098"><ce:given-name>D.</ce:given-name><ce:surname>Peresunko</ce:surname><ce:cross-ref refid="aff0890" id="crf7350"><ce:sup>89</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0820" id="crf7360"><ce:sup>82</ce:sup></ce:cross-ref></ce:author><ce:author id="au6850" author-id="S0370269323000643-6f89487c37f9d14b5cbdc975e4b25187"><ce:given-name>G.M.</ce:given-name><ce:surname>Perez</ce:surname><ce:cross-ref refid="aff0080" id="crf7370"><ce:sup>8</ce:sup></ce:cross-ref></ce:author><ce:author id="au6860" author-id="S0370269323000643-85c7c25be2c15d308a265918f2373419"><ce:given-name>S.</ce:given-name><ce:surname>Perrin</ce:surname><ce:cross-ref refid="aff1390" id="crf7380"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au6870" author-id="S0370269323000643-b2a1cbaa55a74f346f1338623a67cd26"><ce:given-name>Y.</ce:given-name><ce:surname>Pestov</ce:surname><ce:cross-ref refid="aff0050" id="crf7390"><ce:sup>5</ce:sup></ce:cross-ref></ce:author><ce:author id="au6880" author-id="S0370269323000643-45f917c01c367be5af8a10d42512d4c3"><ce:given-name>V.</ce:given-name><ce:surname>Petráček</ce:surname><ce:cross-ref refid="aff0370" id="crf7400"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au6890" author-id="S0370269323000643-dbee9581f6b117e88194a9f22c5368c0"><ce:given-name>V.</ce:given-name><ce:surname>Petrov</ce:surname><ce:cross-ref refid="aff1130" id="crf7410"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au6900" author-id="S0370269323000643-727e781718043733efb713fa083fe9a6"><ce:given-name>M.</ce:given-name><ce:surname>Petrovici</ce:surname><ce:cross-ref refid="aff0480" id="crf7420"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au6910" author-id="S0370269323000643-10cb6be81a76cf436f1607dc49b9bc27"><ce:given-name>R.P.</ce:given-name><ce:surname>Pezzi</ce:surname><ce:cross-ref refid="aff1150" id="crf7430"><ce:sup>115</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0700" id="crf7440"><ce:sup>70</ce:sup></ce:cross-ref></ce:author><ce:author id="au6920" author-id="S0370269323000643-78123ee98907dd03c1791d033e172234"><ce:given-name>S.</ce:given-name><ce:surname>Piano</ce:surname><ce:cross-ref refid="aff0600" id="crf7450"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author id="au6930" author-id="S0370269323000643-946883e1f561d1a058691674b9d6bd2e"><ce:given-name>M.</ce:given-name><ce:surname>Pikna</ce:surname><ce:cross-ref refid="aff0130" id="crf7460"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author id="au6940" author-id="S0370269323000643-527c1efc9afeb3aa34f6162708c25dbc"><ce:given-name>P.</ce:given-name><ce:surname>Pillot</ce:surname><ce:cross-ref refid="aff1150" id="crf7470"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au6950" author-id="S0370269323000643-cb4892c3af4fce0f3301066e18feebc7"><ce:given-name>O.</ce:given-name><ce:surname>Pinazza</ce:surname><ce:cross-ref refid="aff0540" id="crf7480"><ce:sup>54</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0340" id="crf7490"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au6960" author-id="S0370269323000643-f12732ef44b9fddd17576a6bf3d93dd4"><ce:given-name>L.</ce:given-name><ce:surname>Pinsky</ce:surname><ce:cross-ref refid="aff1250" id="crf7500"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au6970" author-id="S0370269323000643-aa9f34aad1442387090668b31d40f7e8"><ce:given-name>C.</ce:given-name><ce:surname>Pinto</ce:surname><ce:cross-ref refid="aff0260" id="crf7510"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author id="au6980" author-id="S0370269323000643-2173f54350c1cc047c951d953e5eb99a"><ce:given-name>S.</ce:given-name><ce:surname>Pisano</ce:surname><ce:cross-ref refid="aff0520" id="crf7520"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au6990" author-id="S0370269323000643-586f6951340128ab950c16d5381f227b"><ce:given-name>M.</ce:given-name><ce:surname>Płoskoń</ce:surname><ce:cross-ref refid="aff0800" id="crf7530"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au7000" author-id="S0370269323000643-bdf0ea6d648be81134e3c70730309a46"><ce:given-name>M.</ce:given-name><ce:surname>Planinic</ce:surname><ce:cross-ref refid="aff1000" id="crf7540"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author id="au7010" author-id="S0370269323000643-771a1f0dd09d872127750683d29073c7"><ce:given-name>F.</ce:given-name><ce:surname>Pliquett</ce:surname><ce:cross-ref refid="aff0680" id="crf7550"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au7020" author-id="S0370269323000643-836d8f10606252b7f8a3e21597618b48"><ce:given-name>M.G.</ce:given-name><ce:surname>Poghosyan</ce:surname><ce:cross-ref refid="aff0970" id="crf7560"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au7030" author-id="S0370269323000643-5621db01f65d91c4e8ed00d26341297a"><ce:given-name>B.</ce:given-name><ce:surname>Polichtchouk</ce:surname><ce:cross-ref refid="aff0920" id="crf7570"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au7040" author-id="S0370269323000643-6138c603a71a85658d61e7d6a0e9a208"><ce:given-name>S.</ce:given-name><ce:surname>Politano</ce:surname><ce:cross-ref refid="aff0300" id="crf7580"><ce:sup>30</ce:sup></ce:cross-ref></ce:author><ce:author id="au7050" author-id="S0370269323000643-3a072758372f85ff545317ad0bacae7b"><ce:given-name>N.</ce:given-name><ce:surname>Poljak</ce:surname><ce:cross-ref refid="aff1000" id="crf7590"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author id="au7060" author-id="S0370269323000643-e71d8fde1386ed3a932ccefe4ea490de"><ce:given-name>A.</ce:given-name><ce:surname>Pop</ce:surname><ce:cross-ref refid="aff0480" id="crf7600"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au7070" author-id="S0370269323000643-9e010953a762b9a34b2d116e86545c5b"><ce:given-name>S.</ce:given-name><ce:surname>Porteboeuf-Houssais</ce:surname><ce:cross-ref refid="aff1360" id="crf7610"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au7080" author-id="S0370269323000643-6a27792c6e8b46cda863565b5129954c"><ce:given-name>J.</ce:given-name><ce:surname>Porter</ce:surname><ce:cross-ref refid="aff0800" id="crf7620"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au7090" author-id="S0370269323000643-82e39c20b7a006475aceeb9dfe20f382"><ce:given-name>V.</ce:given-name><ce:surname>Pozdniakov</ce:surname><ce:cross-ref refid="aff0750" id="crf7630"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au7100" author-id="S0370269323000643-729ca80d5d6badc9a9e0fd66f9f0876f"><ce:given-name>S.K.</ce:given-name><ce:surname>Prasad</ce:surname><ce:cross-ref refid="aff0040" id="crf7640"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author id="au7110" author-id="S0370269323000643-af36364e9428395e5ba1b270ff19e711"><ce:given-name>R.</ce:given-name><ce:surname>Preghenella</ce:surname><ce:cross-ref refid="aff0540" id="crf7650"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au7120" author-id="S0370269323000643-b1be19acf78612f1d95f75cd0255877b"><ce:given-name>F.</ce:given-name><ce:surname>Prino</ce:surname><ce:cross-ref refid="aff0590" id="crf7660"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au7130" author-id="S0370269323000643-5558a77500034358e5b29f499c1295cc"><ce:given-name>C.A.</ce:given-name><ce:surname>Pruneau</ce:surname><ce:cross-ref refid="aff1440" id="crf7670"><ce:sup>144</ce:sup></ce:cross-ref></ce:author><ce:author id="au7140" author-id="S0370269323000643-b348e07611f034bb2f7158e98ac2658b"><ce:given-name>I.</ce:given-name><ce:surname>Pshenichnov</ce:surname><ce:cross-ref refid="aff0630" id="crf7680"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au7150" author-id="S0370269323000643-481a95d94e97d9c977c233501c2895dd"><ce:given-name>M.</ce:given-name><ce:surname>Puccio</ce:surname><ce:cross-ref refid="aff0340" id="crf7690"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au7160" author-id="S0370269323000643-1b3912746ce28a2860e22fc2f3d0cae4"><ce:given-name>S.</ce:given-name><ce:surname>Qiu</ce:surname><ce:cross-ref refid="aff0910" id="crf7700"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au7170" author-id="S0370269323000643-7097bc2294a71f0e69f49eab4e586b85"><ce:given-name>L.</ce:given-name><ce:surname>Quaglia</ce:surname><ce:cross-ref refid="aff0240" id="crf7710"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au7180" author-id="S0370269323000643-71d8dc818ab74635daaf926f8b34037e"><ce:given-name>R.E.</ce:given-name><ce:surname>Quishpe</ce:surname><ce:cross-ref refid="aff1250" id="crf7720"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au7190" author-id="S0370269323000643-dddddcdd47ebc9eee291f039bec41a4d"><ce:given-name>S.</ce:given-name><ce:surname>Ragoni</ce:surname><ce:cross-ref refid="aff1110" id="crf7730"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au7200" author-id="S0370269323000643-176ecf3eb3fe45c3e73fecf652633cc7"><ce:given-name>A.</ce:given-name><ce:surname>Rakotozafindrabe</ce:surname><ce:cross-ref refid="aff1390" id="crf7740"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au7210" author-id="S0370269323000643-3550a6ae6d4fdbfad22c58d69be393c7"><ce:given-name>L.</ce:given-name><ce:surname>Ramello</ce:surname><ce:cross-ref refid="aff0310" id="crf7750"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author id="au7220" author-id="S0370269323000643-d0ae04bab4ad3134b6a70a06711094fd"><ce:given-name>F.</ce:given-name><ce:surname>Rami</ce:surname><ce:cross-ref refid="aff1380" id="crf7760"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au7230" author-id="S0370269323000643-11f74769c1c1575b2e73bb945306edc5"><ce:given-name>S.A.R.</ce:given-name><ce:surname>Ramirez</ce:surname><ce:cross-ref refid="aff0450" id="crf7770"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au7240" author-id="S0370269323000643-bb79a1577b895a313cd01551c0cff4ae"><ce:given-name>T.A.</ce:given-name><ce:surname>Rancien</ce:surname><ce:cross-ref refid="aff0790" id="crf7780"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author id="au7250" author-id="S0370269323000643-4e7e932d80a9c86a0e106f445053b4fa"><ce:given-name>R.</ce:given-name><ce:surname>Raniwala</ce:surname><ce:cross-ref refid="aff1030" id="crf7790"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author id="au7260" author-id="S0370269323000643-49fd933c0d6250b48845decbabdfb786"><ce:given-name>S.</ce:given-name><ce:surname>Raniwala</ce:surname><ce:cross-ref refid="aff1030" id="crf7800"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author id="au7270" author-id="S0370269323000643-db43f171a496f6f31ddfdb67593b86a7"><ce:given-name>S.S.</ce:given-name><ce:surname>Räsänen</ce:surname><ce:cross-ref refid="aff0440" id="crf7810"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author id="au7280" author-id="S0370269323000643-d71f95538ce6f71980e675efdbda3380"><ce:given-name>R.</ce:given-name><ce:surname>Rath</ce:surname><ce:cross-ref refid="aff0500" id="crf7820"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au7290" author-id="S0370269323000643-d27a2fbe6ac2d9c16ccb59957307db0d"><ce:given-name>I.</ce:given-name><ce:surname>Ravasenga</ce:surname><ce:cross-ref refid="aff0910" id="crf7830"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au7300" author-id="S0370269323000643-d98ca0903edf64e661cfee1dcff4a7ca"><ce:given-name>K.F.</ce:given-name><ce:surname>Read</ce:surname><ce:cross-ref refid="aff0970" id="crf7840"><ce:sup>97</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1310" id="crf7850"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au7310" author-id="S0370269323000643-213c316b352d00bbebd305687bd0ca22"><ce:given-name>A.R.</ce:given-name><ce:surname>Redelbach</ce:surname><ce:cross-ref refid="aff0390" id="crf7860"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au7320" author-id="S0370269323000643-aa8eb7b583e843357cd9e2a00971c9b4"><ce:given-name>K.</ce:given-name><ce:surname>Redlich</ce:surname><ce:cross-ref refid="aff0860" id="crf7870"><ce:sup>86</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0060" id="crf7880"><ce:sup>VI</ce:sup></ce:cross-ref></ce:author><ce:author id="au7330" author-id="S0370269323000643-1d60b3d2a37988e081ca18f40e2ddf3b"><ce:given-name>A.</ce:given-name><ce:surname>Rehman</ce:surname><ce:cross-ref refid="aff0210" id="crf7890"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au7340" author-id="S0370269323000643-bb75f985eb82991cb0bfa8a3c1ea6462"><ce:given-name>P.</ce:given-name><ce:surname>Reichelt</ce:surname><ce:cross-ref refid="aff0680" id="crf7900"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au7350" author-id="S0370269323000643-8827563cee5df01ff22cadd8cf3a294b"><ce:given-name>F.</ce:given-name><ce:surname>Reidt</ce:surname><ce:cross-ref refid="aff0340" id="crf7910"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au7360" author-id="S0370269323000643-6f0417fbf4f67ca8b78c945db16dcea1"><ce:given-name>H.A.</ce:given-name><ce:surname>Reme-ness</ce:surname><ce:cross-ref refid="aff0360" id="crf7920"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au7370" author-id="S0370269323000643-45755ece9a112e15955ca4a1e30074ff"><ce:given-name>Z.</ce:given-name><ce:surname>Rescakova</ce:surname><ce:cross-ref refid="aff0380" id="crf7930"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au7380" author-id="S0370269323000643-a6381c8edaeb00e649c612097f3361e2"><ce:given-name>K.</ce:given-name><ce:surname>Reygers</ce:surname><ce:cross-ref refid="aff1050" id="crf7940"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au7390" author-id="S0370269323000643-8df4b35a499d19eab1d1fa55152b7c13"><ce:given-name>A.</ce:given-name><ce:surname>Riabov</ce:surname><ce:cross-ref refid="aff0990" id="crf7950"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au7400" author-id="S0370269323000643-a7b5f65d277951798efd475aaedb6e48"><ce:given-name>V.</ce:given-name><ce:surname>Riabov</ce:surname><ce:cross-ref refid="aff0990" id="crf7960"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au7410" author-id="S0370269323000643-8561e3b1cc47e0d1dadd96b6e68abb2a"><ce:given-name>T.</ce:given-name><ce:surname>Richert</ce:surname><ce:cross-ref refid="aff0810" id="crf7970"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au7420" author-id="S0370269323000643-a25047b3bf8a5b0df891afd4177a02a9"><ce:given-name>M.</ce:given-name><ce:surname>Richter</ce:surname><ce:cross-ref refid="aff0200" id="crf7980"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au7430" author-id="S0370269323000643-249a8b0c9ba2a65e2db6d83a7a762fa5"><ce:given-name>W.</ce:given-name><ce:surname>Riegler</ce:surname><ce:cross-ref refid="aff0340" id="crf7990"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au7440" author-id="S0370269323000643-b1de41581c0aa07bde38faa0c8bc8127"><ce:given-name>F.</ce:given-name><ce:surname>Riggi</ce:surname><ce:cross-ref refid="aff0260" id="crf8000"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author id="au7450" author-id="S0370269323000643-1316be5b198c4e2b06565bf3c8ec4acf"><ce:given-name>C.</ce:given-name><ce:surname>Ristea</ce:surname><ce:cross-ref refid="aff0670" id="crf8010"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au7460" author-id="S0370269323000643-0edc57380bd02242b3e4ee941d40a812"><ce:given-name>M.</ce:given-name><ce:surname>Rodríguez Cahuantzi</ce:surname><ce:cross-ref refid="aff0450" id="crf8020"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au7470" author-id="S0370269323000643-79a3009a79f907ea5b523a3f11ab5c68"><ce:given-name>K.</ce:given-name><ce:surname>Røed</ce:surname><ce:cross-ref refid="aff0200" id="crf8030"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au7480" author-id="S0370269323000643-99691760df845e7cfdfa6dd28ffe36cc"><ce:given-name>R.</ce:given-name><ce:surname>Rogalev</ce:surname><ce:cross-ref refid="aff0920" id="crf8040"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au7490" author-id="S0370269323000643-bcf5559677299b97f9f37d3bb7f623ab"><ce:given-name>E.</ce:given-name><ce:surname>Rogochaya</ce:surname><ce:cross-ref refid="aff0750" id="crf8050"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au7500" author-id="S0370269323000643-6cc4a99452d937a67cad874ba707ece6"><ce:given-name>T.S.</ce:given-name><ce:surname>Rogoschinski</ce:surname><ce:cross-ref refid="aff0680" id="crf8060"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au7510" author-id="S0370269323000643-0e4712e9f552e33a3df9ed01e24b3c77"><ce:given-name>D.</ce:given-name><ce:surname>Rohr</ce:surname><ce:cross-ref refid="aff0340" id="crf8070"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au7520" author-id="S0370269323000643-0234962e01cea9cdd0c8e3813ba4ca92"><ce:given-name>D.</ce:given-name><ce:surname>Röhrich</ce:surname><ce:cross-ref refid="aff0210" id="crf8080"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au7530" author-id="S0370269323000643-2fa2d55f41cf3c57f01a723410343149"><ce:given-name>P.F.</ce:given-name><ce:surname>Rojas</ce:surname><ce:cross-ref refid="aff0450" id="crf8090"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au7540" author-id="S0370269323000643-a2b6a59ba7a2dd0e0af80c978111a313"><ce:given-name>S.</ce:given-name><ce:surname>Rojas Torres</ce:surname><ce:cross-ref refid="aff0370" id="crf8100"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au7550" author-id="S0370269323000643-ff1942d078b1084dc5f931fc019637e5"><ce:given-name>P.S.</ce:given-name><ce:surname>Rokita</ce:surname><ce:cross-ref refid="aff1430" id="crf8110"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au7560" author-id="S0370269323000643-a3dafc6b3ccad8fa7df553fd077eec49"><ce:given-name>F.</ce:given-name><ce:surname>Ronchetti</ce:surname><ce:cross-ref refid="aff0520" id="crf8120"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au7570" author-id="S0370269323000643-d95c4b1d7c9e33905a1ec11bd5bd7a91"><ce:given-name>A.</ce:given-name><ce:surname>Rosano</ce:surname><ce:cross-ref refid="aff0320" id="crf8130"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0560" id="crf8140"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author id="au7580" author-id="S0370269323000643-9ac9b056d9260107e6f66bd2e85f16a9"><ce:given-name>E.D.</ce:given-name><ce:surname>Rosas</ce:surname><ce:cross-ref refid="aff0690" id="crf8150"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au7590" author-id="S0370269323000643-0789cf0acb459ac48aae646ea4fff36d"><ce:given-name>A.</ce:given-name><ce:surname>Rossi</ce:surname><ce:cross-ref refid="aff0570" id="crf8160"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author id="au7600" author-id="S0370269323000643-3c7922816f3a4b140a03dca05a48170d"><ce:given-name>A.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0500" id="crf8170"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au7610" author-id="S0370269323000643-a2c95ea42148b64204b813f041087279"><ce:given-name>P.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff1100" id="crf8180"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author id="au7620" author-id="S0370269323000643-e8216bb3c9e672b808a72c0b142580dc"><ce:given-name>S.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0490" id="crf8190"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au7630" author-id="S0370269323000643-21d23b231a94875bee109b04f056699a"><ce:given-name>N.</ce:given-name><ce:surname>Rubini</ce:surname><ce:cross-ref refid="aff0250" id="crf8200"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au7640" author-id="S0370269323000643-58372d9b3f7e75dda762297cde10d248"><ce:given-name>O.V.</ce:given-name><ce:surname>Rueda</ce:surname><ce:cross-ref refid="aff0810" id="crf8210"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au7650" author-id="S0370269323000643-812d388ab783acda0f18fef29f22be4a"><ce:given-name>D.</ce:given-name><ce:surname>Ruggiano</ce:surname><ce:cross-ref refid="aff1430" id="crf8220"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au7660" author-id="S0370269323000643-cce1449286029844bca6b3747d02298a"><ce:given-name>R.</ce:given-name><ce:surname>Rui</ce:surname><ce:cross-ref refid="aff0230" id="crf8230"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au7670" author-id="S0370269323000643-625be96a2f92a34f4ab28acc012163fa"><ce:given-name>B.</ce:given-name><ce:surname>Rumyantsev</ce:surname><ce:cross-ref refid="aff0750" id="crf8240"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au7680" author-id="S0370269323000643-811bc8b4f52e23443d85b7df17a8c0f8"><ce:given-name>P.G.</ce:given-name><ce:surname>Russek</ce:surname><ce:cross-ref refid="aff0020" id="crf8250"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au7690" author-id="S0370269323000643-382bae6674b95129a686a1582c2cbd62"><ce:given-name>R.</ce:given-name><ce:surname>Russo</ce:surname><ce:cross-ref refid="aff0910" id="crf8260"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au7700" author-id="S0370269323000643-3f18061f27d8ef882f8bc13c3ad28a1e"><ce:given-name>A.</ce:given-name><ce:surname>Rustamov</ce:surname><ce:cross-ref refid="aff0880" id="crf8270"><ce:sup>88</ce:sup></ce:cross-ref></ce:author><ce:author id="au7710" author-id="S0370269323000643-da224bbaa7d58df68ca142bd1d327ea1"><ce:given-name>E.</ce:given-name><ce:surname>Ryabinkin</ce:surname><ce:cross-ref refid="aff0890" id="crf8280"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au7720" author-id="S0370269323000643-9dc7fbdefd058c8dbbadbcccacfaa812"><ce:given-name>Y.</ce:given-name><ce:surname>Ryabov</ce:surname><ce:cross-ref refid="aff0990" id="crf8290"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au7730" author-id="S0370269323000643-0a49addc5bf52af0bf1d9600608df117"><ce:given-name>A.</ce:given-name><ce:surname>Rybicki</ce:surname><ce:cross-ref refid="aff1180" id="crf8300"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au7740" author-id="S0370269323000643-4e71a4d8878b932d0f7f0fac8338f177"><ce:given-name>H.</ce:given-name><ce:surname>Rytkonen</ce:surname><ce:cross-ref refid="aff1260" id="crf8310"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author id="au7750" author-id="S0370269323000643-cb56ae8a44e3cc494d7b67afa9bccd92"><ce:given-name>W.</ce:given-name><ce:surname>Rzesa</ce:surname><ce:cross-ref refid="aff1430" id="crf8320"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au7760" author-id="S0370269323000643-0028258bab866460c144c7c968794773"><ce:given-name>O.A.M.</ce:given-name><ce:surname>Saarimaki</ce:surname><ce:cross-ref refid="aff0440" id="crf8330"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author id="au7770" author-id="S0370269323000643-30d43d51897675cf9cd495896fc130f9"><ce:given-name>R.</ce:given-name><ce:surname>Sadek</ce:surname><ce:cross-ref refid="aff1150" id="crf8340"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au7780" author-id="S0370269323000643-95444e1d677ab64f8776a30d178e54e2"><ce:given-name>S.</ce:given-name><ce:surname>Sadovsky</ce:surname><ce:cross-ref refid="aff0920" id="crf8350"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au7790" author-id="S0370269323000643-0a168bc99240d66a8925ff06e271bdf5"><ce:given-name>J.</ce:given-name><ce:surname>Saetre</ce:surname><ce:cross-ref refid="aff0210" id="crf8360"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au7800" author-id="S0370269323000643-21a9d7d32dbc31b6d9fe58ee57047f0f"><ce:given-name>K.</ce:given-name><ce:surname>Šafařík</ce:surname><ce:cross-ref refid="aff0370" id="crf8370"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au7810" author-id="S0370269323000643-e124e41bd8c9a15152d347654ca43d3a"><ce:given-name>S.K.</ce:given-name><ce:surname>Saha</ce:surname><ce:cross-ref refid="aff1420" id="crf8380"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au7820" author-id="S0370269323000643-97780e442ae33eb1a0ab97a98d717272"><ce:given-name>S.</ce:given-name><ce:surname>Saha</ce:surname><ce:cross-ref refid="aff0870" id="crf8390"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au7830" author-id="S0370269323000643-2d0dbe8d0df0bf01a83ddf19e043addc"><ce:given-name>B.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0490" id="crf8400"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au7840" author-id="S0370269323000643-c91ceefdaf62924dbe41969b9214a864"><ce:given-name>P.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0490" id="crf8410"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au7850" author-id="S0370269323000643-bf022b9756aebb065155d194bfc5e116"><ce:given-name>R.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0500" id="crf8420"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au7860" author-id="S0370269323000643-d12dd0293e56fb8f196c824e945688ef"><ce:given-name>S.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0650" id="crf8430"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author id="au7870" author-id="S0370269323000643-7da34c080308a4a878b936642dad5d72"><ce:given-name>D.</ce:given-name><ce:surname>Sahu</ce:surname><ce:cross-ref refid="aff0500" id="crf8440"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au7880" author-id="S0370269323000643-2bddf806dd23a81f5fa7e547686c633f"><ce:given-name>P.K.</ce:given-name><ce:surname>Sahu</ce:surname><ce:cross-ref refid="aff0650" id="crf8450"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author id="au7890" author-id="S0370269323000643-d5d387bbf6ac7c96302a2261913a190e"><ce:given-name>J.</ce:given-name><ce:surname>Saini</ce:surname><ce:cross-ref refid="aff1420" id="crf8460"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au7900" author-id="S0370269323000643-f5ff96bab08f662fd05e088cca2830f6"><ce:given-name>S.</ce:given-name><ce:surname>Sakai</ce:surname><ce:cross-ref refid="aff1340" id="crf8470"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au7910" author-id="S0370269323000643-8a3806e0320b7d360b40762c9a667520"><ce:given-name>M.P.</ce:given-name><ce:surname>Salvan</ce:surname><ce:cross-ref refid="aff1080" id="crf8480"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au7920" author-id="S0370269323000643-1bc9f8186efa42ba63b483c287a4106e"><ce:given-name>S.</ce:given-name><ce:surname>Sambyal</ce:surname><ce:cross-ref refid="aff1020" id="crf8490"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au7930" author-id="S0370269323000643-cd56f5a9e647bb69890a3a180b5ed4f6"><ce:given-name>T.B.</ce:given-name><ce:surname>Saramela</ce:surname><ce:cross-ref refid="aff1210" id="crf8500"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au7940" author-id="S0370269323000643-4e7b512d816400994223e9f92ecca2ec"><ce:given-name>D.</ce:given-name><ce:surname>Sarkar</ce:surname><ce:cross-ref refid="aff1440" id="crf8510"><ce:sup>144</ce:sup></ce:cross-ref></ce:author><ce:author id="au7950" author-id="S0370269323000643-2142bcc0044d7022f40dbf34b4e197ca"><ce:given-name>N.</ce:given-name><ce:surname>Sarkar</ce:surname><ce:cross-ref refid="aff1420" id="crf8520"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au7960" author-id="S0370269323000643-a3851d6513ae8b68029b7958a5abed81"><ce:given-name>P.</ce:given-name><ce:surname>Sarma</ce:surname><ce:cross-ref refid="aff0420" id="crf8530"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author id="au7970" author-id="S0370269323000643-cc5ffcd83ec77f5fd9325b0b7118b774"><ce:given-name>V.M.</ce:given-name><ce:surname>Sarti</ce:surname><ce:cross-ref refid="aff1060" id="crf8540"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au7980" author-id="S0370269323000643-4f6b354f623cbb6890bb23228e05b5fe"><ce:given-name>M.H.P.</ce:given-name><ce:surname>Sas</ce:surname><ce:cross-ref refid="aff1470" id="crf8550"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au7990" author-id="S0370269323000643-2b91d041007f9e176264d73e2d0de0a4"><ce:given-name>J.</ce:given-name><ce:surname>Schambach</ce:surname><ce:cross-ref refid="aff0970" id="crf8560"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author id="au8000" author-id="S0370269323000643-c66444d5ef774ee49802c74363dc640a"><ce:given-name>H.S.</ce:given-name><ce:surname>Scheid</ce:surname><ce:cross-ref refid="aff0680" id="crf8570"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au8010" author-id="S0370269323000643-03804028f617309bc048e5933e616e73"><ce:given-name>C.</ce:given-name><ce:surname>Schiaua</ce:surname><ce:cross-ref refid="aff0480" id="crf8580"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au8020" author-id="S0370269323000643-784adb72642054424e9362d8386b26e7"><ce:given-name>R.</ce:given-name><ce:surname>Schicker</ce:surname><ce:cross-ref refid="aff1050" id="crf8590"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au8030" author-id="S0370269323000643-0217b26765b58bf272de6570444ed5dc"><ce:given-name>A.</ce:given-name><ce:surname>Schmah</ce:surname><ce:cross-ref refid="aff1050" id="crf8600"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au8040" author-id="S0370269323000643-f94f964488b585f9462e6ab4015791c9"><ce:given-name>C.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff1080" id="crf8610"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au8050" author-id="S0370269323000643-fd43f769f1f7612b2725ab8467cb3988"><ce:given-name>H.R.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff1040" id="crf8620"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author id="au8060" author-id="S0370269323000643-000dbff16850e64d09345b19cc7e2cae"><ce:given-name>M.O.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0340" id="crf8630"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1050" id="crf8640"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au8070" author-id="S0370269323000643-676a3e2f083d7445aad07e3df271a3ea"><ce:given-name>M.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff1040" id="crf8650"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author id="au8080" author-id="S0370269323000643-31162c06a9fc108e5b35973a2ffb24b8"><ce:given-name>N.V.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0970" id="crf8660"><ce:sup>97</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0680" id="crf8670"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au8090" author-id="S0370269323000643-dd604e595646814f08f6fa8e83e76398"><ce:given-name>A.R.</ce:given-name><ce:surname>Schmier</ce:surname><ce:cross-ref refid="aff1310" id="crf8680"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au8100" author-id="S0370269323000643-337f117e371476d9154b3392d1da6bf8"><ce:given-name>R.</ce:given-name><ce:surname>Schotter</ce:surname><ce:cross-ref refid="aff1380" id="crf8690"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au8110" author-id="S0370269323000643-d9df8e3f4beecadb05967ec0da49ff70"><ce:given-name>J.</ce:given-name><ce:surname>Schukraft</ce:surname><ce:cross-ref refid="aff0340" id="crf8700"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au8120" author-id="S0370269323000643-6310a0f15817e728ebcc79e2ab7c4c2f"><ce:given-name>K.</ce:given-name><ce:surname>Schwarz</ce:surname><ce:cross-ref refid="aff1080" id="crf8710"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au8130" author-id="S0370269323000643-2b6a538fbe623fb4022aa1b75b26c442"><ce:given-name>K.</ce:given-name><ce:surname>Schweda</ce:surname><ce:cross-ref refid="aff1080" id="crf8720"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au8140" author-id="S0370269323000643-fc518e7578036d8d371116685c31012a"><ce:given-name>G.</ce:given-name><ce:surname>Scioli</ce:surname><ce:cross-ref refid="aff0250" id="crf8730"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au8150" author-id="S0370269323000643-d42cd071cfc74dbae9b48d5cd17800d0"><ce:given-name>E.</ce:given-name><ce:surname>Scomparin</ce:surname><ce:cross-ref refid="aff0590" id="crf8740"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au8160" author-id="S0370269323000643-94181a0b17774396a39a9ed6fc47c3d5"><ce:given-name>J.E.</ce:given-name><ce:surname>Seger</ce:surname><ce:cross-ref refid="aff0150" id="crf8750"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author id="au8170" author-id="S0370269323000643-1f4043c3186036a978d62e3e2d162134"><ce:given-name>Y.</ce:given-name><ce:surname>Sekiguchi</ce:surname><ce:cross-ref refid="aff1330" id="crf8760"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author id="au8180" author-id="S0370269323000643-231e8d80e70f7aa46fc7b8201643f307"><ce:given-name>D.</ce:given-name><ce:surname>Sekihata</ce:surname><ce:cross-ref refid="aff1330" id="crf8770"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author id="au8190" author-id="S0370269323000643-87e546912eabfb863538b176fde78749"><ce:given-name>I.</ce:given-name><ce:surname>Selyuzhenkov</ce:surname><ce:cross-ref refid="aff1080" id="crf8780"><ce:sup>108</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0940" id="crf8790"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author id="au8200" author-id="S0370269323000643-919152051a0186bd761a33e9a12c962e"><ce:given-name>S.</ce:given-name><ce:surname>Senyukov</ce:surname><ce:cross-ref refid="aff1380" id="crf8800"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au8210" author-id="S0370269323000643-1d84cdddde85c220045f4e9374e0487a"><ce:given-name>J.J.</ce:given-name><ce:surname>Seo</ce:surname><ce:cross-ref refid="aff0610" id="crf8810"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au8220" author-id="S0370269323000643-45d295ee783dda945d1339d17b8f7552"><ce:given-name>D.</ce:given-name><ce:surname>Serebryakov</ce:surname><ce:cross-ref refid="aff0630" id="crf8820"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au8230" author-id="S0370269323000643-fb3d7b2c3c2b219cdba56ad462fd16d5"><ce:given-name>L.</ce:given-name><ce:surname>Šerkšnytė</ce:surname><ce:cross-ref refid="aff1060" id="crf8830"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au8240" author-id="S0370269323000643-a1ba0c3722a1611161b0a6acdcd217eb"><ce:given-name>A.</ce:given-name><ce:surname>Sevcenco</ce:surname><ce:cross-ref refid="aff0670" id="crf8840"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au8250" author-id="S0370269323000643-230e0ab7c6dad85e0c9ab44030ee0c31"><ce:given-name>T.J.</ce:given-name><ce:surname>Shaba</ce:surname><ce:cross-ref refid="aff0720" id="crf8850"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author id="au8260" author-id="S0370269323000643-6ba1905bfb57edd3371e7497f125fc77"><ce:given-name>A.</ce:given-name><ce:surname>Shabanov</ce:surname><ce:cross-ref refid="aff0630" id="crf8860"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au8270" author-id="S0370269323000643-eccc4eb373e67b000b70c03bc953f7be"><ce:given-name>A.</ce:given-name><ce:surname>Shabetai</ce:surname><ce:cross-ref refid="aff1150" id="crf8870"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au8280" author-id="S0370269323000643-4044ca3befd9dd6a2145d809b5f421e3"><ce:given-name>R.</ce:given-name><ce:surname>Shahoyan</ce:surname><ce:cross-ref refid="aff0340" id="crf8880"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au8290" author-id="S0370269323000643-433f918d1193b919b935c4071c45d479"><ce:given-name>W.</ce:given-name><ce:surname>Shaikh</ce:surname><ce:cross-ref refid="aff1100" id="crf8890"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author id="au8300" author-id="S0370269323000643-7a1a1ea0b774f666a219a219f61965e3"><ce:given-name>A.</ce:given-name><ce:surname>Shangaraev</ce:surname><ce:cross-ref refid="aff0920" id="crf8900"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au8310" author-id="S0370269323000643-b32067d8486ea2da83ae42c6015b7272"><ce:given-name>A.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1010" id="crf8910"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author id="au8320" author-id="S0370269323000643-5ec7e4fb2fecc24569d920e4223f15d5"><ce:given-name>D.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0490" id="crf8920"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au8330" author-id="S0370269323000643-9ba2f4c0358179c0a4269919f6db9efb"><ce:given-name>H.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1180" id="crf8930"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au8340" author-id="S0370269323000643-2bc2983d44ca6edf1e245c910a07f8fd"><ce:given-name>M.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1020" id="crf8940"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au8350" author-id="S0370269323000643-ff55826e9881b12af97414d6bafc15e3"><ce:given-name>N.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1010" id="crf8950"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author id="au8360" author-id="S0370269323000643-dea65ea1ea56fa5802a2370cbb001777"><ce:given-name>S.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1020" id="crf8960"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au8370" author-id="S0370269323000643-cab15d0853c296aff65e7db1f0d635e9"><ce:given-name>U.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1020" id="crf8970"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au8380" author-id="S0370269323000643-7b902e1f81916b8184832cdb1f36e07a"><ce:given-name>A.</ce:given-name><ce:surname>Shatat</ce:surname><ce:cross-ref refid="aff0780" id="crf8980"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au8390" author-id="S0370269323000643-18136795fe5b5eb02309150c4d868125"><ce:given-name>O.</ce:given-name><ce:surname>Sheibani</ce:surname><ce:cross-ref refid="aff1250" id="crf8990"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au8400" author-id="S0370269323000643-e9a146adc7540fa5ca0c3067beb56b46"><ce:given-name>K.</ce:given-name><ce:surname>Shigaki</ce:surname><ce:cross-ref refid="aff0460" id="crf9000"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au8410" author-id="S0370269323000643-3a406d92f47d3c342f4cd2f352b93fb3"><ce:given-name>M.</ce:given-name><ce:surname>Shimomura</ce:surname><ce:cross-ref refid="aff0840" id="crf9010"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author id="au8420" author-id="S0370269323000643-6b2c2e57131e32b5ebf84058b73f54aa"><ce:given-name>S.</ce:given-name><ce:surname>Shirinkin</ce:surname><ce:cross-ref refid="aff0930" id="crf9020"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au8430" author-id="S0370269323000643-d5e441fdcf341f7bada490393ce8066d"><ce:given-name>Q.</ce:given-name><ce:surname>Shou</ce:surname><ce:cross-ref refid="aff0400" id="crf9030"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author id="au8440" author-id="S0370269323000643-5cb068ab6f979cc8e49de0b405e08c4f"><ce:given-name>Y.</ce:given-name><ce:surname>Sibiriak</ce:surname><ce:cross-ref refid="aff0890" id="crf9040"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au8450" author-id="S0370269323000643-8247044a9ad9588b26bf570f8f92a1aa"><ce:given-name>S.</ce:given-name><ce:surname>Siddhanta</ce:surname><ce:cross-ref refid="aff0550" id="crf9050"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au8460" author-id="S0370269323000643-eba2779dc45d8567f427c55b555dc0ca"><ce:given-name>T.</ce:given-name><ce:surname>Siemiarczuk</ce:surname><ce:cross-ref refid="aff0860" id="crf9060"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author id="au8470" author-id="S0370269323000643-0592f5524b7d1a38d09aabb737c94ec0"><ce:given-name>T.F.</ce:given-name><ce:surname>Silva</ce:surname><ce:cross-ref refid="aff1210" id="crf9070"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au8480" author-id="S0370269323000643-cc36c04c40e19a8455422de9daca4c31"><ce:given-name>D.</ce:given-name><ce:surname>Silvermyr</ce:surname><ce:cross-ref refid="aff0810" id="crf9080"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au8490" author-id="S0370269323000643-5d12b1d6955a3601b5814b9bb8588f4f"><ce:given-name>T.</ce:given-name><ce:surname>Simantathammakul</ce:surname><ce:cross-ref refid="aff1160" id="crf9090"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author id="au8500" author-id="S0370269323000643-038f483f6d2e5bcdf914c3b9a3a2cf25"><ce:given-name>G.</ce:given-name><ce:surname>Simonetti</ce:surname><ce:cross-ref refid="aff0340" id="crf9100"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au8510" author-id="S0370269323000643-f471162e996edebc91047f7011f0b6cf"><ce:given-name>B.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff1060" id="crf9110"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au8520" author-id="S0370269323000643-50aa53a54d853c321fbcd95d4ceae149"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0870" id="crf9120"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au8530" author-id="S0370269323000643-6a697a837ce0cc03a90624b58d100fc9"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff1020" id="crf9130"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au8540" author-id="S0370269323000643-b3cf0900e624605faf8642989a41c86a"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0500" id="crf9140"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au8550" author-id="S0370269323000643-4c33c2641d33d44eca005f652b553f47"><ce:given-name>V.K.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff1420" id="crf9150"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au8560" author-id="S0370269323000643-6475573f1c042491a9461800f84f7e17"><ce:given-name>V.</ce:given-name><ce:surname>Singhal</ce:surname><ce:cross-ref refid="aff1420" id="crf9160"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au8570" author-id="S0370269323000643-fb688ef16b53507c773a0c466022686b"><ce:given-name>T.</ce:given-name><ce:surname>Sinha</ce:surname><ce:cross-ref refid="aff1100" id="crf9170"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author id="au8580" author-id="S0370269323000643-4dd174a5e9d45db4325b2a80d33b8149"><ce:given-name>B.</ce:given-name><ce:surname>Sitar</ce:surname><ce:cross-ref refid="aff0130" id="crf9180"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author id="au8590" author-id="S0370269323000643-3b59aee01be38f76fa93e8cd0616e67e"><ce:given-name>M.</ce:given-name><ce:surname>Sitta</ce:surname><ce:cross-ref refid="aff0310" id="crf9190"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author id="au8600" author-id="S0370269323000643-0ffea690781a8ef42b20d2bf3605a48d"><ce:given-name>T.B.</ce:given-name><ce:surname>Skaali</ce:surname><ce:cross-ref refid="aff0200" id="crf9200"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au8610" author-id="S0370269323000643-8f1f2ab39bfb478d52b2fca1d1026928"><ce:given-name>G.</ce:given-name><ce:surname>Skorodumovs</ce:surname><ce:cross-ref refid="aff1050" id="crf9210"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au8620" author-id="S0370269323000643-ce5d8d52aff3b9a257186938eba69940"><ce:given-name>M.</ce:given-name><ce:surname>Slupecki</ce:surname><ce:cross-ref refid="aff0440" id="crf9220"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author id="au8630" author-id="S0370269323000643-4dff2a8cce793ddddad546bf49106817"><ce:given-name>N.</ce:given-name><ce:surname>Smirnov</ce:surname><ce:cross-ref refid="aff1470" id="crf9230"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au8640" author-id="S0370269323000643-e12bdf24e76db6c87b277836cf233019"><ce:given-name>R.J.M.</ce:given-name><ce:surname>Snellings</ce:surname><ce:cross-ref refid="aff0620" id="crf9240"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au8650" author-id="S0370269323000643-897d4030aa386814d80fb77010ef5002"><ce:given-name>C.</ce:given-name><ce:surname>Soncco</ce:surname><ce:cross-ref refid="aff1120" id="crf9250"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author id="au8660" author-id="S0370269323000643-e423ef18c708c9c8e5076d3ad9fa7345"><ce:given-name>J.</ce:given-name><ce:surname>Song</ce:surname><ce:cross-ref refid="aff1250" id="crf9260"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au8670" author-id="S0370269323000643-0a281b197a34a8ec6f58600b763f438c"><ce:given-name>A.</ce:given-name><ce:surname>Songmoolnak</ce:surname><ce:cross-ref refid="aff1160" id="crf9270"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author id="au8680" author-id="S0370269323000643-657fdca353e29412dc258d4f8080fd5e"><ce:given-name>F.</ce:given-name><ce:surname>Soramel</ce:surname><ce:cross-ref refid="aff0270" id="crf9280"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author id="au8690" author-id="S0370269323000643-08d0e06daec8127f6f7fd46b9d3ad98b"><ce:given-name>S.</ce:given-name><ce:surname>Sorensen</ce:surname><ce:cross-ref refid="aff1310" id="crf9290"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au8700" author-id="S0370269323000643-5c46e847eb41f641ef007f47ceeef5f5"><ce:given-name>I.</ce:given-name><ce:surname>Sputowska</ce:surname><ce:cross-ref refid="aff1180" id="crf9300"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author id="au8710" author-id="S0370269323000643-08dabed2ad53ce608b50cc80a0f32bac"><ce:given-name>J.</ce:given-name><ce:surname>Stachel</ce:surname><ce:cross-ref refid="aff1050" id="crf9310"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au8720" author-id="S0370269323000643-b0ef98fe4c3a58484c52cb4402b727ce"><ce:given-name>I.</ce:given-name><ce:surname>Stan</ce:surname><ce:cross-ref refid="aff0670" id="crf9320"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au8730" author-id="S0370269323000643-3b05d082368606695b16be0f0e9cad4e"><ce:given-name>P.J.</ce:given-name><ce:surname>Steffanic</ce:surname><ce:cross-ref refid="aff1310" id="crf9330"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au8740" author-id="S0370269323000643-9f04bc942ad6802c66589e3d7978ef55"><ce:given-name>S.F.</ce:given-name><ce:surname>Stiefelmaier</ce:surname><ce:cross-ref refid="aff1050" id="crf9340"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au8750" author-id="S0370269323000643-f1ab20d63ed8b3d6e274b0f330e99ed7"><ce:given-name>D.</ce:given-name><ce:surname>Stocco</ce:surname><ce:cross-ref refid="aff1150" id="crf9350"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au8760" author-id="S0370269323000643-598d38c90217ab7f780f227de96d75b3"><ce:given-name>I.</ce:given-name><ce:surname>Storehaug</ce:surname><ce:cross-ref refid="aff0200" id="crf9360"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au8770" author-id="S0370269323000643-e0ac4d17343a69ab9c671ac17ce1facd"><ce:given-name>M.M.</ce:given-name><ce:surname>Storetvedt</ce:surname><ce:cross-ref refid="aff0360" id="crf9370"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au8780" author-id="S0370269323000643-ad4835e85d6503fb1e04dae8b2992acd"><ce:given-name>P.</ce:given-name><ce:surname>Stratmann</ce:surname><ce:cross-ref refid="aff1450" id="crf9380"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au8790" author-id="S0370269323000643-d7676321ebd560a622de6bcd0ed6c69f"><ce:given-name>S.</ce:given-name><ce:surname>Strazzi</ce:surname><ce:cross-ref refid="aff0250" id="crf9390"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au8800" author-id="S0370269323000643-a142771e3c6f474eb5a3ddda56e62fc0"><ce:given-name>C.P.</ce:given-name><ce:surname>Stylianidis</ce:surname><ce:cross-ref refid="aff0910" id="crf9400"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au8810" author-id="S0370269323000643-56fcf7cb23017eaab1a1abea1843850b"><ce:given-name>A.A.P.</ce:given-name><ce:surname>Suaide</ce:surname><ce:cross-ref refid="aff1210" id="crf9410"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author id="au8820" author-id="S0370269323000643-c7f2d71be2bf887594e88c1fd3379036"><ce:given-name>C.</ce:given-name><ce:surname>Suire</ce:surname><ce:cross-ref refid="aff0780" id="crf9420"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au8830" author-id="S0370269323000643-9c3a2c9348e05d1e433977af31502d61"><ce:given-name>M.</ce:given-name><ce:surname>Sukhanov</ce:surname><ce:cross-ref refid="aff0630" id="crf9430"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au8840" author-id="S0370269323000643-5458a9eb75a0419661b9c7016efda138"><ce:given-name>M.</ce:given-name><ce:surname>Suljic</ce:surname><ce:cross-ref refid="aff0340" id="crf9440"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au8850" author-id="S0370269323000643-cc4112117d9a867a7982769148a192b8"><ce:given-name>R.</ce:given-name><ce:surname>Sultanov</ce:surname><ce:cross-ref refid="aff0930" id="crf9450"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au8860" author-id="S0370269323000643-589a5a6051c44be9b7f299681578bdfd"><ce:given-name>V.</ce:given-name><ce:surname>Sumberia</ce:surname><ce:cross-ref refid="aff1020" id="crf9460"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author id="au8870" author-id="S0370269323000643-1699d1b890617ec1ccffdff98f188057"><ce:given-name>S.</ce:given-name><ce:surname>Sumowidagdo</ce:surname><ce:cross-ref refid="aff0510" id="crf9470"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author id="au8880" author-id="S0370269323000643-0cd9b2c7c70607120d8ed18269c10358"><ce:given-name>S.</ce:given-name><ce:surname>Swain</ce:surname><ce:cross-ref refid="aff0650" id="crf9480"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author id="au8890" author-id="S0370269323000643-a17ccaf2b16f932fe91acee8fb4fee2e"><ce:given-name>A.</ce:given-name><ce:surname>Szabo</ce:surname><ce:cross-ref refid="aff0130" id="crf9490"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author id="au8900" author-id="S0370269323000643-9dc29d8d923f26ea3fd8d57a90d30390"><ce:given-name>I.</ce:given-name><ce:surname>Szarka</ce:surname><ce:cross-ref refid="aff0130" id="crf9500"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author id="au8910" author-id="S0370269323000643-e0aaec5b1b1950d6e671c1ed67a68fc7"><ce:given-name>U.</ce:given-name><ce:surname>Tabassam</ce:surname><ce:cross-ref refid="aff0140" id="crf9510"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author id="au8920" author-id="S0370269323000643-c60a92de60aa0e4f8c13c6708cd184e8"><ce:given-name>S.F.</ce:given-name><ce:surname>Taghavi</ce:surname><ce:cross-ref refid="aff1060" id="crf9520"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au8930" author-id="S0370269323000643-059a2de3e52ba5db1d032268085cf1e5"><ce:given-name>G.</ce:given-name><ce:surname>Taillepied</ce:surname><ce:cross-ref refid="aff1080" id="crf9530"><ce:sup>108</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1360" id="crf9540"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author id="au8940" author-id="S0370269323000643-c0f167bf69dc8eb13da2b029b041a055"><ce:given-name>J.</ce:given-name><ce:surname>Takahashi</ce:surname><ce:cross-ref refid="aff1220" id="crf9550"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author id="au8950" author-id="S0370269323000643-f250805ae64e3f0cfdb9411d4443bfe8"><ce:given-name>G.J.</ce:given-name><ce:surname>Tambave</ce:surname><ce:cross-ref refid="aff0210" id="crf9560"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au8960" author-id="S0370269323000643-89c33e492725d4c181ab38572713cbc6"><ce:given-name>S.</ce:given-name><ce:surname>Tang</ce:surname><ce:cross-ref refid="aff1360" id="crf9570"><ce:sup>136</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0070" id="crf9580"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au8970" author-id="S0370269323000643-872753327c0c65d809bbcf7bec18aa6a"><ce:given-name>Z.</ce:given-name><ce:surname>Tang</ce:surname><ce:cross-ref refid="aff1290" id="crf9590"><ce:sup>129</ce:sup></ce:cross-ref></ce:author><ce:author id="au8980" author-id="S0370269323000643-d9c970afed857aa54a47f34a5d10bdad"><ce:given-name>J.D.</ce:given-name><ce:surname>Tapia Takaki</ce:surname><ce:cross-ref refid="aff1270" id="crf9600"><ce:sup>127</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0070" id="crf9610"><ce:sup>VII</ce:sup></ce:cross-ref></ce:author><ce:author id="au8990" author-id="S0370269323000643-361f0a80011b90d6e1e7a305834de5ec"><ce:given-name>N.</ce:given-name><ce:surname>Tapus</ce:surname><ce:cross-ref refid="aff1350" id="crf9620"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author id="au9000" author-id="S0370269323000643-655cee6c20e95d653f76ee5554633dfe"><ce:given-name>M.G.</ce:given-name><ce:surname>Tarzila</ce:surname><ce:cross-ref refid="aff0480" id="crf9630"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au9010" author-id="S0370269323000643-59aaa29065f6796159aa543e639298c7"><ce:given-name>A.</ce:given-name><ce:surname>Tauro</ce:surname><ce:cross-ref refid="aff0340" id="crf9640"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9020" author-id="S0370269323000643-f13ebce4180c1e47d7740fedb0ce7a8b"><ce:given-name>G.</ce:given-name><ce:surname>Tejeda Muñoz</ce:surname><ce:cross-ref refid="aff0450" id="crf9650"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au9030" author-id="S0370269323000643-e32b8e2ac0c864eac40a37b39e286a55"><ce:given-name>A.</ce:given-name><ce:surname>Telesca</ce:surname><ce:cross-ref refid="aff0340" id="crf9660"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9040" author-id="S0370269323000643-a8fc702cfc3f2781d3f44ce57fef99fa"><ce:given-name>L.</ce:given-name><ce:surname>Terlizzi</ce:surname><ce:cross-ref refid="aff0240" id="crf9670"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au9050" author-id="S0370269323000643-1463848cd4d3f997204d95350f6ec09e"><ce:given-name>C.</ce:given-name><ce:surname>Terrevoli</ce:surname><ce:cross-ref refid="aff1250" id="crf9680"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au9060" author-id="S0370269323000643-3117906cff50143c8578edcd5d472f8f"><ce:given-name>G.</ce:given-name><ce:surname>Tersimonov</ce:surname><ce:cross-ref refid="aff0030" id="crf9690"><ce:sup>3</ce:sup></ce:cross-ref></ce:author><ce:author id="au9070" author-id="S0370269323000643-364b9b5c5740ad64b0bfd748bcc98319"><ce:given-name>S.</ce:given-name><ce:surname>Thakur</ce:surname><ce:cross-ref refid="aff1420" id="crf9700"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au9080" author-id="S0370269323000643-a2ec5b979d461b062cd03d49d6e8d67b"><ce:given-name>D.</ce:given-name><ce:surname>Thomas</ce:surname><ce:cross-ref refid="aff1190" id="crf9710"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au9090" author-id="S0370269323000643-1aedf986c49e01602efb19c767f2f80e"><ce:given-name>R.</ce:given-name><ce:surname>Tieulent</ce:surname><ce:cross-ref refid="aff1370" id="crf9720"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author id="au9100" author-id="S0370269323000643-1622f94cfabd47942fa3c2ea0d3e6a1e"><ce:given-name>A.</ce:given-name><ce:surname>Tikhonov</ce:surname><ce:cross-ref refid="aff0630" id="crf9730"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au9110" author-id="S0370269323000643-7e98d622fbf1de9d69786eccee47944e"><ce:given-name>A.R.</ce:given-name><ce:surname>Timmins</ce:surname><ce:cross-ref refid="aff1250" id="crf9740"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author id="au9120" author-id="S0370269323000643-a1ab2ffb64eaab4cb2d232ddd2bb97d6"><ce:given-name>M.</ce:given-name><ce:surname>Tkacik</ce:surname><ce:cross-ref refid="aff1170" id="crf9750"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author id="au9130" author-id="S0370269323000643-baa2844898740f45581b73a5159189fd"><ce:given-name>A.</ce:given-name><ce:surname>Toia</ce:surname><ce:cross-ref refid="aff0680" id="crf9760"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au9140" author-id="S0370269323000643-7f0c866168b6a030377f76e811939a25"><ce:given-name>N.</ce:given-name><ce:surname>Topilskaya</ce:surname><ce:cross-ref refid="aff0630" id="crf9770"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au9150" author-id="S0370269323000643-3fb5746f79e2f9b28eecf5a47a516d6f"><ce:given-name>M.</ce:given-name><ce:surname>Toppi</ce:surname><ce:cross-ref refid="aff0520" id="crf9780"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au9160" author-id="S0370269323000643-a5c53ec1b18840e9215691c8237119a2"><ce:given-name>F.</ce:given-name><ce:surname>Torales-Acosta</ce:surname><ce:cross-ref refid="aff0190" id="crf9790"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au9170" author-id="S0370269323000643-b4e81d58f6dd564b7404d4b9ecbc5871"><ce:given-name>T.</ce:given-name><ce:surname>Tork</ce:surname><ce:cross-ref refid="aff0780" id="crf9800"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author id="au9180" author-id="S0370269323000643-a98a1f1d8d24de0ecb13aa75917ea587"><ce:given-name>A.G.</ce:given-name><ce:surname>Torres Ramos</ce:surname><ce:cross-ref refid="aff0330" id="crf9810"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author id="au9190" author-id="S0370269323000643-cb5f7f76f9be8a5b6f7f1f676ee0148e"><ce:given-name>A.</ce:given-name><ce:surname>Trifiró</ce:surname><ce:cross-ref refid="aff0320" id="crf9820"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0560" id="crf9830"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author id="au9200" author-id="S0370269323000643-f0952a23f4b03e256f2dddd4e7e7755e"><ce:given-name>A.S.</ce:given-name><ce:surname>Triolo</ce:surname><ce:cross-ref refid="aff0320" id="crf9840"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au9210" author-id="S0370269323000643-43e5d915054f543c1b38d719f8c23294"><ce:given-name>S.</ce:given-name><ce:surname>Tripathy</ce:surname><ce:cross-ref refid="aff0540" id="crf9850"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author id="au9220" author-id="S0370269323000643-cf5679180a033531cecbf308c26a3b2f"><ce:given-name>T.</ce:given-name><ce:surname>Tripathy</ce:surname><ce:cross-ref refid="aff0490" id="crf9860"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au9230" author-id="S0370269323000643-25f25f0207443c8141fbcc02fde4f484"><ce:given-name>S.</ce:given-name><ce:surname>Trogolo</ce:surname><ce:cross-ref refid="aff0340" id="crf9870"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9240" author-id="S0370269323000643-506889cabc7808922c96b983210184de"><ce:given-name>V.</ce:given-name><ce:surname>Trubnikov</ce:surname><ce:cross-ref refid="aff0030" id="crf9880"><ce:sup>3</ce:sup></ce:cross-ref></ce:author><ce:author id="au9250" author-id="S0370269323000643-e248aa646c1f5daa31a6d10f338f7b99"><ce:given-name>W.H.</ce:given-name><ce:surname>Trzaska</ce:surname><ce:cross-ref refid="aff1260" id="crf9890"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author id="au9260" author-id="S0370269323000643-0ad99eccccf5f6614c9b2fe212a09e1c"><ce:given-name>T.P.</ce:given-name><ce:surname>Trzcinski</ce:surname><ce:cross-ref refid="aff1430" id="crf9900"><ce:sup>143</ce:sup></ce:cross-ref></ce:author><ce:author id="au9270" author-id="S0370269323000643-47c881fff40e7e5ac7d6282a0966bde2"><ce:given-name>A.</ce:given-name><ce:surname>Tumkin</ce:surname><ce:cross-ref refid="aff1090" id="crf9910"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author id="au9280" author-id="S0370269323000643-1436d4c149a79ba68f037180a5bef32f"><ce:given-name>R.</ce:given-name><ce:surname>Turrisi</ce:surname><ce:cross-ref refid="aff0570" id="crf9920"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author id="au9290" author-id="S0370269323000643-8930c9cc922f1a4d2e8603e46ee1c6c6"><ce:given-name>T.S.</ce:given-name><ce:surname>Tveter</ce:surname><ce:cross-ref refid="aff0200" id="crf9930"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au9300" author-id="S0370269323000643-7004545697a114acfbeb346d1a39e4be"><ce:given-name>K.</ce:given-name><ce:surname>Ullaland</ce:surname><ce:cross-ref refid="aff0210" id="crf9940"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au9310" author-id="S0370269323000643-3cfbab78c93b29828742ada152554508"><ce:given-name>A.</ce:given-name><ce:surname>Uras</ce:surname><ce:cross-ref refid="aff1370" id="crf9950"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author id="au9320" author-id="S0370269323000643-f49cc4427c45636fa54f2a6de1c5f08f"><ce:given-name>M.</ce:given-name><ce:surname>Urioni</ce:surname><ce:cross-ref refid="aff0580" id="crf9960"><ce:sup>58</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1410" id="crf9970"><ce:sup>141</ce:sup></ce:cross-ref></ce:author><ce:author id="au9330" author-id="S0370269323000643-324dab33f57f1180619ebdaa70e4abab"><ce:given-name>G.L.</ce:given-name><ce:surname>Usai</ce:surname><ce:cross-ref refid="aff0220" id="crf9980"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author id="au9340" author-id="S0370269323000643-e516037685b89d9a08de77db128730b1"><ce:given-name>M.</ce:given-name><ce:surname>Vala</ce:surname><ce:cross-ref refid="aff0380" id="crf9990"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au9350" author-id="S0370269323000643-a0c4f21667dff5e8981ca9b1d39685d4"><ce:given-name>N.</ce:given-name><ce:surname>Valle</ce:surname><ce:cross-ref refid="aff0280" id="crf10000"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author id="au9360" author-id="S0370269323000643-a7aa620f38416bf7d0dc458451379255"><ce:given-name>S.</ce:given-name><ce:surname>Vallero</ce:surname><ce:cross-ref refid="aff0590" id="crf10010"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author id="au9370" author-id="S0370269323000643-ae37ad8881ac4b149b7b63e6d4fddb0d"><ce:given-name>L.V.R.</ce:given-name><ce:surname>van Doremalen</ce:surname><ce:cross-ref refid="aff0620" id="crf10020"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au9380" author-id="S0370269323000643-fdb8c461fd0d1fa85731a38267910ce2"><ce:given-name>M.</ce:given-name><ce:surname>van Leeuwen</ce:surname><ce:cross-ref refid="aff0910" id="crf10030"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au9390" author-id="S0370269323000643-8a84f08ce1aebf2c7b8befb57acdc802"><ce:given-name>P.</ce:given-name><ce:surname>Vande Vyvre</ce:surname><ce:cross-ref refid="aff0340" id="crf10040"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9400" author-id="S0370269323000643-d178e7dcce00a1698d32c5daf78b3b7c"><ce:given-name>D.</ce:given-name><ce:surname>Varga</ce:surname><ce:cross-ref refid="aff1460" id="crf10050"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au9410" author-id="S0370269323000643-90ecee6000728a3ba3eb611ffe4e9527"><ce:given-name>Z.</ce:given-name><ce:surname>Varga</ce:surname><ce:cross-ref refid="aff1460" id="crf10060"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au9420" author-id="S0370269323000643-b5dabd92030f2d122750e9b75c9f5397"><ce:given-name>M.</ce:given-name><ce:surname>Varga-Kofarago</ce:surname><ce:cross-ref refid="aff1460" id="crf10070"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au9430" author-id="S0370269323000643-a0bf6e725e14efc934de14b5b9951a85"><ce:given-name>M.</ce:given-name><ce:surname>Vasileiou</ce:surname><ce:cross-ref refid="aff0850" id="crf10080"><ce:sup>85</ce:sup></ce:cross-ref></ce:author><ce:author id="au9440" author-id="S0370269323000643-e2af25202e7b57a8ff0655807a73cce7"><ce:given-name>A.</ce:given-name><ce:surname>Vasiliev</ce:surname><ce:cross-ref refid="aff0890" id="crf10090"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au9450" author-id="S0370269323000643-ecdd4e446f958ae1e111e1f6f14ad352"><ce:given-name>O.</ce:given-name><ce:surname>Vázquez Doce</ce:surname><ce:cross-ref refid="aff0520" id="crf10100"><ce:sup>52</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1060" id="crf10110"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au9460" author-id="S0370269323000643-da7a5bcc54df9d651a45f4257178bc62"><ce:given-name>V.</ce:given-name><ce:surname>Vechernin</ce:surname><ce:cross-ref refid="aff1130" id="crf10120"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au9470" author-id="S0370269323000643-719861e2c74debee8a6d7166b0fea3f9"><ce:given-name>A.</ce:given-name><ce:surname>Velure</ce:surname><ce:cross-ref refid="aff0210" id="crf10130"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au9480" author-id="S0370269323000643-d84eb57d181dea407ab6d899a7410f59"><ce:given-name>E.</ce:given-name><ce:surname>Vercellin</ce:surname><ce:cross-ref refid="aff0240" id="crf10140"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au9490" author-id="S0370269323000643-c1a53a278608661ec566b926a681edc7"><ce:given-name>S.</ce:given-name><ce:surname>Vergara Limón</ce:surname><ce:cross-ref refid="aff0450" id="crf10150"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author id="au9500" author-id="S0370269323000643-2764a989c35d305debc4de86602af73f"><ce:given-name>L.</ce:given-name><ce:surname>Vermunt</ce:surname><ce:cross-ref refid="aff0620" id="crf10160"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au9510" author-id="S0370269323000643-76bafee7a92e2a9cecba44d698e753a6"><ce:given-name>R.</ce:given-name><ce:surname>Vértesi</ce:surname><ce:cross-ref refid="aff1460" id="crf10170"><ce:sup>146</ce:sup></ce:cross-ref></ce:author><ce:author id="au9520" author-id="S0370269323000643-64be48eb95af6b610ab081e031096a44"><ce:given-name>M.</ce:given-name><ce:surname>Verweij</ce:surname><ce:cross-ref refid="aff0620" id="crf10180"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au9530" author-id="S0370269323000643-94c0fe97ff67b961e7e99d69e2a56443"><ce:given-name>L.</ce:given-name><ce:surname>Vickovic</ce:surname><ce:cross-ref refid="aff0350" id="crf10190"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author id="au9540" author-id="S0370269323000643-04bd1d2d69efff87b33654e43eb3022b"><ce:given-name>Z.</ce:given-name><ce:surname>Vilakazi</ce:surname><ce:cross-ref refid="aff1320" id="crf10200"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au9550" author-id="S0370269323000643-b7d9564507a321d2d26fc5d8c8348aaa"><ce:given-name>O.</ce:given-name><ce:surname>Villalobos Baillie</ce:surname><ce:cross-ref refid="aff1110" id="crf10210"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au9560" author-id="S0370269323000643-a3892e1fc2199ba26a125f00d8ca3539"><ce:given-name>G.</ce:given-name><ce:surname>Vino</ce:surname><ce:cross-ref refid="aff0530" id="crf10220"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author id="au9570" author-id="S0370269323000643-29e0fcd83fe999ea91976589e864f21b"><ce:given-name>A.</ce:given-name><ce:surname>Vinogradov</ce:surname><ce:cross-ref refid="aff0890" id="crf10230"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au9580" author-id="S0370269323000643-7ee08c34b6d7479dea4e2b8c3d7ce4f7"><ce:given-name>T.</ce:given-name><ce:surname>Virgili</ce:surname><ce:cross-ref refid="aff0290" id="crf10240"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au9590" author-id="S0370269323000643-fed6a5fcddf4a94294db2d0973ecaea8"><ce:given-name>V.</ce:given-name><ce:surname>Vislavicius</ce:surname><ce:cross-ref refid="aff0900" id="crf10250"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au9600" author-id="S0370269323000643-9f60c23f9225d23ef504e6419753bf79"><ce:given-name>A.</ce:given-name><ce:surname>Vodopyanov</ce:surname><ce:cross-ref refid="aff0750" id="crf10260"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au9610" author-id="S0370269323000643-c98c6b9e5e2755a8c08f90d4dd0ce54c"><ce:given-name>B.</ce:given-name><ce:surname>Volkel</ce:surname><ce:cross-ref refid="aff0340" id="crf10270"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9620" author-id="S0370269323000643-409eb37c5637fb136e58faf92c3bb1ca"><ce:given-name>M.A.</ce:given-name><ce:surname>Völkl</ce:surname><ce:cross-ref refid="aff1050" id="crf10280"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au9630" author-id="S0370269323000643-5fa3b0c5cd63074069320744aebd6d13"><ce:given-name>K.</ce:given-name><ce:surname>Voloshin</ce:surname><ce:cross-ref refid="aff0930" id="crf10290"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au9640" author-id="S0370269323000643-57ec712e9628632a2ec4ba85186ee32a"><ce:given-name>S.A.</ce:given-name><ce:surname>Voloshin</ce:surname><ce:cross-ref refid="aff1440" id="crf10300"><ce:sup>144</ce:sup></ce:cross-ref></ce:author><ce:author id="au9650" author-id="S0370269323000643-f6777f409ca72674ceb72ffa4f303b59"><ce:given-name>G.</ce:given-name><ce:surname>Volpe</ce:surname><ce:cross-ref refid="aff0330" id="crf10310"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author id="au9660" author-id="S0370269323000643-3996b3e93129a2159ed0eb3b176f20e6"><ce:given-name>B.</ce:given-name><ce:surname>von Haller</ce:surname><ce:cross-ref refid="aff0340" id="crf10320"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9670" author-id="S0370269323000643-58249f4749b1084a40d3644672e443f3"><ce:given-name>I.</ce:given-name><ce:surname>Vorobyev</ce:surname><ce:cross-ref refid="aff1060" id="crf10330"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au9680" author-id="S0370269323000643-d2b4078835ab540da8b2d9fea3ef0e52"><ce:given-name>N.</ce:given-name><ce:surname>Vozniuk</ce:surname><ce:cross-ref refid="aff0630" id="crf10340"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au9690" author-id="S0370269323000643-9feadfb4556ab34e1316f18d086e7bed"><ce:given-name>J.</ce:given-name><ce:surname>Vrláková</ce:surname><ce:cross-ref refid="aff0380" id="crf10350"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au9700" author-id="S0370269323000643-ab1490e4e82947dd774ac4cb21acfea5"><ce:given-name>B.</ce:given-name><ce:surname>Wagner</ce:surname><ce:cross-ref refid="aff0210" id="crf10360"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au9710" author-id="S0370269323000643-6ed7035a79dd824bd6a0b2572108463b"><ce:given-name>C.</ce:given-name><ce:surname>Wang</ce:surname><ce:cross-ref refid="aff0400" id="crf10370"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author id="au9720" author-id="S0370269323000643-acba1a294e63a54789e94f0c48170a7c"><ce:given-name>D.</ce:given-name><ce:surname>Wang</ce:surname><ce:cross-ref refid="aff0400" id="crf10380"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author id="au9730" author-id="S0370269323000643-86448d3a1cf868fca209fc2d36f58f5e"><ce:given-name>M.</ce:given-name><ce:surname>Weber</ce:surname><ce:cross-ref refid="aff1140" id="crf10390"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author id="au9740" author-id="S0370269323000643-b19740465a27da9581dafc73eb6a141a"><ce:given-name>R.J.G.V.</ce:given-name><ce:surname>Weelden</ce:surname><ce:cross-ref refid="aff0910" id="crf10400"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au9750" author-id="S0370269323000643-8ed929c2763388d291ed05f7803d55a7"><ce:given-name>A.</ce:given-name><ce:surname>Wegrzynek</ce:surname><ce:cross-ref refid="aff0340" id="crf10410"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9760" author-id="S0370269323000643-fc054185e3e03ba2ba73fedce1880cf3"><ce:given-name>S.C.</ce:given-name><ce:surname>Wenzel</ce:surname><ce:cross-ref refid="aff0340" id="crf10420"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au9770" author-id="S0370269323000643-2315a255b201c88ad0087de64fcac834"><ce:given-name>J.P.</ce:given-name><ce:surname>Wessels</ce:surname><ce:cross-ref refid="aff1450" id="crf10430"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au9780" author-id="S0370269323000643-d0369f0e3d93a955cb5577312878292a"><ce:given-name>S.L.</ce:given-name><ce:surname>Weyhmiller</ce:surname><ce:cross-ref refid="aff1470" id="crf10440"><ce:sup>147</ce:sup></ce:cross-ref></ce:author><ce:author id="au9790" author-id="S0370269323000643-d35206c8771dcf8151d8531c8b5a4ad9"><ce:given-name>J.</ce:given-name><ce:surname>Wiechula</ce:surname><ce:cross-ref refid="aff0680" id="crf10450"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author id="au9800" author-id="S0370269323000643-924aa82bb7057758dfd6b448c22248a6"><ce:given-name>J.</ce:given-name><ce:surname>Wikne</ce:surname><ce:cross-ref refid="aff0200" id="crf10460"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au9810" author-id="S0370269323000643-c6cf2d96fecc56427c920ff58c5f8f6c"><ce:given-name>G.</ce:given-name><ce:surname>Wilk</ce:surname><ce:cross-ref refid="aff0860" id="crf10470"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author id="au9820" author-id="S0370269323000643-defbde1b1ee45aba41243923803c24ee"><ce:given-name>J.</ce:given-name><ce:surname>Wilkinson</ce:surname><ce:cross-ref refid="aff1080" id="crf10480"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au9830" author-id="S0370269323000643-acd8b64118fe312de8703fd0ec307f2f"><ce:given-name>G.A.</ce:given-name><ce:surname>Willems</ce:surname><ce:cross-ref refid="aff1450" id="crf10490"><ce:sup>145</ce:sup></ce:cross-ref></ce:author><ce:author id="au9840" author-id="S0370269323000643-e27950605181c5633f31db79992710c0"><ce:given-name>B.</ce:given-name><ce:surname>Windelband</ce:surname><ce:cross-ref refid="aff1050" id="crf10500"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au9850" author-id="S0370269323000643-a855e71c5af983bba42efb2e9f0e3725"><ce:given-name>M.</ce:given-name><ce:surname>Winn</ce:surname><ce:cross-ref refid="aff1390" id="crf10510"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au9860" author-id="S0370269323000643-83c85a8831fefd1d1f58efde1e98d382"><ce:given-name>W.E.</ce:given-name><ce:surname>Witt</ce:surname><ce:cross-ref refid="aff1310" id="crf10520"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au9870" author-id="S0370269323000643-5cd6a9eca5037ab2657c1654558d4a0d"><ce:given-name>J.R.</ce:given-name><ce:surname>Wright</ce:surname><ce:cross-ref refid="aff1190" id="crf10530"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au9880" author-id="S0370269323000643-e020a09e1f80d41df58661e69fc302a8"><ce:given-name>W.</ce:given-name><ce:surname>Wu</ce:surname><ce:cross-ref refid="aff0400" id="crf10540"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author id="au9890" author-id="S0370269323000643-4d41bda7d295237516fe3d3063752576"><ce:given-name>Y.</ce:given-name><ce:surname>Wu</ce:surname><ce:cross-ref refid="aff1290" id="crf10550"><ce:sup>129</ce:sup></ce:cross-ref></ce:author><ce:author id="au9900" author-id="S0370269323000643-11e0bfbbade486f5296c5883173dddc5"><ce:given-name>R.</ce:given-name><ce:surname>Xu</ce:surname><ce:cross-ref refid="aff0070" id="crf10560"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au9910" author-id="S0370269323000643-e54d32bfd83e51167a20e139c21050fa"><ce:given-name>A.K.</ce:given-name><ce:surname>Yadav</ce:surname><ce:cross-ref refid="aff1420" id="crf10570"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au9920" author-id="S0370269323000643-d16c3a83fafe0285a03db859ddb8d52f"><ce:given-name>S.</ce:given-name><ce:surname>Yalcin</ce:surname><ce:cross-ref refid="aff0770" id="crf10580"><ce:sup>77</ce:sup></ce:cross-ref></ce:author><ce:author id="au9930" author-id="S0370269323000643-6142045f4cddc2cbac95eef90bcf1515"><ce:given-name>Y.</ce:given-name><ce:surname>Yamaguchi</ce:surname><ce:cross-ref refid="aff0460" id="crf10590"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au9940" author-id="S0370269323000643-77379878ecd8dcc55d4db065c5ede31e"><ce:given-name>K.</ce:given-name><ce:surname>Yamakawa</ce:surname><ce:cross-ref refid="aff0460" id="crf10600"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au9950" author-id="S0370269323000643-8645710c17bcf77063da5e08aaede517"><ce:given-name>S.</ce:given-name><ce:surname>Yang</ce:surname><ce:cross-ref refid="aff0210" id="crf10610"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au9960" author-id="S0370269323000643-a137667bdd118fdb6c97cbd5d31e1415"><ce:given-name>S.</ce:given-name><ce:surname>Yano</ce:surname><ce:cross-ref refid="aff0460" id="crf10620"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au9970" author-id="S0370269323000643-37532ff0bd8bdddc6df232a268ec17d2"><ce:given-name>Z.</ce:given-name><ce:surname>Yin</ce:surname><ce:cross-ref refid="aff0070" id="crf10630"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au9980" author-id="S0370269323000643-020b9765024ea0865dd600006691f5a2"><ce:given-name>I.-K.</ce:given-name><ce:surname>Yoo</ce:surname><ce:cross-ref refid="aff0170" id="crf10640"><ce:sup>17</ce:sup></ce:cross-ref></ce:author><ce:author id="au9990" author-id="S0370269323000643-52b96fdb9799a5cd26e06d18a506c4aa"><ce:given-name>J.H.</ce:given-name><ce:surname>Yoon</ce:surname><ce:cross-ref refid="aff0610" id="crf10650"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au10000" author-id="S0370269323000643-73709c3035c088e15ed8b7411bf05566"><ce:given-name>S.</ce:given-name><ce:surname>Yuan</ce:surname><ce:cross-ref refid="aff0210" id="crf10660"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author id="au10010" author-id="S0370269323000643-9a5a6d1f377a824ff90b8d2f97e01c35"><ce:given-name>A.</ce:given-name><ce:surname>Yuncu</ce:surname><ce:cross-ref refid="aff1050" id="crf10670"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au10020" author-id="S0370269323000643-286a6ccdb4251b1bec6b128436079ec4"><ce:given-name>V.</ce:given-name><ce:surname>Zaccolo</ce:surname><ce:cross-ref refid="aff0230" id="crf10680"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au10030" author-id="S0370269323000643-a4e873872ea785d77aa421904b204360"><ce:given-name>C.</ce:given-name><ce:surname>Zampolli</ce:surname><ce:cross-ref refid="aff0340" id="crf10690"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au10040" author-id="S0370269323000643-8fbc365281747946d5ece488d0df7135"><ce:given-name>H.J.C.</ce:given-name><ce:surname>Zanoli</ce:surname><ce:cross-ref refid="aff0620" id="crf10700"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author id="au10050" author-id="S0370269323000643-549f6b95123fe7d205fa36c1057adff8"><ce:given-name>F.</ce:given-name><ce:surname>Zanone</ce:surname><ce:cross-ref refid="aff1050" id="crf10710"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au10060" author-id="S0370269323000643-3f33ea0269cd662681f8b953e30ea589"><ce:given-name>N.</ce:given-name><ce:surname>Zardoshti</ce:surname><ce:cross-ref refid="aff0340" id="crf10720"><ce:sup>34</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1110" id="crf10730"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author id="au10070" author-id="S0370269323000643-394bfeaec10ec1e18faa261c714ef923"><ce:given-name>A.</ce:given-name><ce:surname>Zarochentsev</ce:surname><ce:cross-ref refid="aff1130" id="crf10740"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au10080" author-id="S0370269323000643-819bdf9fb8c4d95f2d6f73c62d8f60d3"><ce:given-name>P.</ce:given-name><ce:surname>Závada</ce:surname><ce:cross-ref refid="aff0660" id="crf10750"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author id="au10090" author-id="S0370269323000643-84e913ff8c5dae1bd2aa265385102007"><ce:given-name>N.</ce:given-name><ce:surname>Zaviyalov</ce:surname><ce:cross-ref refid="aff1090" id="crf10760"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author id="au10100" author-id="S0370269323000643-aed647673bbdab8917ad7db7c9323c65"><ce:given-name>M.</ce:given-name><ce:surname>Zhalov</ce:surname><ce:cross-ref refid="aff0990" id="crf10770"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author id="au10110" author-id="S0370269323000643-796f81177fe027cdcc20b15a209a6b3b"><ce:given-name>B.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0070" id="crf10780"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au10120" author-id="S0370269323000643-1ccde66d9ebf8813477a4bfc150ffac7"><ce:given-name>S.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0400" id="crf10790"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author id="au10130" author-id="S0370269323000643-3aaf3e1d918b8b028995e495ca87e476"><ce:given-name>X.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0070" id="crf10800"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au10140" author-id="S0370269323000643-ba459de08e401db79a3e12f11312451d"><ce:given-name>Y.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff1290" id="crf10810"><ce:sup>129</ce:sup></ce:cross-ref></ce:author><ce:author id="au10150" author-id="S0370269323000643-9feeecb04ac9bd35d770466fb86792be"><ce:given-name>V.</ce:given-name><ce:surname>Zherebchevskii</ce:surname><ce:cross-ref refid="aff1130" id="crf10820"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au10160" author-id="S0370269323000643-617c42c28cb1b1d3dab680558c293767"><ce:given-name>Y.</ce:given-name><ce:surname>Zhi</ce:surname><ce:cross-ref refid="aff0110" id="crf10830"><ce:sup>11</ce:sup></ce:cross-ref></ce:author><ce:author id="au10170" author-id="S0370269323000643-3038f7cd79250ffa05fa0aff7644d2b3"><ce:given-name>N.</ce:given-name><ce:surname>Zhigareva</ce:surname><ce:cross-ref refid="aff0930" id="crf10840"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au10180" author-id="S0370269323000643-e9bc0465b352cd706eac4fc8b795a4c2"><ce:given-name>D.</ce:given-name><ce:surname>Zhou</ce:surname><ce:cross-ref refid="aff0070" id="crf10850"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au10190" author-id="S0370269323000643-4a0cdba9c352af9310759dd83e906db9"><ce:given-name>Y.</ce:given-name><ce:surname>Zhou</ce:surname><ce:cross-ref refid="aff0900" id="crf10860"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au10200" author-id="S0370269323000643-b564bd6149c66f06bbea2780670b8f50"><ce:given-name>J.</ce:given-name><ce:surname>Zhu</ce:surname><ce:cross-ref refid="aff1080" id="crf10870"><ce:sup>108</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0070" id="crf10880"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au10210" author-id="S0370269323000643-1fb0ab925cfcdaacb160193d82c1a978"><ce:given-name>Y.</ce:given-name><ce:surname>Zhu</ce:surname><ce:cross-ref refid="aff0070" id="crf10890"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author id="au10220" author-id="S0370269323000643-2ad055472e2fac995111c51c08396d0c"><ce:given-name>G.</ce:given-name><ce:surname>Zinovjev</ce:surname><ce:cross-ref refid="aff0030" id="crf10900"><ce:sup>3</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0010" id="crf10910"><ce:sup>I</ce:sup></ce:cross-ref></ce:author><ce:author id="au10230" author-id="S0370269323000643-92b5ecf5612e2e849fc1bba72c6cff99"><ce:given-name>N.</ce:given-name><ce:surname>Zurlo</ce:surname><ce:cross-ref refid="aff1410" id="crf10920"><ce:sup>141</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0580" id="crf10930"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:affiliation id="aff0010" affiliation-id="S0370269323000643-79d30baa35325e84d46378ba6ce12c18"><ce:label>1</ce:label><ce:textfn>A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation, Yerevan, Armenia</ce:textfn><sa:affiliation><sa:organization>A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation</sa:organization><sa:city>Yerevan</sa:city><sa:country>Armenia</sa:country></sa:affiliation><ce:source-text id="srct0005">A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation, Yerevan, Armenia</ce:source-text></ce:affiliation><ce:affiliation id="aff0020" affiliation-id="S0370269323000643-65754d218cf7f84bf1e02306b80caca0"><ce:label>2</ce:label><ce:textfn>AGH University of Science and Technology, Cracow, Poland</ce:textfn><sa:affiliation><sa:organization>AGH University of Science and Technology</sa:organization><sa:city>Cracow</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0010">AGH University of Science and Technology, Cracow, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff0030" affiliation-id="S0370269323000643-e916a2f48a17bc32220b61ae0e9b8e05"><ce:label>3</ce:label><ce:textfn>Bogolyubov Institute for Theoretical Physics, National Academy of Sciences of Ukraine, Kiev, Ukraine</ce:textfn><sa:affiliation><sa:organization>Bogolyubov Institute for Theoretical Physics</sa:organization><sa:organization>National Academy of Sciences of Ukraine</sa:organization><sa:city>Kiev</sa:city><sa:country>Ukraine</sa:country></sa:affiliation><ce:source-text id="srct0015">Bogolyubov Institute for Theoretical Physics, National Academy of Sciences of Ukraine, Kiev, Ukraine</ce:source-text></ce:affiliation><ce:affiliation id="aff0040" affiliation-id="S0370269323000643-9869d95133b2275e34836b8ad2f235c3"><ce:label>4</ce:label><ce:textfn>Bose Institute, Department of Physics and Centre for Astroparticle Physics and Space Science (CAPSS), Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Bose Institute</sa:organization><sa:organization>Department of Physics</sa:organization><sa:organization>Centre for Astroparticle Physics and Space Science (CAPSS)</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0020">Bose Institute, Department of Physics and Centre for Astroparticle Physics and Space Science (CAPSS), Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0050" affiliation-id="S0370269323000643-187ae13619e9f75c78fa64b9926e2952"><ce:label>5</ce:label><ce:textfn>Budker Institute for Nuclear Physics, Novosibirsk, Russia</ce:textfn><sa:affiliation><sa:organization>Budker Institute for Nuclear Physics</sa:organization><sa:city>Novosibirsk</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0025">Budker Institute for Nuclear Physics, Novosibirsk, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0060" affiliation-id="S0370269323000643-b7f796ef6c934d79a497288cdec192f6"><ce:label>6</ce:label><ce:textfn>California Polytechnic State University, San Luis Obispo, CA, United States</ce:textfn><sa:affiliation><sa:organization>California Polytechnic State University</sa:organization><sa:city>San Luis Obispo</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0030">California Polytechnic State University, San Luis Obispo, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0070" affiliation-id="S0370269323000643-3dcd6ffc2e8f27d6ed2f6237a209a384"><ce:label>7</ce:label><ce:textfn>Central China Normal University, Wuhan, China</ce:textfn><sa:affiliation><sa:organization>Central China Normal University</sa:organization><sa:city>Wuhan</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0035">Central China Normal University, Wuhan, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0080" affiliation-id="S0370269323000643-110460c7f2fbb319ec6d52e7cc3fc1d5"><ce:label>8</ce:label><ce:textfn>Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN), Havana, Cuba</ce:textfn><sa:affiliation><sa:organization>Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN)</sa:organization><sa:city>Havana</sa:city><sa:country>Cuba</sa:country></sa:affiliation><ce:source-text id="srct0040">Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN), Havana, Cuba</ce:source-text></ce:affiliation><ce:affiliation id="aff0090" affiliation-id="S0370269323000643-641aa526558990d110c090840e6f3d0c"><ce:label>9</ce:label><ce:textfn>Centro de Investigación y de Estudios Avanzados (CINVESTAV), Mexico City and Mérida, Mexico</ce:textfn><sa:affiliation><sa:organization>Centro de Investigación y de Estudios Avanzados (CINVESTAV)</sa:organization><sa:city>Mexico City and Mérida</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0045">Centro de Investigación y de Estudios Avanzados (CINVESTAV), Mexico City and Mérida, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0100" affiliation-id="S0370269323000643-9c73ece39ab638447cd10f268e329b2e"><ce:label>10</ce:label><ce:textfn>Chicago State University, Chicago, IL, United States</ce:textfn><sa:affiliation><sa:organization>Chicago State University</sa:organization><sa:city>Chicago</sa:city><sa:state>IL</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0050">Chicago State University, Chicago, Illinois, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0110" affiliation-id="S0370269323000643-d7da93bf3f02be0a46bee74f439b5930"><ce:label>11</ce:label><ce:textfn>China Institute of Atomic Energy, Beijing, China</ce:textfn><sa:affiliation><sa:organization>China Institute of Atomic Energy</sa:organization><sa:city>Beijing</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0055">China Institute of Atomic Energy, Beijing, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0120" affiliation-id="S0370269323000643-d477851cd020cd39da135784676a96ff"><ce:label>12</ce:label><ce:textfn>Chungbuk National University, Cheongju, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Chungbuk National University</sa:organization><sa:city>Cheongju</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0060">Chungbuk National University, Cheongju, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0130" affiliation-id="S0370269323000643-ffca702bc50b4f17be4153d6998acb8d"><ce:label>13</ce:label><ce:textfn>Comenius University Bratislava, Faculty of Mathematics, Physics and Informatics, Bratislava, Slovakia</ce:textfn><sa:affiliation><sa:organization>Comenius University Bratislava</sa:organization><sa:organization>Faculty of Mathematics, Physics and Informatics</sa:organization><sa:city>Bratislava</sa:city><sa:country>Slovakia</sa:country></sa:affiliation><ce:source-text id="srct0065">Comenius University Bratislava, Faculty of Mathematics, Physics and Informatics, Bratislava, Slovakia</ce:source-text></ce:affiliation><ce:affiliation id="aff0140" affiliation-id="S0370269323000643-78cc8333b14d598fc5e3c0230d1de22e"><ce:label>14</ce:label><ce:textfn>COMSATS University Islamabad, Islamabad, Pakistan</ce:textfn><sa:affiliation><sa:organization>COMSATS University Islamabad</sa:organization><sa:city>Islamabad</sa:city><sa:country>Pakistan</sa:country></sa:affiliation><ce:source-text id="srct0070">COMSATS University Islamabad, Islamabad, Pakistan</ce:source-text></ce:affiliation><ce:affiliation id="aff0150" affiliation-id="S0370269323000643-42161ea7466da89325c5b37601107c55"><ce:label>15</ce:label><ce:textfn>Creighton University, Omaha, NE, United States</ce:textfn><sa:affiliation><sa:organization>Creighton University</sa:organization><sa:city>Omaha</sa:city><sa:state>NE</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0075">Creighton University, Omaha, Nebraska, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0160" affiliation-id="S0370269323000643-bd5e6b818668501c1deea76e96cac833"><ce:label>16</ce:label><ce:textfn>Department of Physics, Aligarh Muslim University, Aligarh, India</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Aligarh Muslim University</sa:organization><sa:city>Aligarh</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0080">Department of Physics, Aligarh Muslim University, Aligarh, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0170" affiliation-id="S0370269323000643-ebe7875fb705d3c179953d196aa8b94b"><ce:label>17</ce:label><ce:textfn>Department of Physics, Pusan National University, Pusan, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Pusan National University</sa:organization><sa:city>Pusan</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0085">Department of Physics, Pusan National University, Pusan, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0180" affiliation-id="S0370269323000643-24ddc81b37e640977b88412ba28336a4"><ce:label>18</ce:label><ce:textfn>Department of Physics, Sejong University, Seoul, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Sejong University</sa:organization><sa:city>Seoul</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0090">Department of Physics, Sejong University, Seoul, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0190" affiliation-id="S0370269323000643-66245837acb0d7fb7ada51de0fd95043"><ce:label>19</ce:label><ce:textfn>Department of Physics, University of California, Berkeley, CA, United States</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>University of California</sa:organization><sa:city>Berkeley</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0095">Department of Physics, University of California, Berkeley, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0200" affiliation-id="S0370269323000643-63776eabafa9e32856b35562692a4488"><ce:label>20</ce:label><ce:textfn>Department of Physics, University of Oslo, Oslo, Norway</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>University of Oslo</sa:organization><sa:city>Oslo</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0100">Department of Physics, University of Oslo, Oslo, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0210" affiliation-id="S0370269323000643-020451a59d5e257505166bdb7847cdd7"><ce:label>21</ce:label><ce:textfn>Department of Physics and Technology, University of Bergen, Bergen, Norway</ce:textfn><sa:affiliation><sa:organization>Department of Physics and Technology</sa:organization><sa:organization>University of Bergen</sa:organization><sa:city>Bergen</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0105">Department of Physics and Technology, University of Bergen, Bergen, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0220" affiliation-id="S0370269323000643-81d87d2cd8c9f6aa2a1c7f4b13115ef3"><ce:label>22</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Cagliari, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Cagliari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0110">Dipartimento di Fisica dell'Università and Sezione INFN, Cagliari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0230" affiliation-id="S0370269323000643-849d0ba7888fcb2a09aad7ac1095ec15"><ce:label>23</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Trieste, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Trieste</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0115">Dipartimento di Fisica dell'Università and Sezione INFN, Trieste, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0240" affiliation-id="S0370269323000643-68c63fd1cb9e8623af62118bbef39c9e"><ce:label>24</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0120">Dipartimento di Fisica dell'Università and Sezione INFN, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0250" affiliation-id="S0370269323000643-7a40dab487121429c63e59c3de15ccfa"><ce:label>25</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Bologna, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bologna</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0125">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Bologna, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0260" affiliation-id="S0370269323000643-72e3fe624de7d3d3223574366a22ef30"><ce:label>26</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Catania, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Catania</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0130">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Catania, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0270" affiliation-id="S0370269323000643-6145c67e3009fb117e82f5429b2af282"><ce:label>27</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Padova, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Padova</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0135">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Padova, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0280" affiliation-id="S0370269323000643-ed02ab18bfc8872ec646d178987b6fb8"><ce:label>28</ce:label><ce:textfn>Dipartimento di Fisica e Nucleare e Teorica, Università di Pavia, Pavia, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Nucleare e Teorica</sa:organization><sa:organization>Università di Pavia</sa:organization><sa:city>Pavia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0140">Dipartimento di Fisica e Nucleare e Teorica, Università di Pavia, Pavia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0290" affiliation-id="S0370269323000643-a001bc692b1f1f84377401c9e2632e51"><ce:label>29</ce:label><ce:textfn>Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università and Gruppo Collegato INFN, Salerno, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università</sa:organization><sa:organization>Gruppo Collegato INFN</sa:organization><sa:city>Salerno</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0145">Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università and Gruppo Collegato INFN, Salerno, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0300" affiliation-id="S0370269323000643-362983c57dbe79a62add2550bfe565dc"><ce:label>30</ce:label><ce:textfn>Dipartimento DISAT del Politecnico and Sezione INFN, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento DISAT del Politecnico</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0150">Dipartimento DISAT del Politecnico and Sezione INFN, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0310" affiliation-id="S0370269323000643-be2c5e0552d256581ca35805d61bfd27"><ce:label>31</ce:label><ce:textfn>Dipartimento di Scienze e Innovazione Tecnologica dell'Università del Piemonte Orientale and INFN Sezione di Torino, Alessandria, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Scienze e Innovazione Tecnologica dell'Università del Piemonte Orientale</sa:organization><sa:organization>INFN Sezione di Torino</sa:organization><sa:city>Alessandria</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0155">Dipartimento di Scienze e Innovazione Tecnologica dell'Università del Piemonte Orientale and INFN Sezione di Torino, Alessandria, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0320" affiliation-id="S0370269323000643-7a82e32411929fc5768d11b72609a4d8"><ce:label>32</ce:label><ce:textfn>Dipartimento di Scienze MIFT, Università di Messina, Messina, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Scienze MIFT</sa:organization><sa:organization>Università di Messina</sa:organization><sa:city>Messina</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0160">Dipartimento di Scienze MIFT, Università di Messina, Messina, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0330" affiliation-id="S0370269323000643-0bfba0b176e2b6e1b67e6564c87308b5"><ce:label>33</ce:label><ce:textfn>Dipartimento Interateneo di Fisica ‘M. Merlin’ and Sezione INFN, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento Interateneo di Fisica ‘M. Merlin’</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0165">Dipartimento Interateneo di Fisica ‘M. Merlin’ and Sezione INFN, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0340" affiliation-id="S0370269323000643-44f92095d23d6e3d2fb8e8fc998c51f2"><ce:label>34</ce:label><ce:textfn>European Organization for Nuclear Research (CERN), Geneva, Switzerland</ce:textfn><sa:affiliation><sa:organization>European Organization for Nuclear Research (CERN)</sa:organization><sa:city>Geneva</sa:city><sa:country>Switzerland</sa:country></sa:affiliation><ce:source-text id="srct0170">European Organization for Nuclear Research (CERN), Geneva, Switzerland</ce:source-text></ce:affiliation><ce:affiliation id="aff0350" affiliation-id="S0370269323000643-f220870dd6ed2747e8ec11b2ba624bf5"><ce:label>35</ce:label><ce:textfn>Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, University of Split, Split, Croatia</ce:textfn><sa:affiliation><sa:organization>Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture</sa:organization><sa:organization>University of Split</sa:organization><sa:city>Split</sa:city><sa:country>Croatia</sa:country></sa:affiliation><ce:source-text id="srct0175">Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, University of Split, Split, Croatia</ce:source-text></ce:affiliation><ce:affiliation id="aff0360" affiliation-id="S0370269323000643-5bf4b9d297f0544e6037addfb7689840"><ce:label>36</ce:label><ce:textfn>Faculty of Engineering and Science, Western Norway University of Applied Sciences, Bergen, Norway</ce:textfn><sa:affiliation><sa:organization>Faculty of Engineering and Science</sa:organization><sa:organization>Western Norway University of Applied Sciences</sa:organization><sa:city>Bergen</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0180">Faculty of Engineering and Science, Western Norway University of Applied Sciences, Bergen, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0370" affiliation-id="S0370269323000643-56d412e1c3fe114d9a18225fa76274c9"><ce:label>37</ce:label><ce:textfn>Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Prague, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Faculty of Nuclear Sciences and Physical Engineering</sa:organization><sa:organization>Czech Technical University in Prague</sa:organization><sa:city>Prague</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0185">Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Prague, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0380" affiliation-id="S0370269323000643-fb857933012a43dca7eed2503db4f3dd"><ce:label>38</ce:label><ce:textfn>Faculty of Science, P.J. Šafárik University, Košice, Slovakia</ce:textfn><sa:affiliation><sa:organization>Faculty of Science</sa:organization><sa:organization>P.J. Šafárik University</sa:organization><sa:city>Košice</sa:city><sa:country>Slovakia</sa:country></sa:affiliation><ce:source-text id="srct0190">Faculty of Science, P.J. Šafárik University, Košice, Slovakia</ce:source-text></ce:affiliation><ce:affiliation id="aff0390" affiliation-id="S0370269323000643-a18716885f5bc83f5d1aee8d0d80c7af"><ce:label>39</ce:label><ce:textfn>Frankfurt Institute for Advanced Studies, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Frankfurt Institute for Advanced Studies</sa:organization><sa:organization>Johann Wolfgang Goethe-Universität Frankfurt</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0195">Frankfurt Institute for Advanced Studies, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0400" affiliation-id="S0370269323000643-f0b0a2b18fef5547dcd39253b5714404"><ce:label>40</ce:label><ce:textfn>Fudan University, Shanghai, China</ce:textfn><sa:affiliation><sa:organization>Fudan University</sa:organization><sa:city>Shanghai</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0200">Fudan University, Shanghai, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0410" affiliation-id="S0370269323000643-a2398937a38c48ebf6ac3ff5e5d60b95"><ce:label>41</ce:label><ce:textfn>Gangneung-Wonju National University, Gangneung, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Gangneung-Wonju National University</sa:organization><sa:city>Gangneung</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0205">Gangneung-Wonju National University, Gangneung, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0420" affiliation-id="S0370269323000643-73bc80872cd116960a09bc477e035838"><ce:label>42</ce:label><ce:textfn>Gauhati University, Department of Physics, Guwahati, India</ce:textfn><sa:affiliation><sa:organization>Gauhati University</sa:organization><sa:organization>Department of Physics</sa:organization><sa:city>Guwahati</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0210">Gauhati University, Department of Physics, Guwahati, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0430" affiliation-id="S0370269323000643-9fd27eebf76465366fe59cb8d9620ae8"><ce:label>43</ce:label><ce:textfn>Helmholtz-Institut für Strahlen- und Kernphysik, Rheinische Friedrich-Wilhelms-Universität Bonn, Bonn, Germany</ce:textfn><sa:affiliation><sa:organization>Helmholtz-Institut für Strahlen- und Kernphysik</sa:organization><sa:organization>Rheinische Friedrich-Wilhelms-Universität Bonn</sa:organization><sa:city>Bonn</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0215">Helmholtz-Institut für Strahlen- und Kernphysik, Rheinische Friedrich-Wilhelms-Universität Bonn, Bonn, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0440" affiliation-id="S0370269323000643-66b9f8889421b091fa908925e638d91e"><ce:label>44</ce:label><ce:textfn>Helsinki Institute of Physics (HIP), Helsinki, Finland</ce:textfn><sa:affiliation><sa:organization>Helsinki Institute of Physics (HIP)</sa:organization><sa:city>Helsinki</sa:city><sa:country>Finland</sa:country></sa:affiliation><ce:source-text id="srct0220">Helsinki Institute of Physics (HIP), Helsinki, Finland</ce:source-text></ce:affiliation><ce:affiliation id="aff0450" affiliation-id="S0370269323000643-6968018d6fe1bd12a4413918be70ab85"><ce:label>45</ce:label><ce:textfn>High Energy Physics Group, Universidad Autónoma de Puebla, Puebla, Mexico</ce:textfn><sa:affiliation><sa:organization>High Energy Physics Group</sa:organization><sa:organization>Universidad Autónoma de Puebla</sa:organization><sa:city>Puebla</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0225">High Energy Physics Group, Universidad Autónoma de Puebla, Puebla, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0460" affiliation-id="S0370269323000643-8454dbc80caf49377b12cbde1879d7a0"><ce:label>46</ce:label><ce:textfn>Hiroshima University, Hiroshima, Japan</ce:textfn><sa:affiliation><sa:organization>Hiroshima University</sa:organization><sa:city>Hiroshima</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0230">Hiroshima University, Hiroshima, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0470" affiliation-id="S0370269323000643-9c00b97a376e62a36465178b70ef1f89"><ce:label>47</ce:label><ce:textfn>Hochschule Worms, Zentrum für Technologietransfer und Telekommunikation (ZTT), Worms, Germany</ce:textfn><sa:affiliation><sa:organization>Hochschule Worms</sa:organization><sa:organization>Zentrum für Technologietransfer und Telekommunikation (ZTT)</sa:organization><sa:city>Worms</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0235">Hochschule Worms, Zentrum für Technologietransfer und Telekommunikation (ZTT), Worms, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0480" affiliation-id="S0370269323000643-16bdf6e3577a480da99159f5d54452b1"><ce:label>48</ce:label><ce:textfn>Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>Horia Hulubei National Institute of Physics and Nuclear Engineering</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0240">Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff0490" affiliation-id="S0370269323000643-78df0ad3e050545612fd8d71a4776a19"><ce:label>49</ce:label><ce:textfn>Indian Institute of Technology Bombay (IIT), Mumbai, India</ce:textfn><sa:affiliation><sa:organization>Indian Institute of Technology Bombay (IIT)</sa:organization><sa:city>Mumbai</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0245">Indian Institute of Technology Bombay (IIT), Mumbai, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0500" affiliation-id="S0370269323000643-b8ad6c9375b7a89b768adb13f27427b4"><ce:label>50</ce:label><ce:textfn>Indian Institute of Technology Indore, Indore, India</ce:textfn><sa:affiliation><sa:organization>Indian Institute of Technology Indore</sa:organization><sa:city>Indore</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0250">Indian Institute of Technology Indore, Indore, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0510" affiliation-id="S0370269323000643-98c636440432201908fa6753b352596d"><ce:label>51</ce:label><ce:textfn>Indonesian Institute of Sciences, Jakarta, Indonesia</ce:textfn><sa:affiliation><sa:organization>Indonesian Institute of Sciences</sa:organization><sa:city>Jakarta</sa:city><sa:country>Indonesia</sa:country></sa:affiliation><ce:source-text id="srct0255">Indonesian Institute of Sciences, Jakarta, Indonesia</ce:source-text></ce:affiliation><ce:affiliation id="aff0520" affiliation-id="S0370269323000643-25658fba725d22058ae2a8649ceeb084"><ce:label>52</ce:label><ce:textfn>INFN, Laboratori Nazionali di Frascati, Frascati, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Laboratori Nazionali di Frascati</sa:organization><sa:city>Frascati</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0260">INFN, Laboratori Nazionali di Frascati, Frascati, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0530" affiliation-id="S0370269323000643-5d9dee68bdf16e34f2f3f01d930f367d"><ce:label>53</ce:label><ce:textfn>INFN, Sezione di Bari, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Bari</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0265">INFN, Sezione di Bari, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0540" affiliation-id="S0370269323000643-340d750afed4ff705cf1dd72bf688ca4"><ce:label>54</ce:label><ce:textfn>INFN, Sezione di Bologna, Bologna, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Bologna</sa:organization><sa:city>Bologna</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0270">INFN, Sezione di Bologna, Bologna, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0550" affiliation-id="S0370269323000643-436e8c989d6c10cae74944a81714a4e2"><ce:label>55</ce:label><ce:textfn>INFN, Sezione di Cagliari, Cagliari, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Cagliari</sa:organization><sa:city>Cagliari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0275">INFN, Sezione di Cagliari, Cagliari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0560" affiliation-id="S0370269323000643-f0607c03a8b381da2bb83a11f8d899c8"><ce:label>56</ce:label><ce:textfn>INFN, Sezione di Catania, Catania, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Catania</sa:organization><sa:city>Catania</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0280">INFN, Sezione di Catania, Catania, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0570" affiliation-id="S0370269323000643-cb33711bf32ecc9cc4697cbbea10fa88"><ce:label>57</ce:label><ce:textfn>INFN, Sezione di Padova, Padova, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Padova</sa:organization><sa:city>Padova</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0285">INFN, Sezione di Padova, Padova, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0580" affiliation-id="S0370269323000643-5c70f16aa0d389aa33e2589db6fcd5d6"><ce:label>58</ce:label><ce:textfn>INFN, Sezione di Pavia, Pavia, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Pavia</sa:organization><sa:city>Pavia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0290">INFN, Sezione di Pavia, Pavia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0590" affiliation-id="S0370269323000643-f1faa0de67f6d8d1ece0914257c7635c"><ce:label>59</ce:label><ce:textfn>INFN, Sezione di Torino, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Torino</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0295">INFN, Sezione di Torino, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0600" affiliation-id="S0370269323000643-0035d662cbe7eef98bed21545fd04324"><ce:label>60</ce:label><ce:textfn>INFN, Sezione di Trieste, Trieste, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Trieste</sa:organization><sa:city>Trieste</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0300">INFN, Sezione di Trieste, Trieste, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0610" affiliation-id="S0370269323000643-22e3a6d8462b39bb6c155bce0c9b21cd"><ce:label>61</ce:label><ce:textfn>Inha University, Incheon, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Inha University</sa:organization><sa:city>Incheon</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0305">Inha University, Incheon, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0620" affiliation-id="S0370269323000643-d4941ebd67ab9bbf96b1e6a906f4397c"><ce:label>62</ce:label><ce:textfn>Institute for Gravitational and Subatomic Physics (GRASP), Utrecht University/Nikhef, Utrecht, Netherlands</ce:textfn><sa:affiliation><sa:organization>Institute for Gravitational and Subatomic Physics (GRASP)</sa:organization><sa:organization>Utrecht University/Nikhef</sa:organization><sa:city>Utrecht</sa:city><sa:country>Netherlands</sa:country></sa:affiliation><ce:source-text id="srct0310">Institute for Gravitational and Subatomic Physics (GRASP), Utrecht University/Nikhef, Utrecht, Netherlands</ce:source-text></ce:affiliation><ce:affiliation id="aff0630" affiliation-id="S0370269323000643-ffd3d07e3cd462f194d82b1a01fbabeb"><ce:label>63</ce:label><ce:textfn>Institute for Nuclear Research, Academy of Sciences, Moscow, Russia</ce:textfn><sa:affiliation><sa:organization>Institute for Nuclear Research</sa:organization><sa:organization>Academy of Sciences</sa:organization><sa:city>Moscow</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0315">Institute for Nuclear Research, Academy of Sciences, Moscow, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0640" affiliation-id="S0370269323000643-c0ed70d0f039726935bd0309f74fcd8a"><ce:label>64</ce:label><ce:textfn>Institute of Experimental Physics, Slovak Academy of Sciences, Košice, Slovakia</ce:textfn><sa:affiliation><sa:organization>Institute of Experimental Physics</sa:organization><sa:organization>Slovak Academy of Sciences</sa:organization><sa:city>Košice</sa:city><sa:country>Slovakia</sa:country></sa:affiliation><ce:source-text id="srct0320">Institute of Experimental Physics, Slovak Academy of Sciences, Košice, Slovakia</ce:source-text></ce:affiliation><ce:affiliation id="aff0650" affiliation-id="S0370269323000643-6fa96ff1fcc4aaff09633c1217f06ff0"><ce:label>65</ce:label><ce:textfn>Institute of Physics, Homi Bhabha National Institute, Bhubaneswar, India</ce:textfn><sa:affiliation><sa:organization>Institute of Physics</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Bhubaneswar</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0325">Institute of Physics, Homi Bhabha National Institute, Bhubaneswar, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0660" affiliation-id="S0370269323000643-9f77e70dcbde10c6ed3d37b3b0071107"><ce:label>66</ce:label><ce:textfn>Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Institute of Physics of the Czech Academy of Sciences</sa:organization><sa:city>Prague</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0330">Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0670" affiliation-id="S0370269323000643-3309ea65bfe3ae2f96b232545cb67043"><ce:label>67</ce:label><ce:textfn>Institute of Space Science (ISS), Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>Institute of Space Science (ISS)</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0335">Institute of Space Science (ISS), Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff0680" affiliation-id="S0370269323000643-2759820a41f8b0ece8c42aa319465ed5"><ce:label>68</ce:label><ce:textfn>Institut für Kernphysik, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Institut für Kernphysik</sa:organization><sa:organization>Johann Wolfgang Goethe-Universität Frankfurt</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0340">Institut für Kernphysik, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0690" affiliation-id="S0370269323000643-b18018b82a469dc4e4eb94f595cf4812"><ce:label>69</ce:label><ce:textfn>Instituto de Ciencias Nucleares, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:textfn><sa:affiliation><sa:organization>Instituto de Ciencias Nucleares</sa:organization><sa:organization>Universidad Nacional Autónoma de México</sa:organization><sa:city>Mexico City</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0345">Instituto de Ciencias Nucleares, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0700" affiliation-id="S0370269323000643-2aa194eda46d62198ea9b929240200b8"><ce:label>70</ce:label><ce:textfn>Instituto de Física, Universidade Federal do Rio Grande do Sul (UFRGS), Porto Alegre, Brazil</ce:textfn><sa:affiliation><sa:organization>Instituto de Física</sa:organization><sa:organization>Universidade Federal do Rio Grande do Sul (UFRGS)</sa:organization><sa:city>Porto Alegre</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0350">Instituto de Física, Universidade Federal do Rio Grande do Sul (UFRGS), Porto Alegre, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff0710" affiliation-id="S0370269323000643-9e9b95fa2c082308cb0efc3488541c67"><ce:label>71</ce:label><ce:textfn>Instituto de Física, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:textfn><sa:affiliation><sa:organization>Instituto de Física</sa:organization><sa:organization>Universidad Nacional Autónoma de México</sa:organization><sa:city>Mexico City</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0355">Instituto de Física, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0720" affiliation-id="S0370269323000643-4ef9aeae6b2f74e366edd12aafbea4cf"><ce:label>72</ce:label><ce:textfn>iThemba LABS, National Research Foundation, Somerset West, South Africa</ce:textfn><sa:affiliation><sa:organization>iThemba LABS</sa:organization><sa:organization>National Research Foundation</sa:organization><sa:city>Somerset West</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0360">iThemba LABS, National Research Foundation, Somerset West, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff0730" affiliation-id="S0370269323000643-2f4c4db0447d27fd2e43117b90bb74d4"><ce:label>73</ce:label><ce:textfn>Jeonbuk National University, Jeonju, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Jeonbuk National University</sa:organization><sa:city>Jeonju</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0365">Jeonbuk National University, Jeonju, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0740" affiliation-id="S0370269323000643-81ec7d4c8c69486a57ef1ca6a567076c"><ce:label>74</ce:label><ce:textfn>Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik, Fachbereich Informatik und Mathematik, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik</sa:organization><sa:organization>Fachbereich Informatik und Mathematik</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0370">Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik, Fachbereich Informatik und Mathematik, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0750" affiliation-id="S0370269323000643-53c65b0bfaf5dee3f840aa6c9e183978"><ce:label>75</ce:label><ce:textfn>Joint Institute for Nuclear Research (JINR), Dubna, Russia</ce:textfn><sa:affiliation><sa:organization>Joint Institute for Nuclear Research (JINR)</sa:organization><sa:city>Dubna</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0375">Joint Institute for Nuclear Research (JINR), Dubna, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0760" affiliation-id="S0370269323000643-c1d849875c0de0db6476f9cc96b07dd2"><ce:label>76</ce:label><ce:textfn>Korea Institute of Science and Technology Information, Daejeon, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Korea Institute of Science and Technology Information</sa:organization><sa:city>Daejeon</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0380">Korea Institute of Science and Technology Information, Daejeon, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0770" affiliation-id="S0370269323000643-c5cd420fa3d6b7c79dc3ab9e7c2dfb06"><ce:label>77</ce:label><ce:textfn>KTO Karatay University, Konya, Turkey</ce:textfn><sa:affiliation><sa:organization>KTO Karatay University</sa:organization><sa:city>Konya</sa:city><sa:country>Turkey</sa:country></sa:affiliation><ce:source-text id="srct0385">KTO Karatay University, Konya, Turkey</ce:source-text></ce:affiliation><ce:affiliation id="aff0780" affiliation-id="S0370269323000643-0bdd954451acb47f491c8c4996fa87da"><ce:label>78</ce:label><ce:textfn>Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie, Orsay, France</ce:textfn><sa:affiliation><sa:organization>Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie</sa:organization><sa:city>Orsay</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0390">Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie, Orsay, France</ce:source-text></ce:affiliation><ce:affiliation id="aff0790" affiliation-id="S0370269323000643-1487532e5bfe30325bc10c0583f7c38e"><ce:label>79</ce:label><ce:textfn>Laboratoire de Physique Subatomique et de Cosmologie, Université Grenoble-Alpes, CNRS-IN2P3, Grenoble, France</ce:textfn><sa:affiliation><sa:organization>Laboratoire de Physique Subatomique et de Cosmologie</sa:organization><sa:organization>Université Grenoble-Alpes</sa:organization><sa:organization>CNRS-IN2P3</sa:organization><sa:city>Grenoble</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0395">Laboratoire de Physique Subatomique et de Cosmologie, Université Grenoble-Alpes, CNRS-IN2P3, Grenoble, France</ce:source-text></ce:affiliation><ce:affiliation id="aff0800" affiliation-id="S0370269323000643-dd5512fbf2faf90b56635e0b411d44a2"><ce:label>80</ce:label><ce:textfn>Lawrence Berkeley National Laboratory, Berkeley, CA, United States</ce:textfn><sa:affiliation><sa:organization>Lawrence Berkeley National Laboratory</sa:organization><sa:city>Berkeley</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0400">Lawrence Berkeley National Laboratory, Berkeley, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0810" affiliation-id="S0370269323000643-ed03eefd58007822249c697d882deffc"><ce:label>81</ce:label><ce:textfn>Lund University Department of Physics, Division of Particle Physics, Lund, Sweden</ce:textfn><sa:affiliation><sa:organization>Lund University Department of Physics</sa:organization><sa:organization>Division of Particle Physics</sa:organization><sa:city>Lund</sa:city><sa:country>Sweden</sa:country></sa:affiliation><ce:source-text id="srct0405">Lund University Department of Physics, Division of Particle Physics, Lund, Sweden</ce:source-text></ce:affiliation><ce:affiliation id="aff0820" affiliation-id="S0370269323000643-ecd2d28e753f4396ad11c81a0c3e50ba"><ce:label>82</ce:label><ce:textfn>Moscow Institute for Physics and Technology, Moscow, Russia</ce:textfn><sa:affiliation><sa:organization>Moscow Institute for Physics and Technology</sa:organization><sa:city>Moscow</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0410">Moscow Institute for Physics and Technology, Moscow, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0830" affiliation-id="S0370269323000643-5b47ca06644b7f88e2267e9accbe867b"><ce:label>83</ce:label><ce:textfn>Nagasaki Institute of Applied Science, Nagasaki, Japan</ce:textfn><sa:affiliation><sa:organization>Nagasaki Institute of Applied Science</sa:organization><sa:city>Nagasaki</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0415">Nagasaki Institute of Applied Science, Nagasaki, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0840" affiliation-id="S0370269323000643-61cd55f0b96e9831d6063318d9967d43"><ce:label>84</ce:label><ce:textfn>Nara Women's University (NWU), Nara, Japan</ce:textfn><sa:affiliation><sa:organization>Nara Women's University (NWU)</sa:organization><sa:city>Nara</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0420">Nara Women's University (NWU), Nara, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0850" affiliation-id="S0370269323000643-7f50d99eb340e408fbc323cbce0c8905"><ce:label>85</ce:label><ce:textfn>National and Kapodistrian University of Athens, School of Science, Department of Physics , Athens, Greece</ce:textfn><sa:affiliation><sa:organization>National and Kapodistrian University of Athens</sa:organization><sa:organization>School of Science</sa:organization><sa:organization>Department of Physics</sa:organization><sa:city>Athens</sa:city><sa:country>Greece</sa:country></sa:affiliation><ce:source-text id="srct0425">National and Kapodistrian University of Athens, School of Science, Department of Physics , Athens, Greece</ce:source-text></ce:affiliation><ce:affiliation id="aff0860" affiliation-id="S0370269323000643-58192de9f95a93cb8bf485b9a5647bf5"><ce:label>86</ce:label><ce:textfn>National Centre for Nuclear Research, Warsaw, Poland</ce:textfn><sa:affiliation><sa:organization>National Centre for Nuclear Research</sa:organization><sa:city>Warsaw</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0430">National Centre for Nuclear Research, Warsaw, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff0870" affiliation-id="S0370269323000643-5c73c93f2c9aba1b7fcfa30741ce17ca"><ce:label>87</ce:label><ce:textfn>National Institute of Science Education and Research, Homi Bhabha National Institute, Jatni, India</ce:textfn><sa:affiliation><sa:organization>National Institute of Science Education and Research</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Jatni</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0435">National Institute of Science Education and Research, Homi Bhabha National Institute, Jatni, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0880" affiliation-id="S0370269323000643-1e229a9758219f877a7f903c2dde9c2b"><ce:label>88</ce:label><ce:textfn>National Nuclear Research Center, Baku, Azerbaijan</ce:textfn><sa:affiliation><sa:organization>National Nuclear Research Center</sa:organization><sa:city>Baku</sa:city><sa:country>Azerbaijan</sa:country></sa:affiliation><ce:source-text id="srct0440">National Nuclear Research Center, Baku, Azerbaijan</ce:source-text></ce:affiliation><ce:affiliation id="aff0890" affiliation-id="S0370269323000643-ef899e70d7f524a8b4dc85511af17a46"><ce:label>89</ce:label><ce:textfn>National Research Centre Kurchatov Institute, Moscow, Russia</ce:textfn><sa:affiliation><sa:organization>National Research Centre Kurchatov Institute</sa:organization><sa:city>Moscow</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0445">National Research Centre Kurchatov Institute, Moscow, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0900" affiliation-id="S0370269323000643-3e7cb9222cae4e75df0d93d2ea96329f"><ce:label>90</ce:label><ce:textfn>Niels Bohr Institute, University of Copenhagen, Copenhagen, Denmark</ce:textfn><sa:affiliation><sa:organization>Niels Bohr Institute</sa:organization><sa:organization>University of Copenhagen</sa:organization><sa:city>Copenhagen</sa:city><sa:country>Denmark</sa:country></sa:affiliation><ce:source-text id="srct0450">Niels Bohr Institute, University of Copenhagen, Copenhagen, Denmark</ce:source-text></ce:affiliation><ce:affiliation id="aff0910" affiliation-id="S0370269323000643-11b144edfb6d992e108d17991cc7681b"><ce:label>91</ce:label><ce:textfn>Nikhef, National Institute for Subatomic Physics, Amsterdam, Netherlands</ce:textfn><sa:affiliation><sa:organization>Nikhef</sa:organization><sa:organization>National Institute for Subatomic Physics</sa:organization><sa:city>Amsterdam</sa:city><sa:country>Netherlands</sa:country></sa:affiliation><ce:source-text id="srct0455">Nikhef, National institute for subatomic physics, Amsterdam, Netherlands</ce:source-text></ce:affiliation><ce:affiliation id="aff0920" affiliation-id="S0370269323000643-3c430648d0afb815a8e84258861895f0"><ce:label>92</ce:label><ce:textfn>NRC Kurchatov Institute IHEP, Protvino, Russia</ce:textfn><sa:affiliation><sa:organization>NRC Kurchatov Institute</sa:organization><sa:organization>IHEP</sa:organization><sa:city>Protvino</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0460">NRC Kurchatov Institute IHEP, Protvino, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0930" affiliation-id="S0370269323000643-3928c351c9b4797dafcf46dd65eee0cd"><ce:label>93</ce:label><ce:textfn>NRC «Kurchatov»Institute – ITEP, Moscow, Russia</ce:textfn><sa:affiliation><sa:organization>NRC «Kurchatov»Institute – ITEP</sa:organization><sa:city>Moscow</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0465">NRC «Kurchatov»Institute – ITEP, Moscow, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0940" affiliation-id="S0370269323000643-b4ad181607b9ab8fbc66e2278cdf943a"><ce:label>94</ce:label><ce:textfn>NRNU Moscow Engineering Physics Institute, Moscow, Russia</ce:textfn><sa:affiliation><sa:organization>NRNU Moscow Engineering Physics Institute</sa:organization><sa:city>Moscow</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0470">NRNU Moscow Engineering Physics Institute, Moscow, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff0950" affiliation-id="S0370269323000643-7ffc71d9a245ae3927bb4d373ff478ed"><ce:label>95</ce:label><ce:textfn>Nuclear Physics Group, STFC Daresbury Laboratory, Daresbury, United Kingdom</ce:textfn><sa:affiliation><sa:organization>Nuclear Physics Group</sa:organization><sa:organization>STFC Daresbury Laboratory</sa:organization><sa:city>Daresbury</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0475">Nuclear Physics Group, STFC Daresbury Laboratory, Daresbury, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff0960" affiliation-id="S0370269323000643-35f0d35e6b51b7c24d9b3bc939a45b30"><ce:label>96</ce:label><ce:textfn>Nuclear Physics Institute of the Czech Academy of Sciences, Řež u Prahy, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Nuclear Physics Institute of the Czech Academy of Sciences</sa:organization><sa:city>Řež u Prahy</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0480">Nuclear Physics Institute of the Czech Academy of Sciences, Řež u Prahy, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0970" affiliation-id="S0370269323000643-43c0b745ad096562d858417552718575"><ce:label>97</ce:label><ce:textfn>Oak Ridge National Laboratory, Oak Ridge, TN, United States</ce:textfn><sa:affiliation><sa:organization>Oak Ridge National Laboratory</sa:organization><sa:city>Oak Ridge</sa:city><sa:state>TN</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0485">Oak Ridge National Laboratory, Oak Ridge, Tennessee, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0980" affiliation-id="S0370269323000643-e4e32a64c7e436b0f2a688687dedfe5e"><ce:label>98</ce:label><ce:textfn>Ohio State University, Columbus, OH, United States</ce:textfn><sa:affiliation><sa:organization>Ohio State University</sa:organization><sa:city>Columbus</sa:city><sa:state>OH</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0490">Ohio State University, Columbus, Ohio, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0990" affiliation-id="S0370269323000643-90511898a8b3f881cbde7907eee7df47"><ce:label>99</ce:label><ce:textfn>Petersburg Nuclear Physics Institute, Gatchina, Russia</ce:textfn><sa:affiliation><sa:organization>Petersburg Nuclear Physics Institute</sa:organization><sa:city>Gatchina</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0495">Petersburg Nuclear Physics Institute, Gatchina, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff1000" affiliation-id="S0370269323000643-3c4eb171ede7112c64f1bc2c164f4732"><ce:label>100</ce:label><ce:textfn>Physics Department, Faculty of Science, University of Zagreb, Zagreb, Croatia</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>Faculty of Science</sa:organization><sa:organization>University of Zagreb</sa:organization><sa:city>Zagreb</sa:city><sa:country>Croatia</sa:country></sa:affiliation><ce:source-text id="srct0500">Physics department, Faculty of science, University of Zagreb, Zagreb, Croatia</ce:source-text></ce:affiliation><ce:affiliation id="aff1010" affiliation-id="S0370269323000643-30d6dbb96747c914840798f88bf250cb"><ce:label>101</ce:label><ce:textfn>Physics Department, Panjab University, Chandigarh, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>Panjab University</sa:organization><sa:city>Chandigarh</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0505">Physics Department, Panjab University, Chandigarh, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1020" affiliation-id="S0370269323000643-712bc80495e97050498604da603cb5cc"><ce:label>102</ce:label><ce:textfn>Physics Department, University of Jammu, Jammu, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>University of Jammu</sa:organization><sa:city>Jammu</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0510">Physics Department, University of Jammu, Jammu, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1030" affiliation-id="S0370269323000643-500771749243cadcbaeeac3f726e6a62"><ce:label>103</ce:label><ce:textfn>Physics Department, University of Rajasthan, Jaipur, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>University of Rajasthan</sa:organization><sa:city>Jaipur</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0515">Physics Department, University of Rajasthan, Jaipur, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1040" affiliation-id="S0370269323000643-0886f70da565231fd0e43398021fd604"><ce:label>104</ce:label><ce:textfn>Physikalisches Institut, Eberhard-Karls-Universität Tübingen, Tübingen, Germany</ce:textfn><sa:affiliation><sa:organization>Physikalisches Institut</sa:organization><sa:organization>Eberhard-Karls-Universität Tübingen</sa:organization><sa:city>Tübingen</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0520">Physikalisches Institut, Eberhard-Karls-Universität Tübingen, Tübingen, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1050" affiliation-id="S0370269323000643-1c67678e124982de924355cdd6d6b91b"><ce:label>105</ce:label><ce:textfn>Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany</ce:textfn><sa:affiliation><sa:organization>Physikalisches Institut</sa:organization><sa:organization>Ruprecht-Karls-Universität Heidelberg</sa:organization><sa:city>Heidelberg</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0525">Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1060" affiliation-id="S0370269323000643-7a5765cc3928149c8b77128cd52462ae"><ce:label>106</ce:label><ce:textfn>Physik Department, Technische Universität München, Munich, Germany</ce:textfn><sa:affiliation><sa:organization>Physik Department</sa:organization><sa:organization>Technische Universität München</sa:organization><sa:city>Munich</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0530">Physik Department, Technische Universität München, Munich, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1070" affiliation-id="S0370269323000643-0a06f4f5fb60a25c8f1936ed71c96cfe"><ce:label>107</ce:label><ce:textfn>Politecnico di Bari and Sezione INFN, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>Politecnico di Bari</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0535">Politecnico di Bari and Sezione INFN, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1080" affiliation-id="S0370269323000643-3451d358e90b759225813c9b9a6f098c"><ce:label>108</ce:label><ce:textfn>Research Division and ExtreMe Matter Institute EMMI, GSI Helmholtzzentrum für Schwerionenforschung GmbH, Darmstadt, Germany</ce:textfn><sa:affiliation><sa:organization>Research Division</sa:organization><sa:organization>ExtreMe Matter Institute EMMI</sa:organization><sa:organization>GSI Helmholtzzentrum für Schwerionenforschung GmbH</sa:organization><sa:city>Darmstadt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0540">Research Division and ExtreMe Matter Institute EMMI, GSI Helmholtzzentrum für Schwerionenforschung GmbH, Darmstadt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1090" affiliation-id="S0370269323000643-bdc21ecb323f7b76ee73d71fa687e6c3"><ce:label>109</ce:label><ce:textfn>Russian Federal Nuclear Center (VNIIEF), Sarov, Russia</ce:textfn><sa:affiliation><sa:organization>Russian Federal Nuclear Center (VNIIEF)</sa:organization><sa:city>Sarov</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0545">Russian Federal Nuclear Center (VNIIEF), Sarov, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff1100" affiliation-id="S0370269323000643-2771a2ae295804be11a4a937b894a546"><ce:label>110</ce:label><ce:textfn>Saha Institute of Nuclear Physics, Homi Bhabha National Institute, Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Saha Institute of Nuclear Physics</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0550">Saha Institute of Nuclear Physics, Homi Bhabha National Institute, Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1110" affiliation-id="S0370269323000643-b602cde70213041ca40ec5720e4e3e75"><ce:label>111</ce:label><ce:textfn>School of Physics and Astronomy, University of Birmingham, Birmingham, United Kingdom</ce:textfn><sa:affiliation><sa:organization>School of Physics and Astronomy</sa:organization><sa:organization>University of Birmingham</sa:organization><sa:city>Birmingham</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0555">School of Physics and Astronomy, University of Birmingham, Birmingham, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff1120" affiliation-id="S0370269323000643-1a1f0f3ae33ba0323ad4da08a216f4c3"><ce:label>112</ce:label><ce:textfn>Sección Física, Departamento de Ciencias, Pontificia Universidad Católica del Perú, Lima, Peru</ce:textfn><sa:affiliation><sa:organization>Sección Física</sa:organization><sa:organization>Departamento de Ciencias</sa:organization><sa:organization>Pontificia Universidad Católica del Perú</sa:organization><sa:city>Lima</sa:city><sa:country>Peru</sa:country></sa:affiliation><ce:source-text id="srct0560">Sección Física, Departamento de Ciencias, Pontificia Universidad Católica del Perú, Lima, Peru</ce:source-text></ce:affiliation><ce:affiliation id="aff1130" affiliation-id="S0370269323000643-e0932a7de5094071a8671adb41fe6812"><ce:label>113</ce:label><ce:textfn>St. Petersburg State University, St. Petersburg, Russia</ce:textfn><sa:affiliation><sa:organization>St. Petersburg State University</sa:organization><sa:city>St. Petersburg</sa:city><sa:country>Russia</sa:country></sa:affiliation><ce:source-text id="srct0565">St. Petersburg State University, St. Petersburg, Russia</ce:source-text></ce:affiliation><ce:affiliation id="aff1140" affiliation-id="S0370269323000643-24347400090c9a1efb87e7537af7461b"><ce:label>114</ce:label><ce:textfn>Stefan Meyer Institut für Subatomare Physik (SMI), Vienna, Austria</ce:textfn><sa:affiliation><sa:organization>Stefan Meyer Institut für Subatomare Physik (SMI)</sa:organization><sa:city>Vienna</sa:city><sa:country>Austria</sa:country></sa:affiliation><ce:source-text id="srct0570">Stefan Meyer Institut für Subatomare Physik (SMI), Vienna, Austria</ce:source-text></ce:affiliation><ce:affiliation id="aff1150" affiliation-id="S0370269323000643-920c67cc008319f3917103203f6dd703"><ce:label>115</ce:label><ce:textfn>SUBATECH, IMT Atlantique, Université de Nantes, CNRS-IN2P3, Nantes, France</ce:textfn><sa:affiliation><sa:organization>SUBATECH</sa:organization><sa:organization>IMT Atlantique</sa:organization><sa:organization>Université de Nantes</sa:organization><sa:organization>CNRS-IN2P3</sa:organization><sa:city>Nantes</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0575">SUBATECH, IMT Atlantique, Université de Nantes, CNRS-IN2P3, Nantes, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1160" affiliation-id="S0370269323000643-c3972f6af24eef12cc2ae3a53d6a7623"><ce:label>116</ce:label><ce:textfn>Suranaree University of Technology, Nakhon Ratchasima, Thailand</ce:textfn><sa:affiliation><sa:organization>Suranaree University of Technology</sa:organization><sa:city>Nakhon Ratchasima</sa:city><sa:country>Thailand</sa:country></sa:affiliation><ce:source-text id="srct0580">Suranaree University of Technology, Nakhon Ratchasima, Thailand</ce:source-text></ce:affiliation><ce:affiliation id="aff1170" affiliation-id="S0370269323000643-c78ab7c321a491b1927107824e5f2c30"><ce:label>117</ce:label><ce:textfn>Technical University of Košice, Košice, Slovakia</ce:textfn><sa:affiliation><sa:organization>Technical University of Košice</sa:organization><sa:city>Košice</sa:city><sa:country>Slovakia</sa:country></sa:affiliation><ce:source-text id="srct0585">Technical University of Košice, Košice, Slovakia</ce:source-text></ce:affiliation><ce:affiliation id="aff1180" affiliation-id="S0370269323000643-425836ada61fe0d3ee4ebf5b87598919"><ce:label>118</ce:label><ce:textfn>The Henryk Niewodniczanski Institute of Nuclear Physics, Polish Academy of Sciences, Cracow, Poland</ce:textfn><sa:affiliation><sa:organization>The Henryk Niewodniczanski Institute of Nuclear Physics</sa:organization><sa:organization>Polish Academy of Sciences</sa:organization><sa:city>Cracow</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0590">The Henryk Niewodniczanski Institute of Nuclear Physics, Polish Academy of Sciences, Cracow, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff1190" affiliation-id="S0370269323000643-302a66584ead3636c3e74b86b51cf474"><ce:label>119</ce:label><ce:textfn>The University of Texas at Austin, Austin, TX, United States</ce:textfn><sa:affiliation><sa:organization>The University of Texas at Austin</sa:organization><sa:city>Austin</sa:city><sa:state>TX</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0595">The University of Texas at Austin, Austin, Texas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1200" affiliation-id="S0370269323000643-48ea3700cc067946e6c3032832f0ce0a"><ce:label>120</ce:label><ce:textfn>Universidad Autónoma de Sinaloa, Culiacán, Mexico</ce:textfn><sa:affiliation><sa:organization>Universidad Autónoma de Sinaloa</sa:organization><sa:city>Culiacán</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0600">Universidad Autónoma de Sinaloa, Culiacán, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff1210" affiliation-id="S0370269323000643-310945a13cafb9845fe651fc7aa661b6"><ce:label>121</ce:label><ce:textfn>Universidade de São Paulo (USP), São Paulo, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade de São Paulo (USP)</sa:organization><sa:city>São Paulo</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0605">Universidade de São Paulo (USP), São Paulo, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1220" affiliation-id="S0370269323000643-226f6a475b7a1634e1530e2077d7590e"><ce:label>122</ce:label><ce:textfn>Universidade Estadual de Campinas (UNICAMP), Campinas, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade Estadual de Campinas (UNICAMP)</sa:organization><sa:city>Campinas</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0610">Universidade Estadual de Campinas (UNICAMP), Campinas, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1230" affiliation-id="S0370269323000643-7582533209ee7a368c4d249782e93c03"><ce:label>123</ce:label><ce:textfn>Universidade Federal do ABC, Santo Andre, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade Federal do ABC</sa:organization><sa:city>Santo Andre</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0615">Universidade Federal do ABC, Santo Andre, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1240" affiliation-id="S0370269323000643-f37f0b36132124cce5539b1f9c518079"><ce:label>124</ce:label><ce:textfn>University of Cape Town, Cape Town, South Africa</ce:textfn><sa:affiliation><sa:organization>University of Cape Town</sa:organization><sa:city>Cape Town</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0620">University of Cape Town, Cape Town, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff1250" affiliation-id="S0370269323000643-58fe35a5cc9d91eea34fd6e19293599b"><ce:label>125</ce:label><ce:textfn>University of Houston, Houston, TX, United States</ce:textfn><sa:affiliation><sa:organization>University of Houston</sa:organization><sa:city>Houston</sa:city><sa:state>TX</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0625">University of Houston, Houston, Texas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1260" affiliation-id="S0370269323000643-e9be2b1885c8285b7cb7b6534ca93d98"><ce:label>126</ce:label><ce:textfn>University of Jyväskylä, Jyväskylä, Finland</ce:textfn><sa:affiliation><sa:organization>University of Jyväskylä</sa:organization><sa:city>Jyväskylä</sa:city><sa:country>Finland</sa:country></sa:affiliation><ce:source-text id="srct0630">University of Jyväskylä, Jyväskylä, Finland</ce:source-text></ce:affiliation><ce:affiliation id="aff1270" affiliation-id="S0370269323000643-6e2074f6fd0b88987501b22e5d74f9c9"><ce:label>127</ce:label><ce:textfn>University of Kansas, Lawrence, KS, United States</ce:textfn><sa:affiliation><sa:organization>University of Kansas</sa:organization><sa:city>Lawrence</sa:city><sa:state>KS</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0635">University of Kansas, Lawrence, Kansas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1280" affiliation-id="S0370269323000643-f538fc5a59ec1d1c8f86d2a83cb4ced6"><ce:label>128</ce:label><ce:textfn>University of Liverpool, Liverpool, United Kingdom</ce:textfn><sa:affiliation><sa:organization>University of Liverpool</sa:organization><sa:city>Liverpool</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0640">University of Liverpool, Liverpool, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff1290" affiliation-id="S0370269323000643-5507e3344bf7b46ba698c2c045a8aba6"><ce:label>129</ce:label><ce:textfn>University of Science and Technology of China, Hefei, China</ce:textfn><sa:affiliation><sa:organization>University of Science and Technology of China</sa:organization><sa:city>Hefei</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0645">University of Science and Technology of China, Hefei, China</ce:source-text></ce:affiliation><ce:affiliation id="aff1300" affiliation-id="S0370269323000643-b080b99a0650ae4321512ce14fe0060e"><ce:label>130</ce:label><ce:textfn>University of South-Eastern Norway, Tonsberg, Norway</ce:textfn><sa:affiliation><sa:organization>University of South-Eastern Norway</sa:organization><sa:city>Tonsberg</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0650">University of South-Eastern Norway, Tonsberg, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff1310" affiliation-id="S0370269323000643-d6620449e5365c80224ff22fe1ca4e4a"><ce:label>131</ce:label><ce:textfn>University of Tennessee, Knoxville, TN, United States</ce:textfn><sa:affiliation><sa:organization>University of Tennessee</sa:organization><sa:city>Knoxville</sa:city><sa:state>TN</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0655">University of Tennessee, Knoxville, Tennessee, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1320" affiliation-id="S0370269323000643-6d43022152ccaa62119e4287bf3b5270"><ce:label>132</ce:label><ce:textfn>University of the Witwatersrand, Johannesburg, South Africa</ce:textfn><sa:affiliation><sa:organization>University of the Witwatersrand</sa:organization><sa:city>Johannesburg</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0660">University of the Witwatersrand, Johannesburg, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff1330" affiliation-id="S0370269323000643-9b9071fc23073da0e4317b3863c91b9e"><ce:label>133</ce:label><ce:textfn>University of Tokyo, Tokyo, Japan</ce:textfn><sa:affiliation><sa:organization>University of Tokyo</sa:organization><sa:city>Tokyo</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0665">University of Tokyo, Tokyo, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff1340" affiliation-id="S0370269323000643-da3fb88e8779358429638ee8f8dc4cb5"><ce:label>134</ce:label><ce:textfn>University of Tsukuba, Tsukuba, Japan</ce:textfn><sa:affiliation><sa:organization>University of Tsukuba</sa:organization><sa:city>Tsukuba</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0670">University of Tsukuba, Tsukuba, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff1350" affiliation-id="S0370269323000643-9fc1715eadb7b2ba79b1a87cef8015cd"><ce:label>135</ce:label><ce:textfn>University Politehnica of Bucharest, Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>University Politehnica of Bucharest</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0675">University Politehnica of Bucharest, Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff1360" affiliation-id="S0370269323000643-43e2ac82e11c4ca2fabbc7e457c74b37"><ce:label>136</ce:label><ce:textfn>Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France</ce:textfn><sa:affiliation><sa:organization>Université Clermont Auvergne</sa:organization><sa:organization>CNRS/IN2P3</sa:organization><sa:organization>LPC</sa:organization><sa:city>Clermont-Ferrand</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0680">Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1370" affiliation-id="S0370269323000643-08f13150d05b32d440951efec6f80d29"><ce:label>137</ce:label><ce:textfn>Université de Lyon, CNRS/IN2P3, Institut de Physique des 2 Infinis de Lyon, Lyon, France</ce:textfn><sa:affiliation><sa:organization>Université de Lyon</sa:organization><sa:organization>CNRS/IN2P3</sa:organization><sa:organization>Institut de Physique des 2 Infinis de Lyon</sa:organization><sa:city>Lyon</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0685">Université de Lyon, CNRS/IN2P3, Institut de Physique des 2 Infinis de Lyon, Lyon, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1380" affiliation-id="S0370269323000643-766d0075165899c16752f5f7ff1b8771"><ce:label>138</ce:label><ce:textfn>Université de Strasbourg, CNRS, IPHC UMR 7178, F-67000 Strasbourg, France</ce:textfn><sa:affiliation><sa:organization>Université de Strasbourg</sa:organization><sa:organization>CNRS</sa:organization><sa:organization>IPHC UMR 7178</sa:organization><sa:city>Strasbourg</sa:city><sa:postal-code>F-67000</sa:postal-code><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0690">Université de Strasbourg, CNRS, IPHC UMR 7178, F-67000 Strasbourg, France, Strasbourg, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1390" affiliation-id="S0370269323000643-36117066550bb6faaf9708b1b0ea670e"><ce:label>139</ce:label><ce:textfn>Université Paris-Saclay Centre d'Etudes de Saclay (CEA), IRFU, Départment de Physique Nucléaire (DPhN), Saclay, France</ce:textfn><sa:affiliation><sa:organization>Université Paris-Saclay</sa:organization><sa:organization>Centre d'Etudes de Saclay (CEA)</sa:organization><sa:organization>IRFU</sa:organization><sa:organization>Départment de Physique Nucléaire (DPhN)</sa:organization><sa:city>Saclay</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0695">Université Paris-Saclay Centre d'Etudes de Saclay (CEA), IRFU, Départment de Physique Nucléaire (DPhN), Saclay, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1400" affiliation-id="S0370269323000643-47ef552cdaf90d05d791574b14a8dcf9"><ce:label>140</ce:label><ce:textfn>Università degli Studi di Foggia, Foggia, Italy</ce:textfn><sa:affiliation><sa:organization>Università degli Studi di Foggia</sa:organization><sa:city>Foggia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0700">Università degli Studi di Foggia, Foggia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1410" affiliation-id="S0370269323000643-83cd0c0929f483f88e3d2cb59f064287"><ce:label>141</ce:label><ce:textfn>Università di Brescia, Brescia, Italy</ce:textfn><sa:affiliation><sa:organization>Università di Brescia</sa:organization><sa:city>Brescia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0705">Università di Brescia, Brescia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1420" affiliation-id="S0370269323000643-f1ae52f852d4d7d99988b3e872f887e4"><ce:label>142</ce:label><ce:textfn>Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Variable Energy Cyclotron Centre</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0710">Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1430" affiliation-id="S0370269323000643-bfd4fe0d3b8675ea55d96ce64033d817"><ce:label>143</ce:label><ce:textfn>Warsaw University of Technology, Warsaw, Poland</ce:textfn><sa:affiliation><sa:organization>Warsaw University of Technology</sa:organization><sa:city>Warsaw</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0715">Warsaw University of Technology, Warsaw, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff1440" affiliation-id="S0370269323000643-4e11d38f810a3540206ffb5151a35d3b"><ce:label>144</ce:label><ce:textfn>Wayne State University, Detroit, MI, United States</ce:textfn><sa:affiliation><sa:organization>Wayne State University</sa:organization><sa:city>Detroit</sa:city><sa:state>MI</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0720">Wayne State University, Detroit, Michigan, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1450" affiliation-id="S0370269323000643-0b76517a6de7ff0579ec14780f79d81b"><ce:label>145</ce:label><ce:textfn>Westfälische Wilhelms-Universität Münster, Institut für Kernphysik, Münster, Germany</ce:textfn><sa:affiliation><sa:organization>Westfälische Wilhelms-Universität Münster</sa:organization><sa:organization>Institut für Kernphysik</sa:organization><sa:city>Münster</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0725">Westfälische Wilhelms-Universität Münster, Institut für Kernphysik, Münster, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1460" affiliation-id="S0370269323000643-6b1ae45228f1f040c55767dc107b589d"><ce:label>146</ce:label><ce:textfn>Wigner Research Centre for Physics, Budapest, Hungary</ce:textfn><sa:affiliation><sa:organization>Wigner Research Centre for Physics</sa:organization><sa:city>Budapest</sa:city><sa:country>Hungary</sa:country></sa:affiliation><ce:source-text id="srct0730">Wigner Research Centre for Physics, Budapest, Hungary</ce:source-text></ce:affiliation><ce:affiliation id="aff1470" affiliation-id="S0370269323000643-96e79e7381eab77664732c3553e247e8"><ce:label>147</ce:label><ce:textfn>Yale University, New Haven, CT, United States</ce:textfn><sa:affiliation><sa:organization>Yale University</sa:organization><sa:city>New Haven</sa:city><sa:state>CT</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0735">Yale University, New Haven, Connecticut, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1480" affiliation-id="S0370269323000643-f3db17ceaf6ea4190e2176a6a129c96b"><ce:label>148</ce:label><ce:textfn>Yonsei University, Seoul, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Yonsei University</sa:organization><sa:city>Seoul</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0740">Yonsei University, Seoul, Republic of Korea</ce:source-text></ce:affiliation><ce:footnote id="fn0010"><ce:label>I</ce:label><ce:note-para id="np0010">Deceased.</ce:note-para></ce:footnote><ce:footnote id="fn0020"><ce:label>II</ce:label><ce:note-para id="np0020">Also at: Italian National Agency for New Technologies, Energy and Sustainable Economic Development (ENEA), Bologna, Italy.</ce:note-para></ce:footnote><ce:footnote id="fn0030"><ce:label>III</ce:label><ce:note-para id="np0030">Also at: Dipartimento DET del Politecnico di Torino, Turin, Italy.</ce:note-para></ce:footnote><ce:footnote id="fn0040"><ce:label>IV</ce:label><ce:note-para id="np0040">Also at: M.V. Lomonosov Moscow State University, D.V. Skobeltsyn Institute of Nuclear, Physics, Moscow, Russia.</ce:note-para></ce:footnote><ce:footnote id="fn0050"><ce:label>V</ce:label><ce:note-para id="np0050">Also at: Department of Applied Physics, Aligarh Muslim University, Aligarh, India.</ce:note-para></ce:footnote><ce:footnote id="fn0060"><ce:label>VI</ce:label><ce:note-para id="np0060">Also at: Institute of Theoretical Physics, University of Wroclaw, Poland.</ce:note-para></ce:footnote><ce:footnote id="fn0070"><ce:label>VII</ce:label><ce:note-para id="np0070">Also at: University of Kansas, Lawrence, Kansas, United States.</ce:note-para></ce:footnote></ce:author-group></ce:collaboration><ce:footnote id="fn0080"><ce:label>⋆</ce:label><ce:note-para id="np0080"><ce:italic>E-mail address:</ce:italic> <ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="mailto:alice-publications@cern.ch" id="inf0020">alice-publications@cern.ch</ce:inter-ref>.</ce:note-para></ce:footnote></ce:author-group><ce:date-received day="20" month="5" year="2022"/><ce:date-revised day="17" month="1" year="2023"/><ce:date-accepted day="17" month="1" year="2023"/><ce:miscellaneous id="ms0010">Editor: M. Doser</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0070">We present the first systematic comparison of the charged-particle pseudorapidity densities for three widely different collision systems, pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb, at the top energy of the Large Hadron Collider (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>) measured over a wide pseudorapidity range (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.5</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5</mml:mn></mml:math>), the widest possible among the four experiments at that facility. The systematic uncertainties are minimised since the measurements are recorded by the same experimental apparatus (ALICE). The distributions for p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb collisions are determined as a function of the centrality of the collisions, while results from pp collisions are reported for inelastic events with at least one charged particle at midrapidity. The charged-particle pseudorapidity densities are, under simple and robust assumptions, transformed to charged-particle rapidity densities. This allows for the calculation and the presentation of the evolution of the width of the rapidity distributions and of a lower bound on the Bjorken energy density, as a function of the number of participants in all three collision systems. We find a decreasing width of the particle production, and roughly a smooth ten fold increase in the energy density, as the system size grows, which is consistent with a gradually higher dense phase of matter.</ce:simple-para></ce:abstract-sec></ce:abstract></head><body><ce:sections><ce:section id="se0010" role="introduction"><ce:label>1</ce:label><ce:section-title id="st0020">Introduction</ce:section-title><ce:para id="pr0010">The number of charged particles produced in energetic nuclear collisions is an important indicator for the strong interaction processes that determine the particle production at the sub-nucleonic level. In particular, the production of charged particles is expected to reflect the number of quark and gluon collisions occurring during the initial stages of the reaction. The total number of particles produced also provides information on the energy transfer available from the initial colliding beams to particle production, as a consequence of nuclear stopping <ce:cross-ref refid="br0010" id="crf10940">[1]</ce:cross-ref>. In order to help unravel this complex scenario it is important to compare the particle production amongst collision systems of different sizes over a wide kinematic range.</ce:para><ce:para id="pr0020">We present the measured charged-particle pseudorapidity density, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math>, for pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb (previously published <ce:cross-ref refid="br0020" id="crf10950">[2]</ce:cross-ref>) collisions at the same collision energy of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> in the nucleon–nucleon centre-of-mass reference frame. This is, at present, the maximum available energy at CERN's Large Hadron Collider (LHC) for Pb<ce:glyph name="sbnd"/>Pb collisions. The measurements were carried out using ALICE at LHC (for earlier <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math> results see for example Refs. <ce:cross-refs refid="br0030 br0040 br0050" id="crs0010">[3–5]</ce:cross-refs>). The three studied reactions have different characteristics probing widely different particle production yields and mechanisms. In Pb<ce:glyph name="sbnd"/>Pb collisions, the total particle yield for central collisions is of the order 10<ce:sup>4</ce:sup> <ce:cross-ref refid="br0020" id="crf10960">[2]</ce:cross-ref>, and a strongly coupled plasma of quarks and gluons (sQGP) is formed <ce:cross-refs refid="br0060 br0070 br0080 br0090" id="crs0020">[6–9]</ce:cross-refs>, whose collective and transport properties are currently under intense study. On the other hand, pp collisions represent the simplest possible nuclear collision system, where the average total particle production is much smaller (≈80, by integrating the measured distributions), and is to first approximation much less subject to collective effects <ce:cross-ref refid="br0100" id="crf10970">[10]</ce:cross-ref>. The p<ce:glyph name="sbnd"/>Pb system is intermediate to the other reactions, corresponding to the situation where a single nucleon probes the nucleons in a narrow cylinder of the target nucleus. The extent to which p<ce:glyph name="sbnd"/>Pb is governed by the initial state cold nuclear matter of the lead ion or whether collective phenomena in the hot and dense medium play an important role is, at present, a matter under scrutiny by the community <ce:cross-refs refid="br0100 br0110" id="crs0030">[10,11]</ce:cross-refs>.</ce:para><ce:para id="pr0030">In this letter, we compare the three reactions and present the ratios of the charged-particle pseudorapidity density distributions (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math>) of the more complex reactions to the pp distribution. Owing to ALICE's unique large acceptance in pseudorapidity, and using simple and robust assumptions, we transform the measured charged-particle pseudorapidity density distributions into charged-particle rapidity density distributions (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math>). This allows us to calculate the width of the rapidity distributions as a function of the number of participating nucleons. The parameters of the transformation also allow us to estimate a lower bound on the energy density using the well-known formula from Bjorken <ce:cross-ref refid="br0120" id="crf10980">[12]</ce:cross-ref>. An energy density exceeding the critical energy density of roughly <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:math> <ce:cross-ref refid="br0130" id="crf10990">[13]</ce:cross-ref> is a necessary condition for the formation of deconfined matter of quarks and gluons, and thus it is of the utmost interest to understand the development of these energy densities across different collision systems.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">Experimental set-up, data sample, analysis method, systematic uncertainties</ce:section-title><ce:para id="pr0040">A detailed description of the ALICE detector and its performance can be found elsewhere <ce:cross-refs refid="br0140 br0150" id="crs0040">[14,15]</ce:cross-refs>. The present analysis uses the Silicon Pixel Detector (SPD) to determine the pseudorapidity densities in the range <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math> and the Forward Multiplicity Detector (FMD) in the ranges <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.5</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1.8</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mn>1.8</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5</mml:mn></mml:math>. The V0, comprised of two plastic scintillator discs covering <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.7</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1.7</mml:mn></mml:math> (V0C) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mn>2.8</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5.1</mml:mn></mml:math> (V0A), and the ZDC, two zero-degree calorimeters located <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>112.5</mml:mn><mml:mspace width="0.2em"/><mml:mtext>m</mml:mtext></mml:math> from the interaction point, measurements determine the collision centrality and are used for offline event selection <ce:cross-ref refid="br0020" id="crf11000">[2]</ce:cross-ref>.</ce:para><ce:para id="pr0050">The results presented are based on data from collisions at a centre-of-mass energy per nucleon pair of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> as collected by ALICE during LHC Run 1 (2013) for p<ce:glyph name="sbnd"/>Pb, and during Run 2 (2015) for pp and Pb<ce:glyph name="sbnd"/>Pb. The FMD suffered high levels of background noise during the 2016 p<ce:glyph name="sbnd"/>Pb campaign, due to the high collision rate, and this data is therefore not used for the present analysis. About 10<ce:sup>5</ce:sup> events with a minimum bias trigger requirement <ce:cross-ref refid="br0020" id="crf11010">[2]</ce:cross-ref> were analysed in the centrality range from 0% to 90% and 0% to 100% of the visible cross section for Pb<ce:glyph name="sbnd"/>Pb and p<ce:glyph name="sbnd"/>Pb collisions, respectively. The minimum bias trigger for p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb collisions in ALICE was defined as a coincidence between the V0A and V0C sides of the V0 detector.</ce:para><ce:para id="pr0060">The data from the p<ce:glyph name="sbnd"/>Pb collisions were taken in two beam configurations: one where the lead ion travelled toward positive pseudorapidity and one where it travelled toward negative pseudorapidity. The results from the latter collisions are mirrored around <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>. The centre-of-mass frame in p<ce:glyph name="sbnd"/>Pb collisions does not coincide with the laboratory frame, due to the single magnetic field in the LHC, and thus the rapidity of the centre-of-mass is <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:msub><mml:mrow><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">CM</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo>±</mml:mo><mml:mn>0.465</mml:mn></mml:math> for the two directions, respectively, in the laboratory frame. For this reason, pseudorapidity, calculated with respect to the laboratory frame, is denoted <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub></mml:math> whenever p<ce:glyph name="sbnd"/>Pb results are presented.</ce:para><ce:para id="pr0070">Likewise, for the pp collisions, about 10<ce:sup>5</ce:sup> events with coincidence between V0A and V0C and at least one charged particle in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1</mml:mn></mml:math> were analysed. By requiring at least one charged particle at midrapidity, the so-called INEL>0 event class, the systematic uncertainty, related to the absolute normalisation to the full inelastic cross section, is reduced, while still sampling a large fraction (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">></mml:mo><mml:mn>75</mml:mn><mml:mtext>%</mml:mtext></mml:math>) of the hadronic cross section <ce:cross-refs refid="br0160 br0170" id="crs0050">[16,17]</ce:cross-refs>.</ce:para><ce:para id="pr0080">The standard ALICE event selection <ce:cross-ref refid="br0180" id="crf11020">[18]</ce:cross-ref> and centrality estimator based on the V0 amplitude <ce:cross-refs refid="br0190 br0200" id="crs0060">[19,20]</ce:cross-refs> are used in this analysis. The event selection consists of: a) exclusion of background events using the timing information from the ZDC (for Pb<ce:glyph name="sbnd"/>Pb and p<ce:glyph name="sbnd"/>Pb, e.g., beam–gas interactions) and V0 detectors, b) verification of the trigger conditions, and c) a reconstructed position of the collision (primary vertex). In Pb<ce:glyph name="sbnd"/>Pb collisions, centrality is obtained from the sum amplitude in both V0 detector arrays (V0M). For p<ce:glyph name="sbnd"/>Pb only the amplitude in the array on the lead-going side (V0A or V0C) is used. In Pb<ce:glyph name="sbnd"/>Pb collisions, the 10% most peripheral collisions have substantial contributions from electromagnetic processes and are therefore not included in the results presented here <ce:cross-ref refid="br0190" id="crf11030">[19]</ce:cross-ref>.</ce:para><ce:para id="pr0090">A primary charged particle is defined as a charged particle with a mean proper lifetime <ce:italic>τ</ce:italic> larger than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mtext>cm</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mtext>c</mml:mtext></mml:math>, which is either a) produced directly in the interaction, or b) from decays of particles with <ce:italic>τ</ce:italic> smaller than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mtext>cm</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mtext>c</mml:mtext></mml:math> <ce:cross-ref refid="br0210" id="crf11040">[21]</ce:cross-ref>. All quantities reported here are for primary, charged particles, though “primary” is omitted in the following for brevity.</ce:para><ce:para id="pr0100">The analysis method is identical to that of previous publications <ce:cross-ref refid="br0020" id="crf11050">[2]</ce:cross-ref>: the measurement of the charged-particle pseudorapidity density at midrapidity is obtained from counting particle trajectories determined using the two layers of the SPD. The SPD has a lower transverse momentum acceptance of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:mn>50</mml:mn><mml:mspace width="0.2em"/><mml:mtext>MeV</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="italic">c</mml:mi></mml:math>, and the yield is extrapolated down to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mtext>MeV</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="italic">c</mml:mi></mml:math> via simulations. In the forward regions, the measurement is provided by the analysis of the deposited energy signal in the FMD and a statistical method is employed to calculate the inclusive number of charged particles. A data-driven correction <ce:cross-ref refid="br0220" id="crf11060">[22]</ce:cross-ref>, based on separate measurements exploiting displaced collision vertices, is applied to remove the background from secondary particles.</ce:para><ce:para id="pr0110">Systematic uncertainty estimations for the midrapidity measurements are detailed elsewhere <ce:cross-refs refid="br0020 br0160 br0200" id="crs0070">[2,16,20]</ce:cross-refs>, and are from background suppression, transverse momentum extrapolation, weak decays, and simulations. The estimates are obtained through variation of thresholds and simulation studies. For pp (p<ce:glyph name="sbnd"/>Pb), the total systematic uncertainty amounts to 1.5% (2.7%) over the whole pseudorapidity range; while for Pb<ce:glyph name="sbnd"/>Pb the total systematic uncertainty is 2.6% at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> and 2.9% at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2</mml:mn></mml:math>. The systematic uncertainty is mostly correlated over pseudorapidity for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math>, and largely independent of centrality. The uncertainty in the forward region, estimated via variations of thresholds and simulation studies, is the same for all collision systems and is uncorrelated across <ce:italic>η</ce:italic>, amounting to 6.9% for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>3.5</mml:mn></mml:math> and 6.4% elsewhere within the forward regions <ce:cross-ref refid="br0220" id="crf11070">[22]</ce:cross-ref>. In the figures of this letter, uncorrelated, local in pseudorapidity, systematic uncertainties are indicated by open boxes on the data points, while correlated systematic uncertainties, those that affect the overall scale and typically from event classification and selection, are indicated by filled boxes to the right of the data. The systematic uncertainty on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math>, due to the centrality class definition in Pb<ce:glyph name="sbnd"/>Pb, is estimated to vary from 0.6% for the most central to 9.5% for the most peripheral class <ce:cross-ref refid="br0230" id="crf11080">[23]</ce:cross-ref>. The 80% to 90% centrality class has residual contamination from electromagnetic processes as detailed elsewhere <ce:cross-ref refid="br0190" id="crf11090">[19]</ce:cross-ref>, which gives rise to an additional 4% systematic uncertainty in the measurements. No overall systematic uncertainty has been estimated for p<ce:glyph name="sbnd"/>Pb collisions, as the centrality selection in that collision system is inherently difficult to map to the underlying dynamics of the collisions <ce:cross-ref refid="br0200" id="crf11100">[20]</ce:cross-ref>.</ce:para></ce:section><ce:section id="se0030" role="results"><ce:label>3</ce:label><ce:section-title id="st0040">Results</ce:section-title><ce:para id="pr0120"><ce:cross-ref refid="fg0010" id="crf11420">Fig. 1</ce:cross-ref><ce:float-anchor refid="fg0010"/> shows the measured pseudorapidity densities in pp, and in central p<ce:glyph name="sbnd"/>Pb, and the previously published results for Pb<ce:glyph name="sbnd"/>Pb <ce:cross-ref refid="br0020" id="crf11120">[2]</ce:cross-ref> collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> for primary particles.</ce:para><ce:para id="pr0130">For the 5% most central Pb<ce:glyph name="sbnd"/>Pb collisions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:mo>≈</mml:mo><mml:mn>2000</mml:mn></mml:math> at midrapidity (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>) <ce:cross-ref refid="br0020" id="crf11130">[2]</ce:cross-ref>, while for p<ce:glyph name="sbnd"/>Pb collisions the distribution peaks at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mn>60</mml:mn></mml:math> around <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>3</mml:mn></mml:math> in the lead-going direction (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>). For pp collisions with the INEL>0 trigger condition discussed above, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.7</mml:mn><mml:mo>±</mml:mo><mml:mn>0.2</mml:mn></mml:math> at midrapidity, consistent with previous results derived from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra <ce:cross-ref refid="br0240" id="crf11140">[24]</ce:cross-ref>.</ce:para><ce:para id="pr0140"><ce:cross-ref refid="fg0020" id="crf11430">Fig. 2</ce:cross-ref><ce:float-anchor refid="fg0020"/> shows, as a function of centrality, the measured charged-particle pseudorapidity densities for p<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>. The strategy of centrality selection for proton on nucleus reactions is explained elsewhere <ce:cross-ref refid="br0200" id="crf11160">[20]</ce:cross-ref>. The ALICE Collaboration has previously presented <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math> for Pb<ce:glyph name="sbnd"/>Pb collisions at this energy <ce:cross-ref refid="br0020" id="crf11170">[2]</ce:cross-ref>.</ce:para><ce:para id="pr0150">In <ce:cross-ref refid="fg0030" id="crf11180">Fig. 3</ce:cross-ref><ce:float-anchor refid="fg0030"/>, the charged-particle pseudorapidity densities in p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb reactions are divided by the pp distributions corresponding to the INEL>0 trigger class. The ratio is <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pp</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math>, where <ce:italic>X</ce:italic> labels p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb collisions, in centrality classes, as a function of pseudorapidity. In the ratios, systematic uncertainties, of common origin, are partially cancelled, and, as an estimate, the magnitude of the resulting systematic uncertainties are given only by the uncertainties in the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub></mml:math> measurements, since the uncertainties are independent of the collision system. In p<ce:glyph name="sbnd"/>Pb collisions the rapidity of the centre-of-mass is non-zero, which is not taken into account in the ratios. Such a correction would require prior determination of the full Jacobian of the transformation from pseudorapidity to rapidity, which is not possible to perform reliably with the ALICE apparatus.</ce:para><ce:para id="pr0160">The ratio of the p<ce:glyph name="sbnd"/>Pb relative to the pp distributions increases with pseudorapidity from the p-going to the Pb-going direction for central collisions, which Brodsky et al. and Adil et al. <ce:cross-refs refid="br0250 br0260" id="crs0080">[25,26]</ce:cross-refs> suggest is a sign of scaling of the pp distribution with the increasing number of participants as the lead nucleus is probed by the incident proton, and thus independent proton–nucleon scatterings on the lead-ion side. A similar scaling, however, does not hold for the Pb<ce:glyph name="sbnd"/>Pb reaction. The ratios cannot be obtained by simple scaling of the elementary pp distributions. Instead, the ratio of the Pb<ce:glyph name="sbnd"/>Pb relative to the pp distributions exhibits an enhancement of particle production around midrapidity for the more central collisions which is indicative of the formation of the sQGP <ce:cross-ref refid="br0070" id="crf11190">[7]</ce:cross-ref>. Likewise, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mtext mathvariant="normal">pPb</mml:mtext></mml:mrow></mml:msub></mml:math> increases for all but the two most peripheral centrality classes as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">→</mml:mo><mml:mn>3</mml:mn></mml:math>. In Pb<ce:glyph name="sbnd"/>Pb collisions it is seen that the various mechanisms behind the pseudorapidity distributions are more transversely directed than in pp collisions by the increase of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mtext mathvariant="normal">PbPb</mml:mtext></mml:mrow></mml:msub></mml:math> as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">→</mml:mo><mml:mn>0</mml:mn></mml:math></ce:para></ce:section><ce:section id="se0040"><ce:label>4</ce:label><ce:section-title id="st0050">Rapidity and energy-density dependence on system size and discussion</ce:section-title><ce:para id="pr0170">It has been shown that the charged-particle <ce:italic>rapidity</ce:italic> density (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math>) in Pb<ce:glyph name="sbnd"/>Pb collisions, to a good accuracy, follows a normal distribution over the considered rapidity interval (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>y</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo>≲</mml:mo><mml:mn>5</mml:mn></mml:math>) <ce:cross-refs refid="br0020 br0270" id="crs0090">[2,27]</ce:cross-refs>. Those results relied on calculating the average Jacobian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>J</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math> using the full <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra, at midrapidity, of charged pions and kaons as well as protons and antiprotons. Here, we use the approximation<ce:display><ce:formula id="fm0010"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mrow><mml:mi>y</mml:mi><mml:mo>≈</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">cos</mml:mi><mml:mo>⁡</mml:mo><mml:mi>ϑ</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>ϑ</ce:italic> is the polar angle of emission, and identify <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mi>a</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi>m</mml:mi></mml:math> with an effective ratio of transverse momentum over mass. With this, the effective Jacobian can be written as<ce:display><ce:formula id="fm0020"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi mathvariant="normal">cosh</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>⁡</mml:mo><mml:mi>η</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0180">We further make the ansatz that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> is normal distributed for symmetric collision systems (pp and Pb<ce:glyph name="sbnd"/>Pb), so that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math> can be parameterised as<ce:display><ce:formula id="fm0030"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>;</mml:mo><mml:mi>A</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>σ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mi>A</mml:mi><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msqrt><mml:mrow><mml:mn>2</mml:mn><mml:mi>π</mml:mi></mml:mrow></mml:msqrt><mml:mi>σ</mml:mi></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">{</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>A</ce:italic> and <ce:italic>σ</ce:italic> are the total integral and width of the distribution, respectively, and <ce:italic>y</ce:italic> the rapidity in the centre-of-mass frame. Motivated by the observed approximate linearity of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pPb</mml:mi></mml:mrow></mml:msub></mml:math> (see lower panel of <ce:cross-ref refid="fg0030" id="crf11200">Fig. 3</ce:cross-ref>), we replace <ce:italic>A</ce:italic> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>α</mml:mi><mml:mi>y</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>A</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> for the asymmetric system (p<ce:glyph name="sbnd"/>Pb) and parameterise <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub></mml:math> as<ce:display><ce:formula id="fm0040"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:mi>g</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>;</mml:mo><mml:mi>A</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>α</mml:mi><mml:mo>,</mml:mo><mml:mi>σ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo id="mmlbr0001" linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>α</mml:mi><mml:mi>y</mml:mi><mml:mo stretchy="false">{</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>A</mml:mi><mml:mo stretchy="true" linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="after">)</mml:mo></mml:mrow><mml:mspace width="1em"/><mml:mo>×</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msqrt><mml:mrow><mml:mn>2</mml:mn><mml:mi>π</mml:mi></mml:mrow></mml:msqrt><mml:mi>σ</mml:mi></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mi>y</mml:mi><mml:mo stretchy="false">{</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">CM</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0190">The functions <ce:italic>f</ce:italic> and <ce:italic>g</ce:italic> defined in Eq. <ce:cross-ref refid="fm0030" id="crf11210">(1)</ce:cross-ref> and Eq. <ce:cross-ref refid="fm0040" id="crf11220">(2)</ce:cross-ref>, respectively, describe the measurements within the measured region with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> per degrees of freedom (<ce:italic>ν</ce:italic>) in the range of 0.1 to 0.5. The small <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">/</mml:mo><mml:mi>ν</mml:mi></mml:math> values are a consequence of the relatively large uncorrelated systematic uncertainties on the measurements. That is, the charged-particle distributions for pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> follow a normal distribution in rapidity, with free parameters <ce:italic>A</ce:italic>, <ce:italic>a</ce:italic>, <ce:italic>σ</ce:italic>, and <ce:italic>α</ce:italic> in the asymmetric case.</ce:para><ce:para id="pr0200">The top panel of <ce:cross-ref refid="fg0040" id="crf11230">Fig. 4</ce:cross-ref><ce:float-anchor refid="fg0040"/> shows the best-fit parameter values of the normal width (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math>) for all three collision systems as a function of the average number of participating nucleons (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo></mml:math>) calculated using a Glauber model <ce:cross-ref refid="br0280" id="crf11240">[28]</ce:cross-ref>. The best-fit parameters are found taking statistical and uncorrelated systematic uncertainties into account. The result using the above procedure, for the most central Pb<ce:glyph name="sbnd"/>Pb collisions, is found to be compatible with previous results extracted by unfolding with the mean Jacobian estimated from transverse momentum spectra <ce:cross-ref refid="br0020" id="crf11250">[2]</ce:cross-ref>. The open points (crosses) and dashed lines on the figure are from evaluations of Eq. <ce:cross-ref refid="fm0030" id="crf11260">(1)</ce:cross-ref> and Eq. <ce:cross-ref refid="fm0040" id="crf11270">(2)</ce:cross-ref>, and direct calculations of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math>, respectively, using model calculations with EPOS-LHC <ce:cross-ref refid="br0290" id="crf11280">[29]</ce:cross-ref>. EPOS-LHC was chosen as it provides predictions for all three collision systems. The parameterisation, in terms of the two functions, of this model calculation generally reproduces the widths of the charged-particle rapidity densities, except in the asymmetric case where a direct evaluation of the standard deviation is less motivated.</ce:para><ce:para id="pr0210">The general trend is that the widths decrease as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo></mml:math> increases, consistent with the behaviour of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mtext mathvariant="normal">PbPb</mml:mtext></mml:mrow></mml:msub></mml:math> ratios. Notably, the width of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> distributions in p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb, for low number of participant nucleons in the collisions, approaches the width of the pp distribution, which, presumably, is dominated by kinematic and phase space constraints.</ce:para><ce:para id="pr0220">The lower panel of <ce:cross-ref refid="fg0040" id="crf11290">Fig. 4</ce:cross-ref> shows the dependence of <ce:italic>a</ce:italic> on the average number of participants. The right-hand ordinate is the same, but multiplied by the average mass <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>0.215</mml:mn><mml:mo>±</mml:mo><mml:mn>0.001</mml:mn><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mtext>GeV</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="italic">c</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> estimated from measurements of identified particles in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> <ce:cross-ref refid="br0300" id="crf11300">[30]</ce:cross-ref>. To better understand the parameter <ce:italic>a</ce:italic>, this parameter extracted from the EPOS-LHC calculations, using the above procedure, is also shown in the figure. The dotted lines show the average <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi>m</mml:mi></mml:math> predicted by EPOS-LHC <ce:cross-ref refid="br0290" id="crf11310">[29]</ce:cross-ref>. The EPOS-LHC calculations indicate that the extracted effective transverse momentum to mass ratio <ce:italic>a</ce:italic> is consistently smaller than the ratio of the average transverse momentum to the average mass. Thus <ce:italic>a</ce:italic> gives a lower bound on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math>.</ce:para><ce:para id="pr0230">We can estimate the energy density that is reached in the collisions as a function of the number of participants for the three systems. A conventional approach is to use the model originally proposed by Bjorken <ce:cross-ref refid="br0120" id="crf11320">[12]</ce:cross-ref> in which the energy density (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub></mml:math>) depends on the rapidity density of particles and the volume of a longitudinal cylinder with cross sectional area determined by the overlap between the colliding partners and length determined by a characteristic particle formation time<ce:display><ce:formula id="fm0050"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>c</mml:mi><mml:mi>τ</mml:mi></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">〈</mml:mo><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>E</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">〉</mml:mo></mml:mrow><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> Here, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mi>π</mml:mi><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>≈</mml:mo><mml:mi>π</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msubsup></mml:math> is the transverse area spanned by the participating nucleons, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>E</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> is the transverse-energy rapidity density, and <ce:italic>τ</ce:italic> is the formation time. While a formation time of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:mi>τ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">c</mml:mi></mml:math> is often assumed, it is left as a free parameter here. With <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt></mml:math>, the transverse-energy rapidity density can be approximated by<ce:display><ce:formula id="fm0060"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si67.svg"><mml:mrow><mml:mrow><mml:mo stretchy="true">〈</mml:mo><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>E</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">〉</mml:mo></mml:mrow><mml:mo>≈</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0.55</mml:mn><mml:mo>±</mml:mo><mml:mn>0.01</mml:mn></mml:math>, the ratio of charged particles to all particles <ce:cross-ref refid="br0310" id="crf11330">[31]</ce:cross-ref>, accounts for neutral particles not measured in the experiment, and is assumed the same for all collision systems. Substituting the derived <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> and the effective <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:mi>a</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi>m</mml:mi><mml:mo>≲</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math> results in a lower bound estimate for the Bjorken energy density (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">LB</mml:mi></mml:mrow></mml:msub></mml:math>)<ce:display><ce:formula id="fm0070"><ce:label>(3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi><mml:mo>≥</mml:mo><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">LB</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi mathvariant="normal">cosh</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>⁡</mml:mo><mml:mi>η</mml:mi></mml:mrow></mml:mfrac></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:mrow></mml:mfrac><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>a</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math> are as in the top panel of <ce:cross-ref refid="fg0040" id="crf11340">Fig. 4</ce:cross-ref>.</ce:para><ce:para id="pr0240">The transverse area <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> is estimated in a numerical Glauber model <ce:cross-refs refid="br0320 br0330" id="crs0100">[32,33]</ce:cross-refs> as shown in <ce:cross-ref refid="fg0050" id="crf11350">Fig. 5</ce:cross-ref><ce:float-anchor refid="fg0050"/>. We consider two extremes for the transverse area spanned by the participating nucleons: a) the <ce:italic>exclusive</ce:italic> (or direct) overlap between participating nucleons, ∩ and open markers in <ce:cross-ref refid="fg0050" id="crf11360">Fig. 5</ce:cross-ref>, and b) the <ce:italic>inclusive</ce:italic> (or full) area of all participating nucleons, ∪ and full markers in <ce:cross-ref refid="fg0050" id="crf11370">Fig. 5</ce:cross-ref>.</ce:para><ce:para id="pr0250"><ce:cross-ref refid="fg0060" id="crf11440">Fig. 6</ce:cross-ref><ce:float-anchor refid="fg0060"/> shows the lower-bound energy density estimate, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">LB</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi></mml:math>, as a function of the number of participants, which reaches values between 10 and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:mn>20</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> in the most central Pb<ce:glyph name="sbnd"/>Pb collisions. The uncertainties are from standard error propagation of Eq. <ce:cross-ref refid="fm0070" id="crf11390">(3)</ce:cross-ref> of uncertainties on the best-fit parameter values, the number of participants, mean mass, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:math>. A rise from roughly <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> to over <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:mn>10</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is observed if the transverse area is assumed to be the inclusive area of participating nucleons. This trend is illustrated by a power-law (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:mi>C</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow><mml:mrow><mml:mi>p</mml:mi></mml:mrow></mml:msubsup></mml:math>) fit to the data in the figure, with the parameter values <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:mi>C</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>0.8</mml:mn><mml:mo>±</mml:mo><mml:mn>0.3</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:mi>p</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0.44</mml:mn><mml:mo>±</mml:mo><mml:mn>0.08</mml:mn></mml:math>. On the other hand, if the transverse area is assumed to be the smaller exclusive overlap area, we observe a substantially larger lower bound on the energy density, but a less dramatic increase with increasing number of participating nucleons. Also shown in the figure are estimates of the Bjorken energy density <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi></mml:math> for Pb<ce:glyph name="sbnd"/>Pb reactions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> <ce:cross-ref refid="br0310" id="crf11400">[31]</ce:cross-ref>. These results where obtained from measurements of the transverse energy in the collisions and using the inclusive estimate of the transverse area <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>. The trend of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> results is similar to these earlier results. Bearing in mind that for the largest LHC collision energy we show a lower bound estimate of the energy density in <ce:cross-ref refid="fg0060" id="crf11410">Fig. 6</ce:cross-ref>, we find a likely overall increase in the energy density from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si87.svg"><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>.</ce:para></ce:section><ce:section id="se0050"><ce:label>5</ce:label><ce:section-title id="st0060">Summary and conclusions</ce:section-title><ce:para id="pr0260">We have measured the charged particle pseudorapidity density in pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> over the widest possible pseudorapidity range available at the LHC. The distributions where determined using the same experimental apparatus and methods, and systematic uncertainties have been minimised to within the capabilities of the set-up. While the particle production in central Pb<ce:glyph name="sbnd"/>Pb collisions clearly exhibits an enhancement as compared to pp collisions, particle production in p<ce:glyph name="sbnd"/>Pb collisions is consistent with dominantly incoherent nucleon–nucleon collisions. By transforming the measured pseudorapidity distributions to rapidity distributions we have obtained systematic trends for the width of the rapidity distributions and a lower bound on the energy density, which shows a clear scaling behaviour as a function of the average number of participant nucleons. The decreasing width of the deduced rapidity distributions with increasing participant number suggests that the kinematic spread of particles, including longitudinal degrees of freedom, is reduced due to interactions in the early stages of the collisions. This is also reflected in the accompanying growth of the energy density. Both observations are consistent with the gradual establishment of a high-density phase of matter with increasing size of the collision domain.</ce:para></ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0080">Declaration of Competing Interest</ce:section-title><ce:para id="pr0270">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0090">Acknowledgements</ce:section-title><ce:para id="pr0280">The ALICE Collaboration would like to thank all its engineers and technicians for their invaluable contributions to the construction of the experiment and the CERN accelerator teams for the outstanding performance of the LHC complex. The ALICE Collaboration gratefully acknowledges the resources and support provided by all Grid centres and the Worldwide LHC Computing Grid (WLCG) collaboration. The ALICE Collaboration acknowledges the following funding agencies for their support in building and running the ALICE detector: <ce:grant-sponsor id="gsp0010">A. I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation (ANSL)</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0020" sponsor-id="https://doi.org/10.13039/501100007029">State Committee of Science</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0030">World Federation of Scientists</ce:grant-sponsor> (WFS), Armenia; <ce:grant-sponsor id="gsp0040" sponsor-id="https://doi.org/10.13039/501100001822">Austrian Academy of Sciences</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0050" sponsor-id="https://doi.org/10.13039/501100002428">Austrian Science Fund</ce:grant-sponsor> (FWF): [<ce:grant-number refid="gsp0050">M 2467-N36</ce:grant-number>] and <ce:grant-sponsor id="gsp0060">Nationalstiftung für Forschung, Technologie und Entwicklung</ce:grant-sponsor>, Austria; <ce:grant-sponsor id="gsp0070">Ministry of Communications and High Technologies, National Nuclear Research Center</ce:grant-sponsor>, Azerbaijan; Conselho Nacional de Desenvolvimento Científico e Tecnológico (<ce:grant-sponsor id="gsp0080" sponsor-id="https://doi.org/10.13039/501100003593">CNPq</ce:grant-sponsor>), <ce:grant-sponsor id="gsp0090" sponsor-id="https://doi.org/10.13039/501100004809">Financiadora de Estudos e Projetos</ce:grant-sponsor> (Finep), <ce:grant-sponsor id="gsp0100" sponsor-id="https://doi.org/10.13039/501100001807">Fundação de Amparo à Pesquisa do Estado de São Paulo</ce:grant-sponsor> (FAPESP) and <ce:grant-sponsor id="gsp0110" sponsor-id="https://doi.org/10.13039/501100004909">Universidade Federal do Rio Grande do Sul</ce:grant-sponsor> (UFRGS), Brazil; <ce:grant-sponsor id="gsp0120" sponsor-id="https://doi.org/10.13039/501100002338">Ministry of Education of China</ce:grant-sponsor> (MOEC), <ce:grant-sponsor id="gsp0130">Ministry of Science & Technology of China</ce:grant-sponsor> (MSTC) and <ce:grant-sponsor id="gsp0140" sponsor-id="https://doi.org/10.13039/501100001809">National Natural Science Foundation of China</ce:grant-sponsor> (NSFC), China; <ce:grant-sponsor id="gsp0150" sponsor-id="https://doi.org/10.13039/100015526">Ministry of Science and Education</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0160" sponsor-id="https://doi.org/10.13039/501100004488">Croatian Science Foundation</ce:grant-sponsor>, Croatia; <ce:grant-sponsor id="gsp0170" sponsor-id="https://doi.org/10.13039/501100019929">Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear</ce:grant-sponsor> (CEADEN), <ce:grant-sponsor id="gsp0180">Cubaenergía</ce:grant-sponsor>, Cuba; <ce:grant-sponsor id="gsp0190">Ministry of Education, Youth and Sports of the Czech Republic</ce:grant-sponsor>, Czech Republic; The <ce:grant-sponsor id="gsp0200">Danish Council for Independent Research | Natural Sciences</ce:grant-sponsor>, the <ce:grant-sponsor id="gsp0210" sponsor-id="https://doi.org/10.13039/100008398">Villum Fonden</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0220" sponsor-id="https://doi.org/10.13039/501100001732">Danish National Research Foundation</ce:grant-sponsor> (DNRF), Denmark; <ce:grant-sponsor id="gsp0230">Helsinki Institute of Physics</ce:grant-sponsor> (HIP), Finland; Commissariat à l'Energie Atomique (<ce:grant-sponsor id="gsp0240" sponsor-id="https://doi.org/10.13039/501100006489">CEA</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0250" sponsor-id="https://doi.org/10.13039/501100012441">Institut National de Physique Nucléaire et de Physique des Particules</ce:grant-sponsor> (IN2P3) and <ce:grant-sponsor id="gsp0260" sponsor-id="https://doi.org/10.13039/501100004794">Centre National de la Recherche Scientifique</ce:grant-sponsor> (CNRS), France; <ce:grant-sponsor id="gsp0270" sponsor-id="https://doi.org/10.13039/501100002347">Bundesministerium für Bildung und Forschung</ce:grant-sponsor> (BMBF) and <ce:grant-sponsor id="gsp0280" sponsor-id="https://doi.org/10.13039/501100010958">GSI Helmholtzzentrum für Schwerionenforschung GmbH</ce:grant-sponsor>, Germany; <ce:grant-sponsor id="gsp0290" sponsor-id="https://doi.org/10.13039/501100003448">General Secretariat for Research and Technology</ce:grant-sponsor>, Ministry of Education, Research and Religions, Greece; <ce:grant-sponsor id="gsp0300" sponsor-id="https://doi.org/10.13039/501100018818">National Research, Development and Innovation Office</ce:grant-sponsor>, Hungary; Department of Atomic Energy Government of India (<ce:grant-sponsor id="gsp0310" sponsor-id="https://doi.org/10.13039/501100001502">DAE</ce:grant-sponsor>), <ce:grant-sponsor id="gsp0320" sponsor-id="https://doi.org/10.13039/501100006143">Department of Science and Technology</ce:grant-sponsor>, Government of India (DST), <ce:grant-sponsor id="gsp0330" sponsor-id="https://doi.org/10.13039/501100001501">University Grants Commission</ce:grant-sponsor>, Government of India (UGC) and <ce:grant-sponsor id="gsp0340" sponsor-id="https://doi.org/10.13039/501100001412">Council of Scientific and Industrial Research</ce:grant-sponsor> (CSIR), India; <ce:grant-sponsor id="gsp0350" sponsor-id="https://doi.org/10.13039/501100009728">Indonesian Institute of Sciences</ce:grant-sponsor>, Indonesia; Istituto Nazionale di Fisica Nucleare (<ce:grant-sponsor id="gsp0360" sponsor-id="https://doi.org/10.13039/501100004007">INFN</ce:grant-sponsor>), Italy; Japanese <ce:grant-sponsor id="gsp0370" sponsor-id="https://doi.org/10.13039/501100001700">Ministry of Education, Culture, Sports, Science and Technology</ce:grant-sponsor> (MEXT) and <ce:grant-sponsor id="gsp0380" sponsor-id="https://doi.org/10.13039/501100001691">Japan Society for the Promotion of Science</ce:grant-sponsor> (JSPS) KAKENHI, Japan; Consejo Nacional de Ciencia (CONACYT) y Tecnología, through <ce:grant-sponsor id="gsp0390" sponsor-id="https://doi.org/10.13039/501100007709">Fondo de Cooperación Internacional en Ciencia y Tecnología</ce:grant-sponsor> (FONCICYT) and <ce:grant-sponsor id="gsp0400" sponsor-id="https://doi.org/10.13039/501100006087">Dirección General de Asuntos del Personal Académico</ce:grant-sponsor> (DGAPA), Mexico; <ce:grant-sponsor id="gsp0410" sponsor-id="https://doi.org/10.13039/501100003246">Nederlandse Organisatie voor Wetenschappelijk Onderzoek</ce:grant-sponsor> (NWO), Netherlands; The <ce:grant-sponsor id="gsp0420" sponsor-id="https://doi.org/10.13039/501100005416">Research Council of Norway</ce:grant-sponsor>, Norway; <ce:grant-sponsor id="gsp0430">Commission on Science and Technology for Sustainable Development in the South</ce:grant-sponsor> (COMSATS), Pakistan; <ce:grant-sponsor id="gsp0440" sponsor-id="https://doi.org/10.13039/501100011871">Pontificia Universidad Católica del Perú</ce:grant-sponsor>, Peru; <ce:grant-sponsor id="gsp0450">Ministry of Education and Science</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0460" sponsor-id="https://doi.org/10.13039/501100004281">National Science Centre</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0470">WUT ID-UB</ce:grant-sponsor>, Poland; <ce:grant-sponsor id="gsp0480" sponsor-id="https://doi.org/10.13039/501100003708">Korea Institute of Science and Technology Information</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0490" sponsor-id="https://doi.org/10.13039/501100003725">National Research Foundation of Korea</ce:grant-sponsor> (NRF), Republic of Korea; <ce:grant-sponsor id="gsp0500">Ministry of Education and Scientific Research</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0510" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0520" sponsor-id="https://doi.org/10.13039/501100015622">Ministry of Research and Innovation</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0530" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0540">University Politehnica of Bucharest</ce:grant-sponsor>, Romania; <ce:grant-sponsor id="gsp0550" sponsor-id="https://doi.org/10.13039/501100003822">Joint Institute for Nuclear Research</ce:grant-sponsor> (JINR), <ce:grant-sponsor id="gsp0560" sponsor-id="https://doi.org/10.13039/501100003443">Ministry of Education and Science of the Russian Federation</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0570">National Research Centre Kurchatov Institute</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0580" sponsor-id="https://doi.org/10.13039/501100006769">Russian Science Foundation</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0590" sponsor-id="https://doi.org/10.13039/501100002261">Russian Foundation for Basic Research</ce:grant-sponsor>, Russia; <ce:grant-sponsor id="gsp0600" sponsor-id="https://doi.org/10.13039/501100003193">Ministry of Education, Science, Research and Sport of the Slovak Republic</ce:grant-sponsor>, Slovakia; <ce:grant-sponsor id="gsp0610" sponsor-id="https://doi.org/10.13039/501100001321">National Research Foundation</ce:grant-sponsor> of South Africa, South Africa; <ce:grant-sponsor id="gsp0620" sponsor-id="https://doi.org/10.13039/501100004359">Swedish Research Council</ce:grant-sponsor> (VR) and <ce:grant-sponsor id="gsp0630" sponsor-id="https://doi.org/10.13039/501100004063">Knut and Alice Wallenberg Foundation</ce:grant-sponsor> (KAW), Sweden; <ce:grant-sponsor id="gsp0640" sponsor-id="https://doi.org/10.13039/100012470">European Organization for Nuclear Research</ce:grant-sponsor>, Switzerland; <ce:grant-sponsor id="gsp0650" sponsor-id="https://doi.org/10.13039/501100004352">Suranaree University of Technology</ce:grant-sponsor> (SUT), <ce:grant-sponsor id="gsp0660" sponsor-id="https://doi.org/10.13039/501100004192">National Science and Technology Development Agency</ce:grant-sponsor> (NSTDA), <ce:grant-sponsor id="gsp0670" sponsor-id="https://doi.org/10.13039/501100017170">Thailand Science Research and Innovation</ce:grant-sponsor> (TSRI) and <ce:grant-sponsor id="gsp0680">National Science, Research and Innovation Fund</ce:grant-sponsor> (NSRF), Thailand; <ce:grant-sponsor id="gsp0690" sponsor-id="https://doi.org/10.13039/100020381">Turkish Energy, Nuclear and Mineral Research Agency</ce:grant-sponsor> (TENMAK), Turkey; <ce:grant-sponsor id="gsp0700" sponsor-id="https://doi.org/10.13039/501100004742">National Academy of Sciences of Ukraine</ce:grant-sponsor>, Ukraine; <ce:grant-sponsor id="gsp0710" sponsor-id="https://doi.org/10.13039/501100000271">Science and Technology Facilities Council</ce:grant-sponsor> (STFC), United Kingdom; National Science Foundation of the United States of America (<ce:grant-sponsor id="gsp0720" sponsor-id="https://doi.org/10.13039/100000001">NSF</ce:grant-sponsor>) and United States Department of Energy, Office of Nuclear Physics (<ce:grant-sponsor id="gsp0730" sponsor-id="https://doi.org/10.13039/100006209">DOE NP</ce:grant-sponsor>), United States of America.</ce:para></ce:acknowledgment></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0070">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bib866BD36D5E8AFE73B567F49DDE14CD65s1"><sb:contribution><sb:authors><sb:collaboration>BRAHMS Collaboration</sb:collaboration><sb:author><ce:given-name>I.C.</ce:given-name><ce:surname>Arsene</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Nuclear stopping and rapidity loss in Au+Au collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si88.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>62.4</mml:mn><mml:mspace width="0.2em"/><mml:mtext>GeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>677</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:pages><sb:first-page>267</sb:first-page><sb:last-page>271</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0901.0872" id="inf0620">arXiv:0901.0872 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0745">BRAHMS Collaboration, I. C. Arsene et al., “Nuclear stopping and rapidity loss in Au+Au collisions at sNN=62.4GeV”, Phys. Lett. B677 (2009) 267–271, arXiv:0901.0872 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bibF8CFC573E2CE9A66798BE0DB6387B684s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the pseudorapidity density distribution for charged particles in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>772</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>567</sb:first-page><sb:last-page>577</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1612.08966" id="inf0630">arXiv:1612.08966 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0750">ALICE Collaboration, J. Adam et al., “Centrality dependence of the pseudorapidity density distribution for charged particles in PbPb collisions at sNN=5.02TeV”, Phys. Lett. B772 (2017) 567–577, arXiv:1612.08966 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bibC5638B31D62297116312512F5278B161s1"><sb:contribution><sb:authors><sb:collaboration>NA50 Collaboration</sb:collaboration><sb:author><ce:given-name>M.C.</ce:given-name><ce:surname>Abreu</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Scaling of charged particle multiplicity in Pb-Pb collisions at SPS energies</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>530</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:pages><sb:first-page>43</sb:first-page><sb:last-page>55</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0755">NA50 Collaboration, M. C. Abreu et al., “Scaling of charged particle multiplicity in Pb-Pb collisions at SPS energies”, Phys. Lett. B530 (2002) 43–55.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bib90F550FB957ACAD52ADDB99372292C8Fs1"><sb:contribution><sb:authors><sb:collaboration>PHOBOS Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Alver</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle multiplicity and pseudorapidity distributions measured with the PHOBOS detector in Au+Au, Cu+Cu, d+Au, p+p collisions at ultrarelativistic energies</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>83</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:article-number>024913</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1011.1940" id="inf0640">arXiv:1011.1940 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0760">PHOBOS Collaboration, B. Alver et al., “Charged-particle multiplicity and pseudorapidity distributions measured with the PHOBOS detector in Au+Au, Cu+Cu, d+Au, p+p collisions at ultrarelativistic energies”, Phys. Rev. C83 (2011) 024913, arXiv:1011.1940 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib35252C5AAA47E1697EF298722A995D87s1"><sb:contribution><sb:authors><sb:collaboration>ATLAS Collaboration</sb:collaboration><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Aad</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Measurement of the centrality dependence of the charged-particle pseudorapidity distribution in proton–lead collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si89.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow/><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">TeV</mml:mi></mml:mrow></mml:math> with the ATLAS detector</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>199</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1508.00848" id="inf0650">arXiv:1508.00848 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0765">ATLAS Collaboration, G. Aad et al., “Measurement of the centrality dependence of the charged-particle pseudorapidity distribution in proton–lead collisions at sNN=5.02TeV with the ATLAS detector”, Eur. Phys. J. C76 (2016) 199, arXiv:1508.00848 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bib227E21FC5F48B12CB07DB13B8DCB73ABs1"><sb:contribution><sb:authors><sb:collaboration>BRAHMS Collaboration</sb:collaboration><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Arsene</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Quark gluon plasma and color glass condensate at RHIC? The perspective from the BRAHMS experiment</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page><sb:last-page>27</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410020" id="inf0660">arXiv:nucl-ex/0410020 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0770">BRAHMS Collaboration, I. Arsene et al., “Quark gluon plasma and color glass condensate at RHIC? The Perspective from the BRAHMS experiment”, Nucl. Phys. A757 (2005) 1–27, arXiv:nucl-ex/0410020 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bibCBE6AC1D7F63229FE2497640ACA13256s1"><sb:contribution><sb:authors><sb:collaboration>PHOBOS Collaboration</sb:collaboration><sb:author><ce:given-name>B.B.</ce:given-name><ce:surname>Back</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The PHOBOS perspective on discoveries at RHIC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>28</sb:first-page><sb:last-page>101</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410022" id="inf0670">arXiv:nucl-ex/0410022 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0775">PHOBOS Collaboration, B. B. Back et al., “The PHOBOS perspective on discoveries at RHIC”, Nucl. Phys. A757 (2005) 28–101, arXiv:nucl-ex/0410022 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bibCF57EA75209994F57240C60F902A7B7Ds1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adams</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Experimental and theoretical challenges in the search for the quark gluon plasma: the STAR Collaboration's critical assessment of the evidence from RHIC collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>102</sb:first-page><sb:last-page>183</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0501009" id="inf0680">arXiv:nucl-ex/0501009 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0780">STAR Collaboration, J. Adams et al., “Experimental and theoretical challenges in the search for the quark gluon plasma: The STAR Collaboration's critical assessment of the evidence from RHIC collisions”, Nucl. Phys. A757 (2005) 102–183, arXiv:nucl-ex/0501009 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib56C5D9CE38D54B7DCD79A68B763A4E37s1"><sb:contribution><sb:authors><sb:collaboration>PHENIX Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Adcox</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: experimental evaluation by the PHENIX collaboration</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>184</sb:first-page><sb:last-page>283</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410003" id="inf0690">arXiv:nucl-ex/0410003 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0785">PHENIX Collaboration, K. Adcox et al., “Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: Experimental evaluation by the PHENIX collaboration”, Nucl. Phys. A757 (2005) 184–283, arXiv:nucl-ex/0410003 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bib29686B78836098E0FF58708478F4DD20s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjöstrand</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Utheim</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Hadronic rescattering in pA and AA collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. A</sb:maintitle></sb:title><sb:volume-nr>57</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:pages><sb:first-page>227</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2103.09665" id="inf0700">arXiv:2103.09665 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0790">C. Bierlich, T. Sjöstrand, and M. Utheim, “Hadronic rescattering in pA and AA collisions”, Eur. Phys. J. A57 (2021) 227, arXiv:2103.09665 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib12CD93DB642E081EE1136D7DA65896A9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.-W.</ce:given-name><ce:surname>Lin</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Zheng</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Further developments of a multi-phase transport model for relativistic nuclear collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Sci. Tech.</sb:maintitle></sb:title><sb:volume-nr>32</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:pages><sb:first-page>113</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2110.02989" id="inf0710">arXiv:2110.02989 [nucl-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0795">Z.-W. Lin and L. Zheng, “Further developments of a multi-phase transport model for relativistic nuclear collisions”, Nucl. Sci. Tech. 32 (2021) 113, arXiv:2110.02989 [nucl-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bibD3E43A548A441BB4F3606C64BFFADB2Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.D.</ce:given-name><ce:surname>Bjorken</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Highly relativistic nucleus-nucleus collisions: the central rapidity region</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>27</sb:volume-nr></sb:series><sb:date>Jan 1983</sb:date></sb:issue><sb:pages><sb:first-page>140</sb:first-page><sb:last-page>151</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0800">J. D. Bjorken, “Highly relativistic nucleus-nucleus collisions: The central rapidity region”, Phys. Rev. D27 (Jan, 1983) 140–151.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bib709A5EAC5928C0C02DA6D085D48CFA4Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>H.-T.</ce:given-name><ce:surname>Ding</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Recent lattice QCD results and phase diagram of strongly interacting matter</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>931</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:pages><sb:first-page>52</sb:first-page><sb:last-page>62</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1408.5236" id="inf0720">arXiv:1408.5236 [hep-lat]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0805">H.-T. Ding, “Recent lattice QCD results and phase diagram of strongly interacting matter”, Nucl. Phys. A931 (2014) 52–62, arXiv:1408.5236 [hep-lat].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bib74324F3A25C36872BACFC3C10296A2D0s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Instrum.</sb:maintitle></sb:title><sb:volume-nr>3</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>S08002</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0810">ALICE Collaboration, K. Aamodt et al., “The ALICE experiment at the CERN LHC”, JINST 3 (2008) S08002.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bib1C40B21E544639126654DEEB3C9BBDA7s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Performance of the ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. A</sb:maintitle></sb:title><sb:volume-nr>29</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>1430044</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1402.4476" id="inf0730">arXiv:1402.4476 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0815">ALICE Collaboration, B. Abelev et al., “Performance of the ALICE Experiment at the CERN LHC”, Int. J. Mod. Phys. A29 (2014) 1430044, arXiv:1402.4476 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bib7B474A3010B15B1F52EEA46D56785741s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle multiplicities in proton–proton collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si90.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0.9</mml:mn></mml:math> to 8 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>77</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>33</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1509.07541" id="inf0740">arXiv:1509.07541 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0820">ALICE Collaboration, J. Adam et al., “Charged-particle multiplicities in proton–proton collisions at s=0.9 to 8 TeV”, Eur. Phys. J. C77 (2017) 33, arXiv:1509.07541 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bibC8839B9EC6CB292C45F6D53C4A877005s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Pseudorapidity distributions of charged particles as a function of mid- and forward rapidity multiplicities in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math>, 7 and 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>81</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:pages><sb:first-page>630</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2009.09434" id="inf0750">arXiv:2009.09434 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0825">ALICE Collaboration, S. Acharya et al., “Pseudorapidity distributions of charged particles as a function of mid- and forward rapidity multiplicities in pp collisions at s = 5.02, 7 and 13 TeV”, Eur. Phys. J. C81 (2021) 630, arXiv:2009.09434 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bib30AEBDBB96E82523819DF5B19C705DD8s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged–particle multiplicity density at mid–rapidity in central Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>105</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>252301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1011.3916" id="inf0760">arXiv:1011.3916 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0830">ALICE Collaboration, K. Aamodt et al., “Charged–particle multiplicity density at mid–rapidity in central PbPb collisions at sNN=2.76TeV”, Phys. Rev. Lett. 105 (2010) 252301, arXiv:1011.3916 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bib5559217F90EBA3258422BEDEB450741Cs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality determination of Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> with ALICE</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>88</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>044909</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1301.4361" id="inf0770">arXiv:1301.4361 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0835">ALICE Collaboration, B. Abelev et al., “Centrality determination of Pb-Pb collisions at sNN=2.76TeV with ALICE”, Phys. Rev. C88 (2013) 044909, arXiv:1301.4361 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bib7C52B784CF8FE4B55B4BEA2337655590s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of particle production in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si92.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt></mml:math> = 5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>064905</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6828" id="inf0780">arXiv:1412.6828 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0840">ALICE Collaboration, J. Adam et al., “Centrality dependence of particle production in p-Pb collisions at sNN = 5.02 TeV”, Phys. Rev. C91 (2015) 064905, arXiv:1412.6828 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib06169A22994B1664CC132CA101390D26s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The ALICE definition of primary particles</sb:maintitle></sb:title></sb:contribution><sb:comment>ALICE-PUBLIC-2017-005</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="https://cds.cern.ch/record/2270008" id="inf0400">https://cds.cern.ch/record/2270008</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0845">ALICE Collaboration, S. Acharya et al., “The ALICE definition of primary particles”, ALICE-PUBLIC-2017-005. https://cds.cern.ch/record/2270008.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bib9BA3300BDB4238C985FE308E01D6C521s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality evolution of the charged-particle pseudorapidity density over a broad pseudorapidity range in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>754</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>373</sb:first-page><sb:last-page>385</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1509.07299" id="inf0790">arXiv:1509.07299 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0850">ALICE Collaboration, J. Adam et al., “Centrality evolution of the charged-particle pseudorapidity density over a broad pseudorapidity range in Pb-Pb collisions at sNN=2.76TeV”, Phys. Lett. B754 (2016) 373–385, arXiv:1509.07299 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bib1A4604424520927248410E567267BB43s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>116</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>222302</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1512.06104" id="inf0800">arXiv:1512.06104 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0855">ALICE Collaboration, J. Adam et al., “Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at sNN=5.02TeV”, Phys. Rev. Lett. 116 (2016) 222302, arXiv:1512.06104 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bibED36869A3495E78D6D4445BA8FDA3E64s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> and 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>79</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>857</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1905.07208" id="inf0810">arXiv:1905.07208 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0860">ALICE Collaboration, S. Acharya et al., “Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at s=5.02 and 13 TeV”, Eur. Phys. J. C79 (2019) 857, arXiv:1905.07208 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0250"><ce:label>[25]</ce:label><sb:reference id="bib4B5D409558D2D1214C6C740D54DBB7C2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.J.</ce:given-name><ce:surname>Brodsky</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Hadron production in nuclear collisions: a new parton model approach</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>39</sb:volume-nr></sb:series><sb:date>1977</sb:date></sb:issue><sb:pages><sb:first-page>1120</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0865">S. J. Brodsky et al., “Hadron Production in Nuclear Collisions: A New Parton Model Approach”, Phys. Rev. Lett. 39 (1977) 1120.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0260"><ce:label>[26]</ce:label><sb:reference id="bib877EAF7311525E70B426DDDA05584F9As1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Adil</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>3D jet tomography of twisted strongly coupled quark gluon plasmas</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>72</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:article-number>034907</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-th/0505004" id="inf0820">arXiv:nucl-th/0505004 [nucl-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0870">A. Adil et al., “3D jet tomography of twisted strongly coupled quark gluon plasmas”, Phys. Rev. C72 (2005) 034907, arXiv:nucl-th/0505004 [nucl-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0270"><ce:label>[27]</ce:label><sb:reference id="bib9641DA61C4AB0D0585D3B10174AE1B26s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Abbas</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the pseudorapidity density distribution for charged particles in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>726</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:pages><sb:first-page>610</sb:first-page><sb:last-page>622</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1304.0347" id="inf0830">arXiv:1304.0347 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0875">ALICE Collaboration, E. Abbas et al., “Centrality dependence of the pseudorapidity density distribution for charged particles in PbPb collisions at sNN=2.76TeV”, Phys. Lett. B726 (2013) 610–622, arXiv:1304.0347 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0280"><ce:label>[28]</ce:label><sb:reference id="bibF63E00B84CE3E06022FFABA5FCA3DF55s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality determination in heavy ion collisions</sb:maintitle></sb:title></sb:contribution><sb:comment>ALICE-PUBLIC-2018-011</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="http://cds.cern.ch/record/2636623" id="inf0520">http://cds.cern.ch/record/2636623</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0880">ALICE Collaboration, S. Acharya1 et al., “Centrality determination in heavy ion collisions”, ALICE-PUBLIC-2018-011. http://cds.cern.ch/record/2636623.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0290"><ce:label>[29]</ce:label><sb:reference id="bib4A9884A777D90A59B73E151E4DAAE909s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Pierog</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>EPOS LHC: test of collective hadronization with data measured at the CERN Large Hadron Collider</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>92</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>034906</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1306.0121" id="inf0840">arXiv:1306.0121 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0885">T. Pierog et al., “EPOS LHC: Test of collective hadronization with data measured at the CERN Large Hadron Collider”, Phys. Rev. C92 (2015) 034906, arXiv:1306.0121 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0300"><ce:label>[30]</ce:label><sb:reference id="bibE03C419B41FFB2B22D749E4A5A796D1Fs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of <ce:italic>π</ce:italic>, K, p production in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>88</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>044910</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1303.0737" id="inf0850">arXiv:1303.0737 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0890">ALICE Collaboration, B. Abelev et al., “Centrality dependence of π, K, p production in Pb-Pb collisions at sNN=2.76TeV”, Phys. Rev. C88 (2013) 044910, arXiv:1303.0737 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0310"><ce:label>[31]</ce:label><sb:reference id="bib77E52E5DF3AA1C189A24211B62C868C3s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Measurement of transverse energy at midrapidity in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>94</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>034903</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1603.04775" id="inf0860">arXiv:1603.04775 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0895">ALICE Collaboration, J. Adam et al., “Measurement of transverse energy at midrapidity in PbPb collisions at sNN=2.76TeV”, Phys. Rev. C94 (2016) 034903, arXiv:1603.04775 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0320"><ce:label>[32]</ce:label><sb:reference id="bibBF152816179EDAE76A3B62129869D0C2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Nagle</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Steinberg</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Improved version of the PHOBOS Glauber Monte Carlo</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>SoftwareX</sb:maintitle></sb:title><sb:volume-nr>1–2</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:pages><sb:first-page>13</sb:first-page><sb:last-page>18</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0900">C. Loizides, J. Nagle, and P. Steinberg, “Improved version of the PHOBOS Glauber Monte Carlo”, SoftwareX 1-2 (2015) 13 – 18.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0330"><ce:label>[33]</ce:label><sb:reference id="bib4DB2161BCE4C66A891DD2D5AF17A58CFs1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Glauber modeling of high-energy nuclear collisions at the subnucleon level</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>94</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>024914</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1603.07375" id="inf0870">arXiv:1603.07375 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0905">C. Loizides, “Glauber modeling of high-energy nuclear collisions at the subnucleon level”, Phys. Rev. C94 (2016) 024914, arXiv:1603.07375 [nucl-ex].</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> diff --git a/tests/units/elsevier/data/CERNQ000000010011/S0370269323000850/main.xml b/tests/units/elsevier/data/CERNQ000000010011/S0370269323000850/main.xml index ab6ba370..2b0a788d 100644 --- a/tests/units/elsevier/data/CERNQ000000010011/S0370269323000850/main.xml +++ b/tests/units/elsevier/data/CERNQ000000010011/S0370269323000850/main.xml @@ -1 +1 @@ -<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd"><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="sco" xml:lang="en"><item-info><jid>PLB</jid><aid>137751</aid><ce:article-number>137751</ce:article-number><ce:pii>S0370-2693(23)00085-0</ce:pii><ce:doi>10.1016/j.physletb.2023.137751</ce:doi><ce:copyright year="2023" type="other">The Author(s)</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Astrophysics and Cosmology</ce:text></ce:doctopic></ce:doctopics></item-info><head><ce:title id="ti0010">Cosmological stability in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity</ce:title><ce:author-group id="ag0010"><ce:author id="au0010" author-id="S0370269323000850-ade115eed9bce9e185e44b0aa9b50010"><ce:given-name>Shinji</ce:given-name><ce:surname>Tsujikawa</ce:surname><ce:e-address type="email" xlink:href="mailto:tsujikawa@waseda.jp" id="ea0010">tsujikawa@waseda.jp</ce:e-address></ce:author><ce:affiliation id="aff0010" affiliation-id="S0370269323000850-2391d88b911951b1d0cff5f6ba23fdf8"><ce:textfn>Department of Physics, Waseda University, 3-4-1 Okubo, Shinjuku, Tokyo 169-8555, Japan</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Waseda University</sa:organization><sa:address-line>3-4-1 Okubo</sa:address-line><sa:city>Tokyo</sa:city><sa:state>Shinjuku</sa:state><sa:postal-code>169-8555</sa:postal-code><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0005">Department of Physics, Waseda University, 3-4-1 Okubo, Shinjuku, Tokyo 169-8555, Japan</ce:source-text></ce:affiliation></ce:author-group><ce:date-received day="20" month="12" year="2022"/><ce:date-revised day="2" month="2" year="2023"/><ce:date-accepted day="2" month="2" year="2023"/><ce:miscellaneous id="ms0010">Editor: M. Trodden</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0010">In gravitational theories where a canonical scalar field <ce:italic>ϕ</ce:italic> with a potential <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is coupled to a Gauss-Bonnet (GB) term <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> with the Lagrangian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, we study the cosmological stability of tensor and scalar perturbations in the presence of a perfect fluid. We show that, in decelerating cosmological epochs with a positive tensor propagation speed squared, the existence of nonlinear functions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> in <ce:italic>f</ce:italic> always induces Laplacian instability of a dynamical scalar perturbation associated with the GB term. This is also the case for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity, where the presence of nonlinear GB functions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is not allowed during the radiation- and matter-dominated epochs. A linearly coupled GB term with <ce:italic>ϕ</ce:italic> of the form <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> can be consistent with all the stability conditions, provided that the scalar-GB coupling is subdominant to the background cosmological dynamics.</ce:simple-para></ce:abstract-sec></ce:abstract><ce:data-availability id="dav0001"><ce:section-title id="st0140">Data availability</ce:section-title><ce:para id="pr0440">No data was used for the research described in the article.</ce:para></ce:data-availability></head><body><ce:sections><ce:section id="se0010" role="introduction"><ce:label>1</ce:label><ce:section-title id="st0020">Introduction</ce:section-title><ce:para id="pr0010">General Relativity (GR) is a fundamental theory of gravity whose validity has been probed in Solar System experiments <ce:cross-ref refid="br0010" id="crf0010">[1]</ce:cross-ref> and submillimeter laboratory tests <ce:cross-refs refid="br0020 br0030" id="crs0010">[2,3]</ce:cross-refs>. Despite the success of GR describing gravitational interactions in the Solar System, there have been long-standing cosmological problems such as the origins of inflation, dark energy, and dark matter. To address these problems, one typically introduces additional degrees of freedom (DOFs) beyond those appearing in GR <ce:cross-refs refid="br0040 br0050 br0060 br0070 br0080 br0090 br0100" id="crs0020">[4–10]</ce:cross-refs>. One of such new DOFs is a canonical scalar field <ce:italic>ϕ</ce:italic> with a potential <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> <ce:cross-refs refid="br0110 br0120 br0130 br0140 br0150 br0160 br0170 br0180 br0190 br0200 br0210 br0220" id="crs0030">[11–22]</ce:cross-refs>. If the scalar field evolves slowly along the potential, it is possible to realize cosmic acceleration responsible for inflation or dark energy. An oscillating scalar field around the potential minimum can be also the source for dark matter.</ce:para><ce:para id="pr0020">The other way of introducing a new dynamical DOF is to modify the gravitational sector from GR. The Lagrangian in GR is given by an Einstein-Hilbert term <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>R</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow></mml:msub></mml:math> is the reduced Planck mass and <ce:italic>R</ce:italic> is the Ricci scalar. If we consider theories containing nonlinear functions of <ce:italic>R</ce:italic> of the form <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>R</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, there is one scalar DOF arising from the modification of gravity <ce:cross-refs refid="br0230 br0240" id="crs0040">[23,24]</ce:cross-refs>. One well known example is the Starobinsky's model, in which the presence of a quadratic curvature term <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> drives cosmic acceleration <ce:cross-ref refid="br0250" id="crf0020">[25]</ce:cross-ref>. It is also possible to construct <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>R</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> models of late-time cosmic acceleration <ce:cross-refs refid="br0260 br0270 br0280 br0290 br0300 br0310 br0320" id="crs0050">[26–32]</ce:cross-refs>, while being consistent with local gravity constraints.</ce:para><ce:para id="pr0030">The Einstein tensor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> obtained by varying the Einstein-Hilbert action satisfies the conserved relation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup></mml:math> is a covariant derivative operator), with the property of second-order field equations of motion in metrics. If we demand such conserved and second-order properties for 2-rank symmetric tensors, GR is the unique theory of gravity in 4 dimensions <ce:cross-ref refid="br0330" id="crf0030">[33]</ce:cross-ref>. In spacetime dimensions higher than 4, there is a particular combination known as a Gauss-Bonnet (GB) term <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> consistent with those demands <ce:cross-ref refid="br0340" id="crf0040">[34]</ce:cross-ref>. In 4 dimensions, the GB term is a topological surface term and hence it does not contribute to the field equations of motion. In the presence of a coupling between a scalar field <ce:italic>ϕ</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> of the form <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math>, the spacetime dynamics is modified by the time or spatial variation of <ce:italic>ϕ</ce:italic>. Indeed, this type of scalar-GB coupling appears in the context of low energy effective string theory <ce:cross-refs refid="br0350 br0360 br0370" id="crs0060">[35–37]</ce:cross-refs>. The cosmological application of the coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> has been extensively performed in the literature <ce:cross-refs refid="br0380 br0390 br0400 br0410 br0420 br0430 br0440 br0450 br0460 br0470 br0480 br0490 br0500 br0510 br0520 br0530 br0540 br0550 br0560 br0570 br0580 br0590 br0600 br0610 br0620 br0630" id="crs0070">[38–63]</ce:cross-refs>. Moreover, it is known that the same coupling gives rise to spherically symmetric solutions of hairy black holes and neutron stars <ce:cross-refs refid="br0640 br0650 br0660 br0670 br0680 br0690 br0700 br0710 br0720 br0730 br0740 br0750 br0760 br0770 br0780 br0790 br0800" id="crs0080">[64–80]</ce:cross-refs>. The Lagrangian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> containing nonlinear functions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> also generates nontrivial contributions to the spacetime dynamics <ce:cross-refs refid="br0810 br0820 br0830 br0840 br0850 br0860 br0870 br0880 br0890 br0900" id="crs0090">[81–90]</ce:cross-refs>.</ce:para><ce:para id="pr0040">In Ref. <ce:cross-ref refid="br0910" id="crf0050">[91]</ce:cross-ref>, De Felice and Suyama studied the stability of scalar perturbations in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>R</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity on a spatially flat Friedmann-Lemaître-Robertson-Walker (FLRW) background. In theories with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:msubsup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>R</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>R</mml:mi><mml:mi>R</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>R</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>f</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo>∂</mml:mo><mml:mi>R</mml:mi></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>R</mml:mi><mml:mi>R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>f</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>f</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="script">G</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>, there is an unusual scale-dependent sound speed which propagates superluminally in the short-wavelength limit, unless the vacuum is in a de Sitter state (see also Ref. <ce:cross-ref refid="br0920" id="crf0060">[92]</ce:cross-ref> for the analysis in an anisotropic cosmological background). We note that this problem does not arise for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>R</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>R</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity. In Ref. <ce:cross-ref refid="br0930" id="crf0070">[93]</ce:cross-ref>, the same authors extended the analysis to a more general Lagrangian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>R</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> with a canonical scalar field <ce:italic>ϕ</ce:italic> and showed that the property of the scale-dependent sound speed is not modified by the presence of <ce:italic>ϕ</ce:italic>. Taking a perfect fluid (radiation or nonrelativistic matter) into account in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>R</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity, the cosmological stability and evolution of matter perturbations were studied in Refs. <ce:cross-refs refid="br0940 br0950 br0960" id="crs0100">[94–96]</ce:cross-refs>.</ce:para><ce:para id="pr0050">In Einstein-scalar-GB gravity given by the Lagrangian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>R</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, where <ce:italic>ϕ</ce:italic> is a canonical scalar field, the problem of scale-dependent sound speeds mentioned above is not present. In this theory, the propagation of scalar perturbations on the flat FLRW background was studied in Ref. <ce:cross-ref refid="br0930" id="crf0080">[93]</ce:cross-ref> without taking into account matter. While the sound speed associated with the field <ce:italic>ϕ</ce:italic> is luminal for theories with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, the propagation speed squared <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> arising from a nonlinear GB term deviates from that of light and it can be even negative. In Ref. <ce:cross-ref refid="br0930" id="crf0090">[93]</ce:cross-ref>, the authors discussed the possibility for satisfying the Laplacian stability condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>. In the presence of matter, however, the stability conditions are subject to modifications from those in the vacuum. To understand what happens for the dynamics of cosmological perturbations during radiation- and matter-dominated epochs, we need to study their stabilities by incorporating radiation or nonrelativistic matter.</ce:para><ce:para id="pr0060">In this letter, we will derive general conditions for the absence of ghosts and Laplacian instabilities in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>R</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity, where <ce:italic>ϕ</ce:italic> is a canonical scalar field with a potential <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>. In theories where the scalar field <ce:italic>ϕ</ce:italic> is coupled to the linear GB term, i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math>, there is only one dynamical scalar DOF <ce:italic>ϕ</ce:italic>. In theories with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, the Lagrangian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> can be expressed in terms of two scalar fields <ce:italic>ϕ</ce:italic> and <ce:italic>χ</ce:italic> coupled to the linear GB term, where <ce:italic>χ</ce:italic> arises from the nonlinearity in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math>. Hence the latter theory has two dynamical scalar DOFs. To study the cosmological stability of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> theories with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, we take a perfect fluid into account as a form of the Schutz-Sorkin action <ce:cross-refs refid="br0970 br0980 br0990" id="crs0110">[97–99]</ce:cross-refs>. We will show that the squared sound speed arising from nonlinear functions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> is negative during decelerating cosmological epochs including radiation and matter eras. To reach this conclusion, we exploit the fact that the propagation speed squared <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> of tensor perturbations must be positive to avoid Laplacian instability of gravitational waves.</ce:para><ce:para id="pr0070">The same Laplacian instability of scalar perturbations is also present in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>R</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity with any nonlinear function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> in <ce:italic>f</ce:italic>. We note that, in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> models of late-time cosmic acceleration, violent instabilities of matter density perturbations during the radiation and matter eras were reported in Ref. <ce:cross-ref refid="br1000" id="crf0100">[100]</ce:cross-ref>. This can be regarded as the consequence of a negative sound speed squared of the scalar perturbation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:mi>δ</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:math> arising from the nonlinearity of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> in <ce:italic>f</ce:italic>. Since <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:mi>δ</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:math> is coupled to the matter perturbation <ce:italic>δρ</ce:italic>, the background cosmological evolution during the radiation and matter eras is spoiled by the rapid growth of <ce:italic>δρ</ce:italic>. Our analysis in this letter shows that similar catastrophic instabilities persist for more general scalar-GB couplings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>.</ce:para><ce:para id="pr0080">This letter is organized as follows. In Sec. <ce:cross-ref refid="se0020" id="crf0110">2</ce:cross-ref>, we revisit cosmological stability conditions in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>R</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity with a canonical scalar field <ce:italic>ϕ</ce:italic>, which can be accommodated in a subclass of Horndeski theories with a single scalar DOF <ce:cross-refs refid="br1010 br1020 br1030 br1040" id="crs0120">[101–104]</ce:cross-refs>. This is an exceptional case satisfying the condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>, under which the Laplacian instability of scalar perturbations can be avoided. In Sec. <ce:cross-ref refid="se0030" id="crf0120">3</ce:cross-ref>, we derive the background equations and stability conditions of tensor perturbations in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>R</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math> by incorporating a perfect fluid. In Sec. <ce:cross-ref refid="se0060" id="crf0130">4</ce:cross-ref>, we proceed to the derivation of a second-order action of scalar perturbations and obtain conditions for the absence of ghosts and Laplacian instabilities in the scalar sector. In particular, we show that an effective cosmological equation of state <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub></mml:math> needs to be in the range <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mn>6</mml:mn></mml:math> to ensure Laplacian stabilities of the perturbation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:mi>δ</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:math>. Sec. <ce:cross-ref refid="se0090" id="crf0140">5</ce:cross-ref> is devoted to conclusions.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity</ce:section-title><ce:para id="pr0090">We first briefly revisit the cosmological stability in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity given by the action<ce:display><ce:formula id="fm0010"><ce:label>(2.1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mi mathvariant="script">S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>R</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>η</mml:mi><mml:mi>X</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:italic>g</ce:italic> is a determinant of the metric tensor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>, <ce:italic>η</ce:italic> is a constant, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:mi>X</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mi>ϕ</mml:mi><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>ϕ</mml:mi></mml:math> is a kinetic term of the scalar field <ce:italic>ϕ</ce:italic>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> are functions of <ce:italic>ϕ</ce:italic>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> is a GB term defined by<ce:display><ce:formula id="fm0020"><ce:label>(2.2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:mi mathvariant="script">G</mml:mi><mml:mo>≡</mml:mo><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>4</mml:mn><mml:msub><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:msub><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:msub><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msub></mml:math> being the Ricci and Riemann tensors, respectively. For the matter action <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub></mml:math>, we consider a perfect fluid minimally coupled to gravity.</ce:para><ce:para id="pr0100">The action <ce:cross-ref refid="fm0010" id="crf0150">(2.1)</ce:cross-ref> contains one scalar DOF <ce:italic>ϕ</ce:italic> besides the matter field <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub></mml:math>. If we consider Horndeski theories <ce:cross-ref refid="br1010" id="crf0160">[101]</ce:cross-ref> given by the action<ce:display><ce:formula id="fm0030"><ce:label>(2.3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mi mathvariant="script">S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo id="mmlbr0001">∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mspace width="0.2em"/><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>□</mml:mo><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi>R</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mi>X</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mo stretchy="true">{</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>□</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">}</mml:mo></mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="before">+</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:mfrac><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mi>X</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mo stretchy="true">{</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>□</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mo>□</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:msub><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>β</mml:mi></mml:mrow></mml:msub><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>β</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">}</mml:mo></mml:mrow><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="before">+</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> then the theory <ce:cross-ref refid="fm0010" id="crf0170">(2.1)</ce:cross-ref> can be accommodated by choosing the coupling functions <ce:cross-ref refid="br1030" id="crf0180">[103]</ce:cross-ref><ce:display><ce:formula id="fm0040"><ce:label>(2.4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub id="mmlbr0002"><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>η</mml:mi><mml:mi>X</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">ln</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>4</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>7</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mi mathvariant="normal">ln</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0002" linebreakstyle="after">,</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>4</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">ln</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>4</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="normal">ln</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where we use the notations <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:msub><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>X</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo>∂</mml:mo><mml:mi>F</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:mi>X</mml:mi></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:msub><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo>∂</mml:mo><mml:mi>F</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:mi>ϕ</mml:mi></mml:math> for any arbitrary function <ce:italic>F</ce:italic>.</ce:para><ce:para id="pr0110">Let us consider a spatially flat FLRW background given by the line element <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msup></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:mi>a</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is a time-dependent scale factor. The perfect fluid has a density <ce:italic>ρ</ce:italic> and pressure <ce:italic>P</ce:italic>. The background equations as well as the perturbation equations in full Horndeski theories were derived in Refs. <ce:cross-refs refid="br1030 br1050 br1060 br1070" id="crs0130">[103,105–107]</ce:cross-refs>. On using the correspondence <ce:cross-ref refid="fm0040" id="crf0190">(2.4)</ce:cross-ref>, the background equations of motion in theories given by the action <ce:cross-ref refid="fm0010" id="crf0200">(2.1)</ce:cross-ref> are<ce:display><ce:formula id="fm0050"><ce:label>(2.5)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mrow><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>ρ</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0060"><ce:label>(2.6)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:mrow><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>P</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0070"><ce:label>(2.7)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:mrow><mml:mi>η</mml:mi><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mi mathvariant="script">G</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0080"><ce:label>(2.8)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:mi>H</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">/</mml:mo><mml:mi>a</mml:mi></mml:math> is the Hubble expansion rate, a dot represents the derivative with respect to <ce:italic>t</ce:italic>, and<ce:display><ce:formula id="fm0090"><ce:label>(2.9)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:mrow><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0100"><ce:label>(2.10)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si56.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0110"><ce:label>(2.11)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mrow><mml:mi mathvariant="script">G</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>24</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0120">In the presence of tensor perturbations <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> with the perturbed line element <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msup></mml:math>, the second-order action of traceless and divergence-free modes of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> was already derived in full Horndeski theories <ce:cross-refs refid="br1030 br1060 br1070" id="crs0140">[103,106,107]</ce:cross-refs>. In the current theory, the conditions for the absence of ghosts and Laplacian instabilities are<ce:display><ce:formula id="fm0120"><ce:label>(2.12)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:mrow><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0130"><ce:label>(2.13)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> are defined by Eqs. <ce:cross-ref refid="fm0090" id="crf0210">(2.9)</ce:cross-ref> and <ce:cross-ref refid="fm0100" id="crf0220">(2.10)</ce:cross-ref>, respectively. Note that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> determines the sign of a kinetic term of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math>, while <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> corresponds to the propagation speed squared of tensor perturbations.</ce:para><ce:para id="pr0130">For the scalar sector, we choose the perturbed line element <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:mi>α</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mi>B</mml:mi><mml:mi mathvariant="normal">d</mml:mi><mml:mi>t</mml:mi><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msup></mml:math> in the flat gauge, where <ce:italic>α</ce:italic> and <ce:italic>B</ce:italic> are scalar metric perturbations. There is also a scalar-field perturbation <ce:italic>δϕ</ce:italic> besides the matter perturbation <ce:italic>δρ</ce:italic> and the fluid velocity potential <ce:italic>v</ce:italic>. After deriving the quadratic-order action of scalar perturbations, we can eliminate nondynamical variables <ce:italic>α</ce:italic>, <ce:italic>B</ce:italic>, and <ce:italic>v</ce:italic> from the action. Then, we are left with the two dynamical perturbations <ce:italic>δϕ</ce:italic> and <ce:italic>δρ</ce:italic> in the second-order action. In the short-wavelength limit, there is neither ghost nor Laplacian instability for <ce:italic>δϕ</ce:italic> under the conditions <ce:cross-refs refid="br1030 br1060 br1070" id="crs0150">[103,106,107]</ce:cross-refs><ce:display><ce:formula id="fm0140"><ce:label>(2.14)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:mrow><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>2</mml:mn><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>96</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0150"><ce:label>(2.15)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>32</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>96</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si67.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msub></mml:math> corresponds to the propagation speed of <ce:italic>δϕ</ce:italic>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub></mml:math> is the cosmological effective equation of state defined by<ce:display><ce:formula id="fm0160"><ce:label>(2.16)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> The stability conditions for <ce:italic>δρ</ce:italic> are given by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> is the matter sound speed squared.</ce:para><ce:para id="pr0140">Under the stability condition <ce:cross-ref refid="fm0120" id="crf0230">(2.12)</ce:cross-ref> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, the scalar no-ghost condition <ce:cross-ref refid="fm0140" id="crf0240">(2.14)</ce:cross-ref> is satisfied. Let us consider the case in which contributions of the scalar-GB coupling are suppressed, such that<ce:display><ce:formula id="fm0170"><ce:label>(2.17)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:mo stretchy="false">{</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo>,</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo>,</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">}</mml:mo><mml:mo>≪</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>≪</mml:mo><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Then, it follows that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>≃</mml:mo><mml:mn>1</mml:mn></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mn>2</mml:mn><mml:mi>η</mml:mi><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>≃</mml:mo><mml:mn>1</mml:mn></mml:math>. In such cases, provided that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, all the stability conditions are consistently satisfied. If the scalar-GB coupling contributes to the late-time cosmological dynamics, there is an observational bound on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> constrained from the GW170817 event together with the electromagnetic counterpart, i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>15</mml:mn></mml:mrow></mml:msup><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo>≤</mml:mo><mml:mn>7</mml:mn><mml:mo>×</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>16</mml:mn></mml:mrow></mml:msup></mml:math> <ce:cross-ref refid="br1080" id="crf0250">[108]</ce:cross-ref> for the redshift <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:mi>z</mml:mi><mml:mo>≤</mml:mo><mml:mn>0.009</mml:mn></mml:math>. This translates to the limit<ce:display><ce:formula id="fm0180"><ce:label>(2.18)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:mrow><mml:mo stretchy="true">|</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">|</mml:mo></mml:mrow><mml:mo>≲</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>15</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> which gives a tight constraint on the amplitude of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>. In this case, contributions of the scalar-GB coupling to the background Eqs. <ce:cross-ref refid="fm0050" id="crf0260">(2.5)</ce:cross-ref> and <ce:cross-ref refid="fm0060" id="crf0270">(2.6)</ce:cross-ref> are highly suppressed relative to the field density <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> and the matter density.</ce:para><ce:para id="pr0150">The bound <ce:cross-ref refid="fm0180" id="crf0280">(2.18)</ce:cross-ref> is not applied to early cosmological epochs including inflation, radiation, and matter eras. We note, however, that the dominance of the scalar-GB coupling to the background equations prevents the successful cosmic expansion history. This can also give rise to the violation of either of the stability conditions <ce:cross-ref refid="fm0120" id="crf0290">(2.12)</ce:cross-ref>-<ce:cross-ref refid="fm0150" id="crf0300">(2.15)</ce:cross-ref>. Provided the scalar-GB coupling is suppressed in such a way that inequalities <ce:cross-ref refid="fm0170" id="crf0310">(2.17)</ce:cross-ref> hold, the linear stabilities are ensured for both tensor and scalar perturbations.</ce:para></ce:section><ce:section id="se0030"><ce:label>3</ce:label><ce:section-title id="st0040"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity</ce:section-title><ce:para id="pr0160">We extend <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity to more general theories in which a canonical scalar field <ce:italic>ϕ</ce:italic> with a potential <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is coupled to the GB term of the form <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>. The action in such theories is given by<ce:display><ce:formula id="fm0190"><ce:label>(3.1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:mi mathvariant="script">S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>R</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>η</mml:mi><mml:mi>X</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where a matter field <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub></mml:math> is minimally coupled to gravity. It is more practical to introduce a scalar field <ce:italic>χ</ce:italic> and resort to the following action<ce:display><ce:formula id="fm0200"><ce:label>(3.2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:mi mathvariant="script">S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>R</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>η</mml:mi><mml:mi>X</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>U</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where<ce:display><ce:formula id="fm0210"><ce:label>(3.3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si85.svg"><mml:mi>U</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>≡</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>χ</mml:mi><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> with the notation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si86.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo>∂</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:mi>χ</mml:mi></mml:math>. Varying the action <ce:cross-ref refid="fm0200" id="crf0320">(3.2)</ce:cross-ref> with respect to <ce:italic>χ</ce:italic>, it follows that<ce:display><ce:formula id="fm0220"><ce:label>(3.4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si87.svg"><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>χ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> So long as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si88.svg"><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, we obtain <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si89.svg"><mml:mi>χ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math>. In this case, the action <ce:cross-ref refid="fm0200" id="crf0330">(3.2)</ce:cross-ref> reduces to <ce:cross-ref refid="fm0190" id="crf0340">(3.1)</ce:cross-ref>. Thus, the equivalence of <ce:cross-ref refid="fm0200" id="crf0350">(3.2)</ce:cross-ref> with <ce:cross-ref refid="fm0190" id="crf0360">(3.1)</ce:cross-ref> holds for<ce:display><ce:formula id="fm0230"><ce:label>(3.5)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si90.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> under which there is a new scalar DOF <ce:italic>χ</ce:italic> arising from the gravitational sector.</ce:para><ce:para id="pr0170">Theories with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> correspond to the coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:mi>f</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math>, in which case the cosmological stability conditions were already discussed in Sec. <ce:cross-ref refid="se0020" id="crf0370">2</ce:cross-ref>. In <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity, we do not have the additional scalar DOF <ce:italic>χ</ce:italic> arising from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math>, so the term <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si92.svg"><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0220" id="crf0380">(3.4)</ce:cross-ref> does not have the meaning of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si93.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub></mml:math>. Thus, the action <ce:cross-ref refid="fm0200" id="crf0390">(3.2)</ce:cross-ref> with the new dynamical DOF <ce:italic>χ</ce:italic> does not reproduce the action <ce:cross-ref refid="fm0010" id="crf0400">(2.1)</ce:cross-ref> in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity.</ce:para><ce:para id="pr0180">In the following, we will focus on theories with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, i.e., those containing the nonlinear dependence of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> in <ce:italic>f</ce:italic>. For the matter field <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub></mml:math>, we incorporate a perfect fluid without a dynamical vector DOF. This matter sector is described by the Schutz-Sorkin action <ce:cross-refs refid="br0970 br0980 br0990" id="crs0160">[97–99]</ce:cross-refs><ce:display><ce:formula id="fm0240"><ce:label>(3.6)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si94.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mspace width="0.2em"/><mml:mi>ρ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mi>ℓ</mml:mi><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where the fluid density <ce:italic>ρ</ce:italic> is a function of its number density <ce:italic>n</ce:italic>. The vector field <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup></mml:math> is related to <ce:italic>n</ce:italic> according to the relation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:mi>n</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si97.svg"><mml:msup><mml:mrow><mml:mi>u</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mo stretchy="false">)</mml:mo></mml:math> is the fluid four velocity. A scalar quantity <ce:italic>ℓ</ce:italic> in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub></mml:math> is a Lagrange multiplier, with the notation of a partial derivative <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mi>ℓ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo>∂</mml:mo><mml:mi>ℓ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup></mml:math>. Varying the matter action <ce:cross-ref refid="fm0240" id="crf0410">(3.6)</ce:cross-ref> with respect to <ce:italic>ℓ</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup></mml:math>, respectively, we obtain<ce:display><ce:formula id="fm0250"><ce:label>(3.7)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si99.svg"><mml:mrow><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0260"><ce:label>(3.8)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si100.svg"><mml:mrow><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mi>ℓ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>u</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si101.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>ρ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>n</mml:mi></mml:math>.</ce:para><ce:section id="se0040"><ce:label>3.1</ce:label><ce:section-title id="st0050">Background equations</ce:section-title><ce:para id="pr0190">We derive the background equations of motion on the spatially flat FLRW background given by the line element<ce:display><ce:formula id="fm0270"><ce:label>(3.9)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si102.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si103.svg"><mml:mi>N</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is a lapse function. Since the fluid four velocity in its rest frame is given by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si104.svg"><mml:msup><mml:mrow><mml:mi>u</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math>, the vector field <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup></mml:math> has components <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si105.svg"><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math>. From Eq. <ce:cross-ref refid="fm0250" id="crf0420">(3.7)</ce:cross-ref>, we obtain<ce:display><ce:formula id="fm0280"><ce:label>(3.10)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si106.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mi>n</mml:mi><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mi mathvariant="normal">constant</mml:mi></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> which means that the total fluid number <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si107.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> is conserved. This translates to the differential equation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si108.svg"><mml:mover accent="true"><mml:mrow><mml:mi>n</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mi>n</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>, which can be expressed as a form of the continuity equation<ce:display><ce:formula id="fm0290"><ce:label>(3.11)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si109.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:italic>P</ce:italic> is a fluid pressure defined by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si110.svg"><mml:mi>P</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>n</mml:mi><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>ρ</mml:mi></mml:math>.</ce:para><ce:para id="pr0200">On the background <ce:cross-ref refid="fm0270" id="crf0430">(3.9)</ce:cross-ref>, the total action <ce:cross-ref refid="fm0200" id="crf0440">(3.2)</ce:cross-ref> is expressed in the form<ce:display><ce:formula id="fm0300"><ce:label>(3.12)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si111.svg"><mml:mi mathvariant="script">S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>t</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mi>N</mml:mi></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>a</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>N</mml:mi><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>U</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>8</mml:mn><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>N</mml:mi><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>n</mml:mi><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mover accent="true"><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> From Eq. <ce:cross-ref refid="fm0260" id="crf0450">(3.8)</ce:cross-ref>, we obtain the following relation<ce:display><ce:formula id="fm0310"><ce:label>(3.13)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si112.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>N</mml:mi><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Varying the action <ce:cross-ref refid="fm0300" id="crf0460">(3.12)</ce:cross-ref> with respect to <ce:italic>N</ce:italic>, <ce:italic>a</ce:italic>, <ce:italic>ϕ</ce:italic>, <ce:italic>χ</ce:italic> respectively and setting <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si113.svg"><mml:mi>N</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:math> at the end, we obtain the background equations of motion<ce:display><ce:formula id="fm0320"><ce:label>(3.14)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si114.svg"><mml:mrow><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>U</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>ρ</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0330"><ce:label>(3.15)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si115.svg"><mml:mrow><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>P</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0340"><ce:label>(3.16)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si116.svg"><mml:mrow><mml:mi>η</mml:mi><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0350"><ce:label>(3.17)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si117.svg"><mml:mrow><mml:mi>χ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>24</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where<ce:display><ce:formula id="fm0360"><ce:label>(3.18)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si118.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0370"><ce:label>(3.19)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si119.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0210">We recall that the perfect fluid obeys the continuity Eq. <ce:cross-ref refid="fm0290" id="crf0470">(3.11)</ce:cross-ref>. We notice that Eqs. <ce:cross-ref refid="fm0320" id="crf0480">(3.14)</ce:cross-ref>-<ce:cross-ref refid="fm0340" id="crf0490">(3.16)</ce:cross-ref> are of similar forms to Eqs. <ce:cross-ref refid="fm0050" id="crf0500">(2.5)</ce:cross-ref>-<ce:cross-ref refid="fm0070" id="crf0510">(2.7)</ce:cross-ref> in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity, but the expressions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> are different from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, respectively, because of the appearance of time derivatives of <ce:italic>χ</ce:italic>. These <ce:italic>χ</ce:italic> derivatives do not vanish for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si88.svg"><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, i.e., for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>. As we will show in Sec. <ce:cross-ref refid="se0060" id="crf0520">4</ce:cross-ref>, nonlinearities of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> in <ce:italic>f</ce:italic> are responsible for the appearance of a new scalar propagating DOF <ce:italic>δχ</ce:italic>.</ce:para></ce:section><ce:section id="se0050"><ce:label>3.2</ce:label><ce:section-title id="st0060">Stabilities in the tensor sector</ce:section-title><ce:para id="pr0220">We proceed to the derivation of stability conditions for tensor perturbations in theories given by the action <ce:cross-ref refid="fm0200" id="crf0530">(3.2)</ce:cross-ref>. The perturbed line element including the tensor perturbation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> is<ce:display><ce:formula id="fm0380"><ce:label>(3.20)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where we impose the traceless and divergence-free gauge conditions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si122.svg"><mml:msub><mml:mrow><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si123.svg"><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>. For the gravitational wave propagating along the <ce:italic>z</ce:italic> direction, nonvanishing components of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> are expressed in the form<ce:display><ce:formula id="fm0390"><ce:label>(3.21)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si124.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo>,</mml:mo><mml:mi>z</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo>,</mml:mo><mml:mi>z</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>21</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo>,</mml:mo><mml:mi>z</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where the two polarized modes <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si125.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si126.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> are functions of <ce:italic>t</ce:italic> and <ce:italic>z</ce:italic>.</ce:para><ce:para id="pr0230">The second-order action arising from the matter action <ce:cross-ref refid="fm0240" id="crf0540">(3.6)</ce:cross-ref> can be expressed as<ce:display><ce:formula id="fm0400"><ce:label>(3.22)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si127.svg"><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo>∫</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>t</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>i</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:munderover><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>P</mml:mi><mml:msubsup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:italic>P</ce:italic> can be eliminated by using the background Eq. <ce:cross-ref refid="fm0330" id="crf0550">(3.15)</ce:cross-ref>. Expanding the total action <ce:cross-ref refid="fm0200" id="crf0560">(3.2)</ce:cross-ref> up to quadratic order in tensor perturbations and integrating it by parts, the resulting second-order action reduces to<ce:display><ce:formula id="fm0410"><ce:label>(3.23)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si128.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>t</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>i</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:munderover><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:mfrac><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si129.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:mi>z</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>. We recall that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> are given by Eqs. <ce:cross-ref refid="fm0360" id="crf0570">(3.18)</ce:cross-ref> and <ce:cross-ref refid="fm0370" id="crf0580">(3.19)</ce:cross-ref>, respectively.</ce:para><ce:para id="pr0240">To avoid the ghost and Laplacian instabilities in the tensor sector, we require the two conditions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si130.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si131.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, which translate to<ce:display><ce:formula id="fm0420"><ce:label>(3.24)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si132.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0430"><ce:label>(3.25)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si133.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> In <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity without the scalar field <ce:italic>ϕ</ce:italic>, tensor stability conditions can be obtained by setting <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si134.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si135.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> in Eqs. <ce:cross-ref refid="fm0420" id="crf0590">(3.24)</ce:cross-ref> and <ce:cross-ref refid="fm0430" id="crf0600">(3.25)</ce:cross-ref>.</ce:para><ce:para id="pr0250">We vary the action <ce:cross-ref refid="fm0410" id="crf0610">(3.23)</ce:cross-ref> with respect to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si136.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> (with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si137.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:math>) in Fourier space with a comoving wavenumber <ce:bold><ce:italic>k</ce:italic></ce:bold>. Then, we obtain the tensor perturbation equation of motion<ce:display><ce:formula id="fm0440"><ce:label>(3.26)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si138.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>k</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si139.svg"><mml:mi>k</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi mathvariant="bold-italic">k</mml:mi><mml:mo stretchy="false">|</mml:mo></mml:math>. Since <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si140.svg"><mml:mi>ξ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub></mml:math>, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> dependence in <ce:italic>f</ce:italic> leads to the modified evolution of gravitational waves in comparison to GR. If the energy densities of <ce:italic>ϕ</ce:italic> and <ce:italic>χ</ce:italic> are relevant to the late-time cosmological dynamics after the matter dominance, the observational constraint on the tensor propagation speed <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> arising from the GW170817 event <ce:cross-ref refid="br1080" id="crf0620">[108]</ce:cross-ref> (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si142.svg"><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mo>≲</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>15</mml:mn></mml:mrow></mml:msup></mml:math>) gives a tight bound on the scalar-GB coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>. Such a stringent limit is not applied to the cosmological dynamics in the early Universe, but the conditions <ce:cross-ref refid="fm0420" id="crf0630">(3.24)</ce:cross-ref> and <ce:cross-ref refid="fm0430" id="crf0640">(3.25)</ce:cross-ref> need to be still satisfied.</ce:para></ce:section></ce:section><ce:section id="se0060"><ce:label>4</ce:label><ce:section-title id="st0070">Stabilities of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity in the scalar sector</ce:section-title><ce:para id="pr0260">In this section, we will derive conditions for the absence of scalar ghosts and Laplacian instabilities in theories given by the action <ce:cross-ref refid="fm0200" id="crf0650">(3.2)</ce:cross-ref>. A perturbed line element containing scalar perturbations <ce:italic>α</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>ζ</ce:italic>, and <ce:italic>E</ce:italic> is of the form<ce:display><ce:formula id="fm0450"><ce:label>(4.1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si143.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:mi>α</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mi>B</mml:mi><mml:mi mathvariant="normal">d</mml:mi><mml:mi>t</mml:mi><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:mi>ζ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mi>E</mml:mi><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> For the scalar fields <ce:italic>ϕ</ce:italic> and <ce:italic>χ</ce:italic>, we consider perturbations <ce:italic>δϕ</ce:italic> and <ce:italic>δχ</ce:italic> on the background values <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si144.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">¯</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si145.svg"><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">¯</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, respectively, such that<ce:display><ce:formula id="fm0460"><ce:label>(4.2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si146.svg"><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">¯</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="bold-italic">x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mi>χ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">¯</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="bold-italic">x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where we will omit a bar from the background quantities in the following.</ce:para><ce:para id="pr0270">In the matter sector, the temporal and spatial components of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup></mml:math> are decomposed into the background and perturbed parts as<ce:display><ce:formula id="fm0470"><ce:label>(4.3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si147.svg"><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>δ</mml:mi><mml:mi>J</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>k</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>j</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:italic>δJ</ce:italic> and <ce:italic>δj</ce:italic> are scalar perturbations. In terms of the velocity potential <ce:italic>v</ce:italic>, the spatial component of fluid four velocity is expressed as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si148.svg"><mml:msub><mml:mrow><mml:mi>u</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mi>v</mml:mi></mml:math>. From Eq. <ce:cross-ref refid="fm0260" id="crf0660">(3.8)</ce:cross-ref>, the scalar quantity <ce:italic>ℓ</ce:italic> has a background part obeying the relation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si149.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math> besides a perturbation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si150.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mi>v</mml:mi></mml:math>. Then, we have<ce:display><ce:formula id="fm0480"><ce:label>(4.4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si151.svg"><mml:mi>ℓ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover><mml:mo movablelimits="false">∫</mml:mo><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:mover><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mi mathvariant="normal">d</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mi>v</mml:mi><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Defining the matter density perturbation<ce:display><ce:formula id="fm0490"><ce:label>(4.5)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si152.svg"><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo>≡</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mi>δ</mml:mi><mml:mi>J</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:mi>ζ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>E</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> the fluid number density <ce:italic>n</ce:italic> has a perturbation <ce:cross-refs refid="br1070 br1090" id="crs0170">[107,109]</ce:cross-refs><ce:display><ce:formula id="fm0500"><ce:label>(4.6)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si153.svg"><mml:mi>δ</mml:mi><mml:mi>n</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo>∂</mml:mo><mml:mi>χ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo>∂</mml:mo><mml:mi>δ</mml:mi><mml:mi>j</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:mi>ζ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>E</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ζ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>E</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:mi>ζ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>E</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> up to second order. The matter sound speed squared is given by<ce:display><ce:formula id="fm0510"><ce:label>(4.7)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si154.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>n</mml:mi><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Expanding <ce:cross-ref refid="fm0240" id="crf0670">(3.6)</ce:cross-ref> up to quadratic order in perturbations, we obtain the second-order matter action same as that derived in Refs. <ce:cross-refs refid="br1070 br1090" id="crs0180">[107,109]</ce:cross-refs>. Varying this matter action with respect to <ce:italic>δj</ce:italic> leads to<ce:display><ce:formula id="fm0520"><ce:label>(4.8)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si155.svg"><mml:mo>∂</mml:mo><mml:mi>δ</mml:mi><mml:mi>j</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>n</mml:mi><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo>∂</mml:mo><mml:mi>v</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo>∂</mml:mo><mml:mi>B</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> whose relation will be used to eliminate <ce:italic>δj</ce:italic>.</ce:para><ce:para id="pr0280">In the following, we choose the gauge<ce:display><ce:formula id="fm0530"><ce:label>(4.9)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si156.svg"><mml:mi>E</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> under which a scalar quantity <ce:italic>ξ</ce:italic> associated with the spatial gauge transformation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si157.svg"><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="false">→</mml:mo><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mi>ξ</mml:mi></mml:math> is fixed. A scalar quantity <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math> associated with the temporal part of the gauge transformation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si159.svg"><mml:mi>t</mml:mi><mml:mo stretchy="false">→</mml:mo><mml:mi>t</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math> can be fixed by choosing a flat gauge (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>ζ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>) or a unitary gauge (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si161.svg"><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>). We do not specify the temporal gauge condition in deriving the second-order action, but we will do so at the end.</ce:para><ce:para id="pr0290">Expanding the total action <ce:cross-ref refid="fm0200" id="crf0680">(3.2)</ce:cross-ref> up to quadratic order in scalar perturbations and integrating it by parts, the resulting second-order action is given by<ce:display><ce:formula id="fm0540"><ce:label>(4.10)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si162.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>t</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">flat</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>L</mml:mi></mml:mrow><mml:mrow><mml:mi>ζ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where<ce:display><ce:formula id="fm0550"><ce:label>(4.11)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si163.svg"><mml:msub><mml:mrow><mml:mi>L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">flat</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup id="mmlbr0003"><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi>δ</mml:mi><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">{</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">}</mml:mo></mml:mrow><mml:msup><mml:mrow><mml:mi>α</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mi>α</mml:mi><mml:mspace linebreak="newline"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mn>16</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mi>δ</mml:mi><mml:msup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">{</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">}</mml:mo><mml:mi>α</mml:mi><mml:mspace linebreak="newline"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi>v</mml:mi><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>v</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mi>v</mml:mi><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mspace linebreak="newline"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:mi>v</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mi>δ</mml:mi><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>α</mml:mi><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0560"><ce:label>(4.12)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si164.svg"><mml:msub><mml:mrow><mml:mi>L</mml:mi></mml:mrow><mml:mrow><mml:mi>ζ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup id="mmlbr0004"><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">{</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mi>α</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi>v</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">}</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ζ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ζ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mspace linebreak="newline"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:mi>ζ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">{</mml:mo><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mi>α</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">}</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>ζ</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> are given by Eqs. <ce:cross-ref refid="fm0360" id="crf0690">(3.18)</ce:cross-ref> and <ce:cross-ref refid="fm0370" id="crf0700">(3.19)</ce:cross-ref>, respectively, and<ce:display><ce:formula id="fm0570"><ce:label>(4.13)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si165.svg"><mml:msub id="mmlbr0005"><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>24</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>η</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>24</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0005" linebreakstyle="after">,</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>8</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>8</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0005" linebreakstyle="after">,</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>8</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>η</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>8</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Now, we switch to the Fourier space with a comoving wavenumber <ce:bold><ce:italic>k</ce:italic></ce:bold>. Varying the total action <ce:cross-ref refid="fm0540" id="crf0710">(4.10)</ce:cross-ref> with respect to <ce:italic>α</ce:italic>, <ce:italic>B</ce:italic>, and <ce:italic>v</ce:italic>, respectively, we obtain<ce:display><ce:formula id="fm0580"><ce:label>(4.14)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si166.svg"><mml:msub id="mmlbr0006"><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ζ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mi>α</mml:mi><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0006" linebreakstyle="before">+</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>k</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mi>ζ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>H</mml:mi><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi>B</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0590"><ce:label>(4.15)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si167.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ζ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>H</mml:mi><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi>α</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi>v</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0600"><ce:label>(4.16)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si168.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ζ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>k</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>v</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>B</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0300">In the following, we choose the flat gauge given by<ce:display><ce:formula id="fm0610"><ce:label>(4.17)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si169.svg"><mml:mi>ζ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> to obtain stability conditions for scalar perturbations. We will discuss the two cases: (A) <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity and (B) <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity in turn.</ce:para><ce:section id="se0070"><ce:label>4.1</ce:label><ce:section-title id="st0080"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity</ce:section-title><ce:para id="pr0310">In <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, we can construct gauge-invariant scalar perturbations <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si170.svg"><mml:mi>δ</mml:mi><mml:msub><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">f</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mspace width="0.2em"/><mml:mi>ζ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>H</mml:mi></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si171.svg"><mml:mi>δ</mml:mi><mml:msub><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">f</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mspace width="0.2em"/><mml:mi>ζ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>H</mml:mi></mml:math>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si172.svg"><mml:mi>δ</mml:mi><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">f</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mspace width="0.2em"/><mml:mi>ζ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>H</mml:mi></mml:math>. For the gauge choice <ce:cross-ref refid="fm0610" id="crf0720">(4.17)</ce:cross-ref>, they reduce, respectively, to <ce:italic>δϕ</ce:italic>, <ce:italic>δχ</ce:italic>, and <ce:italic>δρ</ce:italic>, which correspond to the dynamical scalar DOFs. Note that the perturbation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si173.svg"><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>δ</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:math> arises from nonlinearities in the GB term. We solve Eqs. <ce:cross-ref refid="fm0580" id="crf0730">(4.14)</ce:cross-ref>-<ce:cross-ref refid="fm0600" id="crf0740">(4.16)</ce:cross-ref> for <ce:italic>α</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>v</ce:italic> and substitute them into Eq. <ce:cross-ref refid="fm0540" id="crf0750">(4.10)</ce:cross-ref>. Then, the resulting quadratic-order action in Fourier space is expressed in the form<ce:display><ce:formula id="fm0620"><ce:label>(4.18)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si174.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>t</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="bold-italic">K</mml:mi><mml:mover accent="true"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>k</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="bold-italic">G</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="bold-italic">M</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="bold-italic">B</mml:mi><mml:mover accent="true"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:bold><ce:italic>K</ce:italic></ce:bold>, <ce:bold><ce:italic>G</ce:italic></ce:bold>, <ce:bold><ce:italic>M</ce:italic></ce:bold>, <ce:bold><ce:italic>B</ce:italic></ce:bold> are <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si175.svg"><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mn>3</mml:mn></mml:math> matrices, and<ce:display><ce:formula id="fm0630"><ce:label>(4.19)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si176.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo>,</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>k</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> The leading-order contributions to <ce:bold><ce:italic>M</ce:italic></ce:bold> and <ce:bold><ce:italic>B</ce:italic></ce:bold> are of order <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si177.svg"><mml:msup><mml:mrow><mml:mi>k</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math>. Taking the small-scale limit <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si178.svg"><mml:mi>k</mml:mi><mml:mo stretchy="false">→</mml:mo><mml:mo>∞</mml:mo></mml:math>, nonvanishing components of the symmetric matrices <ce:bold><ce:italic>K</ce:italic></ce:bold> and <ce:bold><ce:italic>G</ce:italic></ce:bold> are<ce:display><ce:formula id="fm0640"><ce:label>(4.20)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si179.svg"><mml:msub id="mmlbr0007"><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0007" linebreakstyle="after">,</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>21</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>η</mml:mi><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> and<ce:display><ce:formula id="fm0650"><ce:label>(4.21)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si180.svg"><mml:msub id="mmlbr0008"><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">]</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">[</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0008" linebreakstyle="after">,</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0008" linebreakstyle="after">,</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>21</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">[</mml:mo><mml:mi>η</mml:mi><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">{</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">}</mml:mo><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> To derive these coefficients, we have absorbed <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si181.svg"><mml:msup><mml:mrow><mml:mi>k</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>-dependent terms present in <ce:bold><ce:italic>B</ce:italic></ce:bold> into the components of <ce:bold><ce:italic>G</ce:italic></ce:bold> and used the relation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si182.svg"><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>η</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:math>, and<ce:display><ce:formula id="fm0660"><ce:label>(4.22)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si183.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>H</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>H</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>η</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>H</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>H</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>H</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>H</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> The scalar ghosts are absent under the following three conditions<ce:display><ce:formula id="fm0670"><ce:label>(4.23)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si184.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0680"><ce:label>(4.24)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si185.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0690"><ce:label>(4.25)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si186.svg"><mml:mrow><mml:mrow><mml:mi mathvariant="normal">det</mml:mi></mml:mrow><mml:mspace width="0.2em"/><mml:mi mathvariant="bold-italic">K</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>4</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> Under the no-ghost condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si130.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> of tensor perturbations, inequalities <ce:cross-ref refid="fm0670" id="crf0760">(4.23)</ce:cross-ref>-<ce:cross-ref refid="fm0690" id="crf0770">(4.25)</ce:cross-ref> are satisfied for<ce:display><ce:formula id="fm0700"><ce:label>(4.26)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si187.svg"><mml:mrow><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0710"><ce:label>(4.27)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si188.svg"><mml:mrow><mml:mi>η</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0320">In the limit of large <ce:italic>k</ce:italic>, dominant contributions to the second-order action <ce:cross-ref refid="fm0620" id="crf0780">(4.18)</ce:cross-ref> arise from <ce:bold><ce:italic>K</ce:italic></ce:bold> and <ce:bold><ce:italic>G</ce:italic></ce:bold>. Then, the dispersion relation can be expressed in the form<ce:display><ce:formula id="fm0720"><ce:label>(4.28)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si189.svg"><mml:mrow><mml:mi mathvariant="normal">det</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi mathvariant="bold-italic">K</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="bold-italic">G</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si190.svg"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msub></mml:math> is the scalar propagation speed. Solving Eq. <ce:cross-ref refid="fm0720" id="crf0790">(4.28)</ce:cross-ref> for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, we obtain the following three solutions<ce:display><ce:formula id="fm0730"><ce:label>(4.29)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si191.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0740"><ce:label>(4.30)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si192.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">[</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>6</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0750"><ce:label>(4.31)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si193.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>3</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> which correspond to the squared propagation speeds of <ce:italic>δϕ</ce:italic>, <ce:italic>δχ</ce:italic>, and <ce:italic>δρ</ce:italic>, respectively. The scalar perturbation <ce:italic>δϕ</ce:italic> has a luminal propagation speed, so it satisfies the Laplacian stability condition. For <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, the matter perturbation <ce:italic>δρ</ce:italic> is free from Laplacian instability. On using the background Eq. <ce:cross-ref refid="fm0330" id="crf0800">(3.15)</ce:cross-ref>, the sound speed squared <ce:cross-ref refid="fm0740" id="crf0810">(4.30)</ce:cross-ref> can be expressed as<ce:cross-ref refid="fn0010" id="crf0820"><ce:sup>1</ce:sup></ce:cross-ref><ce:footnote id="fn0010"><ce:label>1</ce:label><ce:note-para id="np0010">If we eliminate <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> by using Eq. <ce:cross-ref refid="fm0330" id="crf0830">(3.15)</ce:cross-ref>, we can express Eq. <ce:cross-ref refid="fm0740" id="crf0840">(4.30)</ce:cross-ref> in the form<ce:display><ce:formula id="fm0760"><ce:label>(4.32)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si194.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> From this expression, it seems that the existence of the last term can lead to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si195.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> even in the decelerating Universe. In the absence of matter (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si196.svg"><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>P</mml:mi></mml:math>), this possibility was suggested in Ref. <ce:cross-ref refid="br0930" id="crf0850">[93]</ce:cross-ref>. Eliminating <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> instead of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> from Eq. <ce:cross-ref refid="fm0740" id="crf0860">(4.30)</ce:cross-ref>, it is clear that this possibility is forbidden even in the presence of matter.</ce:note-para></ce:footnote><ce:display><ce:formula id="fm0770"><ce:label>(4.33)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si197.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>4</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>4</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub></mml:math> is the effective equation of state defined by Eq. <ce:cross-ref refid="fm0160" id="crf0870">(2.16)</ce:cross-ref>. The Laplacian stability of <ce:italic>δχ</ce:italic> is ensured for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si195.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, i.e.,<ce:display><ce:formula id="fm0780"><ce:label>(4.34)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si198.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Since we need the condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si131.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> for the absence of Laplacian instability in the tensor sector, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub></mml:math> must be in the range <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si199.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:math>. This translates to the condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si200.svg"><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">/</mml:mo><mml:mi>a</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, so the Laplacian stability of <ce:italic>δχ</ce:italic> requires that the Universe is accelerating. In decelerating cosmological epochs, the condition <ce:cross-ref refid="fm0780" id="crf0880">(4.34)</ce:cross-ref> is always violated for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si131.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>. During the radiation-dominated (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si201.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:math>) and matter-dominated (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si202.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>) eras, we have <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si203.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>4</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si204.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:math>, respectively, which are both negative for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si131.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>.</ce:para><ce:para id="pr0330">We thus showed that, for scalar-GB couplings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> containing nonlinear functions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math>, <ce:italic>δχ</ce:italic> is prone to the Laplacian instability during the radiation and matter eras. Hence nonlinear functions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> should not be present in decelerating cosmological epochs. Even if <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si205.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> is positive in the inflationary epoch, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si205.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> changes its sign during the transition to a reheating epoch (in which <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si206.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mn>0</mml:mn></mml:math> for a standard reheating scenario). During the epoch of late-time cosmic acceleration, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si205.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> can be positive, but it changes the sign as we go back to the matter era. Since <ce:italic>δχ</ce:italic> is coupled to <ce:italic>δϕ</ce:italic> and <ce:italic>δρ</ce:italic>, the instability of <ce:italic>δχ</ce:italic> leads to the growth of <ce:italic>δϕ</ce:italic> and <ce:italic>δρ</ce:italic> for perturbations deep inside the Hubble radius. This violates the successful background evolution during the decelerating cosmological epochs.</ce:para><ce:para id="pr0340">The squared propagation speeds <ce:cross-ref refid="fm0730" id="crf0890">(4.29)</ce:cross-ref>-<ce:cross-ref refid="fm0750" id="crf0900">(4.31)</ce:cross-ref> have been derived by choosing the flat gauge <ce:cross-ref refid="fm0610" id="crf0910">(4.17)</ce:cross-ref>, but they are independent of the gauge choices. Indeed, we will show in Appendix <ce:cross-ref refid="se0100" id="crf1290">A</ce:cross-ref> that the same values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si207.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si205.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si208.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>3</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> can be obtained by choosing the unitary gauge. We also note that the scalar propagation speed squared <ce:cross-ref refid="fm0150" id="crf0920">(2.15)</ce:cross-ref> in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity is not equivalent to the value <ce:cross-ref refid="fm0730" id="crf0930">(4.29)</ce:cross-ref>. As we observe in Eq. <ce:cross-ref refid="fm0150" id="crf0940">(2.15)</ce:cross-ref>, the propagation of <ce:italic>ϕ</ce:italic> is affected by the coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> with the linear GB term <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math>. In <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> theory with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, the new scalar field <ce:italic>χ</ce:italic> plays a role of the dynamical DOF arising from the nonlinear GB term. In this latter case, the propagation of the other field <ce:italic>ϕ</ce:italic> does not practically acquire the effect of a coupling with the GB term and hence <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si209.svg"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> reduces to the luminal value.</ce:para></ce:section><ce:section id="se0080"><ce:label>4.2</ce:label><ce:section-title id="st0090"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity</ce:section-title><ce:para id="pr0350">Finally, we also study the stability of scalar perturbations in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity given by the action<ce:display><ce:formula id="fm0790"><ce:label>(4.35)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si210.svg"><mml:mi mathvariant="script">S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>R</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> In this case, there is no scalar field <ce:italic>ϕ</ce:italic> coupled to the GB term. The action <ce:cross-ref refid="fm0790" id="crf0950">(4.35)</ce:cross-ref> is equivalent to Eq. <ce:cross-ref refid="fm0200" id="crf0960">(3.2)</ce:cross-ref> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si211.svg"><mml:mi>ϕ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si212.svg"><mml:mi>X</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si213.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si214.svg"><mml:mi>U</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>χ</mml:mi><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si215.svg"><mml:mi>ξ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>. As shown in Ref. <ce:cross-ref refid="br1030" id="crf0970">[103]</ce:cross-ref>, this theory belongs to a subclass of Horndeski theories with one scalar DOF <ce:italic>χ</ce:italic> besides a matter fluid.</ce:para><ce:para id="pr0360">In <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity, the second-order action of scalar perturbations is obtained by setting <ce:italic>ϕ</ce:italic>, <ce:italic>δϕ</ce:italic>, and their derivatives 0 in Eqs. <ce:cross-ref refid="fm0550" id="crf0980">(4.11)</ce:cross-ref> and <ce:cross-ref refid="fm0560" id="crf0990">(4.12)</ce:cross-ref>. We choose the flat gauge <ce:cross-ref refid="fm0610" id="crf1000">(4.17)</ce:cross-ref> and eliminate <ce:italic>α</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>v</ce:italic> from the action by using Eqs. <ce:cross-ref refid="fm0580" id="crf1010">(4.14)</ce:cross-ref>-<ce:cross-ref refid="fm0600" id="crf1020">(4.16)</ce:cross-ref>. Then, the second-order scalar action reduces to the form <ce:cross-ref refid="fm0620" id="crf1030">(4.18)</ce:cross-ref> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si216.svg"><mml:mn>2</mml:mn><mml:mo>×</mml:mo><mml:mn>2</mml:mn></mml:math> matrices <ce:bold><ce:italic>K</ce:italic></ce:bold>, <ce:bold><ce:italic>G</ce:italic></ce:bold>, <ce:bold><ce:italic>M</ce:italic></ce:bold>, <ce:bold><ce:italic>B</ce:italic></ce:bold> and two dynamical perturbations<ce:display><ce:formula id="fm0800"><ce:label>(4.36)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si217.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo>,</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>k</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> In the small-scale limit, nonvanishing components of <ce:bold><ce:italic>K</ce:italic></ce:bold> and <ce:bold><ce:italic>G</ce:italic></ce:bold> are given by<ce:display><ce:formula id="fm0810"><ce:label>(4.37)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si218.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0820"><ce:label>(4.38)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si219.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">[</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">[</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> The no-ghost conditions correspond to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si220.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si221.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, which are satisfied for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si130.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>. The propagation speed squared for <ce:italic>δχ</ce:italic> is<ce:display><ce:formula id="fm0830"><ce:label>(4.39)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si222.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">[</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>6</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where, in the last equality, we used the background Eq. <ce:cross-ref refid="fm0330" id="crf1040">(3.15)</ce:cross-ref> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si134.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>. The other matter propagation speed squared is given by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si223.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>. Since the last expression of Eq. <ce:cross-ref refid="fm0830" id="crf1050">(4.39)</ce:cross-ref> is of the same form as Eq. <ce:cross-ref refid="fm0770" id="crf1060">(4.33)</ce:cross-ref>, the Laplacian instability of <ce:italic>δχ</ce:italic> is present in decelerating cosmological epochs. In Ref. <ce:cross-ref refid="br1000" id="crf1070">[100]</ce:cross-ref>, violent growth of matter perturbations was found during the radiation and matter eras for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> models of late-time cosmic acceleration. This is attributed to the Laplacian instability of <ce:italic>δχ</ce:italic> coupled to <ce:italic>δρ</ce:italic>, which inevitably occurs for nonlinear functions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>.</ce:para></ce:section></ce:section><ce:section id="se0090" role="conclusion"><ce:label>5</ce:label><ce:section-title id="st0100">Conclusions</ce:section-title><ce:para id="pr0370">In this letter, we studied the stability of cosmological perturbations on the spatially flat FLRW background in scalar-GB theories given by the action <ce:cross-ref refid="fm0190" id="crf1080">(3.1)</ce:cross-ref>. Provided that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, the action <ce:cross-ref refid="fm0190" id="crf1090">(3.1)</ce:cross-ref> is equivalent to <ce:cross-ref refid="fm0200" id="crf1100">(3.2)</ce:cross-ref> with a new scalar DOF <ce:italic>χ</ce:italic> arising from nonlinear GB terms. Theories with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> correspond to a linear GB term coupled to a scalar field <ce:italic>ϕ</ce:italic> of the form <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math>, which belongs to a subclass of Horndeski theories. To make a comparison with the scalar-GB coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> containing nonlinear functions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math>, we first revisited stabilities of cosmological perturbations in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity in Sec. <ce:cross-ref refid="se0020" id="crf1110">2</ce:cross-ref>. In this latter theory, provided that the scalar-GB coupling is subdominant to the background equations of motion, the stability conditions of tensor and scalar perturbations can be consistently satisfied.</ce:para><ce:para id="pr0380">In Sec. <ce:cross-ref refid="se0030" id="crf1120">3</ce:cross-ref>, we derived the background equations and stability conditions of tensor perturbations for the scalar-GB coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>. Besides a canonical scalar field <ce:italic>ϕ</ce:italic> with the kinetic term <ce:italic>ηX</ce:italic> and the potential <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, we incorporate a perfect fluid given by the Schutz-Sorkin action <ce:cross-ref refid="fm0240" id="crf1130">(3.6)</ce:cross-ref>. The absence of ghosts and Laplacian instabilities requires that the quantities <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> defined by Eqs. <ce:cross-ref refid="fm0360" id="crf1140">(3.18)</ce:cross-ref> and <ce:cross-ref refid="fm0370" id="crf1150">(3.19)</ce:cross-ref> are both positive. In terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, the background equations of motion in the gravitational sector can be expressed in a simple manner as Eqs. <ce:cross-ref refid="fm0320" id="crf1160">(3.14)</ce:cross-ref> and <ce:cross-ref refid="fm0330" id="crf1170">(3.15)</ce:cross-ref>, where the latter is used to simplify a scalar sound speed later.</ce:para><ce:para id="pr0390">In Sec. <ce:cross-ref refid="se0060" id="crf1180">4</ce:cross-ref>, we expanded the action in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math> up to quadratic order in scalar perturbations. After eliminating nondynamical variables <ce:italic>α</ce:italic>, <ce:italic>B</ce:italic>, and <ce:italic>v</ce:italic>, the second-order action is of the form <ce:cross-ref refid="fm0620" id="crf1190">(4.18)</ce:cross-ref> with three dynamical perturbations <ce:cross-ref refid="fm0630" id="crf1200">(4.19)</ce:cross-ref>. With the no-ghost condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si130.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> of tensor perturbations, the scalar ghosts are absent for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>. The sound speeds of perturbations <ce:italic>δϕ</ce:italic> and <ce:italic>δρ</ce:italic> have the standard values 1 and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si224.svg"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub></mml:math>, respectively. However, the squared propagation speed of <ce:italic>δχ</ce:italic>, which arises from nonlinear GB functions in <ce:italic>f</ce:italic>, has a nontrivial value <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si225.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:math>. Since the positivity of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si205.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> requires that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mn>6</mml:mn></mml:math>, we have <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si199.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:math> under the absence of Laplacian instability in the tensor sector (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si131.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>). This means that the scalar perturbation associated with nonlinearities of the GB term is subject to Laplacian instability during decelerating cosmological epochs including radiation and matter eras. The same property also holds for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>.</ce:para><ce:para id="pr0400">We thus showed that a canonical scalar field <ce:italic>ϕ</ce:italic> coupled to a nonlinear GB term does not modify the property of negative values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si205.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> in the decelerating Universe. During inflation or the epoch of late-time cosmic acceleration, it is possible to avoid Laplacian instability of the perturbation <ce:italic>δχ</ce:italic> in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>. However, in the subsequent reheating period after inflation or in the preceding matter era before dark energy dominance, the Laplacian instability inevitably emerges to violate the successful background cosmological evolution. We have shown this for a canonical scalar field <ce:italic>ϕ</ce:italic>, but it may be interesting to see whether the same property persists for the scalar field <ce:italic>ϕ</ce:italic> arising in Horndeski theories and its extensions like DHOST theories <ce:cross-refs refid="br1100 br1110" id="crs0190">[110,111]</ce:cross-refs>. While we focused on the analysis on the FLRW background, it will be also of interest to study whether some instabilities are present for perturbations on a static and spherically symmetric background in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>. The latter is important for the construction of stable hairy black hole or neutron star solutions in theories beyond the scalar-GB coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math>. These issues are left for future works.</ce:para> </ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0150">Declaration of Competing Interest</ce:section-title><ce:para id="pr0450">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0110">Acknowledgements</ce:section-title><ce:para id="pr0410">ST is supported by the Grant-in-Aid for Scientific Research Fund of the <ce:grant-sponsor id="gsp0010" sponsor-id="https://doi.org/10.13039/501100001691">JSPS</ce:grant-sponsor> Nos. <ce:grant-number refid="gsp0010">19K03854</ce:grant-number> and <ce:grant-number refid="gsp0010">22K03642</ce:grant-number>.</ce:para></ce:acknowledgment><ce:appendices><ce:section id="se0100"><ce:label>Appendix A</ce:label><ce:section-title id="st0120">Stability conditions in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity in unitary gauge</ce:section-title><ce:para id="pr0420">In this Appendix, we derive stability conditions of scalar perturbations in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity by choosing the unitary gauge<ce:display><ce:formula id="fm0840"><ce:label>(A.1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si226.svg"><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Then, the gauge-invariant perturbations <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si227.svg"><mml:mi mathvariant="script">R</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>ζ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>H</mml:mi><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si228.svg"><mml:mi>δ</mml:mi><mml:msub><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">u</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:math>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si229.svg"><mml:mi>δ</mml:mi><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">u</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mspace width="0.2em"/><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:math> reduce, respectively, to <ce:italic>ζ</ce:italic>, <ce:italic>δχ</ce:italic>, and <ce:italic>δρ</ce:italic>. After the elimination of nondynamical variables <ce:italic>α</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>v</ce:italic> from Eq. <ce:cross-ref refid="fm0540" id="crf1210">(4.10)</ce:cross-ref>, the second-order action reduces to the form <ce:cross-ref refid="fm0620" id="crf1220">(4.18)</ce:cross-ref> with the dynamical perturbations<ce:display><ce:formula id="fm0850"><ce:label>(A.2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si230.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>ζ</mml:mi><mml:mo>,</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo>,</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>k</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where nonvanishing matrix components of <ce:bold><ce:italic>K</ce:italic></ce:bold> and <ce:bold><ce:italic>G</ce:italic></ce:bold> are <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si231.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>21</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si232.svg"><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>21</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub></mml:math>. In the short-wavelength limit, the ghosts are absent for<ce:display><ce:formula id="fm0860"><ce:label>(A.3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si184.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0870"><ce:label>(A.4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si234.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0880"><ce:label>(A.5)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si235.svg"><mml:mrow><mml:mrow><mml:mi mathvariant="normal">det</mml:mi></mml:mrow><mml:mspace width="0.2em"/><mml:mi mathvariant="bold-italic">K</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>4</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> Under the tensor no-ghost condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si130.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, inequalities <ce:cross-ref refid="fm0860" id="crf1230">(A.3)</ce:cross-ref>-<ce:cross-ref refid="fm0880" id="crf1240">(A.5)</ce:cross-ref> are satisfied for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>. These conditions are the same as those derived by choosing the flat gauge.</ce:para><ce:para id="pr0430">The scalar propagation speed squared <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> can be derived by solving the dispersion relation <ce:cross-ref refid="fm0720" id="crf1250">(4.28)</ce:cross-ref>. On using the background Eq. <ce:cross-ref refid="fm0330" id="crf1260">(3.15)</ce:cross-ref>, we obtain the three values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> exactly the same as Eqs. <ce:cross-ref refid="fm0730" id="crf1270">(4.29)</ce:cross-ref>-<ce:cross-ref refid="fm0750" id="crf1280">(4.31)</ce:cross-ref>. Thus, the propagation speeds in the small-scale limit are independent of the gauge choices. In <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity, we also obtain the same scalar propagation speeds as those derived in the flat gauge.</ce:para></ce:section></ce:appendices></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0130">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bib5C8EB78ED4050146E7257A535902E8D2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.M.</ce:given-name><ce:surname>Will</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Living Rev. Relativ.</sb:maintitle></sb:title><sb:volume-nr>17</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:pages><sb:first-page>4</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1403.7377" id="inf0010">arXiv:1403.7377 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0010">C. M. Will, Living Rev. Rel. 17, 4 (2014), arXiv:1403.7377 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bibA6902E3D85FD6F7A3E4A628BF99713F7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.D.</ce:given-name><ce:surname>Hoyle</ce:surname></sb:author><sb:author><ce:given-name>U.</ce:given-name><ce:surname>Schmidt</ce:surname></sb:author><sb:author><ce:given-name>B.R.</ce:given-name><ce:surname>Heckel</ce:surname></sb:author><sb:author><ce:given-name>E.G.</ce:given-name><ce:surname>Adelberger</ce:surname></sb:author><sb:author><ce:given-name>J.H.</ce:given-name><ce:surname>Gundlach</ce:surname></sb:author><sb:author><ce:given-name>D.J.</ce:given-name><ce:surname>Kapner</ce:surname></sb:author><sb:author><ce:given-name>H.E.</ce:given-name><ce:surname>Swanson</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>86</sb:volume-nr></sb:series><sb:date>2001</sb:date></sb:issue><sb:pages><sb:first-page>1418</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/0011014" id="inf0020">arXiv:hep-ph/0011014</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0015">C. D. Hoyle, U. Schmidt, B. R. Heckel, E. G. Adelberger, J. H. Gundlach, D. J. Kapner, and H. E. Swanson, Phys. Rev. Lett. 86, 1418 (2001), arXiv:hep-ph/0011014.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bib69889C4D6C53C683A993499B7355FA62s1"><sb:contribution><sb:authors><sb:author><ce:given-name>E.G.</ce:given-name><ce:surname>Adelberger</ce:surname></sb:author><sb:author><ce:given-name>B.R.</ce:given-name><ce:surname>Heckel</ce:surname></sb:author><sb:author><ce:given-name>A.E.</ce:given-name><ce:surname>Nelson</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Annu. Rev. Nucl. Part. Sci.</sb:maintitle></sb:title><sb:volume-nr>53</sb:volume-nr></sb:series><sb:date>2003</sb:date></sb:issue><sb:pages><sb:first-page>77</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/0307284" id="inf0030">arXiv:hep-ph/0307284</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0020">E. G. Adelberger, B. R. Heckel, and A. E. Nelson, Ann. Rev. Nucl. Part. Sci. 53, 77 (2003), arXiv:hep-ph/0307284.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bibD08E769DC5B9EE56AD1BDFFFA2ECF663s1"><sb:contribution><sb:authors><sb:author><ce:given-name>E.J.</ce:given-name><ce:surname>Copeland</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Sami</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. D</sb:maintitle></sb:title><sb:volume-nr>15</sb:volume-nr></sb:series><sb:date>2006</sb:date></sb:issue><sb:pages><sb:first-page>1753</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0603057" id="inf0040">arXiv:hep-th/0603057</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0025">E. J. Copeland, M. Sami, and S. Tsujikawa, Int. J. Mod. Phys. D 15, 1753 (2006), arXiv:hep-th/0603057.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib704DF064D186579831484E07AFCE09E5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Silvestri</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Trodden</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Rep. Prog. Phys.</sb:maintitle></sb:title><sb:volume-nr>72</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>096901</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0904.0024" id="inf0050">arXiv:0904.0024 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0030">A. Silvestri and M. Trodden, Rept. Prog. Phys. 72, 096901 (2009), arXiv:0904.0024 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bib419DC9E5B8ECBF871CB282C78B26C0DBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Lect. Notes Phys.</sb:maintitle></sb:title><sb:volume-nr>800</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:pages><sb:first-page>99</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1101.0191" id="inf0060">arXiv:1101.0191 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0035">S. Tsujikawa, Lect. Notes Phys. 800, 99 (2010), arXiv:1101.0191 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bib3DC2CC162F196D2CA2E4E916BA3E1DCFs1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Clifton</ce:surname></sb:author><sb:author><ce:given-name>P.G.</ce:given-name><ce:surname>Ferreira</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Padilla</ce:surname></sb:author><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Skordis</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>513</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1106.2476" id="inf0070">arXiv:1106.2476 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0040">T. Clifton, P. G. Ferreira, A. Padilla, and C. Skordis, Phys. Rept. 513, 1 (2012), arXiv:1106.2476 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bib497F245EB3C44667B6F40CE3BEBA76E2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Joyce</ce:surname></sb:author><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Jain</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Khoury</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Trodden</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>568</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1407.0059" id="inf0080">arXiv:1407.0059 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0045">A. Joyce, B. Jain, J. Khoury, and M. Trodden, Phys. Rept. 568, 1 (2015), arXiv:1407.0059 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bibD7F692B1B075F459F652D062318646F4s1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Koyama</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Rep. Prog. Phys.</sb:maintitle></sb:title><sb:volume-nr>79</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>046902</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1504.04623" id="inf0090">arXiv:1504.04623 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0050">K. Koyama, Rept. Prog. Phys. 79, 046902 (2016), arXiv:1504.04623 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bibE9E8D56FC43F0679E56D19318CE121BEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Heisenberg</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>796</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1807.01725" id="inf0100">arXiv:1807.01725 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0055">L. Heisenberg, Phys. Rept. 796, 1 (2019), arXiv:1807.01725 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bibA70E9558E67AC26E5C5BA698F76912CAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>Y.</ce:given-name><ce:surname>Fujii</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>26</sb:volume-nr></sb:series><sb:date>1982</sb:date></sb:issue><sb:pages><sb:first-page>2580</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0060">Y. Fujii, Phys. Rev. D 26, 2580 (1982).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bib346634882756545C28282282398371FFs1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Sato</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Mon. Not. R. Astron. Soc.</sb:maintitle></sb:title><sb:volume-nr>195</sb:volume-nr></sb:series><sb:date>1981</sb:date></sb:issue><sb:pages><sb:first-page>467</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0065">K. Sato, Mon. Not. Roy. Astron. Soc. 195, 467 (1981).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bibDAAB22154C9A7D05159400498D297EB9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Kazanas</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Astrophys. J. Lett.</sb:maintitle></sb:title><sb:volume-nr>241</sb:volume-nr></sb:series><sb:date>1980</sb:date></sb:issue><sb:pages><sb:first-page>L59</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0070">D. Kazanas, Astrophys. J. Lett. 241, L59 (1980).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bib722AB33C040B6270A34A226F926191E5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.H.</ce:given-name><ce:surname>Guth</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>23</sb:volume-nr></sb:series><sb:date>1981</sb:date></sb:issue><sb:pages><sb:first-page>347</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0075">A. H. Guth, Phys. Rev. D 23, 347 (1981).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bibB760EBDBF7951085FAED53F0992B61F0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.D.</ce:given-name><ce:surname>Linde</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>108</sb:volume-nr></sb:series><sb:date>1982</sb:date></sb:issue><sb:pages><sb:first-page>389</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0080">A. D. Linde, Phys. Lett. B 108, 389 (1982).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bib95BB6BE1B808D1DDDA4FAD233A53C678s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Albrecht</ce:surname></sb:author><sb:author><ce:given-name>P.J.</ce:given-name><ce:surname>Steinhardt</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>48</sb:volume-nr></sb:series><sb:date>1982</sb:date></sb:issue><sb:pages><sb:first-page>1220</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0085">A. Albrecht and P. J. Steinhardt, Phys. Rev. Lett. 48, 1220 (1982).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bibFD5A388AA4DD220D053A25CB6B06F00Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.D.</ce:given-name><ce:surname>Linde</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>129</sb:volume-nr></sb:series><sb:date>1983</sb:date></sb:issue><sb:pages><sb:first-page>177</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0090">A. D. Linde, Phys. Lett. B 129, 177 (1983).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bibC83AFA62AEBB5E91766A359810C947E1s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Ratra</ce:surname></sb:author><sb:author><ce:given-name>P.J.E.</ce:given-name><ce:surname>Peebles</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>37</sb:volume-nr></sb:series><sb:date>1988</sb:date></sb:issue><sb:pages><sb:first-page>3406</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0095">B. Ratra and P. J. E. Peebles, Phys. Rev. D 37, 3406 (1988).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bib5DEAD5E63B48C88CFF4EF32F8A984143s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Wetterich</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>302</sb:volume-nr></sb:series><sb:date>1988</sb:date></sb:issue><sb:pages><sb:first-page>668</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1711.03844" id="inf0110">arXiv:1711.03844 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0100">C. Wetterich, Nucl. Phys. B 302, 668 (1988), arXiv:1711.03844 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bib1E414EF972B2B9C8492E064BA4B8BB4Cs1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Chiba</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Sugiyama</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Nakamura</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Mon. Not. R. Astron. Soc.</sb:maintitle></sb:title><sb:volume-nr>289</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>L5</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/9704199" id="inf0120">arXiv:astro-ph/9704199</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0105">T. Chiba, N. Sugiyama, and T. Nakamura, Mon. Not. Roy. Astron. Soc. 289, L5 (1997), arXiv:astro-ph/9704199.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib263BB4E70D151D2B97A5BB5347F414B8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.G.</ce:given-name><ce:surname>Ferreira</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Joyce</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>58</sb:volume-nr></sb:series><sb:date>1998</sb:date></sb:issue><sb:article-number>023503</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/9711102" id="inf0130">arXiv:astro-ph/9711102</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0110">P. G. Ferreira and M. Joyce, Phys. Rev. D 58, 023503 (1998), arXiv:astro-ph/9711102.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bib21092E60C5FF1C209B3A2BD9B6E066DBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.R.</ce:given-name><ce:surname>Caldwell</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Dave</ce:surname></sb:author><sb:author><ce:given-name>P.J.</ce:given-name><ce:surname>Steinhardt</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:date>1998</sb:date></sb:issue><sb:pages><sb:first-page>1582</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/9708069" id="inf0140">arXiv:astro-ph/9708069</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0115">R. R. Caldwell, R. Dave, and P. J. Steinhardt, Phys. Rev. Lett. 80, 1582 (1998), arXiv:astro-ph/9708069.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bib87CFEC7846A6A2976C06218C6AE05F61s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.P.</ce:given-name><ce:surname>Sotiriou</ce:surname></sb:author><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Faraoni</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Rev. Mod. Phys.</sb:maintitle></sb:title><sb:volume-nr>82</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:pages><sb:first-page>451</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0805.1726" id="inf0150">arXiv:0805.1726 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0120">T. P. Sotiriou and V. Faraoni, Rev. Mod. Phys. 82, 451 (2010), arXiv:0805.1726 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bib19386E1E902ED756217B9B0F2AFF2F2Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Living Rev. Relativ.</sb:maintitle></sb:title><sb:volume-nr>13</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:pages><sb:first-page>3</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1002.4928" id="inf0160">arXiv:1002.4928 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0125">A. De Felice and S. Tsujikawa, Living Rev. Rel. 13, 3 (2010), arXiv:1002.4928 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0250"><ce:label>[25]</ce:label><sb:reference id="bib937BAEFF76FC7BAEB86E469B06AAB81Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.A.</ce:given-name><ce:surname>Starobinsky</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:date>1980</sb:date></sb:issue><sb:pages><sb:first-page>99</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0130">A. A. Starobinsky, Phys. Lett. B 91, 99 (1980).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0260"><ce:label>[26]</ce:label><sb:reference id="bib55081F4E87056F23733962FB60FD5A15s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Capozziello</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. D</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:pages><sb:first-page>483</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/0201033" id="inf0170">arXiv:gr-qc/0201033</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0135">S. Capozziello, Int. J. Mod. Phys. D 11, 483 (2002), arXiv:gr-qc/0201033.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0270"><ce:label>[27]</ce:label><sb:reference id="bib2D5A9BF726A5500D6990F4236A78319Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.M.</ce:given-name><ce:surname>Carroll</ce:surname></sb:author><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Duvvuri</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Trodden</ce:surname></sb:author><sb:author><ce:given-name>M.S.</ce:given-name><ce:surname>Turner</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>70</sb:volume-nr></sb:series><sb:date>2004</sb:date></sb:issue><sb:article-number>043528</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/0306438" id="inf0180">arXiv:astro-ph/0306438</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0140">S. M. Carroll, V. Duvvuri, M. Trodden, and M. S. Turner, Phys. Rev. D 70, 043528 (2004), arXiv:astro-ph/0306438.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0280"><ce:label>[28]</ce:label><sb:reference id="bib9E8F929B7B772A3C9F0C724860FD73F9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>W.</ce:given-name><ce:surname>Hu</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Sawicki</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>064004</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0705.1158" id="inf0190">arXiv:0705.1158 [astro-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0145">W. Hu and I. Sawicki, Phys. Rev. D 76, 064004 (2007), arXiv:0705.1158 [astro-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0290"><ce:label>[29]</ce:label><sb:reference id="bib3462B62FDF406A9BB3D5C5DA7543E03Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Amendola</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gannouji</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Polarski</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>75</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>083504</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/0612180" id="inf0200">arXiv:gr-qc/0612180</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0150">L. Amendola, R. Gannouji, D. Polarski, and S. Tsujikawa, Phys. Rev. D 75, 083504 (2007), arXiv:gr-qc/0612180.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0300"><ce:label>[30]</ce:label><sb:reference id="bib360FF14633E4D18D5E06AA1FC0746CD2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.A.</ce:given-name><ce:surname>Starobinsky</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>JETP Lett.</sb:maintitle></sb:title><sb:volume-nr>86</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:pages><sb:first-page>157</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0706.2041" id="inf0210">arXiv:0706.2041 [astro-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0155">A. A. Starobinsky, JETP Lett. 86, 157 (2007), arXiv:0706.2041 [astro-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0310"><ce:label>[31]</ce:label><sb:reference id="bibD0B419EE4954452D91E4559880DFB0B5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>77</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>023507</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0709.1391" id="inf0220">arXiv:0709.1391 [astro-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0160">S. Tsujikawa, Phys. Rev. D 77, 023507 (2008), arXiv:0709.1391 [astro-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0320"><ce:label>[32]</ce:label><sb:reference id="bib320676934382741E3239F924F26C6B62s1"><sb:contribution><sb:authors><sb:author><ce:given-name>E.V.</ce:given-name><ce:surname>Linder</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>123528</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0905.2962" id="inf0230">arXiv:0905.2962 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0165">E. V. Linder, Phys. Rev. D 80, 123528 (2009), arXiv:0905.2962 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0330"><ce:label>[33]</ce:label><sb:reference id="bib3840D6E0A810C4F9446948039C63E256s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Lovelock</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Math. Phys.</sb:maintitle></sb:title><sb:volume-nr>12</sb:volume-nr></sb:series><sb:date>1971</sb:date></sb:issue><sb:pages><sb:first-page>498</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0170">D. Lovelock, J. Math. Phys. 12, 498 (1971).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0340"><ce:label>[34]</ce:label><sb:reference id="bibCBC6C609AB3444D2C7B72761CFAF066As1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.S.</ce:given-name><ce:surname>Stelle</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Gen. Relativ. Gravit.</sb:maintitle></sb:title><sb:volume-nr>9</sb:volume-nr></sb:series><sb:date>1978</sb:date></sb:issue><sb:pages><sb:first-page>353</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0175">K. S. Stelle, Gen. Rel. Grav. 9, 353 (1978).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0350"><ce:label>[35]</ce:label><sb:reference id="bibF8F388AED6F1A143446ACA9D07EB62AAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Zwiebach</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>156</sb:volume-nr></sb:series><sb:date>1985</sb:date></sb:issue><sb:pages><sb:first-page>315</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0180">B. Zwiebach, Phys. Lett. B 156, 315 (1985).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0360"><ce:label>[36]</ce:label><sb:reference id="bib2082E9F100B16412CD20A1832206E1D5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.J.</ce:given-name><ce:surname>Gross</ce:surname></sb:author><sb:author><ce:given-name>J.H.</ce:given-name><ce:surname>Sloan</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>291</sb:volume-nr></sb:series><sb:date>1987</sb:date></sb:issue><sb:pages><sb:first-page>41</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0185">D. J. Gross and J. H. Sloan, Nucl. Phys. B 291, 41 (1987).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0370"><ce:label>[37]</ce:label><sb:reference id="bibBBF7FB3295A9F11043760887DFFFEA73s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.R.</ce:given-name><ce:surname>Metsaev</ce:surname></sb:author><sb:author><ce:given-name>A.A.</ce:given-name><ce:surname>Tseytlin</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>293</sb:volume-nr></sb:series><sb:date>1987</sb:date></sb:issue><sb:pages><sb:first-page>385</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0190">R. R. Metsaev and A. A. Tseytlin, Nucl. Phys. B 293, 385 (1987).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0380"><ce:label>[38]</ce:label><sb:reference id="bib1365EC135F2A1CCC76E8D2A3F50BC624s1"><sb:contribution><sb:authors><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Antoniadis</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Rizos</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Tamvakis</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>415</sb:volume-nr></sb:series><sb:date>1994</sb:date></sb:issue><sb:pages><sb:first-page>497</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/9305025" id="inf0240">arXiv:hep-th/9305025</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0195">I. Antoniadis, J. Rizos, and K. Tamvakis, Nucl. Phys. B 415, 497 (1994), arXiv:hep-th/9305025.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0390"><ce:label>[39]</ce:label><sb:reference id="bib32A9DD2E73C939414E0FFF13F9E9C629s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Gasperini</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Maggiore</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Veneziano</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>494</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>315</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/9611039" id="inf0250">arXiv:hep-th/9611039</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0200">M. Gasperini, M. Maggiore, and G. Veneziano, Nucl. Phys. B 494, 315 (1997), arXiv:hep-th/9611039.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0400"><ce:label>[40]</ce:label><sb:reference id="bibA1CF5D1FEFF71644EF526AA225608B97s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Kawai</ce:surname></sb:author><sb:author><ce:given-name>M.-a.</ce:given-name><ce:surname>Sakagami</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Soda</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>437</sb:volume-nr></sb:series><sb:date>1998</sb:date></sb:issue><sb:pages><sb:first-page>284</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/9802033" id="inf0260">arXiv:gr-qc/9802033</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0205">S. Kawai, M.-a. Sakagami, and J. Soda, Phys. Lett. B 437, 284 (1998), arXiv:gr-qc/9802033.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0410"><ce:label>[41]</ce:label><sb:reference id="bibA754E2AAF6FBB6C75196448A73A6B933s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Cartier</ce:surname></sb:author><sb:author><ce:given-name>E.J.</ce:given-name><ce:surname>Copeland</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Madden</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>01</sb:volume-nr></sb:series><sb:date>2000</sb:date></sb:issue><sb:article-number>035</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/9910169" id="inf0270">arXiv:hep-th/9910169</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0210">C. Cartier, E. J. Copeland, and R. Madden, JHEP 01, 035 (2000), arXiv:hep-th/9910169.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0420"><ce:label>[42]</ce:label><sb:reference id="bib8F5FADAE462DD745B9707741A718CA16s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Cartier</ce:surname></sb:author><sb:author><ce:given-name>J.-c.</ce:given-name><ce:surname>Hwang</ce:surname></sb:author><sb:author><ce:given-name>E.J.</ce:given-name><ce:surname>Copeland</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>64</sb:volume-nr></sb:series><sb:date>2001</sb:date></sb:issue><sb:article-number>103504</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/0106197" id="inf0280">arXiv:astro-ph/0106197</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0215">C. Cartier, J.-c. Hwang, and E. J. Copeland, Phys. Rev. D 64, 103504 (2001), arXiv:astro-ph/0106197.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0430"><ce:label>[43]</ce:label><sb:reference id="bib60E85E3D1D8556BA7E5D7143631E204Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Brandenberger</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Finelli</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>66</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:article-number>083513</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0207228" id="inf0290">arXiv:hep-th/0207228</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0220">S. Tsujikawa, R. Brandenberger, and F. Finelli, Phys. Rev. D 66, 083513 (2002), arXiv:hep-th/0207228.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0440"><ce:label>[44]</ce:label><sb:reference id="bib7D431692C75AA19EF44248DB793E97D9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Toporensky</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>65</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:article-number>123509</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/0202067" id="inf0300">arXiv:gr-qc/0202067</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0225">A. Toporensky and S. Tsujikawa, Phys. Rev. D 65, 123509 (2002), arXiv:gr-qc/0202067.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0450"><ce:label>[45]</ce:label><sb:reference id="bibA93C21B12FB5E1E359F2128647AF00A1s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Amendola</ce:surname></sb:author><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Charmousis</ce:surname></sb:author><sb:author><ce:given-name>S.C.</ce:given-name><ce:surname>Davis</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>12</sb:volume-nr></sb:series><sb:date>2006</sb:date></sb:issue><sb:article-number>020</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0506137" id="inf0310">arXiv:hep-th/0506137</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0230">L. Amendola, C. Charmousis, and S. C. Davis, JCAP 12, 020 (2006), arXiv:hep-th/0506137.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0460"><ce:label>[46]</ce:label><sb:reference id="bib77878669737555095BF821E14DECAD4Cs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Nojiri</ce:surname></sb:author><sb:author><ce:given-name>S.D.</ce:given-name><ce:surname>Odintsov</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Sasaki</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>71</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:article-number>123509</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0504052" id="inf0320">arXiv:hep-th/0504052</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0235">S. Nojiri, S. D. Odintsov, and M. Sasaki, Phys. Rev. D 71, 123509 (2005), arXiv:hep-th/0504052.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0470"><ce:label>[47]</ce:label><sb:reference id="bibFC8839C1443A348AE1A86ADED14C546Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Calcagni</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Sami</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>22</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>3977</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0505193" id="inf0330">arXiv:hep-th/0505193</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0240">G. Calcagni, S. Tsujikawa, and M. Sami, Class. Quant. Grav. 22, 3977 (2005), arXiv:hep-th/0505193.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0480"><ce:label>[48]</ce:label><sb:reference id="bibE80A549FCB9B441D203C2D31440D65BAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Calcagni</ce:surname></sb:author><sb:author><ce:given-name>B.</ce:given-name><ce:surname>de Carlos</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>752</sb:volume-nr></sb:series><sb:date>2006</sb:date></sb:issue><sb:pages><sb:first-page>404</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0604201" id="inf0340">arXiv:hep-th/0604201</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0245">G. Calcagni, B. de Carlos, and A. De Felice, Nucl. Phys. B 752, 404 (2006), arXiv:hep-th/0604201.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0490"><ce:label>[49]</ce:label><sb:reference id="bib8723B585384377D30312AEE474920AE8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Koivisto</ce:surname></sb:author><sb:author><ce:given-name>D.F.</ce:given-name><ce:surname>Mota</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>644</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:pages><sb:first-page>104</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/0606078" id="inf0350">arXiv:astro-ph/0606078</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0250">T. Koivisto and D. F. Mota, Phys. Lett. B 644, 104 (2007), arXiv:astro-ph/0606078.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0500"><ce:label>[50]</ce:label><sb:reference id="bib8B8C54FC599031A7A0103D217952B1DEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Koivisto</ce:surname></sb:author><sb:author><ce:given-name>D.F.</ce:given-name><ce:surname>Mota</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>75</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>023518</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0609155" id="inf0360">arXiv:hep-th/0609155</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0255">T. Koivisto and D. F. Mota, Phys. Rev. D 75, 023518 (2007), arXiv:hep-th/0609155.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0510"><ce:label>[51]</ce:label><sb:reference id="bibD33C0817047EBF99E5FD102FFFB51EAAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Sami</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>01</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>006</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0608178" id="inf0370">arXiv:hep-th/0608178</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0260">S. Tsujikawa and M. Sami, JCAP 01, 006 (2007), arXiv:hep-th/0608178.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0520"><ce:label>[52]</ce:label><sb:reference id="bib136DEAD3548D66D48BA2CD85BD3A505Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.-K.</ce:given-name><ce:surname>Guo</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Ohta</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>75</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>023520</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0610336" id="inf0380">arXiv:hep-th/0610336</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0265">Z.-K. Guo, N. Ohta, and S. Tsujikawa, Phys. Rev. D 75, 023520 (2007), arXiv:hep-th/0610336.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0530"><ce:label>[53]</ce:label><sb:reference id="bib70FB992CBF8617F293115D584BE99E03s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Amendola</ce:surname></sb:author><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Charmousis</ce:surname></sb:author><sb:author><ce:given-name>S.C.</ce:given-name><ce:surname>Davis</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>004</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0704.0175" id="inf0390">arXiv:0704.0175 [astro-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0270">L. Amendola, C. Charmousis, and S. C. Davis, JCAP 10, 004 (2007), arXiv:0704.0175 [astro-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0540"><ce:label>[54]</ce:label><sb:reference id="bibC9540A23029DAB4BEFD383A328E96B8Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Satoh</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Soda</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>09</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>019</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0806.4594" id="inf0400">arXiv:0806.4594 [astro-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0275">M. Satoh and J. Soda, JCAP 09, 019 (2008), arXiv:0806.4594 [astro-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0550"><ce:label>[55]</ce:label><sb:reference id="bib901E1ABE985A508FB4FD1895FE8C3336s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.-K.</ce:given-name><ce:surname>Guo</ce:surname></sb:author><sb:author><ce:given-name>D.J.</ce:given-name><ce:surname>Schwarz</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>063523</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0907.0427" id="inf0410">arXiv:0907.0427 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0280">Z.-K. Guo and D. J. Schwarz, Phys. Rev. D 80, 063523 (2009), arXiv:0907.0427 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0560"><ce:label>[56]</ce:label><sb:reference id="bib6319D636D57242F355FCB195188ECA4Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Kanti</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gannouji</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Dadhich</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>92</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>041302</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1503.01579" id="inf0420">arXiv:1503.01579 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0285">P. Kanti, R. Gannouji, and N. Dadhich, Phys. Rev. D 92, 041302 (2015), arXiv:1503.01579 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0570"><ce:label>[57]</ce:label><sb:reference id="bibC5005C9B4E7785F6AC87AE626F60EDA0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Hikmawan</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Soda</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Suroso</ce:surname></sb:author><sb:author><ce:given-name>F.P.</ce:given-name><ce:surname>Zen</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>93</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>068301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1512.00222" id="inf0430">arXiv:1512.00222 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0290">G. Hikmawan, J. Soda, A. Suroso, and F. P. Zen, Phys. Rev. D 93, 068301 (2016), arXiv:1512.00222 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0580"><ce:label>[58]</ce:label><sb:reference id="bibB45479C45EFF9B50F0AA20123C05CB6Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Kawai</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>789</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>145</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1702.07689" id="inf0440">arXiv:1702.07689 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0295">S. Kawai and J. Kim, Phys. Lett. B 789, 145 (2019), arXiv:1702.07689 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0590"><ce:label>[59]</ce:label><sb:reference id="bibCD4ED688309B83352C8E0688282800BAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.</ce:given-name><ce:surname>Yi</ce:surname></sb:author><sb:author><ce:given-name>Y.</ce:given-name><ce:surname>Gong</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Sabir</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>98</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>083521</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1804.09116" id="inf0450">arXiv:1804.09116 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0300">Z. Yi, Y. Gong, and M. Sabir, Phys. Rev. D 98, 083521 (2018), arXiv:1804.09116 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0600"><ce:label>[60]</ce:label><sb:reference id="bib08297E3245C5E46E7E6FF4D023FC14A6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Kawai</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>104</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>083545</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2108.01340" id="inf0460">arXiv:2108.01340 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0305">S. Kawai and J. Kim, Phys. Rev. D 104, 083545 (2021), arXiv:2108.01340 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0610"><ce:label>[61]</ce:label><sb:reference id="bib3F8687D75ED7CE1DBE8953A9D5DC6B59s1"><sb:contribution><sb:authors><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Zhang</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>105</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>063539</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2112.10516" id="inf0470">arXiv:2112.10516 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0310">F. Zhang, Phys. Rev. D 105, 063539 (2022), arXiv:2112.10516 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0620"><ce:label>[62]</ce:label><sb:reference id="bib0E9B05282095D4C065C12278ED49A485s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Kawai</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>104</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>043525</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2105.04386" id="inf0480">arXiv:2105.04386 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0315">S. Kawai and J. Kim, Phys. Rev. D 104, 043525 (2021), arXiv:2105.04386 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0630"><ce:label>[63]</ce:label><sb:reference id="bib7A86C2B9BCDBC7457AAF081F4DD47F87s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Kawaguchi</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2211.13364" id="inf0490">arXiv:2211.13364 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0320">R. Kawaguchi and S. Tsujikawa, arXiv:2211.13364 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0640"><ce:label>[64]</ce:label><sb:reference id="bib996543D7AF926C674D88DD39278C03E6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Kanti</ce:surname></sb:author><sb:author><ce:given-name>N.E.</ce:given-name><ce:surname>Mavromatos</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Rizos</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Tamvakis</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Winstanley</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>54</sb:volume-nr></sb:series><sb:date>1996</sb:date></sb:issue><sb:pages><sb:first-page>5049</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/9511071" id="inf0500">arXiv:hep-th/9511071</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0325">P. Kanti, N. E. Mavromatos, J. Rizos, K. Tamvakis, and E. Winstanley, Phys. Rev. D 54, 5049 (1996), arXiv:hep-th/9511071.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0650"><ce:label>[65]</ce:label><sb:reference id="bib034BD3ACE19A19BFFCF7C9E5B876247Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Torii</ce:surname></sb:author><sb:author><ce:given-name>H.</ce:given-name><ce:surname>Yajima</ce:surname></sb:author><sb:author><ce:given-name>K.-i.</ce:given-name><ce:surname>Maeda</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>55</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>739</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/9606034" id="inf0510">arXiv:gr-qc/9606034</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0330">T. Torii, H. Yajima, and K.-i. Maeda, Phys. Rev. D 55, 739 (1997), arXiv:gr-qc/9606034.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0660"><ce:label>[66]</ce:label><sb:reference id="bibF87BBA36CA87A4CE786FE4FCF51CDD3Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.-M.</ce:given-name><ce:surname>Chen</ce:surname></sb:author><sb:author><ce:given-name>D.V.</ce:given-name><ce:surname>Gal'tsov</ce:surname></sb:author><sb:author><ce:given-name>D.G.</ce:given-name><ce:surname>Orlov</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>75</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>084030</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0701004" id="inf0520">arXiv:hep-th/0701004</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0335">C.-M. Chen, D. V. Gal'tsov, and D. G. Orlov, Phys. Rev. D 75, 084030 (2007), arXiv:hep-th/0701004.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0670"><ce:label>[67]</ce:label><sb:reference id="bib5F754BF2581AF7DA01C03AA93E81446As1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.-K.</ce:given-name><ce:surname>Guo</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Ohta</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Torii</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Theor. Phys.</sb:maintitle></sb:title><sb:volume-nr>120</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:pages><sb:first-page>581</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0806.2481" id="inf0530">arXiv:0806.2481 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0340">Z.-K. Guo, N. Ohta, and T. Torii, Prog. Theor. Phys. 120, 581 (2008), arXiv:0806.2481 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0680"><ce:label>[68]</ce:label><sb:reference id="bib0288240C1A2D19E4B79F9C7D3E2BD6F3s1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Pani</ce:surname></sb:author><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Cardoso</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>79</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>084031</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0902.1569" id="inf0540">arXiv:0902.1569 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0345">P. Pani and V. Cardoso, Phys. Rev. D 79, 084031 (2009), arXiv:0902.1569 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0690"><ce:label>[69]</ce:label><sb:reference id="bib5783F88640D8738B861A997CBAC38322s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Kleihaus</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Kunz</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Radu</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>106</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:article-number>151104</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1101.2868" id="inf0550">arXiv:1101.2868 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0350">B. Kleihaus, J. Kunz, and E. Radu, Phys. Rev. Lett. 106, 151104 (2011), arXiv:1101.2868 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0700"><ce:label>[70]</ce:label><sb:reference id="bibE7FA4D95C3292F7B5965A7090524134As1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.P.</ce:given-name><ce:surname>Sotiriou</ce:surname></sb:author><sb:author><ce:given-name>S.-Y.</ce:given-name><ce:surname>Zhou</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>112</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>251102</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1312.3622" id="inf0560">arXiv:1312.3622 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0355">T. P. Sotiriou and S.-Y. Zhou, Phys. Rev. Lett. 112, 251102 (2014), arXiv:1312.3622 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0710"><ce:label>[71]</ce:label><sb:reference id="bib2DBF6246AF8E8A6CF433BF2757D7CDEBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Ayzenberg</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Yunes</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>90</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>044066</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1405.2133" id="inf0570">arXiv:1405.2133 [gr-qc]</ce:inter-ref></sb:e-host></sb:host><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>069905</sb:article-number></sb:host><sb:comment>Erratum</sb:comment></sb:reference><ce:source-text id="srct0360">D. Ayzenberg and N. Yunes, Phys. Rev. D 90, 044066 (2014), [Erratum: Phys.Rev.D 91, 069905 (2015)], arXiv:1405.2133 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0720"><ce:label>[72]</ce:label><sb:reference id="bibB514A181EF58DDC489709F2E157E8EDBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Maselli</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Pani</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Gualtieri</ce:surname></sb:author><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Ferrari</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>92</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>083014</sb:article-number><ce:doi>10.1103/PhysRevD.92.083014</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1507.00680" id="inf0580">arXiv:1507.00680 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0365">A. Maselli, P. Pani, L. Gualtieri, and V. Ferrari, Phys. Rev. D 92 (2015) 083014, 10.1103/PhysRevD.92.083014, arXiv:1507.00680 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0730"><ce:label>[73]</ce:label><sb:reference id="bibB511D81D2E735ADC94D0CC8D28F5EF96s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.D.</ce:given-name><ce:surname>Doneva</ce:surname></sb:author><sb:author><ce:given-name>S.S.</ce:given-name><ce:surname>Yazadjiev</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>120</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>131103</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1711.01187" id="inf0590">arXiv:1711.01187 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0370">D. D. Doneva and S. S. Yazadjiev, Phys. Rev. Lett. 120, 131103 (2018), arXiv:1711.01187 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0740"><ce:label>[74]</ce:label><sb:reference id="bibF12151C59595BBFCD5317B20E64A63A3s1"><sb:contribution><sb:authors><sb:author><ce:given-name>H.O.</ce:given-name><ce:surname>Silva</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Sakstein</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Gualtieri</ce:surname></sb:author><sb:author><ce:given-name>T.P.</ce:given-name><ce:surname>Sotiriou</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Berti</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>120</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>131104</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1711.02080" id="inf0600">arXiv:1711.02080 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0375">H. O. Silva, J. Sakstein, L. Gualtieri, T. P. Sotiriou, and E. Berti, Phys. Rev. Lett. 120, 131104 (2018), arXiv:1711.02080 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0750"><ce:label>[75]</ce:label><sb:reference id="bib7CF33DFCE0E62D9F4576C7B61731A387s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Antoniou</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Bakopoulos</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Kanti</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>120</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>131102</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1711.03390" id="inf0610">arXiv:1711.03390 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0380">G. Antoniou, A. Bakopoulos, and P. Kanti, Phys. Rev. Lett. 120, 131102 (2018), arXiv:1711.03390 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0760"><ce:label>[76]</ce:label><sb:reference id="bib22FB8B72AF8ED045E151BCB99C007F46s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Minamitsuji</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Ikeda</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>99</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:article-number>044017</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1812.03551" id="inf0620">arXiv:1812.03551 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0385">M. Minamitsuji and T. Ikeda, Phys. Rev. D 99, 044017 (2019), arXiv:1812.03551 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0770"><ce:label>[77]</ce:label><sb:reference id="bib9D214368001F545B80385CD1165F187Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>H.O.</ce:given-name><ce:surname>Silva</ce:surname></sb:author><sb:author><ce:given-name>C.F.B.</ce:given-name><ce:surname>Macedo</ce:surname></sb:author><sb:author><ce:given-name>T.P.</ce:given-name><ce:surname>Sotiriou</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Gualtieri</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Sakstein</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Berti</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>99</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:article-number>064011</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1812.05590" id="inf0630">arXiv:1812.05590 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0390">H. O. Silva, C. F. B. Macedo, T. P. Sotiriou, L. Gualtieri, J. Sakstein, and E. Berti, Phys. Rev. D 99, 064011 (2019), arXiv:1812.05590 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0780"><ce:label>[78]</ce:label><sb:reference id="bib1B0F33F420807BC9C63648DF1BF1C8A4s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Langlois</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Noui</ce:surname></sb:author><sb:author><ce:given-name>H.</ce:given-name><ce:surname>Roussille</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2204.04107" id="inf0640">arXiv:2204.04107 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0395">D. Langlois, K. Noui, and H. Roussille, arXiv:2204.04107 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0790"><ce:label>[79]</ce:label><sb:reference id="bib8DFDD2289131971259B9850AAE974BF0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Minamitsuji</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Takahashi</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>106</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>044003</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2204.13837" id="inf0650">arXiv:2204.13837 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0400">M. Minamitsuji, K. Takahashi, and S. Tsujikawa, Phys. Rev. D 106, 044003 (2022), arXiv:2204.13837 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0800"><ce:label>[80]</ce:label><sb:reference id="bibCB6F29E1213FD361D2D7692894D65A01s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Minamitsuji</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>106</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>064008</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2207.04461" id="inf0660">arXiv:2207.04461 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0405">M. Minamitsuji and S. Tsujikawa, Phys. Rev. D 106, 064008 (2022), arXiv:2207.04461 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0810"><ce:label>[81]</ce:label><sb:reference id="bib75BA581C2D3994744D08B86084C8E1DBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.M.</ce:given-name><ce:surname>Carroll</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Duvvuri</ce:surname></sb:author><sb:author><ce:given-name>D.A.</ce:given-name><ce:surname>Easson</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Trodden</ce:surname></sb:author><sb:author><ce:given-name>M.S.</ce:given-name><ce:surname>Turner</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>71</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:article-number>063513</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/0410031" id="inf0670">arXiv:astro-ph/0410031</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0410">S. M. Carroll, A. De Felice, V. Duvvuri, D. A. Easson, M. Trodden, and M. S. Turner, Phys. Rev. D 71, 063513 (2005), arXiv:astro-ph/0410031.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0820"><ce:label>[82]</ce:label><sb:reference id="bib9126B4AA5834EEF7BF39E7A0DC839A00s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Chiba</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:article-number>008</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/0502070" id="inf0680">arXiv:gr-qc/0502070</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0415">T. Chiba, JCAP 03, 008 (2005), arXiv:gr-qc/0502070.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0830"><ce:label>[83]</ce:label><sb:reference id="bibBF3C67B49066582A53E710D0EE928067s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Nojiri</ce:surname></sb:author><sb:author><ce:given-name>S.D.</ce:given-name><ce:surname>Odintsov</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>631</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0508049" id="inf0690">arXiv:hep-th/0508049</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0420">S. Nojiri and S. D. Odintsov, Phys. Lett. B 631, 1 (2005), arXiv:hep-th/0508049.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0840"><ce:label>[84]</ce:label><sb:reference id="bibBB0B28217184CCE19343FDA05D1CFA4Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Hindmarsh</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Trodden</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>08</sb:volume-nr></sb:series><sb:date>2006</sb:date></sb:issue><sb:article-number>005</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/0604154" id="inf0700">arXiv:astro-ph/0604154</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0425">A. De Felice, M. Hindmarsh, and M. Trodden, JCAP 08, 005 (2006), arXiv:astro-ph/0604154.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0850"><ce:label>[85]</ce:label><sb:reference id="bib3D178A634D776018C54B05F9467BA119s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Li</ce:surname></sb:author><sb:author><ce:given-name>J.D.</ce:given-name><ce:surname>Barrow</ce:surname></sb:author><sb:author><ce:given-name>D.F.</ce:given-name><ce:surname>Mota</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>044027</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0705.3795" id="inf0710">arXiv:0705.3795 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0430">B. Li, J. D. Barrow, and D. F. Mota, Phys. Rev. D 76, 044027 (2007), arXiv:0705.3795 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0860"><ce:label>[86]</ce:label><sb:reference id="bib46665972DDE9ABFDB56FE6C51B70E1A8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>675</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0810.5712" id="inf0720">arXiv:0810.5712 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0435">A. De Felice and S. Tsujikawa, Phys. Lett. B 675, 1 (2009), arXiv:0810.5712 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0870"><ce:label>[87]</ce:label><sb:reference id="bib75EF55D6D170783A249866ECF39B2437s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>063516</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0907.1830" id="inf0730">arXiv:0907.1830 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0440">A. De Felice and S. Tsujikawa, Phys. Rev. D 80, 063516 (2009), arXiv:0907.1830 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0880"><ce:label>[88]</ce:label><sb:reference id="bib1610C7D0F2B9E5061C800DEDFA77F61Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.-Y.</ce:given-name><ce:surname>Zhou</ce:surname></sb:author><sb:author><ce:given-name>E.J.</ce:given-name><ce:surname>Copeland</ce:surname></sb:author><sb:author><ce:given-name>P.M.</ce:given-name><ce:surname>Saffin</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>07</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>009</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0903.4610" id="inf0740">arXiv:0903.4610 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0445">S.-Y. Zhou, E. J. Copeland, and P. M. Saffin, JCAP 07, 009 (2009), arXiv:0903.4610 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0890"><ce:label>[89]</ce:label><sb:reference id="bib8E8C82851A4F35ED2CEF334E4ECFBC5Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Myrzakulov</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Saez-Gomez</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Tureanu</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Gen. Relativ. Gravit.</sb:maintitle></sb:title><sb:volume-nr>43</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:pages><sb:first-page>1671</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1009.0902" id="inf0750">arXiv:1009.0902 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0450">R. Myrzakulov, D. Saez-Gomez, and A. Tureanu, Gen. Rel. Grav. 43, 1671 (2011), arXiv:1009.0902 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0900"><ce:label>[90]</ce:label><sb:reference id="bibB96D6F18436624043373CB3834EE7CC5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Bamba</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Ilyas</ce:surname></sb:author><sb:author><ce:given-name>M.Z.</ce:given-name><ce:surname>Bhatti</ce:surname></sb:author><sb:author><ce:given-name>Z.</ce:given-name><ce:surname>Yousaf</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Gen. Relativ. Gravit.</sb:maintitle></sb:title><sb:volume-nr>49</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>112</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1707.07386" id="inf0760">arXiv:1707.07386 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0455">K. Bamba, M. Ilyas, M. Z. Bhatti, and Z. Yousaf, Gen. Rel. Grav. 49, 112 (2017), arXiv:1707.07386 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0910"><ce:label>[91]</ce:label><sb:reference id="bibCA24E529AD53DBC82F35BBEB7121C81Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Suyama</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>06</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>034</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0904.2092" id="inf0770">arXiv:0904.2092 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0460">A. De Felice and T. Suyama, JCAP 06, 034 (2009), arXiv:0904.2092 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0920"><ce:label>[92]</ce:label><sb:reference id="bib327FEF1D300418B5F6578C206BA20F59s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Tanaka</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Theor. Phys.</sb:maintitle></sb:title><sb:volume-nr>124</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:pages><sb:first-page>503</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1006.4399" id="inf0780">arXiv:1006.4399 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0465">A. De Felice and T. Tanaka, Prog. Theor. Phys. 124, 503 (2010), arXiv:1006.4399 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0930"><ce:label>[93]</ce:label><sb:reference id="bib2BF8BBF78353FEB79E4F63288D0A6E6Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Suyama</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>083523</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0907.5378" id="inf0790">arXiv:0907.5378 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0470">A. De Felice and T. Suyama, Phys. Rev. D 80, 083523 (2009), arXiv:0907.5378 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0940"><ce:label>[94]</ce:label><sb:reference id="bib411504B994BA12D909BFCB062316B007s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>J.-M.</ce:given-name><ce:surname>Gerard</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Suyama</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>82</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>063526</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1005.1958" id="inf0800">arXiv:1005.1958 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0475">A. De Felice, J.-M. Gerard, and T. Suyama, Phys. Rev. D 82, 063526 (2010), arXiv:1005.1958 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0950"><ce:label>[95]</ce:label><sb:reference id="bib7511B37248F231D592AAF0227846DACCs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Suyama</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Theor. Phys.</sb:maintitle></sb:title><sb:volume-nr>125</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:pages><sb:first-page>603</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1010.3886" id="inf0810">arXiv:1010.3886 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0480">A. De Felice and T. Suyama, Prog. Theor. Phys. 125, 603 (2011), arXiv:1010.3886 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0960"><ce:label>[96]</ce:label><sb:reference id="bib8660943787C1C961BDC7A2749520B0B8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>de la Cruz-Dombriz</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Saez-Gomez</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>29</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:article-number>245014</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1112.4481" id="inf0820">arXiv:1112.4481 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0485">A. de la Cruz-Dombriz and D. Saez-Gomez, Class. Quant. Grav. 29, 245014 (2012), arXiv:1112.4481 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0970"><ce:label>[97]</ce:label><sb:reference id="bib397DEB6E498E8BB3C413E496ECDB19FAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.F.</ce:given-name><ce:surname>Schutz</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Sorkin</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Ann. Phys.</sb:maintitle></sb:title><sb:volume-nr>107</sb:volume-nr></sb:series><sb:date>1977</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0490">B. F. Schutz and R. Sorkin, Annals Phys. 107, 1 (1977).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0980"><ce:label>[98]</ce:label><sb:reference id="bib5461648FA844DA9F564A3E76CC74E8D9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.D.</ce:given-name><ce:surname>Brown</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>1993</sb:date></sb:issue><sb:pages><sb:first-page>1579</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/9304026" id="inf0830">arXiv:gr-qc/9304026</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0495">J. D. Brown, Class. Quant. Grav. 10, 1579 (1993), arXiv:gr-qc/9304026.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0990"><ce:label>[99]</ce:label><sb:reference id="bib0BB37ECA50EE958311A937722AAD7940s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>J.-M.</ce:given-name><ce:surname>Gerard</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Suyama</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>81</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>063527</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0908.3439" id="inf0840">arXiv:0908.3439 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0500">A. De Felice, J.-M. Gerard, and T. Suyama, Phys. Rev. D 81, 063527 (2010), arXiv:0908.3439 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1000"><ce:label>[100]</ce:label><sb:reference id="bib5B9B442264661E2F36838092B0047B63s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>D.F.</ce:given-name><ce:surname>Mota</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>81</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>023532</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0911.1811" id="inf0850">arXiv:0911.1811 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0505">A. De Felice, D. F. Mota, and S. Tsujikawa, Phys. Rev. D 81, 023532 (2010), arXiv:0911.1811 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1010"><ce:label>[101]</ce:label><sb:reference id="bib686FC05F64455CA67770248499236F29s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.W.</ce:given-name><ce:surname>Horndeski</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Theor. Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>1974</sb:date></sb:issue><sb:pages><sb:first-page>363</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0510">G. W. Horndeski, Int. J. Theor. Phys. 10, 363 (1974).</ce:source-text></ce:bib-reference><ce:bib-reference id="br1020"><ce:label>[102]</ce:label><sb:reference id="bib2C8DEA779AF29590E9BCFC2EC0490A33s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Deffayet</ce:surname></sb:author><sb:author><ce:given-name>X.</ce:given-name><ce:surname>Gao</ce:surname></sb:author><sb:author><ce:given-name>D.A.</ce:given-name><ce:surname>Steer</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Zahariade</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>84</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:article-number>064039</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1103.3260" id="inf0860">arXiv:1103.3260 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0515">C. Deffayet, X. Gao, D. A. Steer, and G. Zahariade, Phys. Rev. D 84, 064039 (2011), arXiv:1103.3260 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1030"><ce:label>[103]</ce:label><sb:reference id="bib29F2F3EC63C4D5BFA1CD65F917385188s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Kobayashi</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Yamaguchi</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Yokoyama</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Theor. Phys.</sb:maintitle></sb:title><sb:volume-nr>126</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:pages><sb:first-page>511</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1105.5723" id="inf0870">arXiv:1105.5723 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0520">T. Kobayashi, M. Yamaguchi, and J. Yokoyama, Prog. Theor. Phys. 126, 511 (2011), arXiv:1105.5723 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1040"><ce:label>[104]</ce:label><sb:reference id="bib37AFC2AF531A0E9C6229738BFBA4AB21s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Charmousis</ce:surname></sb:author><sb:author><ce:given-name>E.J.</ce:given-name><ce:surname>Copeland</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Padilla</ce:surname></sb:author><sb:author><ce:given-name>P.M.</ce:given-name><ce:surname>Saffin</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>108</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:article-number>051101</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1106.2000" id="inf0880">arXiv:1106.2000 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0525">C. Charmousis, E. J. Copeland, A. Padilla, and P. M. Saffin, Phys. Rev. Lett. 108, 051101 (2012), arXiv:1106.2000 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1050"><ce:label>[105]</ce:label><sb:reference id="bib44F6AE5462377CADB257BE250B3577E3s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Kobayashi</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>706</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:pages><sb:first-page>123</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1108.4242" id="inf0890">arXiv:1108.4242 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0530">A. De Felice, T. Kobayashi, and S. Tsujikawa, Phys. Lett. B 706, 123 (2011), arXiv:1108.4242 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1060"><ce:label>[106]</ce:label><sb:reference id="bib072AAE38943B4DE15034E5D12F4206B6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>02</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:article-number>007</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1110.3878" id="inf0900">arXiv:1110.3878 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0535">A. De Felice and S. Tsujikawa, JCAP 02, 007 (2012), arXiv:1110.3878 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1070"><ce:label>[107]</ce:label><sb:reference id="bib3DA07F72FE59A63050ADE73AA9238F64s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Kase</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. D</sb:maintitle></sb:title><sb:volume-nr>28</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:article-number>1942005</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1809.08735" id="inf0910">arXiv:1809.08735 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0540">R. Kase and S. Tsujikawa, Int. J. Mod. Phys. D 28, 1942005 (2019), arXiv:1809.08735 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1080"><ce:label>[108]</ce:label><sb:reference id="bibF54404297934E606673670EF36A6E9A8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.P.</ce:given-name><ce:surname>Abbott</ce:surname></sb:author><sb:et-al/><sb:collaboration>LIGO Scientific, Virgo, Fermi-GBM, INTEGRAL</sb:collaboration></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Astrophys. J. Lett.</sb:maintitle></sb:title><sb:volume-nr>848</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>L13</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1710.05834" id="inf0920">arXiv:1710.05834 [astro-ph.HE]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0545">B. P. Abbott et al. (LIGO Scientific, Virgo, Fermi-GBM, INTEGRAL), Astrophys. J. Lett. 848, L13 (2017), arXiv:1710.05834 [astro-ph.HE].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1090"><ce:label>[109]</ce:label><sb:reference id="bib9489A457BC5F3CEA14FA56F60F2C25A9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Heisenberg</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Kase</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>98</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>123504</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1807.07202" id="inf0930">arXiv:1807.07202 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0550">L. Heisenberg, R. Kase, and S. Tsujikawa, Phys. Rev. D 98, 123504 (2018), arXiv:1807.07202 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1100"><ce:label>[110]</ce:label><sb:reference id="bib99FB344976A9190705F6B8A205D74680s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Ben Achour</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Langlois</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Noui</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>93</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>124005</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1602.08398" id="inf0940">arXiv:1602.08398 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0555">J. Ben Achour, D. Langlois, and K. Noui, Phys. Rev. D 93, 124005 (2016), arXiv:1602.08398 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1110"><ce:label>[111]</ce:label><sb:reference id="bib6874646B474EDA3EA88223DB51F80A2Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Crisostomi</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Koyama</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Tasinato</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>04</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>044</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1602.03119" id="inf0950">arXiv:1602.03119 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0560">M. Crisostomi, K. Koyama, and G. Tasinato, JCAP 04, 044 (2016), arXiv:1602.03119 [hep-th].</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> \ No newline at end of file +<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd"><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="sco" xml:lang="en"><item-info><jid>PLB</jid><aid>137751</aid><ce:article-number>137751</ce:article-number><ce:pii>S0370-2693(23)00085-0</ce:pii><ce:doi>10.1016/j.physletb.2023.137751</ce:doi><ce:copyright year="2023" type="other">The Author(s)</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Astrophysics and Cosmology</ce:text></ce:doctopic></ce:doctopics></item-info><head><ce:title id="ti0010">Cosmological stability in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity</ce:title><ce:author-group id="ag0010"><ce:author id="au0010" author-id="S0370269323000850-ade115eed9bce9e185e44b0aa9b50010"><ce:given-name>Shinji</ce:given-name><ce:surname>Tsujikawa</ce:surname><ce:e-address type="email" xlink:href="mailto:tsujikawa@waseda.jp" id="ea0010">tsujikawa@waseda.jp</ce:e-address></ce:author><ce:affiliation id="aff0010" affiliation-id="S0370269323000850-2391d88b911951b1d0cff5f6ba23fdf8"><ce:textfn>Department of Physics, Waseda University, 3-4-1 Okubo, Shinjuku, Tokyo 169-8555, Japan</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Waseda University</sa:organization><sa:address-line>3-4-1 Okubo</sa:address-line><sa:city>Tokyo</sa:city><sa:state>Shinjuku</sa:state><sa:postal-code>169-8555</sa:postal-code><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0005">Department of Physics, Waseda University, 3-4-1 Okubo, Shinjuku, Tokyo 169-8555, Japan</ce:source-text></ce:affiliation></ce:author-group><ce:date-received day="20" month="12" year="2022"/><ce:date-revised day="2" month="2" year="2023"/><ce:date-accepted day="2" month="2" year="2023"/><ce:miscellaneous id="ms0010">Editor: M. Trodden</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0010">In gravitational theories where a canonical scalar field <ce:italic>ϕ</ce:italic> with a potential <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is coupled to a Gauss-Bonnet (GB) term <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> with the Lagrangian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, we study the cosmological stability of tensor and scalar perturbations in the presence of a perfect fluid. We show that, in decelerating cosmological epochs with a positive tensor propagation speed squared, the existence of nonlinear functions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> in <ce:italic>f</ce:italic> always induces Laplacian instability of a dynamical scalar perturbation associated with the GB term. This is also the case for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity, where the presence of nonlinear GB functions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is not allowed during the radiation- and matter-dominated epochs. A linearly coupled GB term with <ce:italic>ϕ</ce:italic> of the form <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> can be consistent with all the stability conditions, provided that the scalar-GB coupling is subdominant to the background cosmological dynamics.</ce:simple-para></ce:abstract-sec></ce:abstract><ce:data-availability id="dav0001"><ce:section-title id="st0140">Data availability</ce:section-title><ce:para id="pr0440">No data was used for the research described in the article.</ce:para></ce:data-availability></head><body><ce:sections><ce:section id="se0010" role="introduction"><ce:label>1</ce:label><ce:section-title id="st0020">Introduction</ce:section-title><ce:para id="pr0010">General Relativity (GR) is a fundamental theory of gravity whose validity has been probed in Solar System experiments <ce:cross-ref refid="br0010" id="crf0010">[1]</ce:cross-ref> and submillimeter laboratory tests <ce:cross-refs refid="br0020 br0030" id="crs0010">[2,3]</ce:cross-refs>. Despite the success of GR describing gravitational interactions in the Solar System, there have been long-standing cosmological problems such as the origins of inflation, dark energy, and dark matter. To address these problems, one typically introduces additional degrees of freedom (DOFs) beyond those appearing in GR <ce:cross-refs refid="br0040 br0050 br0060 br0070 br0080 br0090 br0100" id="crs0020">[4–10]</ce:cross-refs>. One of such new DOFs is a canonical scalar field <ce:italic>ϕ</ce:italic> with a potential <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> <ce:cross-refs refid="br0110 br0120 br0130 br0140 br0150 br0160 br0170 br0180 br0190 br0200 br0210 br0220" id="crs0030">[11–22]</ce:cross-refs>. If the scalar field evolves slowly along the potential, it is possible to realize cosmic acceleration responsible for inflation or dark energy. An oscillating scalar field around the potential minimum can be also the source for dark matter.</ce:para><ce:para id="pr0020">The other way of introducing a new dynamical DOF is to modify the gravitational sector from GR. The Lagrangian in GR is given by an Einstein-Hilbert term <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>R</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow></mml:msub></mml:math> is the reduced Planck mass and <ce:italic>R</ce:italic> is the Ricci scalar. If we consider theories containing nonlinear functions of <ce:italic>R</ce:italic> of the form <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>R</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, there is one scalar DOF arising from the modification of gravity <ce:cross-refs refid="br0230 br0240" id="crs0040">[23,24]</ce:cross-refs>. One well known example is the Starobinsky's model, in which the presence of a quadratic curvature term <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> drives cosmic acceleration <ce:cross-ref refid="br0250" id="crf0020">[25]</ce:cross-ref>. It is also possible to construct <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>R</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> models of late-time cosmic acceleration <ce:cross-refs refid="br0260 br0270 br0280 br0290 br0300 br0310 br0320" id="crs0050">[26–32]</ce:cross-refs>, while being consistent with local gravity constraints.</ce:para><ce:para id="pr0030">The Einstein tensor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> obtained by varying the Einstein-Hilbert action satisfies the conserved relation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup></mml:math> is a covariant derivative operator), with the property of second-order field equations of motion in metrics. If we demand such conserved and second-order properties for 2-rank symmetric tensors, GR is the unique theory of gravity in 4 dimensions <ce:cross-ref refid="br0330" id="crf0030">[33]</ce:cross-ref>. In spacetime dimensions higher than 4, there is a particular combination known as a Gauss-Bonnet (GB) term <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> consistent with those demands <ce:cross-ref refid="br0340" id="crf0040">[34]</ce:cross-ref>. In 4 dimensions, the GB term is a topological surface term and hence it does not contribute to the field equations of motion. In the presence of a coupling between a scalar field <ce:italic>ϕ</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> of the form <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math>, the spacetime dynamics is modified by the time or spatial variation of <ce:italic>ϕ</ce:italic>. Indeed, this type of scalar-GB coupling appears in the context of low energy effective string theory <ce:cross-refs refid="br0350 br0360 br0370" id="crs0060">[35–37]</ce:cross-refs>. The cosmological application of the coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> has been extensively performed in the literature <ce:cross-refs refid="br0380 br0390 br0400 br0410 br0420 br0430 br0440 br0450 br0460 br0470 br0480 br0490 br0500 br0510 br0520 br0530 br0540 br0550 br0560 br0570 br0580 br0590 br0600 br0610 br0620 br0630" id="crs0070">[38–63]</ce:cross-refs>. Moreover, it is known that the same coupling gives rise to spherically symmetric solutions of hairy black holes and neutron stars <ce:cross-refs refid="br0640 br0650 br0660 br0670 br0680 br0690 br0700 br0710 br0720 br0730 br0740 br0750 br0760 br0770 br0780 br0790 br0800" id="crs0080">[64–80]</ce:cross-refs>. The Lagrangian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> containing nonlinear functions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> also generates nontrivial contributions to the spacetime dynamics <ce:cross-refs refid="br0810 br0820 br0830 br0840 br0850 br0860 br0870 br0880 br0890 br0900" id="crs0090">[81–90]</ce:cross-refs>.</ce:para><ce:para id="pr0040">In Ref. <ce:cross-ref refid="br0910" id="crf0050">[91]</ce:cross-ref>, De Felice and Suyama studied the stability of scalar perturbations in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>R</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity on a spatially flat Friedmann-Lemaître-Robertson-Walker (FLRW) background. In theories with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:msubsup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>R</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>R</mml:mi><mml:mi>R</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>R</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>f</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo>∂</mml:mo><mml:mi>R</mml:mi></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>R</mml:mi><mml:mi>R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>f</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>f</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="script">G</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>, there is an unusual scale-dependent sound speed which propagates superluminally in the short-wavelength limit, unless the vacuum is in a de Sitter state (see also Ref. <ce:cross-ref refid="br0920" id="crf0060">[92]</ce:cross-ref> for the analysis in an anisotropic cosmological background). We note that this problem does not arise for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>R</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>R</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity. In Ref. <ce:cross-ref refid="br0930" id="crf0070">[93]</ce:cross-ref>, the same authors extended the analysis to a more general Lagrangian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>R</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> with a canonical scalar field <ce:italic>ϕ</ce:italic> and showed that the property of the scale-dependent sound speed is not modified by the presence of <ce:italic>ϕ</ce:italic>. Taking a perfect fluid (radiation or nonrelativistic matter) into account in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>R</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity, the cosmological stability and evolution of matter perturbations were studied in Refs. <ce:cross-refs refid="br0940 br0950 br0960" id="crs0100">[94–96]</ce:cross-refs>.</ce:para><ce:para id="pr0050">In Einstein-scalar-GB gravity given by the Lagrangian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>R</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, where <ce:italic>ϕ</ce:italic> is a canonical scalar field, the problem of scale-dependent sound speeds mentioned above is not present. In this theory, the propagation of scalar perturbations on the flat FLRW background was studied in Ref. <ce:cross-ref refid="br0930" id="crf0080">[93]</ce:cross-ref> without taking into account matter. While the sound speed associated with the field <ce:italic>ϕ</ce:italic> is luminal for theories with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, the propagation speed squared <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> arising from a nonlinear GB term deviates from that of light and it can be even negative. In Ref. <ce:cross-ref refid="br0930" id="crf0090">[93]</ce:cross-ref>, the authors discussed the possibility for satisfying the Laplacian stability condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>. In the presence of matter, however, the stability conditions are subject to modifications from those in the vacuum. To understand what happens for the dynamics of cosmological perturbations during radiation- and matter-dominated epochs, we need to study their stabilities by incorporating radiation or nonrelativistic matter.</ce:para><ce:para id="pr0060">In this letter, we will derive general conditions for the absence of ghosts and Laplacian instabilities in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>R</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity, where <ce:italic>ϕ</ce:italic> is a canonical scalar field with a potential <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>. In theories where the scalar field <ce:italic>ϕ</ce:italic> is coupled to the linear GB term, i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math>, there is only one dynamical scalar DOF <ce:italic>ϕ</ce:italic>. In theories with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, the Lagrangian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> can be expressed in terms of two scalar fields <ce:italic>ϕ</ce:italic> and <ce:italic>χ</ce:italic> coupled to the linear GB term, where <ce:italic>χ</ce:italic> arises from the nonlinearity in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math>. Hence the latter theory has two dynamical scalar DOFs. To study the cosmological stability of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> theories with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, we take a perfect fluid into account as a form of the Schutz-Sorkin action <ce:cross-refs refid="br0970 br0980 br0990" id="crs0110">[97–99]</ce:cross-refs>. We will show that the squared sound speed arising from nonlinear functions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> is negative during decelerating cosmological epochs including radiation and matter eras. To reach this conclusion, we exploit the fact that the propagation speed squared <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> of tensor perturbations must be positive to avoid Laplacian instability of gravitational waves.</ce:para><ce:para id="pr0070">The same Laplacian instability of scalar perturbations is also present in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>R</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity with any nonlinear function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> in <ce:italic>f</ce:italic>. We note that, in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> models of late-time cosmic acceleration, violent instabilities of matter density perturbations during the radiation and matter eras were reported in Ref. <ce:cross-ref refid="br1000" id="crf0100">[100]</ce:cross-ref>. This can be regarded as the consequence of a negative sound speed squared of the scalar perturbation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:mi>δ</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:math> arising from the nonlinearity of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> in <ce:italic>f</ce:italic>. Since <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:mi>δ</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:math> is coupled to the matter perturbation <ce:italic>δρ</ce:italic>, the background cosmological evolution during the radiation and matter eras is spoiled by the rapid growth of <ce:italic>δρ</ce:italic>. Our analysis in this letter shows that similar catastrophic instabilities persist for more general scalar-GB couplings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>.</ce:para><ce:para id="pr0080">This letter is organized as follows. In Sec. <ce:cross-ref refid="se0020" id="crf0110">2</ce:cross-ref>, we revisit cosmological stability conditions in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>R</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity with a canonical scalar field <ce:italic>ϕ</ce:italic>, which can be accommodated in a subclass of Horndeski theories with a single scalar DOF <ce:cross-refs refid="br1010 br1020 br1030 br1040" id="crs0120">[101–104]</ce:cross-refs>. This is an exceptional case satisfying the condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>, under which the Laplacian instability of scalar perturbations can be avoided. In Sec. <ce:cross-ref refid="se0030" id="crf0120">3</ce:cross-ref>, we derive the background equations and stability conditions of tensor perturbations in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>R</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math> by incorporating a perfect fluid. In Sec. <ce:cross-ref refid="se0060" id="crf0130">4</ce:cross-ref>, we proceed to the derivation of a second-order action of scalar perturbations and obtain conditions for the absence of ghosts and Laplacian instabilities in the scalar sector. In particular, we show that an effective cosmological equation of state <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub></mml:math> needs to be in the range <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mn>6</mml:mn></mml:math> to ensure Laplacian stabilities of the perturbation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:mi>δ</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:math>. Sec. <ce:cross-ref refid="se0090" id="crf0140">5</ce:cross-ref> is devoted to conclusions.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity</ce:section-title><ce:para id="pr0090">We first briefly revisit the cosmological stability in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity given by the action<ce:display><ce:formula id="fm0010"><ce:label>(2.1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mi mathvariant="script">S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>R</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>η</mml:mi><mml:mi>X</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:italic>g</ce:italic> is a determinant of the metric tensor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>, <ce:italic>η</ce:italic> is a constant, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:mi>X</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mi>ϕ</mml:mi><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>ϕ</mml:mi></mml:math> is a kinetic term of the scalar field <ce:italic>ϕ</ce:italic>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> are functions of <ce:italic>ϕ</ce:italic>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> is a GB term defined by<ce:display><ce:formula id="fm0020"><ce:label>(2.2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:mi mathvariant="script">G</mml:mi><mml:mo>≡</mml:mo><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>4</mml:mn><mml:msub><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:msub><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:msub><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msub></mml:math> being the Ricci and Riemann tensors, respectively. For the matter action <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub></mml:math>, we consider a perfect fluid minimally coupled to gravity.</ce:para><ce:para id="pr0100">The action <ce:cross-ref refid="fm0010" id="crf0150">(2.1)</ce:cross-ref> contains one scalar DOF <ce:italic>ϕ</ce:italic> besides the matter field <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub></mml:math>. If we consider Horndeski theories <ce:cross-ref refid="br1010" id="crf0160">[101]</ce:cross-ref> given by the action<ce:display><ce:formula id="fm0030"><ce:label>(2.3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mi mathvariant="script">S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo id="mmlbr0001">∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mspace width="0.2em"/><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>□</mml:mo><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi>R</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mi>X</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mo stretchy="true">{</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>□</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">}</mml:mo></mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="before">+</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:mfrac><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mi>X</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mo stretchy="true">{</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>□</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mo>□</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:msub><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>β</mml:mi></mml:mrow></mml:msub><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>β</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">}</mml:mo></mml:mrow><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="before">+</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> then the theory <ce:cross-ref refid="fm0010" id="crf0170">(2.1)</ce:cross-ref> can be accommodated by choosing the coupling functions <ce:cross-ref refid="br1030" id="crf0180">[103]</ce:cross-ref><ce:display><ce:formula id="fm0040"><ce:label>(2.4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub id="mmlbr0002"><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>η</mml:mi><mml:mi>X</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">ln</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>4</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>7</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mi mathvariant="normal">ln</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0002" linebreakstyle="after">,</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>4</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">ln</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>4</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="normal">ln</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where we use the notations <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:msub><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>X</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo>∂</mml:mo><mml:mi>F</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:mi>X</mml:mi></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:msub><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo>∂</mml:mo><mml:mi>F</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:mi>ϕ</mml:mi></mml:math> for any arbitrary function <ce:italic>F</ce:italic>.</ce:para><ce:para id="pr0110">Let us consider a spatially flat FLRW background given by the line element <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msup></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:mi>a</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is a time-dependent scale factor. The perfect fluid has a density <ce:italic>ρ</ce:italic> and pressure <ce:italic>P</ce:italic>. The background equations as well as the perturbation equations in full Horndeski theories were derived in Refs. <ce:cross-refs refid="br1030 br1050 br1060 br1070" id="crs0130">[103,105–107]</ce:cross-refs>. On using the correspondence <ce:cross-ref refid="fm0040" id="crf0190">(2.4)</ce:cross-ref>, the background equations of motion in theories given by the action <ce:cross-ref refid="fm0010" id="crf0200">(2.1)</ce:cross-ref> are<ce:display><ce:formula id="fm0050"><ce:label>(2.5)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mrow><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>ρ</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0060"><ce:label>(2.6)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:mrow><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>P</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0070"><ce:label>(2.7)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:mrow><mml:mi>η</mml:mi><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mi mathvariant="script">G</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0080"><ce:label>(2.8)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:mi>H</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">/</mml:mo><mml:mi>a</mml:mi></mml:math> is the Hubble expansion rate, a dot represents the derivative with respect to <ce:italic>t</ce:italic>, and<ce:display><ce:formula id="fm0090"><ce:label>(2.9)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:mrow><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0100"><ce:label>(2.10)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si56.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0110"><ce:label>(2.11)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mrow><mml:mi mathvariant="script">G</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>24</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0120">In the presence of tensor perturbations <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> with the perturbed line element <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msup></mml:math>, the second-order action of traceless and divergence-free modes of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> was already derived in full Horndeski theories <ce:cross-refs refid="br1030 br1060 br1070" id="crs0140">[103,106,107]</ce:cross-refs>. In the current theory, the conditions for the absence of ghosts and Laplacian instabilities are<ce:display><ce:formula id="fm0120"><ce:label>(2.12)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:mrow><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0130"><ce:label>(2.13)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> are defined by Eqs. <ce:cross-ref refid="fm0090" id="crf0210">(2.9)</ce:cross-ref> and <ce:cross-ref refid="fm0100" id="crf0220">(2.10)</ce:cross-ref>, respectively. Note that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> determines the sign of a kinetic term of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math>, while <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> corresponds to the propagation speed squared of tensor perturbations.</ce:para><ce:para id="pr0130">For the scalar sector, we choose the perturbed line element <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:mi>α</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mi>B</mml:mi><mml:mi mathvariant="normal">d</mml:mi><mml:mi>t</mml:mi><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msup></mml:math> in the flat gauge, where <ce:italic>α</ce:italic> and <ce:italic>B</ce:italic> are scalar metric perturbations. There is also a scalar-field perturbation <ce:italic>δϕ</ce:italic> besides the matter perturbation <ce:italic>δρ</ce:italic> and the fluid velocity potential <ce:italic>v</ce:italic>. After deriving the quadratic-order action of scalar perturbations, we can eliminate nondynamical variables <ce:italic>α</ce:italic>, <ce:italic>B</ce:italic>, and <ce:italic>v</ce:italic> from the action. Then, we are left with the two dynamical perturbations <ce:italic>δϕ</ce:italic> and <ce:italic>δρ</ce:italic> in the second-order action. In the short-wavelength limit, there is neither ghost nor Laplacian instability for <ce:italic>δϕ</ce:italic> under the conditions <ce:cross-refs refid="br1030 br1060 br1070" id="crs0150">[103,106,107]</ce:cross-refs><ce:display><ce:formula id="fm0140"><ce:label>(2.14)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:mrow><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>2</mml:mn><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>96</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0150"><ce:label>(2.15)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>32</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>96</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si67.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msub></mml:math> corresponds to the propagation speed of <ce:italic>δϕ</ce:italic>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub></mml:math> is the cosmological effective equation of state defined by<ce:display><ce:formula id="fm0160"><ce:label>(2.16)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> The stability conditions for <ce:italic>δρ</ce:italic> are given by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> is the matter sound speed squared.</ce:para><ce:para id="pr0140">Under the stability condition <ce:cross-ref refid="fm0120" id="crf0230">(2.12)</ce:cross-ref> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, the scalar no-ghost condition <ce:cross-ref refid="fm0140" id="crf0240">(2.14)</ce:cross-ref> is satisfied. Let us consider the case in which contributions of the scalar-GB coupling are suppressed, such that<ce:display><ce:formula id="fm0170"><ce:label>(2.17)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:mo stretchy="false">{</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo>,</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo>,</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">}</mml:mo><mml:mo>≪</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>≪</mml:mo><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Then, it follows that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>≃</mml:mo><mml:mn>1</mml:mn></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mn>2</mml:mn><mml:mi>η</mml:mi><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>≃</mml:mo><mml:mn>1</mml:mn></mml:math>. In such cases, provided that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, all the stability conditions are consistently satisfied. If the scalar-GB coupling contributes to the late-time cosmological dynamics, there is an observational bound on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> constrained from the GW170817 event together with the electromagnetic counterpart, i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>15</mml:mn></mml:mrow></mml:msup><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo>≤</mml:mo><mml:mn>7</mml:mn><mml:mo>×</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>16</mml:mn></mml:mrow></mml:msup></mml:math> <ce:cross-ref refid="br1080" id="crf0250">[108]</ce:cross-ref> for the redshift <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:mi>z</mml:mi><mml:mo>≤</mml:mo><mml:mn>0.009</mml:mn></mml:math>. This translates to the limit<ce:display><ce:formula id="fm0180"><ce:label>(2.18)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:mrow><mml:mo stretchy="true">|</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">|</mml:mo></mml:mrow><mml:mo>≲</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>15</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> which gives a tight constraint on the amplitude of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>. In this case, contributions of the scalar-GB coupling to the background Eqs. <ce:cross-ref refid="fm0050" id="crf0260">(2.5)</ce:cross-ref> and <ce:cross-ref refid="fm0060" id="crf0270">(2.6)</ce:cross-ref> are highly suppressed relative to the field density <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> and the matter density.</ce:para><ce:para id="pr0150">The bound <ce:cross-ref refid="fm0180" id="crf0280">(2.18)</ce:cross-ref> is not applied to early cosmological epochs including inflation, radiation, and matter eras. We note, however, that the dominance of the scalar-GB coupling to the background equations prevents the successful cosmic expansion history. This can also give rise to the violation of either of the stability conditions <ce:cross-ref refid="fm0120" id="crf0290">(2.12)</ce:cross-ref>-<ce:cross-ref refid="fm0150" id="crf0300">(2.15)</ce:cross-ref>. Provided the scalar-GB coupling is suppressed in such a way that inequalities <ce:cross-ref refid="fm0170" id="crf0310">(2.17)</ce:cross-ref> hold, the linear stabilities are ensured for both tensor and scalar perturbations.</ce:para></ce:section><ce:section id="se0030"><ce:label>3</ce:label><ce:section-title id="st0040"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity</ce:section-title><ce:para id="pr0160">We extend <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity to more general theories in which a canonical scalar field <ce:italic>ϕ</ce:italic> with a potential <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is coupled to the GB term of the form <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>. The action in such theories is given by<ce:display><ce:formula id="fm0190"><ce:label>(3.1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:mi mathvariant="script">S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>R</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>η</mml:mi><mml:mi>X</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where a matter field <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub></mml:math> is minimally coupled to gravity. It is more practical to introduce a scalar field <ce:italic>χ</ce:italic> and resort to the following action<ce:display><ce:formula id="fm0200"><ce:label>(3.2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:mi mathvariant="script">S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>R</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>η</mml:mi><mml:mi>X</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>U</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where<ce:display><ce:formula id="fm0210"><ce:label>(3.3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si85.svg"><mml:mi>U</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>≡</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>χ</mml:mi><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> with the notation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si86.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo>∂</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:mi>χ</mml:mi></mml:math>. Varying the action <ce:cross-ref refid="fm0200" id="crf0320">(3.2)</ce:cross-ref> with respect to <ce:italic>χ</ce:italic>, it follows that<ce:display><ce:formula id="fm0220"><ce:label>(3.4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si87.svg"><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>χ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> So long as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si88.svg"><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, we obtain <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si89.svg"><mml:mi>χ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math>. In this case, the action <ce:cross-ref refid="fm0200" id="crf0330">(3.2)</ce:cross-ref> reduces to <ce:cross-ref refid="fm0190" id="crf0340">(3.1)</ce:cross-ref>. Thus, the equivalence of <ce:cross-ref refid="fm0200" id="crf0350">(3.2)</ce:cross-ref> with <ce:cross-ref refid="fm0190" id="crf0360">(3.1)</ce:cross-ref> holds for<ce:display><ce:formula id="fm0230"><ce:label>(3.5)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si90.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> under which there is a new scalar DOF <ce:italic>χ</ce:italic> arising from the gravitational sector.</ce:para><ce:para id="pr0170">Theories with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> correspond to the coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:mi>f</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math>, in which case the cosmological stability conditions were already discussed in Sec. <ce:cross-ref refid="se0020" id="crf0370">2</ce:cross-ref>. In <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity, we do not have the additional scalar DOF <ce:italic>χ</ce:italic> arising from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math>, so the term <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si92.svg"><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0220" id="crf0380">(3.4)</ce:cross-ref> does not have the meaning of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si93.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub></mml:math>. Thus, the action <ce:cross-ref refid="fm0200" id="crf0390">(3.2)</ce:cross-ref> with the new dynamical DOF <ce:italic>χ</ce:italic> does not reproduce the action <ce:cross-ref refid="fm0010" id="crf0400">(2.1)</ce:cross-ref> in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity.</ce:para><ce:para id="pr0180">In the following, we will focus on theories with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, i.e., those containing the nonlinear dependence of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> in <ce:italic>f</ce:italic>. For the matter field <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub></mml:math>, we incorporate a perfect fluid without a dynamical vector DOF. This matter sector is described by the Schutz-Sorkin action <ce:cross-refs refid="br0970 br0980 br0990" id="crs0160">[97–99]</ce:cross-refs><ce:display><ce:formula id="fm0240"><ce:label>(3.6)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si94.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mspace width="0.2em"/><mml:mi>ρ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mi>ℓ</mml:mi><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where the fluid density <ce:italic>ρ</ce:italic> is a function of its number density <ce:italic>n</ce:italic>. The vector field <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup></mml:math> is related to <ce:italic>n</ce:italic> according to the relation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:mi>n</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si97.svg"><mml:msup><mml:mrow><mml:mi>u</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mo stretchy="false">)</mml:mo></mml:math> is the fluid four velocity. A scalar quantity <ce:italic>ℓ</ce:italic> in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub></mml:math> is a Lagrange multiplier, with the notation of a partial derivative <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mi>ℓ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo>∂</mml:mo><mml:mi>ℓ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup></mml:math>. Varying the matter action <ce:cross-ref refid="fm0240" id="crf0410">(3.6)</ce:cross-ref> with respect to <ce:italic>ℓ</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup></mml:math>, respectively, we obtain<ce:display><ce:formula id="fm0250"><ce:label>(3.7)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si99.svg"><mml:mrow><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0260"><ce:label>(3.8)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si100.svg"><mml:mrow><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mi>ℓ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>u</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si101.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>ρ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>n</mml:mi></mml:math>.</ce:para><ce:section id="se0040"><ce:label>3.1</ce:label><ce:section-title id="st0050">Background equations</ce:section-title><ce:para id="pr0190">We derive the background equations of motion on the spatially flat FLRW background given by the line element<ce:display><ce:formula id="fm0270"><ce:label>(3.9)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si102.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si103.svg"><mml:mi>N</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is a lapse function. Since the fluid four velocity in its rest frame is given by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si104.svg"><mml:msup><mml:mrow><mml:mi>u</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math>, the vector field <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup></mml:math> has components <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si105.svg"><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math>. From Eq. <ce:cross-ref refid="fm0250" id="crf0420">(3.7)</ce:cross-ref>, we obtain<ce:display><ce:formula id="fm0280"><ce:label>(3.10)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si106.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mi>n</mml:mi><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mi mathvariant="normal">constant</mml:mi></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> which means that the total fluid number <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si107.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> is conserved. This translates to the differential equation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si108.svg"><mml:mover accent="true"><mml:mrow><mml:mi>n</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mi>n</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>, which can be expressed as a form of the continuity equation<ce:display><ce:formula id="fm0290"><ce:label>(3.11)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si109.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:italic>P</ce:italic> is a fluid pressure defined by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si110.svg"><mml:mi>P</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>n</mml:mi><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>ρ</mml:mi></mml:math>.</ce:para><ce:para id="pr0200">On the background <ce:cross-ref refid="fm0270" id="crf0430">(3.9)</ce:cross-ref>, the total action <ce:cross-ref refid="fm0200" id="crf0440">(3.2)</ce:cross-ref> is expressed in the form<ce:display><ce:formula id="fm0300"><ce:label>(3.12)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si111.svg"><mml:mi mathvariant="script">S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>t</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mi>N</mml:mi></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi>a</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>N</mml:mi><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>U</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>8</mml:mn><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>N</mml:mi><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>n</mml:mi><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mover accent="true"><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> From Eq. <ce:cross-ref refid="fm0260" id="crf0450">(3.8)</ce:cross-ref>, we obtain the following relation<ce:display><ce:formula id="fm0310"><ce:label>(3.13)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si112.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>N</mml:mi><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Varying the action <ce:cross-ref refid="fm0300" id="crf0460">(3.12)</ce:cross-ref> with respect to <ce:italic>N</ce:italic>, <ce:italic>a</ce:italic>, <ce:italic>ϕ</ce:italic>, <ce:italic>χ</ce:italic> respectively and setting <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si113.svg"><mml:mi>N</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:math> at the end, we obtain the background equations of motion<ce:display><ce:formula id="fm0320"><ce:label>(3.14)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si114.svg"><mml:mrow><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>U</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>ρ</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0330"><ce:label>(3.15)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si115.svg"><mml:mrow><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>P</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0340"><ce:label>(3.16)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si116.svg"><mml:mrow><mml:mi>η</mml:mi><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0350"><ce:label>(3.17)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si117.svg"><mml:mrow><mml:mi>χ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>24</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where<ce:display><ce:formula id="fm0360"><ce:label>(3.18)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si118.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0370"><ce:label>(3.19)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si119.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0210">We recall that the perfect fluid obeys the continuity Eq. <ce:cross-ref refid="fm0290" id="crf0470">(3.11)</ce:cross-ref>. We notice that Eqs. <ce:cross-ref refid="fm0320" id="crf0480">(3.14)</ce:cross-ref>-<ce:cross-ref refid="fm0340" id="crf0490">(3.16)</ce:cross-ref> are of similar forms to Eqs. <ce:cross-ref refid="fm0050" id="crf0500">(2.5)</ce:cross-ref>-<ce:cross-ref refid="fm0070" id="crf0510">(2.7)</ce:cross-ref> in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity, but the expressions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> are different from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, respectively, because of the appearance of time derivatives of <ce:italic>χ</ce:italic>. These <ce:italic>χ</ce:italic> derivatives do not vanish for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si88.svg"><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, i.e., for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>. As we will show in Sec. <ce:cross-ref refid="se0060" id="crf0520">4</ce:cross-ref>, nonlinearities of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> in <ce:italic>f</ce:italic> are responsible for the appearance of a new scalar propagating DOF <ce:italic>δχ</ce:italic>.</ce:para></ce:section><ce:section id="se0050"><ce:label>3.2</ce:label><ce:section-title id="st0060">Stabilities in the tensor sector</ce:section-title><ce:para id="pr0220">We proceed to the derivation of stability conditions for tensor perturbations in theories given by the action <ce:cross-ref refid="fm0200" id="crf0530">(3.2)</ce:cross-ref>. The perturbed line element including the tensor perturbation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> is<ce:display><ce:formula id="fm0380"><ce:label>(3.20)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where we impose the traceless and divergence-free gauge conditions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si122.svg"><mml:msub><mml:mrow><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si123.svg"><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>. For the gravitational wave propagating along the <ce:italic>z</ce:italic> direction, nonvanishing components of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> are expressed in the form<ce:display><ce:formula id="fm0390"><ce:label>(3.21)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si124.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo>,</mml:mo><mml:mi>z</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo>,</mml:mo><mml:mi>z</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>21</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo>,</mml:mo><mml:mi>z</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where the two polarized modes <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si125.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si126.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> are functions of <ce:italic>t</ce:italic> and <ce:italic>z</ce:italic>.</ce:para><ce:para id="pr0230">The second-order action arising from the matter action <ce:cross-ref refid="fm0240" id="crf0540">(3.6)</ce:cross-ref> can be expressed as<ce:display><ce:formula id="fm0400"><ce:label>(3.22)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si127.svg"><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo>∫</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>t</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>i</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:munderover><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>P</mml:mi><mml:msubsup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:italic>P</ce:italic> can be eliminated by using the background Eq. <ce:cross-ref refid="fm0330" id="crf0550">(3.15)</ce:cross-ref>. Expanding the total action <ce:cross-ref refid="fm0200" id="crf0560">(3.2)</ce:cross-ref> up to quadratic order in tensor perturbations and integrating it by parts, the resulting second-order action reduces to<ce:display><ce:formula id="fm0410"><ce:label>(3.23)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si128.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>t</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>i</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:munderover><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:mfrac><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si129.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mo>∂</mml:mo><mml:mi>z</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>. We recall that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> are given by Eqs. <ce:cross-ref refid="fm0360" id="crf0570">(3.18)</ce:cross-ref> and <ce:cross-ref refid="fm0370" id="crf0580">(3.19)</ce:cross-ref>, respectively.</ce:para><ce:para id="pr0240">To avoid the ghost and Laplacian instabilities in the tensor sector, we require the two conditions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si130.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si131.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, which translate to<ce:display><ce:formula id="fm0420"><ce:label>(3.24)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si132.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0430"><ce:label>(3.25)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si133.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>8</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> In <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity without the scalar field <ce:italic>ϕ</ce:italic>, tensor stability conditions can be obtained by setting <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si134.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si135.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> in Eqs. <ce:cross-ref refid="fm0420" id="crf0590">(3.24)</ce:cross-ref> and <ce:cross-ref refid="fm0430" id="crf0600">(3.25)</ce:cross-ref>.</ce:para><ce:para id="pr0250">We vary the action <ce:cross-ref refid="fm0410" id="crf0610">(3.23)</ce:cross-ref> with respect to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si136.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> (with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si137.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:math>) in Fourier space with a comoving wavenumber <ce:bold><ce:italic>k</ce:italic></ce:bold>. Then, we obtain the tensor perturbation equation of motion<ce:display><ce:formula id="fm0440"><ce:label>(3.26)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si138.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>k</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si139.svg"><mml:mi>k</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi mathvariant="bold-italic">k</mml:mi><mml:mo stretchy="false">|</mml:mo></mml:math>. Since <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si140.svg"><mml:mi>ξ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub></mml:math>, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> dependence in <ce:italic>f</ce:italic> leads to the modified evolution of gravitational waves in comparison to GR. If the energy densities of <ce:italic>ϕ</ce:italic> and <ce:italic>χ</ce:italic> are relevant to the late-time cosmological dynamics after the matter dominance, the observational constraint on the tensor propagation speed <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> arising from the GW170817 event <ce:cross-ref refid="br1080" id="crf0620">[108]</ce:cross-ref> (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si142.svg"><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mo>≲</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>15</mml:mn></mml:mrow></mml:msup></mml:math>) gives a tight bound on the scalar-GB coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>. Such a stringent limit is not applied to the cosmological dynamics in the early Universe, but the conditions <ce:cross-ref refid="fm0420" id="crf0630">(3.24)</ce:cross-ref> and <ce:cross-ref refid="fm0430" id="crf0640">(3.25)</ce:cross-ref> need to be still satisfied.</ce:para></ce:section></ce:section><ce:section id="se0060"><ce:label>4</ce:label><ce:section-title id="st0070">Stabilities of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity in the scalar sector</ce:section-title><ce:para id="pr0260">In this section, we will derive conditions for the absence of scalar ghosts and Laplacian instabilities in theories given by the action <ce:cross-ref refid="fm0200" id="crf0650">(3.2)</ce:cross-ref>. A perturbed line element containing scalar perturbations <ce:italic>α</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>ζ</ce:italic>, and <ce:italic>E</ce:italic> is of the form<ce:display><ce:formula id="fm0450"><ce:label>(4.1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si143.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:mi>α</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mi>B</mml:mi><mml:mi mathvariant="normal">d</mml:mi><mml:mi>t</mml:mi><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:mi>ζ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mi>E</mml:mi><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> For the scalar fields <ce:italic>ϕ</ce:italic> and <ce:italic>χ</ce:italic>, we consider perturbations <ce:italic>δϕ</ce:italic> and <ce:italic>δχ</ce:italic> on the background values <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si144.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">¯</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si145.svg"><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">¯</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, respectively, such that<ce:display><ce:formula id="fm0460"><ce:label>(4.2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si146.svg"><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">¯</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="bold-italic">x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mi>χ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">¯</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="bold-italic">x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where we will omit a bar from the background quantities in the following.</ce:para><ce:para id="pr0270">In the matter sector, the temporal and spatial components of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup></mml:math> are decomposed into the background and perturbed parts as<ce:display><ce:formula id="fm0470"><ce:label>(4.3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si147.svg"><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>δ</mml:mi><mml:mi>J</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>k</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>j</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:italic>δJ</ce:italic> and <ce:italic>δj</ce:italic> are scalar perturbations. In terms of the velocity potential <ce:italic>v</ce:italic>, the spatial component of fluid four velocity is expressed as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si148.svg"><mml:msub><mml:mrow><mml:mi>u</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mi>v</mml:mi></mml:math>. From Eq. <ce:cross-ref refid="fm0260" id="crf0660">(3.8)</ce:cross-ref>, the scalar quantity <ce:italic>ℓ</ce:italic> has a background part obeying the relation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si149.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math> besides a perturbation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si150.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mi>v</mml:mi></mml:math>. Then, we have<ce:display><ce:formula id="fm0480"><ce:label>(4.4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si151.svg"><mml:mi>ℓ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover><mml:mo movablelimits="false">∫</mml:mo><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:mover><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mi mathvariant="normal">d</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mi>v</mml:mi><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Defining the matter density perturbation<ce:display><ce:formula id="fm0490"><ce:label>(4.5)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si152.svg"><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo>≡</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mi>δ</mml:mi><mml:mi>J</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:mi>ζ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>E</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> the fluid number density <ce:italic>n</ce:italic> has a perturbation <ce:cross-refs refid="br1070 br1090" id="crs0170">[107,109]</ce:cross-refs><ce:display><ce:formula id="fm0500"><ce:label>(4.6)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si153.svg"><mml:mi>δ</mml:mi><mml:mi>n</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo>∂</mml:mo><mml:mi>χ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo>∂</mml:mo><mml:mi>δ</mml:mi><mml:mi>j</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:mi>ζ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>E</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>ζ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>E</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:mi>ζ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>E</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> up to second order. The matter sound speed squared is given by<ce:display><ce:formula id="fm0510"><ce:label>(4.7)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si154.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>n</mml:mi><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Expanding <ce:cross-ref refid="fm0240" id="crf0670">(3.6)</ce:cross-ref> up to quadratic order in perturbations, we obtain the second-order matter action same as that derived in Refs. <ce:cross-refs refid="br1070 br1090" id="crs0180">[107,109]</ce:cross-refs>. Varying this matter action with respect to <ce:italic>δj</ce:italic> leads to<ce:display><ce:formula id="fm0520"><ce:label>(4.8)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si155.svg"><mml:mo>∂</mml:mo><mml:mi>δ</mml:mi><mml:mi>j</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>n</mml:mi><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo>∂</mml:mo><mml:mi>v</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo>∂</mml:mo><mml:mi>B</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> whose relation will be used to eliminate <ce:italic>δj</ce:italic>.</ce:para><ce:para id="pr0280">In the following, we choose the gauge<ce:display><ce:formula id="fm0530"><ce:label>(4.9)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si156.svg"><mml:mi>E</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> under which a scalar quantity <ce:italic>ξ</ce:italic> associated with the spatial gauge transformation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si157.svg"><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="false">→</mml:mo><mml:msup><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mi>ξ</mml:mi></mml:math> is fixed. A scalar quantity <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math> associated with the temporal part of the gauge transformation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si159.svg"><mml:mi>t</mml:mi><mml:mo stretchy="false">→</mml:mo><mml:mi>t</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math> can be fixed by choosing a flat gauge (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>ζ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>) or a unitary gauge (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si161.svg"><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>). We do not specify the temporal gauge condition in deriving the second-order action, but we will do so at the end.</ce:para><ce:para id="pr0290">Expanding the total action <ce:cross-ref refid="fm0200" id="crf0680">(3.2)</ce:cross-ref> up to quadratic order in scalar perturbations and integrating it by parts, the resulting second-order action is given by<ce:display><ce:formula id="fm0540"><ce:label>(4.10)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si162.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>t</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">flat</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>L</mml:mi></mml:mrow><mml:mrow><mml:mi>ζ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where<ce:display><ce:formula id="fm0550"><ce:label>(4.11)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si163.svg"><mml:msub><mml:mrow><mml:mi>L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">flat</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup id="mmlbr0003"><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi>δ</mml:mi><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">{</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">}</mml:mo></mml:mrow><mml:msup><mml:mrow><mml:mi>α</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mi>α</mml:mi><mml:mspace linebreak="newline"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mn>16</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mi>δ</mml:mi><mml:msup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">{</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">}</mml:mo><mml:mi>α</mml:mi><mml:mspace linebreak="newline"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi>v</mml:mi><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>v</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mi>v</mml:mi><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mspace linebreak="newline"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:mi>v</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mi>δ</mml:mi><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>α</mml:mi><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0560"><ce:label>(4.12)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si164.svg"><mml:msub><mml:mrow><mml:mi>L</mml:mi></mml:mrow><mml:mrow><mml:mi>ζ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup id="mmlbr0004"><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">{</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mi>α</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi>v</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">}</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ζ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ζ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mspace linebreak="newline"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:mi>ζ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">{</mml:mo><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mi>α</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">}</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>ζ</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> are given by Eqs. <ce:cross-ref refid="fm0360" id="crf0690">(3.18)</ce:cross-ref> and <ce:cross-ref refid="fm0370" id="crf0700">(3.19)</ce:cross-ref>, respectively, and<ce:display><ce:formula id="fm0570"><ce:label>(4.13)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si165.svg"><mml:msub id="mmlbr0005"><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>24</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>η</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>24</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0005" linebreakstyle="after">,</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>8</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>8</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0005" linebreakstyle="after">,</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>8</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>η</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>8</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>ϕ</mml:mi><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Now, we switch to the Fourier space with a comoving wavenumber <ce:bold><ce:italic>k</ce:italic></ce:bold>. Varying the total action <ce:cross-ref refid="fm0540" id="crf0710">(4.10)</ce:cross-ref> with respect to <ce:italic>α</ce:italic>, <ce:italic>B</ce:italic>, and <ce:italic>v</ce:italic>, respectively, we obtain<ce:display><ce:formula id="fm0580"><ce:label>(4.14)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si166.svg"><mml:msub id="mmlbr0006"><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ζ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mi>α</mml:mi><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0006" linebreakstyle="before">+</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>k</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mi>ζ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>H</mml:mi><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi>B</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0590"><ce:label>(4.15)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si167.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ζ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>H</mml:mi><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi>α</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi>v</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0600"><ce:label>(4.16)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si168.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ζ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>k</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>v</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>B</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0300">In the following, we choose the flat gauge given by<ce:display><ce:formula id="fm0610"><ce:label>(4.17)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si169.svg"><mml:mi>ζ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> to obtain stability conditions for scalar perturbations. We will discuss the two cases: (A) <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity and (B) <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity in turn.</ce:para><ce:section id="se0070"><ce:label>4.1</ce:label><ce:section-title id="st0080"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity</ce:section-title><ce:para id="pr0310">In <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, we can construct gauge-invariant scalar perturbations <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si170.svg"><mml:mi>δ</mml:mi><mml:msub><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">f</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mspace width="0.2em"/><mml:mi>ζ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>H</mml:mi></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si171.svg"><mml:mi>δ</mml:mi><mml:msub><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">f</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mspace width="0.2em"/><mml:mi>ζ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>H</mml:mi></mml:math>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si172.svg"><mml:mi>δ</mml:mi><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">f</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mspace width="0.2em"/><mml:mi>ζ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>H</mml:mi></mml:math>. For the gauge choice <ce:cross-ref refid="fm0610" id="crf0720">(4.17)</ce:cross-ref>, they reduce, respectively, to <ce:italic>δϕ</ce:italic>, <ce:italic>δχ</ce:italic>, and <ce:italic>δρ</ce:italic>, which correspond to the dynamical scalar DOFs. Note that the perturbation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si173.svg"><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>δ</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:math> arises from nonlinearities in the GB term. We solve Eqs. <ce:cross-ref refid="fm0580" id="crf0730">(4.14)</ce:cross-ref>-<ce:cross-ref refid="fm0600" id="crf0740">(4.16)</ce:cross-ref> for <ce:italic>α</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>v</ce:italic> and substitute them into Eq. <ce:cross-ref refid="fm0540" id="crf0750">(4.10)</ce:cross-ref>. Then, the resulting quadratic-order action in Fourier space is expressed in the form<ce:display><ce:formula id="fm0620"><ce:label>(4.18)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si174.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>t</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="bold-italic">K</mml:mi><mml:mover accent="true"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>k</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="bold-italic">G</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="bold-italic">M</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="bold-italic">B</mml:mi><mml:mover accent="true"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:bold><ce:italic>K</ce:italic></ce:bold>, <ce:bold><ce:italic>G</ce:italic></ce:bold>, <ce:bold><ce:italic>M</ce:italic></ce:bold>, <ce:bold><ce:italic>B</ce:italic></ce:bold> are <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si175.svg"><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mn>3</mml:mn></mml:math> matrices, and<ce:display><ce:formula id="fm0630"><ce:label>(4.19)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si176.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo>,</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>k</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> The leading-order contributions to <ce:bold><ce:italic>M</ce:italic></ce:bold> and <ce:bold><ce:italic>B</ce:italic></ce:bold> are of order <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si177.svg"><mml:msup><mml:mrow><mml:mi>k</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math>. Taking the small-scale limit <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si178.svg"><mml:mi>k</mml:mi><mml:mo stretchy="false">→</mml:mo><mml:mo>∞</mml:mo></mml:math>, nonvanishing components of the symmetric matrices <ce:bold><ce:italic>K</ce:italic></ce:bold> and <ce:bold><ce:italic>G</ce:italic></ce:bold> are<ce:display><ce:formula id="fm0640"><ce:label>(4.20)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si179.svg"><mml:msub id="mmlbr0007"><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0007" linebreakstyle="after">,</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>21</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>η</mml:mi><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> and<ce:display><ce:formula id="fm0650"><ce:label>(4.21)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si180.svg"><mml:msub id="mmlbr0008"><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">]</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">[</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0008" linebreakstyle="after">,</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0008" linebreakstyle="after">,</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>21</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">[</mml:mo><mml:mi>η</mml:mi><mml:mi>H</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">{</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">}</mml:mo><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> To derive these coefficients, we have absorbed <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si181.svg"><mml:msup><mml:mrow><mml:mi>k</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>-dependent terms present in <ce:bold><ce:italic>B</ce:italic></ce:bold> into the components of <ce:bold><ce:italic>G</ce:italic></ce:bold> and used the relation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si182.svg"><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>3</mml:mn><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>η</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:math>, and<ce:display><ce:formula id="fm0660"><ce:label>(4.22)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si183.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>H</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>H</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>η</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>H</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>H</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>H</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>H</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> The scalar ghosts are absent under the following three conditions<ce:display><ce:formula id="fm0670"><ce:label>(4.23)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si184.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0680"><ce:label>(4.24)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si185.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0690"><ce:label>(4.25)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si186.svg"><mml:mrow><mml:mrow><mml:mi mathvariant="normal">det</mml:mi></mml:mrow><mml:mspace width="0.2em"/><mml:mi mathvariant="bold-italic">K</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>4</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> Under the no-ghost condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si130.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> of tensor perturbations, inequalities <ce:cross-ref refid="fm0670" id="crf0760">(4.23)</ce:cross-ref>-<ce:cross-ref refid="fm0690" id="crf0770">(4.25)</ce:cross-ref> are satisfied for<ce:display><ce:formula id="fm0700"><ce:label>(4.26)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si187.svg"><mml:mrow><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0710"><ce:label>(4.27)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si188.svg"><mml:mrow><mml:mi>η</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0320">In the limit of large <ce:italic>k</ce:italic>, dominant contributions to the second-order action <ce:cross-ref refid="fm0620" id="crf0780">(4.18)</ce:cross-ref> arise from <ce:bold><ce:italic>K</ce:italic></ce:bold> and <ce:bold><ce:italic>G</ce:italic></ce:bold>. Then, the dispersion relation can be expressed in the form<ce:display><ce:formula id="fm0720"><ce:label>(4.28)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si189.svg"><mml:mrow><mml:mi mathvariant="normal">det</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mi mathvariant="bold-italic">K</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="bold-italic">G</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si190.svg"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msub></mml:math> is the scalar propagation speed. Solving Eq. <ce:cross-ref refid="fm0720" id="crf0790">(4.28)</ce:cross-ref> for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, we obtain the following three solutions<ce:display><ce:formula id="fm0730"><ce:label>(4.29)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si191.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0740"><ce:label>(4.30)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si192.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">[</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>6</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0750"><ce:label>(4.31)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si193.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>3</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> which correspond to the squared propagation speeds of <ce:italic>δϕ</ce:italic>, <ce:italic>δχ</ce:italic>, and <ce:italic>δρ</ce:italic>, respectively. The scalar perturbation <ce:italic>δϕ</ce:italic> has a luminal propagation speed, so it satisfies the Laplacian stability condition. For <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, the matter perturbation <ce:italic>δρ</ce:italic> is free from Laplacian instability. On using the background Eq. <ce:cross-ref refid="fm0330" id="crf0800">(3.15)</ce:cross-ref>, the sound speed squared <ce:cross-ref refid="fm0740" id="crf0810">(4.30)</ce:cross-ref> can be expressed as<ce:cross-ref refid="fn0010" id="crf0820"><ce:sup>1</ce:sup></ce:cross-ref><ce:footnote id="fn0010"><ce:label>1</ce:label><ce:note-para id="np0010">If we eliminate <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> by using Eq. <ce:cross-ref refid="fm0330" id="crf0830">(3.15)</ce:cross-ref>, we can express Eq. <ce:cross-ref refid="fm0740" id="crf0840">(4.30)</ce:cross-ref> in the form<ce:display><ce:formula id="fm0760"><ce:label>(4.32)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si194.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mi>η</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> From this expression, it seems that the existence of the last term can lead to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si195.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> even in the decelerating Universe. In the absence of matter (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si196.svg"><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>P</mml:mi></mml:math>), this possibility was suggested in Ref. <ce:cross-ref refid="br0930" id="crf0850">[93]</ce:cross-ref>. Eliminating <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> instead of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> from Eq. <ce:cross-ref refid="fm0740" id="crf0860">(4.30)</ce:cross-ref>, it is clear that this possibility is forbidden even in the presence of matter.</ce:note-para></ce:footnote><ce:display><ce:formula id="fm0770"><ce:label>(4.33)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si197.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>4</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>4</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub></mml:math> is the effective equation of state defined by Eq. <ce:cross-ref refid="fm0160" id="crf0870">(2.16)</ce:cross-ref>. The Laplacian stability of <ce:italic>δχ</ce:italic> is ensured for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si195.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, i.e.,<ce:display><ce:formula id="fm0780"><ce:label>(4.34)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si198.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Since we need the condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si131.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> for the absence of Laplacian instability in the tensor sector, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub></mml:math> must be in the range <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si199.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:math>. This translates to the condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si200.svg"><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mo>¨</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">/</mml:mo><mml:mi>a</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, so the Laplacian stability of <ce:italic>δχ</ce:italic> requires that the Universe is accelerating. In decelerating cosmological epochs, the condition <ce:cross-ref refid="fm0780" id="crf0880">(4.34)</ce:cross-ref> is always violated for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si131.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>. During the radiation-dominated (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si201.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:math>) and matter-dominated (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si202.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>) eras, we have <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si203.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>4</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si204.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:math>, respectively, which are both negative for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si131.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>.</ce:para><ce:para id="pr0330">We thus showed that, for scalar-GB couplings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> containing nonlinear functions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math>, <ce:italic>δχ</ce:italic> is prone to the Laplacian instability during the radiation and matter eras. Hence nonlinear functions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math> should not be present in decelerating cosmological epochs. Even if <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si205.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> is positive in the inflationary epoch, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si205.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> changes its sign during the transition to a reheating epoch (in which <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si206.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mn>0</mml:mn></mml:math> for a standard reheating scenario). During the epoch of late-time cosmic acceleration, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si205.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> can be positive, but it changes the sign as we go back to the matter era. Since <ce:italic>δχ</ce:italic> is coupled to <ce:italic>δϕ</ce:italic> and <ce:italic>δρ</ce:italic>, the instability of <ce:italic>δχ</ce:italic> leads to the growth of <ce:italic>δϕ</ce:italic> and <ce:italic>δρ</ce:italic> for perturbations deep inside the Hubble radius. This violates the successful background evolution during the decelerating cosmological epochs.</ce:para><ce:para id="pr0340">The squared propagation speeds <ce:cross-ref refid="fm0730" id="crf0890">(4.29)</ce:cross-ref>-<ce:cross-ref refid="fm0750" id="crf0900">(4.31)</ce:cross-ref> have been derived by choosing the flat gauge <ce:cross-ref refid="fm0610" id="crf0910">(4.17)</ce:cross-ref>, but they are independent of the gauge choices. Indeed, we will show in Appendix <ce:cross-ref refid="se0100" id="crf1290">A</ce:cross-ref> that the same values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si207.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si205.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si208.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>3</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> can be obtained by choosing the unitary gauge. We also note that the scalar propagation speed squared <ce:cross-ref refid="fm0150" id="crf0920">(2.15)</ce:cross-ref> in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity is not equivalent to the value <ce:cross-ref refid="fm0730" id="crf0930">(4.29)</ce:cross-ref>. As we observe in Eq. <ce:cross-ref refid="fm0150" id="crf0940">(2.15)</ce:cross-ref>, the propagation of <ce:italic>ϕ</ce:italic> is affected by the coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> with the linear GB term <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math>. In <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> theory with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, the new scalar field <ce:italic>χ</ce:italic> plays a role of the dynamical DOF arising from the nonlinear GB term. In this latter case, the propagation of the other field <ce:italic>ϕ</ce:italic> does not practically acquire the effect of a coupling with the GB term and hence <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si209.svg"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> reduces to the luminal value.</ce:para></ce:section><ce:section id="se0080"><ce:label>4.2</ce:label><ce:section-title id="st0090"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity</ce:section-title><ce:para id="pr0350">Finally, we also study the stability of scalar perturbations in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity given by the action<ce:display><ce:formula id="fm0790"><ce:label>(4.35)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si210.svg"><mml:mi mathvariant="script">S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>R</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">S</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">Ψ</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> In this case, there is no scalar field <ce:italic>ϕ</ce:italic> coupled to the GB term. The action <ce:cross-ref refid="fm0790" id="crf0950">(4.35)</ce:cross-ref> is equivalent to Eq. <ce:cross-ref refid="fm0200" id="crf0960">(3.2)</ce:cross-ref> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si211.svg"><mml:mi>ϕ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si212.svg"><mml:mi>X</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si213.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si214.svg"><mml:mi>U</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>χ</mml:mi><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si215.svg"><mml:mi>ξ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi>χ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>χ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>. As shown in Ref. <ce:cross-ref refid="br1030" id="crf0970">[103]</ce:cross-ref>, this theory belongs to a subclass of Horndeski theories with one scalar DOF <ce:italic>χ</ce:italic> besides a matter fluid.</ce:para><ce:para id="pr0360">In <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity, the second-order action of scalar perturbations is obtained by setting <ce:italic>ϕ</ce:italic>, <ce:italic>δϕ</ce:italic>, and their derivatives 0 in Eqs. <ce:cross-ref refid="fm0550" id="crf0980">(4.11)</ce:cross-ref> and <ce:cross-ref refid="fm0560" id="crf0990">(4.12)</ce:cross-ref>. We choose the flat gauge <ce:cross-ref refid="fm0610" id="crf1000">(4.17)</ce:cross-ref> and eliminate <ce:italic>α</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>v</ce:italic> from the action by using Eqs. <ce:cross-ref refid="fm0580" id="crf1010">(4.14)</ce:cross-ref>-<ce:cross-ref refid="fm0600" id="crf1020">(4.16)</ce:cross-ref>. Then, the second-order scalar action reduces to the form <ce:cross-ref refid="fm0620" id="crf1030">(4.18)</ce:cross-ref> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si216.svg"><mml:mn>2</mml:mn><mml:mo>×</mml:mo><mml:mn>2</mml:mn></mml:math> matrices <ce:bold><ce:italic>K</ce:italic></ce:bold>, <ce:bold><ce:italic>G</ce:italic></ce:bold>, <ce:bold><ce:italic>M</ce:italic></ce:bold>, <ce:bold><ce:italic>B</ce:italic></ce:bold> and two dynamical perturbations<ce:display><ce:formula id="fm0800"><ce:label>(4.36)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si217.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo>,</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>k</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> In the small-scale limit, nonvanishing components of <ce:bold><ce:italic>K</ce:italic></ce:bold> and <ce:bold><ce:italic>G</ce:italic></ce:bold> are given by<ce:display><ce:formula id="fm0810"><ce:label>(4.37)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si218.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0820"><ce:label>(4.38)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si219.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">[</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">[</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> The no-ghost conditions correspond to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si220.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si221.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, which are satisfied for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si130.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>. The propagation speed squared for <ce:italic>δχ</ce:italic> is<ce:display><ce:formula id="fm0830"><ce:label>(4.39)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si222.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">[</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">]</mml:mo></mml:mrow><mml:mrow><mml:mn>6</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where, in the last equality, we used the background Eq. <ce:cross-ref refid="fm0330" id="crf1040">(3.15)</ce:cross-ref> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si134.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>. The other matter propagation speed squared is given by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si223.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>. Since the last expression of Eq. <ce:cross-ref refid="fm0830" id="crf1050">(4.39)</ce:cross-ref> is of the same form as Eq. <ce:cross-ref refid="fm0770" id="crf1060">(4.33)</ce:cross-ref>, the Laplacian instability of <ce:italic>δχ</ce:italic> is present in decelerating cosmological epochs. In Ref. <ce:cross-ref refid="br1000" id="crf1070">[100]</ce:cross-ref>, violent growth of matter perturbations was found during the radiation and matter eras for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> models of late-time cosmic acceleration. This is attributed to the Laplacian instability of <ce:italic>δχ</ce:italic> coupled to <ce:italic>δρ</ce:italic>, which inevitably occurs for nonlinear functions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>.</ce:para></ce:section></ce:section><ce:section id="se0090" role="conclusion"><ce:label>5</ce:label><ce:section-title id="st0100">Conclusions</ce:section-title><ce:para id="pr0370">In this letter, we studied the stability of cosmological perturbations on the spatially flat FLRW background in scalar-GB theories given by the action <ce:cross-ref refid="fm0190" id="crf1080">(3.1)</ce:cross-ref>. Provided that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>, the action <ce:cross-ref refid="fm0190" id="crf1090">(3.1)</ce:cross-ref> is equivalent to <ce:cross-ref refid="fm0200" id="crf1100">(3.2)</ce:cross-ref> with a new scalar DOF <ce:italic>χ</ce:italic> arising from nonlinear GB terms. Theories with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> correspond to a linear GB term coupled to a scalar field <ce:italic>ϕ</ce:italic> of the form <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math>, which belongs to a subclass of Horndeski theories. To make a comparison with the scalar-GB coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> containing nonlinear functions of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mi mathvariant="script">G</mml:mi></mml:math>, we first revisited stabilities of cosmological perturbations in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math> gravity in Sec. <ce:cross-ref refid="se0020" id="crf1110">2</ce:cross-ref>. In this latter theory, provided that the scalar-GB coupling is subdominant to the background equations of motion, the stability conditions of tensor and scalar perturbations can be consistently satisfied.</ce:para><ce:para id="pr0380">In Sec. <ce:cross-ref refid="se0030" id="crf1120">3</ce:cross-ref>, we derived the background equations and stability conditions of tensor perturbations for the scalar-GB coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>. Besides a canonical scalar field <ce:italic>ϕ</ce:italic> with the kinetic term <ce:italic>ηX</ce:italic> and the potential <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, we incorporate a perfect fluid given by the Schutz-Sorkin action <ce:cross-ref refid="fm0240" id="crf1130">(3.6)</ce:cross-ref>. The absence of ghosts and Laplacian instabilities requires that the quantities <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> defined by Eqs. <ce:cross-ref refid="fm0360" id="crf1140">(3.18)</ce:cross-ref> and <ce:cross-ref refid="fm0370" id="crf1150">(3.19)</ce:cross-ref> are both positive. In terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, the background equations of motion in the gravitational sector can be expressed in a simple manner as Eqs. <ce:cross-ref refid="fm0320" id="crf1160">(3.14)</ce:cross-ref> and <ce:cross-ref refid="fm0330" id="crf1170">(3.15)</ce:cross-ref>, where the latter is used to simplify a scalar sound speed later.</ce:para><ce:para id="pr0390">In Sec. <ce:cross-ref refid="se0060" id="crf1180">4</ce:cross-ref>, we expanded the action in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math> up to quadratic order in scalar perturbations. After eliminating nondynamical variables <ce:italic>α</ce:italic>, <ce:italic>B</ce:italic>, and <ce:italic>v</ce:italic>, the second-order action is of the form <ce:cross-ref refid="fm0620" id="crf1190">(4.18)</ce:cross-ref> with three dynamical perturbations <ce:cross-ref refid="fm0630" id="crf1200">(4.19)</ce:cross-ref>. With the no-ghost condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si130.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> of tensor perturbations, the scalar ghosts are absent for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>. The sound speeds of perturbations <ce:italic>δϕ</ce:italic> and <ce:italic>δρ</ce:italic> have the standard values 1 and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si224.svg"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>m</mml:mi></mml:mrow></mml:msub></mml:math>, respectively. However, the squared propagation speed of <ce:italic>δχ</ce:italic>, which arises from nonlinear GB functions in <ce:italic>f</ce:italic>, has a nontrivial value <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si225.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:math>. Since the positivity of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si205.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> requires that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mn>6</mml:mn></mml:math>, we have <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si199.svg"><mml:msub><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">eff</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:math> under the absence of Laplacian instability in the tensor sector (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si131.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>). This means that the scalar perturbation associated with nonlinearities of the GB term is subject to Laplacian instability during decelerating cosmological epochs including radiation and matter eras. The same property also holds for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>.</ce:para><ce:para id="pr0400">We thus showed that a canonical scalar field <ce:italic>ϕ</ce:italic> coupled to a nonlinear GB term does not modify the property of negative values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si205.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> in the decelerating Universe. During inflation or the epoch of late-time cosmic acceleration, it is possible to avoid Laplacian instability of the perturbation <ce:italic>δχ</ce:italic> in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>. However, in the subsequent reheating period after inflation or in the preceding matter era before dark energy dominance, the Laplacian instability inevitably emerges to violate the successful background cosmological evolution. We have shown this for a canonical scalar field <ce:italic>ϕ</ce:italic>, but it may be interesting to see whether the same property persists for the scalar field <ce:italic>ϕ</ce:italic> arising in Horndeski theories and its extensions like DHOST theories <ce:cross-refs refid="br1100 br1110" id="crs0190">[110,111]</ce:cross-refs>. While we focused on the analysis on the FLRW background, it will be also of interest to study whether some instabilities are present for perturbations on a static and spherically symmetric background in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mi mathvariant="script">G</mml:mi></mml:mrow></mml:msub><mml:mo>≠</mml:mo><mml:mn>0</mml:mn></mml:math>. The latter is important for the construction of stable hairy black hole or neutron star solutions in theories beyond the scalar-GB coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi mathvariant="script">G</mml:mi></mml:math>. These issues are left for future works.</ce:para> </ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0150">Declaration of Competing Interest</ce:section-title><ce:para id="pr0450">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0110">Acknowledgements</ce:section-title><ce:para id="pr0410">ST is supported by the Grant-in-Aid for Scientific Research Fund of the <ce:grant-sponsor id="gsp0010" sponsor-id="https://doi.org/10.13039/501100001691">JSPS</ce:grant-sponsor> Nos. <ce:grant-number refid="gsp0010">19K03854</ce:grant-number> and <ce:grant-number refid="gsp0010">22K03642</ce:grant-number>.</ce:para></ce:acknowledgment><ce:appendices><ce:section id="se0100"><ce:label>Appendix A</ce:label><ce:section-title id="st0120">Stability conditions in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity in unitary gauge</ce:section-title><ce:para id="pr0420">In this Appendix, we derive stability conditions of scalar perturbations in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>ϕ</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity by choosing the unitary gauge<ce:display><ce:formula id="fm0840"><ce:label>(A.1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si226.svg"><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Then, the gauge-invariant perturbations <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si227.svg"><mml:mi mathvariant="script">R</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>ζ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>H</mml:mi><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si228.svg"><mml:mi>δ</mml:mi><mml:msub><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">u</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:math>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si229.svg"><mml:mi>δ</mml:mi><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">u</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover><mml:mspace width="0.2em"/><mml:mi>δ</mml:mi><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:math> reduce, respectively, to <ce:italic>ζ</ce:italic>, <ce:italic>δχ</ce:italic>, and <ce:italic>δρ</ce:italic>. After the elimination of nondynamical variables <ce:italic>α</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>v</ce:italic> from Eq. <ce:cross-ref refid="fm0540" id="crf1210">(4.10)</ce:cross-ref>, the second-order action reduces to the form <ce:cross-ref refid="fm0620" id="crf1220">(4.18)</ce:cross-ref> with the dynamical perturbations<ce:display><ce:formula id="fm0850"><ce:label>(A.2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si230.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>ζ</mml:mi><mml:mo>,</mml:mo><mml:mi>δ</mml:mi><mml:mi>χ</mml:mi><mml:mo>,</mml:mo><mml:mi>δ</mml:mi><mml:mi>ρ</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>k</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where nonvanishing matrix components of <ce:bold><ce:italic>K</ce:italic></ce:bold> and <ce:bold><ce:italic>G</ce:italic></ce:bold> are <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si231.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>21</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si232.svg"><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>21</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub></mml:math>. In the short-wavelength limit, the ghosts are absent for<ce:display><ce:formula id="fm0860"><ce:label>(A.3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si184.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0870"><ce:label>(A.4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si234.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0880"><ce:label>(A.5)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si235.svg"><mml:mrow><mml:mrow><mml:mi mathvariant="normal">det</mml:mi></mml:mrow><mml:mspace width="0.2em"/><mml:mi mathvariant="bold-italic">K</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn><mml:msubsup><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>˙</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>4</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mi>ρ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> Under the tensor no-ghost condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si130.svg"><mml:msub><mml:mrow><mml:mi>q</mml:mi></mml:mrow><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>, inequalities <ce:cross-ref refid="fm0860" id="crf1230">(A.3)</ce:cross-ref>-<ce:cross-ref refid="fm0880" id="crf1240">(A.5)</ce:cross-ref> are satisfied for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>P</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>. These conditions are the same as those derived by choosing the flat gauge.</ce:para><ce:para id="pr0430">The scalar propagation speed squared <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> can be derived by solving the dispersion relation <ce:cross-ref refid="fm0720" id="crf1250">(4.28)</ce:cross-ref>. On using the background Eq. <ce:cross-ref refid="fm0330" id="crf1260">(3.15)</ce:cross-ref>, we obtain the three values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> exactly the same as Eqs. <ce:cross-ref refid="fm0730" id="crf1270">(4.29)</ce:cross-ref>-<ce:cross-ref refid="fm0750" id="crf1280">(4.31)</ce:cross-ref>. Thus, the propagation speeds in the small-scale limit are independent of the gauge choices. In <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="script">G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> gravity, we also obtain the same scalar propagation speeds as those derived in the flat gauge.</ce:para></ce:section></ce:appendices></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0130">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bib5C8EB78ED4050146E7257A535902E8D2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.M.</ce:given-name><ce:surname>Will</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Living Rev. Relativ.</sb:maintitle></sb:title><sb:volume-nr>17</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:pages><sb:first-page>4</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1403.7377" id="inf0010">arXiv:1403.7377 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0010">C. M. Will, Living Rev. Rel. 17, 4 (2014), arXiv:1403.7377 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bibA6902E3D85FD6F7A3E4A628BF99713F7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.D.</ce:given-name><ce:surname>Hoyle</ce:surname></sb:author><sb:author><ce:given-name>U.</ce:given-name><ce:surname>Schmidt</ce:surname></sb:author><sb:author><ce:given-name>B.R.</ce:given-name><ce:surname>Heckel</ce:surname></sb:author><sb:author><ce:given-name>E.G.</ce:given-name><ce:surname>Adelberger</ce:surname></sb:author><sb:author><ce:given-name>J.H.</ce:given-name><ce:surname>Gundlach</ce:surname></sb:author><sb:author><ce:given-name>D.J.</ce:given-name><ce:surname>Kapner</ce:surname></sb:author><sb:author><ce:given-name>H.E.</ce:given-name><ce:surname>Swanson</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>86</sb:volume-nr></sb:series><sb:date>2001</sb:date></sb:issue><sb:pages><sb:first-page>1418</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/0011014" id="inf0020">arXiv:hep-ph/0011014</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0015">C. D. Hoyle, U. Schmidt, B. R. Heckel, E. G. Adelberger, J. H. Gundlach, D. J. Kapner, and H. E. Swanson, Phys. Rev. Lett. 86, 1418 (2001), arXiv:hep-ph/0011014.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bib69889C4D6C53C683A993499B7355FA62s1"><sb:contribution><sb:authors><sb:author><ce:given-name>E.G.</ce:given-name><ce:surname>Adelberger</ce:surname></sb:author><sb:author><ce:given-name>B.R.</ce:given-name><ce:surname>Heckel</ce:surname></sb:author><sb:author><ce:given-name>A.E.</ce:given-name><ce:surname>Nelson</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Annu. Rev. Nucl. Part. Sci.</sb:maintitle></sb:title><sb:volume-nr>53</sb:volume-nr></sb:series><sb:date>2003</sb:date></sb:issue><sb:pages><sb:first-page>77</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/0307284" id="inf0030">arXiv:hep-ph/0307284</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0020">E. G. Adelberger, B. R. Heckel, and A. E. Nelson, Ann. Rev. Nucl. Part. Sci. 53, 77 (2003), arXiv:hep-ph/0307284.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bibD08E769DC5B9EE56AD1BDFFFA2ECF663s1"><sb:contribution><sb:authors><sb:author><ce:given-name>E.J.</ce:given-name><ce:surname>Copeland</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Sami</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. D</sb:maintitle></sb:title><sb:volume-nr>15</sb:volume-nr></sb:series><sb:date>2006</sb:date></sb:issue><sb:pages><sb:first-page>1753</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0603057" id="inf0040">arXiv:hep-th/0603057</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0025">E. J. Copeland, M. Sami, and S. Tsujikawa, Int. J. Mod. Phys. D 15, 1753 (2006), arXiv:hep-th/0603057.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib704DF064D186579831484E07AFCE09E5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Silvestri</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Trodden</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Rep. Prog. Phys.</sb:maintitle></sb:title><sb:volume-nr>72</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>096901</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0904.0024" id="inf0050">arXiv:0904.0024 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0030">A. Silvestri and M. Trodden, Rept. Prog. Phys. 72, 096901 (2009), arXiv:0904.0024 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bib419DC9E5B8ECBF871CB282C78B26C0DBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Lect. Notes Phys.</sb:maintitle></sb:title><sb:volume-nr>800</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:pages><sb:first-page>99</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1101.0191" id="inf0060">arXiv:1101.0191 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0035">S. Tsujikawa, Lect. Notes Phys. 800, 99 (2010), arXiv:1101.0191 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bib3DC2CC162F196D2CA2E4E916BA3E1DCFs1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Clifton</ce:surname></sb:author><sb:author><ce:given-name>P.G.</ce:given-name><ce:surname>Ferreira</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Padilla</ce:surname></sb:author><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Skordis</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>513</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1106.2476" id="inf0070">arXiv:1106.2476 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0040">T. Clifton, P. G. Ferreira, A. Padilla, and C. Skordis, Phys. Rept. 513, 1 (2012), arXiv:1106.2476 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bib497F245EB3C44667B6F40CE3BEBA76E2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Joyce</ce:surname></sb:author><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Jain</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Khoury</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Trodden</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>568</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1407.0059" id="inf0080">arXiv:1407.0059 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0045">A. Joyce, B. Jain, J. Khoury, and M. Trodden, Phys. Rept. 568, 1 (2015), arXiv:1407.0059 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bibD7F692B1B075F459F652D062318646F4s1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Koyama</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Rep. Prog. Phys.</sb:maintitle></sb:title><sb:volume-nr>79</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>046902</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1504.04623" id="inf0090">arXiv:1504.04623 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0050">K. Koyama, Rept. Prog. Phys. 79, 046902 (2016), arXiv:1504.04623 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bibE9E8D56FC43F0679E56D19318CE121BEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Heisenberg</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>796</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1807.01725" id="inf0100">arXiv:1807.01725 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0055">L. Heisenberg, Phys. Rept. 796, 1 (2019), arXiv:1807.01725 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bibA70E9558E67AC26E5C5BA698F76912CAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>Y.</ce:given-name><ce:surname>Fujii</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>26</sb:volume-nr></sb:series><sb:date>1982</sb:date></sb:issue><sb:pages><sb:first-page>2580</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0060">Y. Fujii, Phys. Rev. D 26, 2580 (1982).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bib346634882756545C28282282398371FFs1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Sato</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Mon. Not. R. Astron. Soc.</sb:maintitle></sb:title><sb:volume-nr>195</sb:volume-nr></sb:series><sb:date>1981</sb:date></sb:issue><sb:pages><sb:first-page>467</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0065">K. Sato, Mon. Not. Roy. Astron. Soc. 195, 467 (1981).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bibDAAB22154C9A7D05159400498D297EB9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Kazanas</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Astrophys. J. Lett.</sb:maintitle></sb:title><sb:volume-nr>241</sb:volume-nr></sb:series><sb:date>1980</sb:date></sb:issue><sb:pages><sb:first-page>L59</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0070">D. Kazanas, Astrophys. J. Lett. 241, L59 (1980).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bib722AB33C040B6270A34A226F926191E5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.H.</ce:given-name><ce:surname>Guth</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>23</sb:volume-nr></sb:series><sb:date>1981</sb:date></sb:issue><sb:pages><sb:first-page>347</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0075">A. H. Guth, Phys. Rev. D 23, 347 (1981).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bibB760EBDBF7951085FAED53F0992B61F0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.D.</ce:given-name><ce:surname>Linde</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>108</sb:volume-nr></sb:series><sb:date>1982</sb:date></sb:issue><sb:pages><sb:first-page>389</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0080">A. D. Linde, Phys. Lett. B 108, 389 (1982).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bib95BB6BE1B808D1DDDA4FAD233A53C678s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Albrecht</ce:surname></sb:author><sb:author><ce:given-name>P.J.</ce:given-name><ce:surname>Steinhardt</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>48</sb:volume-nr></sb:series><sb:date>1982</sb:date></sb:issue><sb:pages><sb:first-page>1220</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0085">A. Albrecht and P. J. Steinhardt, Phys. Rev. Lett. 48, 1220 (1982).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bibFD5A388AA4DD220D053A25CB6B06F00Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.D.</ce:given-name><ce:surname>Linde</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>129</sb:volume-nr></sb:series><sb:date>1983</sb:date></sb:issue><sb:pages><sb:first-page>177</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0090">A. D. Linde, Phys. Lett. B 129, 177 (1983).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bibC83AFA62AEBB5E91766A359810C947E1s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Ratra</ce:surname></sb:author><sb:author><ce:given-name>P.J.E.</ce:given-name><ce:surname>Peebles</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>37</sb:volume-nr></sb:series><sb:date>1988</sb:date></sb:issue><sb:pages><sb:first-page>3406</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0095">B. Ratra and P. J. E. Peebles, Phys. Rev. D 37, 3406 (1988).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bib5DEAD5E63B48C88CFF4EF32F8A984143s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Wetterich</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>302</sb:volume-nr></sb:series><sb:date>1988</sb:date></sb:issue><sb:pages><sb:first-page>668</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1711.03844" id="inf0110">arXiv:1711.03844 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0100">C. Wetterich, Nucl. Phys. B 302, 668 (1988), arXiv:1711.03844 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bib1E414EF972B2B9C8492E064BA4B8BB4Cs1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Chiba</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Sugiyama</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Nakamura</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Mon. Not. R. Astron. Soc.</sb:maintitle></sb:title><sb:volume-nr>289</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>L5</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/9704199" id="inf0120">arXiv:astro-ph/9704199</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0105">T. Chiba, N. Sugiyama, and T. Nakamura, Mon. Not. Roy. Astron. Soc. 289, L5 (1997), arXiv:astro-ph/9704199.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib263BB4E70D151D2B97A5BB5347F414B8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.G.</ce:given-name><ce:surname>Ferreira</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Joyce</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>58</sb:volume-nr></sb:series><sb:date>1998</sb:date></sb:issue><sb:article-number>023503</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/9711102" id="inf0130">arXiv:astro-ph/9711102</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0110">P. G. Ferreira and M. Joyce, Phys. Rev. D 58, 023503 (1998), arXiv:astro-ph/9711102.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bib21092E60C5FF1C209B3A2BD9B6E066DBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.R.</ce:given-name><ce:surname>Caldwell</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Dave</ce:surname></sb:author><sb:author><ce:given-name>P.J.</ce:given-name><ce:surname>Steinhardt</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:date>1998</sb:date></sb:issue><sb:pages><sb:first-page>1582</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/9708069" id="inf0140">arXiv:astro-ph/9708069</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0115">R. R. Caldwell, R. Dave, and P. J. Steinhardt, Phys. Rev. Lett. 80, 1582 (1998), arXiv:astro-ph/9708069.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bib87CFEC7846A6A2976C06218C6AE05F61s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.P.</ce:given-name><ce:surname>Sotiriou</ce:surname></sb:author><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Faraoni</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Rev. Mod. Phys.</sb:maintitle></sb:title><sb:volume-nr>82</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:pages><sb:first-page>451</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0805.1726" id="inf0150">arXiv:0805.1726 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0120">T. P. Sotiriou and V. Faraoni, Rev. Mod. Phys. 82, 451 (2010), arXiv:0805.1726 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bib19386E1E902ED756217B9B0F2AFF2F2Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Living Rev. Relativ.</sb:maintitle></sb:title><sb:volume-nr>13</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:pages><sb:first-page>3</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1002.4928" id="inf0160">arXiv:1002.4928 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0125">A. De Felice and S. Tsujikawa, Living Rev. Rel. 13, 3 (2010), arXiv:1002.4928 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0250"><ce:label>[25]</ce:label><sb:reference id="bib937BAEFF76FC7BAEB86E469B06AAB81Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.A.</ce:given-name><ce:surname>Starobinsky</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:date>1980</sb:date></sb:issue><sb:pages><sb:first-page>99</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0130">A. A. Starobinsky, Phys. Lett. B 91, 99 (1980).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0260"><ce:label>[26]</ce:label><sb:reference id="bib55081F4E87056F23733962FB60FD5A15s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Capozziello</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. D</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:pages><sb:first-page>483</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/0201033" id="inf0170">arXiv:gr-qc/0201033</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0135">S. Capozziello, Int. J. Mod. Phys. D 11, 483 (2002), arXiv:gr-qc/0201033.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0270"><ce:label>[27]</ce:label><sb:reference id="bib2D5A9BF726A5500D6990F4236A78319Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.M.</ce:given-name><ce:surname>Carroll</ce:surname></sb:author><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Duvvuri</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Trodden</ce:surname></sb:author><sb:author><ce:given-name>M.S.</ce:given-name><ce:surname>Turner</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>70</sb:volume-nr></sb:series><sb:date>2004</sb:date></sb:issue><sb:article-number>043528</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/0306438" id="inf0180">arXiv:astro-ph/0306438</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0140">S. M. Carroll, V. Duvvuri, M. Trodden, and M. S. Turner, Phys. Rev. D 70, 043528 (2004), arXiv:astro-ph/0306438.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0280"><ce:label>[28]</ce:label><sb:reference id="bib9E8F929B7B772A3C9F0C724860FD73F9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>W.</ce:given-name><ce:surname>Hu</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Sawicki</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>064004</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0705.1158" id="inf0190">arXiv:0705.1158 [astro-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0145">W. Hu and I. Sawicki, Phys. Rev. D 76, 064004 (2007), arXiv:0705.1158 [astro-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0290"><ce:label>[29]</ce:label><sb:reference id="bib3462B62FDF406A9BB3D5C5DA7543E03Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Amendola</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gannouji</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Polarski</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>75</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>083504</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/0612180" id="inf0200">arXiv:gr-qc/0612180</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0150">L. Amendola, R. Gannouji, D. Polarski, and S. Tsujikawa, Phys. Rev. D 75, 083504 (2007), arXiv:gr-qc/0612180.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0300"><ce:label>[30]</ce:label><sb:reference id="bib360FF14633E4D18D5E06AA1FC0746CD2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.A.</ce:given-name><ce:surname>Starobinsky</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>JETP Lett.</sb:maintitle></sb:title><sb:volume-nr>86</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:pages><sb:first-page>157</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0706.2041" id="inf0210">arXiv:0706.2041 [astro-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0155">A. A. Starobinsky, JETP Lett. 86, 157 (2007), arXiv:0706.2041 [astro-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0310"><ce:label>[31]</ce:label><sb:reference id="bibD0B419EE4954452D91E4559880DFB0B5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>77</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>023507</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0709.1391" id="inf0220">arXiv:0709.1391 [astro-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0160">S. Tsujikawa, Phys. Rev. D 77, 023507 (2008), arXiv:0709.1391 [astro-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0320"><ce:label>[32]</ce:label><sb:reference id="bib320676934382741E3239F924F26C6B62s1"><sb:contribution><sb:authors><sb:author><ce:given-name>E.V.</ce:given-name><ce:surname>Linder</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>123528</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0905.2962" id="inf0230">arXiv:0905.2962 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0165">E. V. Linder, Phys. Rev. D 80, 123528 (2009), arXiv:0905.2962 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0330"><ce:label>[33]</ce:label><sb:reference id="bib3840D6E0A810C4F9446948039C63E256s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Lovelock</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Math. Phys.</sb:maintitle></sb:title><sb:volume-nr>12</sb:volume-nr></sb:series><sb:date>1971</sb:date></sb:issue><sb:pages><sb:first-page>498</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0170">D. Lovelock, J. Math. Phys. 12, 498 (1971).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0340"><ce:label>[34]</ce:label><sb:reference id="bibCBC6C609AB3444D2C7B72761CFAF066As1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.S.</ce:given-name><ce:surname>Stelle</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Gen. Relativ. Gravit.</sb:maintitle></sb:title><sb:volume-nr>9</sb:volume-nr></sb:series><sb:date>1978</sb:date></sb:issue><sb:pages><sb:first-page>353</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0175">K. S. Stelle, Gen. Rel. Grav. 9, 353 (1978).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0350"><ce:label>[35]</ce:label><sb:reference id="bibF8F388AED6F1A143446ACA9D07EB62AAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Zwiebach</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>156</sb:volume-nr></sb:series><sb:date>1985</sb:date></sb:issue><sb:pages><sb:first-page>315</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0180">B. Zwiebach, Phys. Lett. B 156, 315 (1985).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0360"><ce:label>[36]</ce:label><sb:reference id="bib2082E9F100B16412CD20A1832206E1D5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.J.</ce:given-name><ce:surname>Gross</ce:surname></sb:author><sb:author><ce:given-name>J.H.</ce:given-name><ce:surname>Sloan</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>291</sb:volume-nr></sb:series><sb:date>1987</sb:date></sb:issue><sb:pages><sb:first-page>41</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0185">D. J. Gross and J. H. Sloan, Nucl. Phys. B 291, 41 (1987).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0370"><ce:label>[37]</ce:label><sb:reference id="bibBBF7FB3295A9F11043760887DFFFEA73s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.R.</ce:given-name><ce:surname>Metsaev</ce:surname></sb:author><sb:author><ce:given-name>A.A.</ce:given-name><ce:surname>Tseytlin</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>293</sb:volume-nr></sb:series><sb:date>1987</sb:date></sb:issue><sb:pages><sb:first-page>385</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0190">R. R. Metsaev and A. A. Tseytlin, Nucl. Phys. B 293, 385 (1987).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0380"><ce:label>[38]</ce:label><sb:reference id="bib1365EC135F2A1CCC76E8D2A3F50BC624s1"><sb:contribution><sb:authors><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Antoniadis</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Rizos</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Tamvakis</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>415</sb:volume-nr></sb:series><sb:date>1994</sb:date></sb:issue><sb:pages><sb:first-page>497</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/9305025" id="inf0240">arXiv:hep-th/9305025</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0195">I. Antoniadis, J. Rizos, and K. Tamvakis, Nucl. Phys. B 415, 497 (1994), arXiv:hep-th/9305025.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0390"><ce:label>[39]</ce:label><sb:reference id="bib32A9DD2E73C939414E0FFF13F9E9C629s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Gasperini</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Maggiore</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Veneziano</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>494</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>315</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/9611039" id="inf0250">arXiv:hep-th/9611039</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0200">M. Gasperini, M. Maggiore, and G. Veneziano, Nucl. Phys. B 494, 315 (1997), arXiv:hep-th/9611039.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0400"><ce:label>[40]</ce:label><sb:reference id="bibA1CF5D1FEFF71644EF526AA225608B97s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Kawai</ce:surname></sb:author><sb:author><ce:given-name>M.-a.</ce:given-name><ce:surname>Sakagami</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Soda</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>437</sb:volume-nr></sb:series><sb:date>1998</sb:date></sb:issue><sb:pages><sb:first-page>284</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/9802033" id="inf0260">arXiv:gr-qc/9802033</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0205">S. Kawai, M.-a. Sakagami, and J. Soda, Phys. Lett. B 437, 284 (1998), arXiv:gr-qc/9802033.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0410"><ce:label>[41]</ce:label><sb:reference id="bibA754E2AAF6FBB6C75196448A73A6B933s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Cartier</ce:surname></sb:author><sb:author><ce:given-name>E.J.</ce:given-name><ce:surname>Copeland</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Madden</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>01</sb:volume-nr></sb:series><sb:date>2000</sb:date></sb:issue><sb:article-number>035</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/9910169" id="inf0270">arXiv:hep-th/9910169</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0210">C. Cartier, E. J. Copeland, and R. Madden, JHEP 01, 035 (2000), arXiv:hep-th/9910169.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0420"><ce:label>[42]</ce:label><sb:reference id="bib8F5FADAE462DD745B9707741A718CA16s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Cartier</ce:surname></sb:author><sb:author><ce:given-name>J.-c.</ce:given-name><ce:surname>Hwang</ce:surname></sb:author><sb:author><ce:given-name>E.J.</ce:given-name><ce:surname>Copeland</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>64</sb:volume-nr></sb:series><sb:date>2001</sb:date></sb:issue><sb:article-number>103504</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/0106197" id="inf0280">arXiv:astro-ph/0106197</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0215">C. Cartier, J.-c. Hwang, and E. J. Copeland, Phys. Rev. D 64, 103504 (2001), arXiv:astro-ph/0106197.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0430"><ce:label>[43]</ce:label><sb:reference id="bib60E85E3D1D8556BA7E5D7143631E204Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Brandenberger</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Finelli</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>66</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:article-number>083513</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0207228" id="inf0290">arXiv:hep-th/0207228</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0220">S. Tsujikawa, R. Brandenberger, and F. Finelli, Phys. Rev. D 66, 083513 (2002), arXiv:hep-th/0207228.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0440"><ce:label>[44]</ce:label><sb:reference id="bib7D431692C75AA19EF44248DB793E97D9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Toporensky</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>65</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:article-number>123509</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/0202067" id="inf0300">arXiv:gr-qc/0202067</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0225">A. Toporensky and S. Tsujikawa, Phys. Rev. D 65, 123509 (2002), arXiv:gr-qc/0202067.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0450"><ce:label>[45]</ce:label><sb:reference id="bibA93C21B12FB5E1E359F2128647AF00A1s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Amendola</ce:surname></sb:author><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Charmousis</ce:surname></sb:author><sb:author><ce:given-name>S.C.</ce:given-name><ce:surname>Davis</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>12</sb:volume-nr></sb:series><sb:date>2006</sb:date></sb:issue><sb:article-number>020</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0506137" id="inf0310">arXiv:hep-th/0506137</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0230">L. Amendola, C. Charmousis, and S. C. Davis, JCAP 12, 020 (2006), arXiv:hep-th/0506137.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0460"><ce:label>[46]</ce:label><sb:reference id="bib77878669737555095BF821E14DECAD4Cs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Nojiri</ce:surname></sb:author><sb:author><ce:given-name>S.D.</ce:given-name><ce:surname>Odintsov</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Sasaki</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>71</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:article-number>123509</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0504052" id="inf0320">arXiv:hep-th/0504052</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0235">S. Nojiri, S. D. Odintsov, and M. Sasaki, Phys. Rev. D 71, 123509 (2005), arXiv:hep-th/0504052.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0470"><ce:label>[47]</ce:label><sb:reference id="bibFC8839C1443A348AE1A86ADED14C546Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Calcagni</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Sami</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>22</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>3977</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0505193" id="inf0330">arXiv:hep-th/0505193</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0240">G. Calcagni, S. Tsujikawa, and M. Sami, Class. Quant. Grav. 22, 3977 (2005), arXiv:hep-th/0505193.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0480"><ce:label>[48]</ce:label><sb:reference id="bibE80A549FCB9B441D203C2D31440D65BAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Calcagni</ce:surname></sb:author><sb:author><ce:given-name>B.</ce:given-name><ce:surname>de Carlos</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>752</sb:volume-nr></sb:series><sb:date>2006</sb:date></sb:issue><sb:pages><sb:first-page>404</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0604201" id="inf0340">arXiv:hep-th/0604201</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0245">G. Calcagni, B. de Carlos, and A. De Felice, Nucl. Phys. B 752, 404 (2006), arXiv:hep-th/0604201.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0490"><ce:label>[49]</ce:label><sb:reference id="bib8723B585384377D30312AEE474920AE8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Koivisto</ce:surname></sb:author><sb:author><ce:given-name>D.F.</ce:given-name><ce:surname>Mota</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>644</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:pages><sb:first-page>104</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/0606078" id="inf0350">arXiv:astro-ph/0606078</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0250">T. Koivisto and D. F. Mota, Phys. Lett. B 644, 104 (2007), arXiv:astro-ph/0606078.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0500"><ce:label>[50]</ce:label><sb:reference id="bib8B8C54FC599031A7A0103D217952B1DEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Koivisto</ce:surname></sb:author><sb:author><ce:given-name>D.F.</ce:given-name><ce:surname>Mota</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>75</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>023518</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0609155" id="inf0360">arXiv:hep-th/0609155</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0255">T. Koivisto and D. F. Mota, Phys. Rev. D 75, 023518 (2007), arXiv:hep-th/0609155.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0510"><ce:label>[51]</ce:label><sb:reference id="bibD33C0817047EBF99E5FD102FFFB51EAAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Sami</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>01</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>006</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0608178" id="inf0370">arXiv:hep-th/0608178</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0260">S. Tsujikawa and M. Sami, JCAP 01, 006 (2007), arXiv:hep-th/0608178.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0520"><ce:label>[52]</ce:label><sb:reference id="bib136DEAD3548D66D48BA2CD85BD3A505Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.-K.</ce:given-name><ce:surname>Guo</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Ohta</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>75</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>023520</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0610336" id="inf0380">arXiv:hep-th/0610336</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0265">Z.-K. Guo, N. Ohta, and S. Tsujikawa, Phys. Rev. D 75, 023520 (2007), arXiv:hep-th/0610336.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0530"><ce:label>[53]</ce:label><sb:reference id="bib70FB992CBF8617F293115D584BE99E03s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Amendola</ce:surname></sb:author><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Charmousis</ce:surname></sb:author><sb:author><ce:given-name>S.C.</ce:given-name><ce:surname>Davis</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>004</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0704.0175" id="inf0390">arXiv:0704.0175 [astro-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0270">L. Amendola, C. Charmousis, and S. C. Davis, JCAP 10, 004 (2007), arXiv:0704.0175 [astro-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0540"><ce:label>[54]</ce:label><sb:reference id="bibC9540A23029DAB4BEFD383A328E96B8Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Satoh</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Soda</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>09</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>019</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0806.4594" id="inf0400">arXiv:0806.4594 [astro-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0275">M. Satoh and J. Soda, JCAP 09, 019 (2008), arXiv:0806.4594 [astro-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0550"><ce:label>[55]</ce:label><sb:reference id="bib901E1ABE985A508FB4FD1895FE8C3336s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.-K.</ce:given-name><ce:surname>Guo</ce:surname></sb:author><sb:author><ce:given-name>D.J.</ce:given-name><ce:surname>Schwarz</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>063523</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0907.0427" id="inf0410">arXiv:0907.0427 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0280">Z.-K. Guo and D. J. Schwarz, Phys. Rev. D 80, 063523 (2009), arXiv:0907.0427 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0560"><ce:label>[56]</ce:label><sb:reference id="bib6319D636D57242F355FCB195188ECA4Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Kanti</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gannouji</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Dadhich</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>92</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>041302</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1503.01579" id="inf0420">arXiv:1503.01579 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0285">P. Kanti, R. Gannouji, and N. Dadhich, Phys. Rev. D 92, 041302 (2015), arXiv:1503.01579 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0570"><ce:label>[57]</ce:label><sb:reference id="bibC5005C9B4E7785F6AC87AE626F60EDA0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Hikmawan</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Soda</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Suroso</ce:surname></sb:author><sb:author><ce:given-name>F.P.</ce:given-name><ce:surname>Zen</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>93</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>068301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1512.00222" id="inf0430">arXiv:1512.00222 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0290">G. Hikmawan, J. Soda, A. Suroso, and F. P. Zen, Phys. Rev. D 93, 068301 (2016), arXiv:1512.00222 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0580"><ce:label>[58]</ce:label><sb:reference id="bibB45479C45EFF9B50F0AA20123C05CB6Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Kawai</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>789</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>145</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1702.07689" id="inf0440">arXiv:1702.07689 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0295">S. Kawai and J. Kim, Phys. Lett. B 789, 145 (2019), arXiv:1702.07689 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0590"><ce:label>[59]</ce:label><sb:reference id="bibCD4ED688309B83352C8E0688282800BAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.</ce:given-name><ce:surname>Yi</ce:surname></sb:author><sb:author><ce:given-name>Y.</ce:given-name><ce:surname>Gong</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Sabir</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>98</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>083521</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1804.09116" id="inf0450">arXiv:1804.09116 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0300">Z. Yi, Y. Gong, and M. Sabir, Phys. Rev. D 98, 083521 (2018), arXiv:1804.09116 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0600"><ce:label>[60]</ce:label><sb:reference id="bib08297E3245C5E46E7E6FF4D023FC14A6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Kawai</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>104</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>083545</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2108.01340" id="inf0460">arXiv:2108.01340 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0305">S. Kawai and J. Kim, Phys. Rev. D 104, 083545 (2021), arXiv:2108.01340 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0610"><ce:label>[61]</ce:label><sb:reference id="bib3F8687D75ED7CE1DBE8953A9D5DC6B59s1"><sb:contribution><sb:authors><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Zhang</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>105</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>063539</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2112.10516" id="inf0470">arXiv:2112.10516 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0310">F. Zhang, Phys. Rev. D 105, 063539 (2022), arXiv:2112.10516 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0620"><ce:label>[62]</ce:label><sb:reference id="bib0E9B05282095D4C065C12278ED49A485s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Kawai</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>104</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>043525</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2105.04386" id="inf0480">arXiv:2105.04386 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0315">S. Kawai and J. Kim, Phys. Rev. D 104, 043525 (2021), arXiv:2105.04386 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0630"><ce:label>[63]</ce:label><sb:reference id="bib7A86C2B9BCDBC7457AAF081F4DD47F87s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Kawaguchi</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2211.13364" id="inf0490">arXiv:2211.13364 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0320">R. Kawaguchi and S. Tsujikawa, arXiv:2211.13364 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0640"><ce:label>[64]</ce:label><sb:reference id="bib996543D7AF926C674D88DD39278C03E6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Kanti</ce:surname></sb:author><sb:author><ce:given-name>N.E.</ce:given-name><ce:surname>Mavromatos</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Rizos</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Tamvakis</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Winstanley</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>54</sb:volume-nr></sb:series><sb:date>1996</sb:date></sb:issue><sb:pages><sb:first-page>5049</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/9511071" id="inf0500">arXiv:hep-th/9511071</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0325">P. Kanti, N. E. Mavromatos, J. Rizos, K. Tamvakis, and E. Winstanley, Phys. Rev. D 54, 5049 (1996), arXiv:hep-th/9511071.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0650"><ce:label>[65]</ce:label><sb:reference id="bib034BD3ACE19A19BFFCF7C9E5B876247Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Torii</ce:surname></sb:author><sb:author><ce:given-name>H.</ce:given-name><ce:surname>Yajima</ce:surname></sb:author><sb:author><ce:given-name>K.-i.</ce:given-name><ce:surname>Maeda</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>55</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>739</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/9606034" id="inf0510">arXiv:gr-qc/9606034</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0330">T. Torii, H. Yajima, and K.-i. Maeda, Phys. Rev. D 55, 739 (1997), arXiv:gr-qc/9606034.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0660"><ce:label>[66]</ce:label><sb:reference id="bibF87BBA36CA87A4CE786FE4FCF51CDD3Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.-M.</ce:given-name><ce:surname>Chen</ce:surname></sb:author><sb:author><ce:given-name>D.V.</ce:given-name><ce:surname>Gal'tsov</ce:surname></sb:author><sb:author><ce:given-name>D.G.</ce:given-name><ce:surname>Orlov</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>75</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>084030</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0701004" id="inf0520">arXiv:hep-th/0701004</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0335">C.-M. Chen, D. V. Gal'tsov, and D. G. Orlov, Phys. Rev. D 75, 084030 (2007), arXiv:hep-th/0701004.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0670"><ce:label>[67]</ce:label><sb:reference id="bib5F754BF2581AF7DA01C03AA93E81446As1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.-K.</ce:given-name><ce:surname>Guo</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Ohta</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Torii</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Theor. Phys.</sb:maintitle></sb:title><sb:volume-nr>120</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:pages><sb:first-page>581</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0806.2481" id="inf0530">arXiv:0806.2481 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0340">Z.-K. Guo, N. Ohta, and T. Torii, Prog. Theor. Phys. 120, 581 (2008), arXiv:0806.2481 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0680"><ce:label>[68]</ce:label><sb:reference id="bib0288240C1A2D19E4B79F9C7D3E2BD6F3s1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Pani</ce:surname></sb:author><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Cardoso</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>79</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>084031</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0902.1569" id="inf0540">arXiv:0902.1569 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0345">P. Pani and V. Cardoso, Phys. Rev. D 79, 084031 (2009), arXiv:0902.1569 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0690"><ce:label>[69]</ce:label><sb:reference id="bib5783F88640D8738B861A997CBAC38322s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Kleihaus</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Kunz</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Radu</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>106</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:article-number>151104</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1101.2868" id="inf0550">arXiv:1101.2868 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0350">B. Kleihaus, J. Kunz, and E. Radu, Phys. Rev. Lett. 106, 151104 (2011), arXiv:1101.2868 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0700"><ce:label>[70]</ce:label><sb:reference id="bibE7FA4D95C3292F7B5965A7090524134As1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.P.</ce:given-name><ce:surname>Sotiriou</ce:surname></sb:author><sb:author><ce:given-name>S.-Y.</ce:given-name><ce:surname>Zhou</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>112</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>251102</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1312.3622" id="inf0560">arXiv:1312.3622 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0355">T. P. Sotiriou and S.-Y. Zhou, Phys. Rev. Lett. 112, 251102 (2014), arXiv:1312.3622 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0710"><ce:label>[71]</ce:label><sb:reference id="bib2DBF6246AF8E8A6CF433BF2757D7CDEBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Ayzenberg</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Yunes</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>90</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>044066</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1405.2133" id="inf0570">arXiv:1405.2133 [gr-qc]</ce:inter-ref></sb:e-host></sb:host><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>069905</sb:article-number></sb:host><sb:comment>Erratum</sb:comment></sb:reference><ce:source-text id="srct0360">D. Ayzenberg and N. Yunes, Phys. Rev. D 90, 044066 (2014), [Erratum: Phys.Rev.D 91, 069905 (2015)], arXiv:1405.2133 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0720"><ce:label>[72]</ce:label><sb:reference id="bibB514A181EF58DDC489709F2E157E8EDBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Maselli</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Pani</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Gualtieri</ce:surname></sb:author><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Ferrari</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>92</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>083014</sb:article-number><ce:doi>10.1103/PhysRevD.92.083014</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1507.00680" id="inf0580">arXiv:1507.00680 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0365">A. Maselli, P. Pani, L. Gualtieri, and V. Ferrari, Phys. Rev. D 92 (2015) 083014, 10.1103/PhysRevD.92.083014, arXiv:1507.00680 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0730"><ce:label>[73]</ce:label><sb:reference id="bibB511D81D2E735ADC94D0CC8D28F5EF96s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.D.</ce:given-name><ce:surname>Doneva</ce:surname></sb:author><sb:author><ce:given-name>S.S.</ce:given-name><ce:surname>Yazadjiev</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>120</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>131103</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1711.01187" id="inf0590">arXiv:1711.01187 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0370">D. D. Doneva and S. S. Yazadjiev, Phys. Rev. Lett. 120, 131103 (2018), arXiv:1711.01187 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0740"><ce:label>[74]</ce:label><sb:reference id="bibF12151C59595BBFCD5317B20E64A63A3s1"><sb:contribution><sb:authors><sb:author><ce:given-name>H.O.</ce:given-name><ce:surname>Silva</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Sakstein</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Gualtieri</ce:surname></sb:author><sb:author><ce:given-name>T.P.</ce:given-name><ce:surname>Sotiriou</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Berti</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>120</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>131104</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1711.02080" id="inf0600">arXiv:1711.02080 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0375">H. O. Silva, J. Sakstein, L. Gualtieri, T. P. Sotiriou, and E. Berti, Phys. Rev. Lett. 120, 131104 (2018), arXiv:1711.02080 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0750"><ce:label>[75]</ce:label><sb:reference id="bib7CF33DFCE0E62D9F4576C7B61731A387s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Antoniou</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Bakopoulos</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Kanti</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>120</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>131102</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1711.03390" id="inf0610">arXiv:1711.03390 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0380">G. Antoniou, A. Bakopoulos, and P. Kanti, Phys. Rev. Lett. 120, 131102 (2018), arXiv:1711.03390 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0760"><ce:label>[76]</ce:label><sb:reference id="bib22FB8B72AF8ED045E151BCB99C007F46s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Minamitsuji</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Ikeda</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>99</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:article-number>044017</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1812.03551" id="inf0620">arXiv:1812.03551 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0385">M. Minamitsuji and T. Ikeda, Phys. Rev. D 99, 044017 (2019), arXiv:1812.03551 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0770"><ce:label>[77]</ce:label><sb:reference id="bib9D214368001F545B80385CD1165F187Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>H.O.</ce:given-name><ce:surname>Silva</ce:surname></sb:author><sb:author><ce:given-name>C.F.B.</ce:given-name><ce:surname>Macedo</ce:surname></sb:author><sb:author><ce:given-name>T.P.</ce:given-name><ce:surname>Sotiriou</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Gualtieri</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Sakstein</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Berti</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>99</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:article-number>064011</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1812.05590" id="inf0630">arXiv:1812.05590 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0390">H. O. Silva, C. F. B. Macedo, T. P. Sotiriou, L. Gualtieri, J. Sakstein, and E. Berti, Phys. Rev. D 99, 064011 (2019), arXiv:1812.05590 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0780"><ce:label>[78]</ce:label><sb:reference id="bib1B0F33F420807BC9C63648DF1BF1C8A4s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Langlois</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Noui</ce:surname></sb:author><sb:author><ce:given-name>H.</ce:given-name><ce:surname>Roussille</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2204.04107" id="inf0640">arXiv:2204.04107 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0395">D. Langlois, K. Noui, and H. Roussille, arXiv:2204.04107 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0790"><ce:label>[79]</ce:label><sb:reference id="bib8DFDD2289131971259B9850AAE974BF0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Minamitsuji</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Takahashi</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>106</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>044003</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2204.13837" id="inf0650">arXiv:2204.13837 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0400">M. Minamitsuji, K. Takahashi, and S. Tsujikawa, Phys. Rev. D 106, 044003 (2022), arXiv:2204.13837 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0800"><ce:label>[80]</ce:label><sb:reference id="bibCB6F29E1213FD361D2D7692894D65A01s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Minamitsuji</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>106</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>064008</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2207.04461" id="inf0660">arXiv:2207.04461 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0405">M. Minamitsuji and S. Tsujikawa, Phys. Rev. D 106, 064008 (2022), arXiv:2207.04461 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0810"><ce:label>[81]</ce:label><sb:reference id="bib75BA581C2D3994744D08B86084C8E1DBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.M.</ce:given-name><ce:surname>Carroll</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Duvvuri</ce:surname></sb:author><sb:author><ce:given-name>D.A.</ce:given-name><ce:surname>Easson</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Trodden</ce:surname></sb:author><sb:author><ce:given-name>M.S.</ce:given-name><ce:surname>Turner</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>71</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:article-number>063513</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/0410031" id="inf0670">arXiv:astro-ph/0410031</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0410">S. M. Carroll, A. De Felice, V. Duvvuri, D. A. Easson, M. Trodden, and M. S. Turner, Phys. Rev. D 71, 063513 (2005), arXiv:astro-ph/0410031.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0820"><ce:label>[82]</ce:label><sb:reference id="bib9126B4AA5834EEF7BF39E7A0DC839A00s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Chiba</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:article-number>008</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/0502070" id="inf0680">arXiv:gr-qc/0502070</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0415">T. Chiba, JCAP 03, 008 (2005), arXiv:gr-qc/0502070.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0830"><ce:label>[83]</ce:label><sb:reference id="bibBF3C67B49066582A53E710D0EE928067s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Nojiri</ce:surname></sb:author><sb:author><ce:given-name>S.D.</ce:given-name><ce:surname>Odintsov</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>631</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0508049" id="inf0690">arXiv:hep-th/0508049</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0420">S. Nojiri and S. D. Odintsov, Phys. Lett. B 631, 1 (2005), arXiv:hep-th/0508049.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0840"><ce:label>[84]</ce:label><sb:reference id="bibBB0B28217184CCE19343FDA05D1CFA4Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Hindmarsh</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Trodden</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>08</sb:volume-nr></sb:series><sb:date>2006</sb:date></sb:issue><sb:article-number>005</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/0604154" id="inf0700">arXiv:astro-ph/0604154</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0425">A. De Felice, M. Hindmarsh, and M. Trodden, JCAP 08, 005 (2006), arXiv:astro-ph/0604154.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0850"><ce:label>[85]</ce:label><sb:reference id="bib3D178A634D776018C54B05F9467BA119s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Li</ce:surname></sb:author><sb:author><ce:given-name>J.D.</ce:given-name><ce:surname>Barrow</ce:surname></sb:author><sb:author><ce:given-name>D.F.</ce:given-name><ce:surname>Mota</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:date>2007</sb:date></sb:issue><sb:article-number>044027</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0705.3795" id="inf0710">arXiv:0705.3795 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0430">B. Li, J. D. Barrow, and D. F. Mota, Phys. Rev. D 76, 044027 (2007), arXiv:0705.3795 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0860"><ce:label>[86]</ce:label><sb:reference id="bib46665972DDE9ABFDB56FE6C51B70E1A8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>675</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0810.5712" id="inf0720">arXiv:0810.5712 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0435">A. De Felice and S. Tsujikawa, Phys. Lett. B 675, 1 (2009), arXiv:0810.5712 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0870"><ce:label>[87]</ce:label><sb:reference id="bib75EF55D6D170783A249866ECF39B2437s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>063516</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0907.1830" id="inf0730">arXiv:0907.1830 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0440">A. De Felice and S. Tsujikawa, Phys. Rev. D 80, 063516 (2009), arXiv:0907.1830 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0880"><ce:label>[88]</ce:label><sb:reference id="bib1610C7D0F2B9E5061C800DEDFA77F61Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.-Y.</ce:given-name><ce:surname>Zhou</ce:surname></sb:author><sb:author><ce:given-name>E.J.</ce:given-name><ce:surname>Copeland</ce:surname></sb:author><sb:author><ce:given-name>P.M.</ce:given-name><ce:surname>Saffin</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>07</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>009</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0903.4610" id="inf0740">arXiv:0903.4610 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0445">S.-Y. Zhou, E. J. Copeland, and P. M. Saffin, JCAP 07, 009 (2009), arXiv:0903.4610 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0890"><ce:label>[89]</ce:label><sb:reference id="bib8E8C82851A4F35ED2CEF334E4ECFBC5Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Myrzakulov</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Saez-Gomez</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Tureanu</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Gen. Relativ. Gravit.</sb:maintitle></sb:title><sb:volume-nr>43</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:pages><sb:first-page>1671</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1009.0902" id="inf0750">arXiv:1009.0902 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0450">R. Myrzakulov, D. Saez-Gomez, and A. Tureanu, Gen. Rel. Grav. 43, 1671 (2011), arXiv:1009.0902 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0900"><ce:label>[90]</ce:label><sb:reference id="bibB96D6F18436624043373CB3834EE7CC5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Bamba</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Ilyas</ce:surname></sb:author><sb:author><ce:given-name>M.Z.</ce:given-name><ce:surname>Bhatti</ce:surname></sb:author><sb:author><ce:given-name>Z.</ce:given-name><ce:surname>Yousaf</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Gen. Relativ. Gravit.</sb:maintitle></sb:title><sb:volume-nr>49</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>112</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1707.07386" id="inf0760">arXiv:1707.07386 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0455">K. Bamba, M. Ilyas, M. Z. Bhatti, and Z. Yousaf, Gen. Rel. Grav. 49, 112 (2017), arXiv:1707.07386 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0910"><ce:label>[91]</ce:label><sb:reference id="bibCA24E529AD53DBC82F35BBEB7121C81Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Suyama</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>06</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>034</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0904.2092" id="inf0770">arXiv:0904.2092 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0460">A. De Felice and T. Suyama, JCAP 06, 034 (2009), arXiv:0904.2092 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0920"><ce:label>[92]</ce:label><sb:reference id="bib327FEF1D300418B5F6578C206BA20F59s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Tanaka</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Theor. Phys.</sb:maintitle></sb:title><sb:volume-nr>124</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:pages><sb:first-page>503</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1006.4399" id="inf0780">arXiv:1006.4399 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0465">A. De Felice and T. Tanaka, Prog. Theor. Phys. 124, 503 (2010), arXiv:1006.4399 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0930"><ce:label>[93]</ce:label><sb:reference id="bib2BF8BBF78353FEB79E4F63288D0A6E6Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Suyama</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:article-number>083523</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0907.5378" id="inf0790">arXiv:0907.5378 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0470">A. De Felice and T. Suyama, Phys. Rev. D 80, 083523 (2009), arXiv:0907.5378 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0940"><ce:label>[94]</ce:label><sb:reference id="bib411504B994BA12D909BFCB062316B007s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>J.-M.</ce:given-name><ce:surname>Gerard</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Suyama</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>82</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>063526</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1005.1958" id="inf0800">arXiv:1005.1958 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0475">A. De Felice, J.-M. Gerard, and T. Suyama, Phys. Rev. D 82, 063526 (2010), arXiv:1005.1958 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0950"><ce:label>[95]</ce:label><sb:reference id="bib7511B37248F231D592AAF0227846DACCs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Suyama</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Theor. Phys.</sb:maintitle></sb:title><sb:volume-nr>125</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:pages><sb:first-page>603</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1010.3886" id="inf0810">arXiv:1010.3886 [astro-ph.CO]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0480">A. De Felice and T. Suyama, Prog. Theor. Phys. 125, 603 (2011), arXiv:1010.3886 [astro-ph.CO].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0960"><ce:label>[96]</ce:label><sb:reference id="bib8660943787C1C961BDC7A2749520B0B8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>de la Cruz-Dombriz</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Saez-Gomez</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>29</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:article-number>245014</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1112.4481" id="inf0820">arXiv:1112.4481 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0485">A. de la Cruz-Dombriz and D. Saez-Gomez, Class. Quant. Grav. 29, 245014 (2012), arXiv:1112.4481 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0970"><ce:label>[97]</ce:label><sb:reference id="bib397DEB6E498E8BB3C413E496ECDB19FAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.F.</ce:given-name><ce:surname>Schutz</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Sorkin</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Ann. Phys.</sb:maintitle></sb:title><sb:volume-nr>107</sb:volume-nr></sb:series><sb:date>1977</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0490">B. F. Schutz and R. Sorkin, Annals Phys. 107, 1 (1977).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0980"><ce:label>[98]</ce:label><sb:reference id="bib5461648FA844DA9F564A3E76CC74E8D9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.D.</ce:given-name><ce:surname>Brown</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>1993</sb:date></sb:issue><sb:pages><sb:first-page>1579</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/9304026" id="inf0830">arXiv:gr-qc/9304026</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0495">J. D. Brown, Class. Quant. Grav. 10, 1579 (1993), arXiv:gr-qc/9304026.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0990"><ce:label>[99]</ce:label><sb:reference id="bib0BB37ECA50EE958311A937722AAD7940s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>J.-M.</ce:given-name><ce:surname>Gerard</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Suyama</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>81</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>063527</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0908.3439" id="inf0840">arXiv:0908.3439 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0500">A. De Felice, J.-M. Gerard, and T. Suyama, Phys. Rev. D 81, 063527 (2010), arXiv:0908.3439 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1000"><ce:label>[100]</ce:label><sb:reference id="bib5B9B442264661E2F36838092B0047B63s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>D.F.</ce:given-name><ce:surname>Mota</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>81</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>023532</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0911.1811" id="inf0850">arXiv:0911.1811 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0505">A. De Felice, D. F. Mota, and S. Tsujikawa, Phys. Rev. D 81, 023532 (2010), arXiv:0911.1811 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1010"><ce:label>[101]</ce:label><sb:reference id="bib686FC05F64455CA67770248499236F29s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.W.</ce:given-name><ce:surname>Horndeski</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Theor. Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>1974</sb:date></sb:issue><sb:pages><sb:first-page>363</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0510">G. W. Horndeski, Int. J. Theor. Phys. 10, 363 (1974).</ce:source-text></ce:bib-reference><ce:bib-reference id="br1020"><ce:label>[102]</ce:label><sb:reference id="bib2C8DEA779AF29590E9BCFC2EC0490A33s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Deffayet</ce:surname></sb:author><sb:author><ce:given-name>X.</ce:given-name><ce:surname>Gao</ce:surname></sb:author><sb:author><ce:given-name>D.A.</ce:given-name><ce:surname>Steer</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Zahariade</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>84</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:article-number>064039</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1103.3260" id="inf0860">arXiv:1103.3260 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0515">C. Deffayet, X. Gao, D. A. Steer, and G. Zahariade, Phys. Rev. D 84, 064039 (2011), arXiv:1103.3260 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1030"><ce:label>[103]</ce:label><sb:reference id="bib29F2F3EC63C4D5BFA1CD65F917385188s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Kobayashi</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Yamaguchi</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Yokoyama</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Theor. Phys.</sb:maintitle></sb:title><sb:volume-nr>126</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:pages><sb:first-page>511</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1105.5723" id="inf0870">arXiv:1105.5723 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0520">T. Kobayashi, M. Yamaguchi, and J. Yokoyama, Prog. Theor. Phys. 126, 511 (2011), arXiv:1105.5723 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1040"><ce:label>[104]</ce:label><sb:reference id="bib37AFC2AF531A0E9C6229738BFBA4AB21s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Charmousis</ce:surname></sb:author><sb:author><ce:given-name>E.J.</ce:given-name><ce:surname>Copeland</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Padilla</ce:surname></sb:author><sb:author><ce:given-name>P.M.</ce:given-name><ce:surname>Saffin</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>108</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:article-number>051101</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1106.2000" id="inf0880">arXiv:1106.2000 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0525">C. Charmousis, E. J. Copeland, A. Padilla, and P. M. Saffin, Phys. Rev. Lett. 108, 051101 (2012), arXiv:1106.2000 [hep-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1050"><ce:label>[105]</ce:label><sb:reference id="bib44F6AE5462377CADB257BE250B3577E3s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Kobayashi</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>706</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:pages><sb:first-page>123</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1108.4242" id="inf0890">arXiv:1108.4242 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0530">A. De Felice, T. Kobayashi, and S. Tsujikawa, Phys. Lett. B 706, 123 (2011), arXiv:1108.4242 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1060"><ce:label>[106]</ce:label><sb:reference id="bib072AAE38943B4DE15034E5D12F4206B6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>De Felice</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>02</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:article-number>007</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1110.3878" id="inf0900">arXiv:1110.3878 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0535">A. De Felice and S. Tsujikawa, JCAP 02, 007 (2012), arXiv:1110.3878 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1070"><ce:label>[107]</ce:label><sb:reference id="bib3DA07F72FE59A63050ADE73AA9238F64s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Kase</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. D</sb:maintitle></sb:title><sb:volume-nr>28</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:article-number>1942005</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1809.08735" id="inf0910">arXiv:1809.08735 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0540">R. Kase and S. Tsujikawa, Int. J. Mod. Phys. D 28, 1942005 (2019), arXiv:1809.08735 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1080"><ce:label>[108]</ce:label><sb:reference id="bibF54404297934E606673670EF36A6E9A8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.P.</ce:given-name><ce:surname>Abbott</ce:surname></sb:author><sb:et-al/><sb:collaboration>LIGO Scientific, Virgo, Fermi-GBM, INTEGRAL</sb:collaboration></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Astrophys. J. Lett.</sb:maintitle></sb:title><sb:volume-nr>848</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>L13</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1710.05834" id="inf0920">arXiv:1710.05834 [astro-ph.HE]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0545">B. P. Abbott et al. (LIGO Scientific, Virgo, Fermi-GBM, INTEGRAL), Astrophys. J. Lett. 848, L13 (2017), arXiv:1710.05834 [astro-ph.HE].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1090"><ce:label>[109]</ce:label><sb:reference id="bib9489A457BC5F3CEA14FA56F60F2C25A9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Heisenberg</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Kase</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tsujikawa</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>98</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>123504</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1807.07202" id="inf0930">arXiv:1807.07202 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0550">L. Heisenberg, R. Kase, and S. Tsujikawa, Phys. Rev. D 98, 123504 (2018), arXiv:1807.07202 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1100"><ce:label>[110]</ce:label><sb:reference id="bib99FB344976A9190705F6B8A205D74680s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Ben Achour</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Langlois</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Noui</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>93</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>124005</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1602.08398" id="inf0940">arXiv:1602.08398 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0555">J. Ben Achour, D. Langlois, and K. Noui, Phys. Rev. D 93, 124005 (2016), arXiv:1602.08398 [gr-qc].</ce:source-text></ce:bib-reference><ce:bib-reference id="br1110"><ce:label>[111]</ce:label><sb:reference id="bib6874646B474EDA3EA88223DB51F80A2Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Crisostomi</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Koyama</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Tasinato</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>04</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>044</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1602.03119" id="inf0950">arXiv:1602.03119 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0560">M. Crisostomi, K. Koyama, and G. Tasinato, JCAP 04, 044 (2016), arXiv:1602.03119 [hep-th].</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> diff --git a/tests/units/elsevier/data/CERNQ000000010011/S0550321323000354/main.xml b/tests/units/elsevier/data/CERNQ000000010011/S0550321323000354/main.xml index cf1141f5..7c7f5c22 100644 --- a/tests/units/elsevier/data/CERNQ000000010011/S0550321323000354/main.xml +++ b/tests/units/elsevier/data/CERNQ000000010011/S0550321323000354/main.xml @@ -1 +1 @@ -<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd"><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="fla" xml:lang="en"><item-info><jid>NUPHB</jid><aid>116106</aid><ce:article-number>116106</ce:article-number><ce:pii>S0550-3213(23)00035-4</ce:pii><ce:doi>10.1016/j.nuclphysb.2023.116106</ce:doi><ce:copyright year="2023" type="other">The Author(s)</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>High Energy Physics – Phenomenology</ce:text></ce:doctopic></ce:doctopics></item-info><head><ce:title id="ti0010">The formal seesaw mechanism of Majorana neutrinos with unbroken gauge symmetry</ce:title><ce:author-group id="ag0010"><ce:author id="au0010" author-id="S0550321323000354-c4240942af9bb8ef222f4164c8aa793a"><ce:given-name>Zhi-zhong</ce:given-name><ce:surname>Xing</ce:surname><ce:contributor-role role="http://credit.niso.org/contributor-roles/conceptualization">Conceptualization</ce:contributor-role><ce:contributor-role role="http://credit.niso.org/contributor-roles/investigation">Investigation</ce:contributor-role><ce:contributor-role role="http://credit.niso.org/contributor-roles/methodology">Methodology</ce:contributor-role><ce:contributor-role role="http://credit.niso.org/contributor-roles/writing-original-draft">Writing – original draft</ce:contributor-role><ce:contributor-role role="http://credit.niso.org/contributor-roles/writing-review-editing">Writing – review & editing</ce:contributor-role><ce:cross-ref refid="aff0010" id="crf0010"><ce:sup>a</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0020" id="crf0020"><ce:sup>b</ce:sup></ce:cross-ref><ce:cross-ref refid="cr0010" id="crf0030"><ce:sup>⁎</ce:sup></ce:cross-ref><ce:e-address type="email" xlink:href="mailto:xingzz@ihep.ac.cn" id="ea0010">xingzz@ihep.ac.cn</ce:e-address></ce:author><ce:affiliation id="aff0010" affiliation-id="S0550321323000354-bf3e945671ea7f562868e9da8dd114da"><ce:label>a</ce:label><ce:textfn>Institute of High Energy Physics and School of Physical Sciences, University of Chinese Academy of Sciences, Beijing 100049, China</ce:textfn><sa:affiliation><sa:organization>Institute of High Energy Physics</sa:organization><sa:organization>School of Physical Sciences</sa:organization><sa:organization>University of Chinese Academy of Sciences</sa:organization><sa:city>Beijing</sa:city><sa:postal-code>100049</sa:postal-code><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0005">Institute of High Energy Physics and School of Physical Sciences, University of Chinese Academy of Sciences, Beijing 100049, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0020" affiliation-id="S0550321323000354-45299efea279d8f90d358ea4c3f8be3e"><ce:label>b</ce:label><ce:textfn>Center of High Energy Physics, Peking University, Beijing 100871, China</ce:textfn><sa:affiliation><sa:organization>Center of High Energy Physics</sa:organization><sa:organization>Peking University</sa:organization><sa:city>Beijing</sa:city><sa:postal-code>100871</sa:postal-code><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0010">Center of High Energy Physics, Peking University, Beijing 100871, China</ce:source-text></ce:affiliation><ce:correspondence id="cr0010"><ce:label>⁎</ce:label><ce:text>Correspondence to: Institute of High Energy Physics and School of Physical Sciences, University of Chinese Academy of Sciences, Beijing 100049, China.</ce:text><sa:affiliation><sa:organization>Institute of High Energy Physics</sa:organization><sa:organization>School of Physical Sciences</sa:organization><sa:organization>University of Chinese Academy of Sciences</sa:organization><sa:city>Beijing</sa:city><sa:postal-code>100049</sa:postal-code><sa:country>China</sa:country></sa:affiliation></ce:correspondence></ce:author-group><ce:date-received day="28" month="1" year="2023"/><ce:date-revised day="30" month="1" year="2023"/><ce:date-accepted day="1" month="2" year="2023"/><ce:miscellaneous id="ms0010">Editor: Tommy Ohlsson</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0010">We reformulate the canonical seesaw mechanism in the case that the electroweak gauge symmetry is unbroken, and show that it can <ce:italic>formally</ce:italic> work and allow us to derive an exact seesaw formula for the light and heavy Majorana neutrinos. We elucidate the reason why there is a mismatch between the mass eigenstates of heavy Majorana neutrinos associated with thermal leptogenesis and those associated with the seesaw framework, and establish the exact and explicit relations between the <ce:italic>original</ce:italic> and <ce:italic>derivational</ce:italic> seesaw parameters by using an Euler-like parametrization of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> active-sterile flavor mixing matrix.</ce:simple-para></ce:abstract-sec></ce:abstract><ce:data-availability id="dav0001"><ce:section-title id="st0170">Data availability</ce:section-title><ce:para id="pr0260">No data was used for the research described in the article.</ce:para></ce:data-availability></head><body><ce:sections><ce:section id="se0010"><ce:label>1</ce:label><ce:section-title id="st0020">Motivation</ce:section-title><ce:para id="pr0010">Among all the proposed mechanisms toward deeply understanding the true origin of tiny masses of the three known neutrinos <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math>), whose flavor eigenstates are commonly denoted as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si5.svg"><mml:mi>α</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>e</mml:mi><mml:mo>,</mml:mo><mml:mi>μ</mml:mi><mml:mo>,</mml:mo><mml:mi>τ</mml:mi></mml:math>), the canonical seesaw mechanism <ce:cross-refs refid="br0010 br0020 br0030 br0040 br0050" id="crs0010">[1–5]</ce:cross-refs> stands out as being most economical and most natural. The simplicity of this mechanism lies in two aspects: (a) it just takes into account the right-handed neutrino fields <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math>, the chiral counterparts of the left-handed neutrino fields <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si5.svg"><mml:mi>α</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>e</mml:mi><mml:mo>,</mml:mo><mml:mi>μ</mml:mi><mml:mo>,</mml:mo><mml:mi>τ</mml:mi></mml:math>), which were originally ignored from the particle content of the standard model (SM) <ce:cross-ref refid="br0060" id="crf0040">[6]</ce:cross-ref>; (b) it simply allows for lepton number violation or the Majorana nature of massive neutrinos <ce:cross-ref refid="br0070" id="crf0050">[7]</ce:cross-ref>, which is completely harmless to the theoretical framework of the SM itself. The naturalness of this mechanism is reflected in its attributing the small masses of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> to the existence of three heavy Majorana neutrinos <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math>), whose masses are expected to be far above the fulcrum of the seesaw — presumably the electroweak symmetry breaking scale of the SM characterized by the vacuum expectation value of the Higgs field. On the other hand, the seesaw mechanism offers a big bonus to cosmology: the CP-violating and out-of-equilibrium decays of heavy Majorana neutrinos may give rise to a net lepton-antilepton asymmetry in the early Universe, and such a <ce:italic>leptogenesis</ce:italic> mechanism <ce:cross-ref refid="br0080" id="crf0060">[8]</ce:cross-ref> can finally lead to <ce:italic>baryogenesis</ce:italic> as a natural interpretation of the observed baryon-antibaryon asymmetry in today's Universe <ce:cross-ref refid="br0090" id="crf0070">[9]</ce:cross-ref>. In this sense the seesaw mechanism is the very <ce:italic>stone</ce:italic> that can kill two fundamental <ce:italic>birds</ce:italic> in particle physics and cosmology.</ce:para><ce:para id="pr0020">Note that the seesaw mechanism is expected to take effect at a superhigh energy scale Λ which is essentially of the order of the heavy Majorana neutrino masses. But the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:mi mathvariant="normal">SU</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mi mathvariant="normal">U</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Y</mml:mi></mml:mrow></mml:msub></mml:math> electroweak gauge symmetry has been unbroken until the Higgs field develops a nonzero vacuum expectation value <ce:italic>v</ce:italic> of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mspace width="0.25em"/><mml:mtext>GeV</mml:mtext></mml:math>. In this situation the three active neutrinos are actually impossible to acquire their <ce:italic>true</ce:italic> masses of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">Λ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> at the seesaw scale Λ due to the absence of a <ce:italic>real</ce:italic> fulcrum of the seesaw. On the other hand, thermal leptogenesis can be realized via the lepton-number-violating decays of heavy Majorana neutrinos into the leptonic and Higgs doublets at Λ. So we are well motivated to ask a conceptually important question: how can the seesaw mechanism <ce:italic>formally</ce:italic> survive with the unbroken electroweak gauge symmetry and work together with the leptogenesis mechanism? If the answer to this question is affirmative, we wonder whether the mass eigenstates of heavy Majorana neutrinos associated with thermal leptogenesis are exactly the same as those associated with the seesaw mechanism itself.<ce:cross-ref refid="fn0010" id="crf0080"><ce:sup>1</ce:sup></ce:cross-ref><ce:footnote id="fn0010"><ce:label>1</ce:label><ce:note-para id="np0010">A mismatch of this kind has been observed and discussed in the seesaw framework <ce:italic>after</ce:italic> spontaneous electroweak symmetry breaking and in an <ce:italic>approximate</ce:italic> way (see, e.g., Refs. <ce:cross-refs refid="br0100 br0110 br0120 br0130 br0140" id="crs0020">[10–14]</ce:cross-refs>). Here we shall take a new look at it <ce:italic>before</ce:italic> electroweak symmetry breaking and in an <ce:italic>exact</ce:italic> way at the tree level.</ce:note-para></ce:footnote> In case that there exists a mismatch between these two sets of mass bases, then the question becomes how small this mismatch is likely to be.</ce:para><ce:para id="pr0030">To answer the above questions and clarify some conceptual ambiguities that have never been taken seriously, we are going to study how to make the seesaw mechanism formally work before spontaneous electroweak symmetry breaking. We show that an exact seesaw relation between the light and heavy Majorana neutrinos can be established far above the electroweak scale, and it becomes the realistic seesaw relation after the Higgs field develops its vacuum expectation value. In this way it is straightforward to elucidate the reason why there is a mismatch between the mass eigenstates of heavy Majorana neutrinos associated with thermal leptogenesis and those associated with the seesaw mechanism. With the help of a full Euler-like parametrization of the flavor structure in the seesaw framework, we illuminate such a mismatch in a more specific way. The exact and explicit relations between the <ce:italic>original</ce:italic> and <ce:italic>derivational</ce:italic> parameters of massive Majorana neutrinos are obtained as a by-product, and they are expected to be useful in determining or constraining some of the original seesaw parameters from the low-energy neutrino experiments.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">A formal seesaw mechanism?</ce:section-title><ce:section id="se0030"><ce:label>2.1</ce:label><ce:section-title id="st0040">The leptonic Yukawa interactions</ce:section-title><ce:para id="pr0040">Let us begin with the gauge-invariant leptonic Yukawa interactions and the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mi mathvariant="normal">SU</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math>-singlet Majorana neutrino mass term of the canonical seesaw mechanism at Λ<ce:cross-ref refid="fn0020" id="crf0090"><ce:sup>2</ce:sup></ce:cross-ref><ce:footnote id="fn0020"><ce:label>2</ce:label><ce:note-para id="np0020">Throughout this paper, our discussions are subject to the minimal extension of the SM with three right-handed neutrino fields and lepton number violation at <ce:italic>zero</ce:italic> temperature, so as to make our key point clear and avoid possible complications (e.g., thermal corrections to the masses of heavy Majorana neutrinos <ce:cross-ref refid="br0140" id="crf0100">[14]</ce:cross-ref>).</ce:note-para></ce:footnote><ce:display><ce:formula id="fm0010"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˜</mml:mo></mml:mrow></mml:mover><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> denotes the leptonic <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mi mathvariant="normal">SU</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> doublet of the SM with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>e</mml:mi><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>τ</mml:mi><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>e</mml:mi><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>τ</mml:mi><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> standing respectively for the column vectors of the left-handed neutrino and charged lepton fields, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˜</mml:mo></mml:mrow></mml:mover><mml:mo>≡</mml:mo><mml:mi mathvariant="normal">i</mml:mi><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:mi>H</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>+</mml:mo></mml:mrow></mml:msup></mml:mtd><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> being the Higgs doublet of the SM and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> being the second Pauli matrix, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>e</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>τ</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>e</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>τ</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> stand respectively for the column vectors of the right-handed charged lepton and neutrino fields which are the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mi mathvariant="normal">SU</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> singlets, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo>≡</mml:mo><mml:mi mathvariant="script">C</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:mi mathvariant="script">C</mml:mi></mml:math> being the charge-conjugation matrix and satisfying <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msup><mml:mrow><mml:mi mathvariant="script">C</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="script">C</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="script">C</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="script">C</mml:mi></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> represent the respective Yukawa coupling matrices of charged leptons and neutrinos, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math> is the symmetric right-handed neutrino mass matrix. In Eq. <ce:cross-ref refid="fm0010" id="crf0110">(1)</ce:cross-ref> the hypercharges of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math>, <ce:italic>H</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˜</mml:mo></mml:mrow></mml:mover></mml:math> are <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:math>, −1, 0, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:math>, respectively. Since <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math> is a Lorentz scalar and can be transformed into<ce:display><ce:formula id="fm0020"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msubsup><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo>≡</mml:mo><mml:mi mathvariant="script">C</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> is the charge-conjugated counterpart of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math>, one may easily rewrite Eq. <ce:cross-ref refid="fm0010" id="crf0120">(1)</ce:cross-ref> as<ce:display><ce:formula id="fm0030"><ce:label>(3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true" id="mmlbr0001"><mml:mrow><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">]</mml:mo></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="before">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> This expression is highly nontrivial in the sense that it clearly shows a direct correlation between the left- and right-handed neutrino fields via their Yukawa couplings to the neutral component of the Higgs doublet even though the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:mi mathvariant="normal">SU</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mi mathvariant="normal">U</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Y</mml:mi></mml:mrow></mml:msub></mml:math> gauge symmetry is perfect at the seesaw scale Λ. In this situation the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mn>3</mml:mn></mml:math> Yukawa coupling matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> can be regarded as a “virtual” fulcrum of the seesaw before spontaneous electroweak symmetry breaking.</ce:para><ce:para id="pr0050">Note that both the scalar field <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math> and its charge-conjugated counterpart <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:math> have the mass dimension and act like two complex numbers in Eq. <ce:cross-ref refid="fm0030" id="crf0130">(3)</ce:cross-ref>. But of course they possess the respective hypercharges <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:math> as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>±</mml:mo></mml:mrow></mml:msup></mml:math> do. After spontaneous symmetry breaking <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:math> will acquire the same vacuum expectation value <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>v</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mi>v</mml:mi><mml:mo>≃</mml:mo><mml:mn>246</mml:mn><mml:mspace width="0.25em"/><mml:mtext>GeV</mml:mtext></mml:math>, together with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>, as in the SM. Then the formal seesaw will acquire a real fulcrum which allows one to naturally attribute the smallness of three active Majorana neutrino masses to the existence of three heavy Majorana neutrinos, as can be seen later on.</ce:para></ce:section><ce:section id="se0040"><ce:label>2.2</ce:label><ce:section-title id="st0050">The leptogenesis-associated basis</ce:section-title><ce:para id="pr0060">Now that all the SM particles are exactly massless in the early Universe when the temperature is far above the electroweak scale, a realization of thermal leptogenesis at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">Λ</mml:mi><mml:mo>≫</mml:mo><mml:mi>v</mml:mi></mml:math> only needs to calculate the lepton-number-violating decays of heavy Majorana neutrinos into the leptonic doublet and the Higgs doublet at the one-loop level by simply starting from Eq. <ce:cross-ref refid="fm0010" id="crf0140">(1)</ce:cross-ref> instead of Eq. <ce:cross-ref refid="fm0030" id="crf0150">(3)</ce:cross-ref> (see, e.g., Refs. <ce:cross-refs refid="br0080 br0150 br0160 br0170 br0180" id="crs0030">[8,15–18]</ce:cross-refs>). In this case the column vector of the mass eigenstates of three heavy Majorana neutrinos, denoted as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:msup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math>, can easily be obtained by making the Autonne-Takagi transformation <ce:cross-refs refid="br0190 br0200" id="crs0040">[19,20]</ce:cross-refs> as follows:<ce:display><ce:formula id="fm0040"><ce:label>(4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:mspace width="1em"/><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> is a unitary matrix, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mrow><mml:mi mathvariant="normal">Diag</mml:mi></mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">{</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">}</mml:mo></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">M</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> being the masses of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math>). As a result, the Lagrangian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0010" id="crf0160">(1)</ce:cross-ref> becomes<ce:display><ce:formula id="fm0050"><ce:label>(5)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˜</mml:mo></mml:mrow></mml:mover><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:math> is defined for the sake of simplicity. The rates of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> decaying into <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> and <ce:italic>H</ce:italic> or their CP-conjugated states are therefore determined by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">M</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si56.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>, so are the corresponding CP-violating asymmetries associated closely with thermal leptogenesis <ce:cross-refs refid="br0150 br0160 br0170 br0180" id="crs0050">[15–18]</ce:cross-refs>.<ce:cross-ref refid="fn0030" id="crf0170"><ce:sup>3</ce:sup></ce:cross-ref><ce:footnote id="fn0030"><ce:label>3</ce:label><ce:note-para id="np0030">Here we have used some <ce:italic>calligraphic</ce:italic> characters to denote the relevant physical quantities in the basis where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math> is diagonalized by the unitary transformation made in Eq. <ce:cross-ref refid="fm0040" id="crf0180">(4)</ce:cross-ref>. This basis is associated with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> decays and thermal leptogenesis, and it is conceptually different from the basis taken for the seesaw mechanism as can be seen below.</ce:note-para></ce:footnote> To be more specific, the flavor-dependent CP-violating asymmetries of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> decays are given by<ce:display><ce:formula id="fm0060"><ce:label>(6)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mrow><mml:mtable align="axis -1" displaystyle="true" columnspacing="0.2em"><mml:mtr><mml:mtd columnalign="right"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>α</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo></mml:mtd><mml:mtd columnalign="left"><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">Γ</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">→</mml:mo><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo>−</mml:mo><mml:mi mathvariant="normal">Γ</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">→</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:mo>+</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:munder><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mi mathvariant="normal">Γ</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">→</mml:mo><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo>+</mml:mo><mml:mi mathvariant="normal">Γ</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">→</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:mo>+</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo stretchy="true">]</mml:mo></mml:mrow></mml:mrow></mml:mfrac></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="right"><mml:mo>=</mml:mo></mml:mtd><mml:mtd columnalign="left"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>8</mml:mn><mml:mi>π</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>j</mml:mi><mml:mo>≠</mml:mo><mml:mi>i</mml:mi></mml:mrow></mml:munder><mml:mrow><mml:mo stretchy="true">{</mml:mo><mml:mrow><mml:mi mathvariant="normal">Im</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>α</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>α</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>α</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>α</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mi>ζ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo stretchy="true">}</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mtd></mml:mtr></mml:mtable></mml:mrow></mml:math></ce:formula></ce:display> where the Latin and Greek subscripts run respectively over <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>e</mml:mi><mml:mo>,</mml:mo><mml:mi>μ</mml:mi><mml:mo>,</mml:mo><mml:mi>τ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">M</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">M</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> are defined, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mrow><mml:mo stretchy="true">{</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi mathvariant="normal">ln</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo stretchy="true">}</mml:mo></mml:mrow></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:mi>ζ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:math> are the loop functions. A net lepton-antilepton asymmetry can therefore result from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>α</mml:mi></mml:mrow></mml:msub></mml:math> in the early Universe, and later on it can be partly converted into a net baryon-antibaryon asymmetry via the sphaleron interactions (see Ref. <ce:cross-ref refid="br0210" id="crf0190">[21]</ce:cross-ref> for a recent review).</ce:para><ce:para id="pr0070">At this point it is worth remarking that the right-handed neutrino fields <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math> have zero weak isospin and hypercharge, and hence they have no coupling with the charged and neutral gauge bosons of the SM. As a consequence, the mass eigenstates of heavy Majorana neutrinos obtained from Eq. <ce:cross-ref refid="fm0040" id="crf0200">(4)</ce:cross-ref> do not participate in the weak charged-current interactions of the SM,<ce:display><ce:formula id="fm0070"><ce:label>(7)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">cc</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msup><mml:mrow><mml:mi>γ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msup><mml:mrow><mml:mi>γ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>g</ce:italic> denotes the weak gauge coupling constant, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> represent the first and second Pauli matrices, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msubsup></mml:math> are two of the original <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mi mathvariant="normal">SU</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> gauge fields, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si67.svg"><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mo>±</mml:mo></mml:mrow></mml:msubsup><mml:mo>≡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:mo>∓</mml:mo><mml:mi mathvariant="normal">i</mml:mi><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:math> stand for the fields of the physical charged gauge bosons <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:msup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mo>±</mml:mo></mml:mrow></mml:msup></mml:math>. But in the seesaw framework we shall see that the expression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">cc</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0070" id="crf0210">(7)</ce:cross-ref> will get modified, and the corresponding mass eigenstates of three heavy Majorana neutrinos can definitely take part in the weak charged-current interactions.</ce:para></ce:section><ce:section id="se0050"><ce:label>2.3</ce:label><ce:section-title id="st0060">The seesaw-associated basis</ce:section-title><ce:para id="pr0080">We proceed to show that the canonical seesaw mechanism can “formally” work before spontaneous electroweak symmetry breaking but the corresponding mass eigenstates of three heavy Majorana neutrinos are not exactly the same as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math>) obtained above for the neutrino decays and thermal leptogenesis. To clarify this important point, let us diagonalize the symmetric <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> matrix in Eq. <ce:cross-ref refid="fm0030" id="crf0220">(3)</ce:cross-ref> in the following Autonne-Takagi way:<ce:display><ce:formula id="fm0080"><ce:label>(8)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi mathvariant="double-struck">U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msup><mml:mrow><mml:mi mathvariant="double-struck">U</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mi mathvariant="double-struck">U</mml:mi></mml:math> is a <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> unitary matrix, and the diagonal and real matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> are defined as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mrow><mml:mi mathvariant="normal">Diag</mml:mi></mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">{</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">}</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mrow><mml:mi mathvariant="normal">Diag</mml:mi></mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">{</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">}</mml:mo></mml:math>. Meanwhile, the column vectors of left- and right-handed neutrino fields <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">]</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">]</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> undergo the transformations<ce:display><ce:formula id="fm0090"><ce:label>(9)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:mrow><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo stretchy="false">⟶</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="double-struck">U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:mspace width="1em"/><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo stretchy="false">⟶</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="double-struck">U</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> such that the Lagrangian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0030" id="crf0230">(3)</ce:cross-ref> keeps unchanged and thus its <ce:italic>overall</ce:italic> gauge symmetry is unbroken. Now that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> is dimensionless and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math> has the same mass dimension as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math>, one may argue that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> should be the “working” or “virtual” mass parameters of three light Majorana neutrinos as the electroweak gauge symmetry is unbroken at the seesaw scale Λ. In comparison, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> are essentially the true masses of three heavy Majorana neutrinos in the existence of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mo>⁎</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>-mediated neutrino Yukawa interactions. Along this line of thought, we find that it is useful to decompose <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mi mathvariant="double-struck">U</mml:mi></mml:math> into the product of three matrices,<ce:display><ce:formula id="fm0100"><ce:label>(10)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:mrow><mml:mi mathvariant="double-struck">U</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mi>I</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mi>A</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>R</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mi>S</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>B</mml:mi></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:mi>I</mml:mi></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mn>3</mml:mn></mml:math> unitary matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> has been defined in Eq. <ce:cross-ref refid="fm0040" id="crf0240">(4)</ce:cross-ref> to primarily describe flavor mixing in the sterile (heavy) neutrino sector, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> denotes the other <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mn>3</mml:mn></mml:math> unitary matrix that is mainly responsible for flavor mixing in the active (light) neutrino sector, while the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mn>3</mml:mn></mml:math> matrices <ce:italic>A</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>R</ce:italic> and <ce:italic>S</ce:italic> signify the interplay between these two sectors <ce:cross-refs refid="br0220 br0230 br0240" id="crs0060">[22–24]</ce:cross-refs>. The unitarity of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mi mathvariant="double-struck">U</mml:mi></mml:math> assures<ce:display><ce:formula id="fm0110"><ce:label>(11)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:mi id="mmlbr0002">A</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>R</mml:mi><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>B</mml:mi><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>I</mml:mi><mml:mspace width="0.25em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0002" linebreakstyle="after">,</mml:mo><mml:mi>A</mml:mi><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>R</mml:mi><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mi>B</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn mathvariant="bold">0</mml:mn><mml:mspace width="0.25em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0002" linebreakstyle="after">,</mml:mo><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mi>A</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mi>B</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>I</mml:mi><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> On the other hand, the arbitrary charged-lepton Yukawa coupling matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0030" id="crf0250">(3)</ce:cross-ref> can be diagonalized by a bi-unitary transformation:<ce:display><ce:formula id="fm0120"><ce:label>(12)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si85.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:mspace width="1em"/><mml:msubsup><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:mspace width="1em"/><mml:msubsup><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si86.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si87.svg"><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub></mml:math> are unitary, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si88.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mrow><mml:mi mathvariant="normal">Diag</mml:mi></mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">{</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi>e</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi>τ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">}</mml:mo></mml:math> stands for the “working” or “virtual” masses of three charged leptons <ce:italic>before</ce:italic> spontaneous electroweak symmetry breaking,<ce:cross-ref refid="fn0040" id="crf0260"><ce:sup>4</ce:sup></ce:cross-ref><ce:footnote id="fn0040"><ce:label>4</ce:label><ce:note-para id="np0040">Note that the scalar field <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math> in Eq. <ce:cross-ref refid="fm0120" id="crf0270">(12)</ce:cross-ref> carries a hypercharge, and hence <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si89.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub></mml:math> cannot be simply understood as a diagonal “mass” matrix. The physical meaning of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si89.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub></mml:math> is actually vague in our calculations which are mathematically exact and clear, so is the physical meaning of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0080" id="crf0280">(8)</ce:cross-ref>. But this vagueness will automatically disappear after spontaneous electroweak symmetry breaking, as can be subsequently seen.</ce:note-para></ce:footnote> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si90.svg"><mml:msup><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mi>e</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>μ</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>τ</mml:mi></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> is defined as the column vector of the mass eigenstates of three charged leptons versus the column vector of their flavor eigenstates <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:mi>l</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>e</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>τ</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math>. Substituting Eqs. <ce:cross-ref refid="fm0080" id="crf0290">(8)</ce:cross-ref>—<ce:cross-ref refid="fm0100" id="crf0300">(10)</ce:cross-ref> and <ce:cross-ref refid="fm0120" id="crf0310">(12)</ce:cross-ref> into Eq. <ce:cross-ref refid="fm0030" id="crf0320">(3)</ce:cross-ref>, we immediately arrive at<ce:display><ce:formula id="fm0130"><ce:label>(13)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si92.svg"><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si93.svg"><mml:msup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> denotes the column vector of the <ce:italic>working</ce:italic> mass eigenstates of three light Majorana neutrinos far above the electroweak scale, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si94.svg"><mml:msup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> stands for the column vectors of the mass eigenstates of three heavy Majorana neutrinos relevant to the seesaw mechanism at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">Λ</mml:mi><mml:mo>≫</mml:mo><mml:mi>v</mml:mi></mml:math>. In this case the flavor eigenstates <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math> can be expressed in terms of the mass eigenstates <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> or their charge-conjugated states as follows:<ce:display><ce:formula id="fm0140"><ce:label>(14)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si97.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>U</mml:mi><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>R</mml:mi><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:mspace width="1em"/><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:mi>U</mml:mi><mml:mo>≡</mml:mo><mml:mi>A</mml:mi><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si99.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo>≡</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mi>B</mml:mi></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si100.svg"><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo>≡</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mi>S</mml:mi><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> are defined. Taking account of the Majorana property of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> (i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si101.svg"><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si102.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> <ce:cross-ref refid="br0070" id="crf0330">[7]</ce:cross-ref> for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math>), one simply obtains <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si103.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si104.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math>. One may then substitute the expression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si105.svg"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0120" id="crf0340">(12)</ce:cross-ref> and that of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0140" id="crf0350">(14)</ce:cross-ref> into the standard form of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">cc</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0070" id="crf0360">(7)</ce:cross-ref> and get at<ce:display><ce:formula id="fm0150"><ce:label>(15)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si106.svg"><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">cc</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mi>e</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>μ</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>τ</mml:mi></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msup><mml:mrow><mml:mi>γ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">PMNS</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">PMNS</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si107.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">PMNS</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:mi>U</mml:mi></mml:math> is just the Pontecorvo-Maki-Nakagawa-Sakata (PMNS) lepton flavor mixing matrix <ce:cross-refs refid="br0250 br0260 br0270" id="crs0070">[25–27]</ce:cross-refs> used to describe the flavor oscillations of three active neutrinos, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si108.svg"><mml:msub><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">PMNS</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:mi>R</mml:mi></mml:math> is an analogue of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si109.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">PMNS</mml:mi></mml:mrow></mml:msub></mml:math> in the seesaw mechanism which characterizes the strengths of weak charged-current interactions for three heavy Majorana neutrinos.</ce:para><ce:para id="pr0090">Without loss of generality, one may choose a convenient flavor basis in which the mass eigenstates of three charged leptons are identified with their corresponding flavor eigenstates (i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si110.svg"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math>, or equivalently <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si111.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>I</mml:mi></mml:math>). In this case we are simply left with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si112.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">PMNS</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>U</mml:mi></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si113.svg"><mml:msub><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">PMNS</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>R</mml:mi></mml:math>, namely the effects of lepton flavor mixing originate purely from the active and sterile Majorana neutrino sectors and from the interplay between these two sectors. We shall take advantage of this flavor basis in the following discussions unless otherwise specified.</ce:para></ce:section><ce:section id="se0060"><ce:label>2.4</ce:label><ce:section-title id="st0070">Mismatch between the two bases</ce:section-title><ce:para id="pr0100">Before discussing a mismatch between the mass eigenstates of heavy Majorana neutrinos associated with thermal leptogenesis and those associated with the seesaw mechanism, let us take a look at the flavor structures of active and sterile neutrinos in the case that the electroweak gauge symmetry is unbroken at Λ. First of all, a combination of Eqs. <ce:cross-ref refid="fm0080" id="crf0370">(8)</ce:cross-ref> and <ce:cross-ref refid="fm0100" id="crf0380">(10)</ce:cross-ref> allows us to immediately derive the exact seesaw relation between the working masses of three light Majorana neutrinos and the real masses of three heavy Majorana neutrinos:<ce:display><ce:formula id="fm0160"><ce:label>(16)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si114.svg"><mml:mrow><mml:mi>U</mml:mi><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>R</mml:mi><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn mathvariant="bold">0</mml:mn><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> in which <ce:italic>U</ce:italic> and <ce:italic>R</ce:italic> are also correlated with each other via the unitarity condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si115.svg"><mml:mi>U</mml:mi><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>R</mml:mi><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>I</mml:mi></mml:math>. Note that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si116.svg"><mml:mi>U</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>A</mml:mi><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> holds, where the unitary matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> is primarily responsible for flavor mixing of the three active neutrinos. So we find it useful to rewrite Eq. <ce:cross-ref refid="fm0160" id="crf0390">(16)</ce:cross-ref> as<ce:display><ce:formula id="fm0170"><ce:label>(17)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si117.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi mathvariant="normal">i</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi mathvariant="normal">i</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> whose left- and right-hand sides are composed of the <ce:italic>derivational</ce:italic> and <ce:italic>original</ce:italic> seesaw parameters, respectively. This point will become more obvious when a complete Euler-like parametrization of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> unitary matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mi mathvariant="double-struck">U</mml:mi></mml:math> in Eq. <ce:cross-ref refid="fm0100" id="crf0400">(10)</ce:cross-ref> is adopted, as can be seen in section <ce:cross-ref refid="se0080" id="crf0410">3</ce:cross-ref>. Needless to say, the active-sterile flavor mixing matrix <ce:italic>R</ce:italic> essentially plays the role of the neutrino Yukawa coupling matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> in the canonical seesaw framework,<ce:display><ce:formula id="fm0180"><ce:label>(18)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si118.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>R</mml:mi><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mi>I</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.25em"/><mml:mo>;</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> and the right-handed Majorana neutrino mass matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math> can be reconstructed into the form<ce:display><ce:formula id="fm0190"><ce:label>(19)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si119.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> Note that all the quantities in Eqs. <ce:cross-ref refid="fm0180" id="crf0420">(18)</ce:cross-ref> and <ce:cross-ref refid="fm0190" id="crf0430">(19)</ce:cross-ref> belong to the <ce:italic>original</ce:italic> seesaw parameters in the sense that they have nothing to do with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> — the working masses and the primary flavor mixing matrix of three light Majorana neutrinos which are <ce:italic>derived</ce:italic> from the seesaw mechanism.</ce:para><ce:para id="pr0110">Now we turn to an unavoidable mismatch between the mass eigenstates of three heavy Majorana neutrinos associated with the seesaw and leptogenesis mechanisms. Eq. <ce:cross-ref refid="fm0140" id="crf0440">(14)</ce:cross-ref> tells us that the mass eigenstates <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> in the seesaw basis can be expressed as<ce:display><ce:formula id="fm0200"><ce:label>(20)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where Eq. <ce:cross-ref refid="fm0040" id="crf0450">(4)</ce:cross-ref> has been used to link <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math>. To be more explicit, Eq. <ce:cross-ref refid="fm0200" id="crf0460">(20)</ce:cross-ref> means<ce:display><ce:formula id="fm0210"><ce:label>(21)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si122.svg"><mml:mrow><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> from which the differences between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> in the seesaw basis and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math>) in the thermal leptogenesis basis can be clearly seen. Similarly, a combination of Eqs. <ce:cross-ref refid="fm0040" id="crf0470">(4)</ce:cross-ref> and <ce:cross-ref refid="fm0190" id="crf0480">(19)</ce:cross-ref> leads us to<ce:display><ce:formula id="fm0220"><ce:label>(22)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si123.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>B</mml:mi><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> from which one may easily see the difference between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si124.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>. Although <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> (or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> (or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si125.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub></mml:math>) would exactly coincide with each other if the Yukawa coupling matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> (or equivalently, <ce:italic>R</ce:italic> or <ce:italic>S</ce:italic>) were switched off, such a coincidence would make no sense because both the seesaw and leptogenesis mechanisms would fail in this special case. In the presence of the neutrino Yukawa interactions, thermal leptogenesis may take effect via the CP-violating and out-of-equilibrium decays of heavy Majorana neutrinos into the leptonic and Higgs doublets, while the seesaw mechanism can “formally” work with the help of an interplay between the active and sterile neutrino fields coupled only to the neutral component of the Higgs doublet. That is the key reason why there is an inevitable mismatch between the seesaw- and leptogenesis-associated bases for heavy Majorana neutrinos before spontaneous electroweak symmetry breaking.</ce:para></ce:section><ce:section id="se0070"><ce:label>2.5</ce:label><ce:section-title id="st0080">After gauge symmetry breaking</ce:section-title><ce:para id="pr0120">So far we have made some proper transformations of the charged lepton and neutrino fields in the flavor space to obtain their respective working or true mass eigenstates. All such unitary flavor basis transformations are completely reversible, and hence they do not affect the gauge invariance of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow></mml:msub></mml:math> at the seesaw scale. As already shown in Eqs. <ce:cross-ref refid="fm0200" id="crf0490">(20)</ce:cross-ref> and <ce:cross-ref refid="fm0220" id="crf0500">(22)</ce:cross-ref>, a seeable mismatch between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> or between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si124.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> results from the fact that the working seesaw mechanism itself is only associated with the neutral component of the Higgs doublet while the heavy Majorana neutrino decays and thermal leptogenesis at the seesaw scale Λ are associated with the whole Higgs doublet. This unavoidable mismatch deserves to be conceptually clarified as we have done, because it is an intrinsic issue of the seesaw and leptogenesis mechanisms.</ce:para><ce:para id="pr0130">It is now straightforward to prove that the <ce:italic>formal</ce:italic> seesaw mechanism far above the electroweak scale will become <ce:italic>real</ce:italic> after the Higgs potential of the SM is minimized at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si126.svg"><mml:mo stretchy="false">〈</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo>≡</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>v</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:math> with a special direction characterized by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si127.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>±</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si128.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>v</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:math>, by which the electroweak gauge symmetry is spontaneously broken and thus all the particles coupled to the Higgs field acquire their nonzero masses. In this case the Lagrangian in Eq. <ce:cross-ref refid="fm0030" id="crf0510">(3)</ce:cross-ref> can be simplified to a more popular form,<ce:display><ce:formula id="fm0230"><ce:label>(23)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si129.svg"><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">]</mml:mo></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si130.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mi>v</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:math> denotes the charged lepton mass matrix, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si131.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>v</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:math> is usually referred to as the Dirac neutrino mass matrix. The expression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si132.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow></mml:msub></mml:math> in terms of the seesaw parameters can be directly read off from Eq. <ce:cross-ref refid="fm0180" id="crf0520">(18)</ce:cross-ref>, namely<ce:display><ce:formula id="fm0240"><ce:label>(24)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si133.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>R</mml:mi><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mi>I</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> We find that the exact seesaw formula obtained in Eq. <ce:cross-ref refid="fm0160" id="crf0530">(16)</ce:cross-ref> and the analytical results obtained in Eqs. <ce:cross-ref refid="fm0190" id="crf0540">(19)</ce:cross-ref>—<ce:cross-ref refid="fm0220" id="crf0550">(22)</ce:cross-ref> formally keep unchanged after spontaneous gauge symmetry breaking, but they are now subject to the electroweak scale. In other words, the electroweak symmetry breaking itself does not really affect the flavor structures of the seesaw mechanism. This observation implies that it is possible to determine or constrain some of the original seesaw-associated flavor parameters in some low-energy neutrino experiments, after the radiative corrections to such parameters are properly taken into account with the help of the relevant renormaliztion-group equations (RGEs) between a superhigh seesaw scale and the electroweak scale <ce:cross-ref refid="br0280" id="crf0560">[28]</ce:cross-ref>.</ce:para><ce:para id="pr0140">Note that the exact seesaw formula obtained in Eq. <ce:cross-ref refid="fm0160" id="crf0570">(16)</ce:cross-ref> can be simplified to the more popular form in the leading-order approximations of Eqs. <ce:cross-ref refid="fm0190" id="crf0580">(19)</ce:cross-ref> and <ce:cross-ref refid="fm0240" id="crf0590">(24)</ce:cross-ref>. That is, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si134.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si135.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mi>R</mml:mi><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math>, so the <ce:italic>effective</ce:italic> mass matrix for three active Majorana neutrinos is given by<ce:display><ce:formula id="fm0250"><ce:label>(25)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si136.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:mo>≃</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>R</mml:mi><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo>≃</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si137.svg"><mml:mi>A</mml:mi><mml:mo>≃</mml:mo><mml:mi>B</mml:mi><mml:mo>≃</mml:mo><mml:mi>I</mml:mi></mml:math> has been assumed (i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si138.svg"><mml:mi>U</mml:mi><mml:mo>≃</mml:mo><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> holds in the neglect of the non-unitary effects characterized by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si139.svg"><mml:mi>A</mml:mi><mml:mo>≠</mml:mo><mml:mi>I</mml:mi></mml:math>). In this approximation the effective Majorana mass term for three active neutrinos at low energies turns out to be<ce:display><ce:formula id="fm0260"><ce:label>(26)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si140.svg"><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where the column vector of the light neutrino mass eigenstates <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> has already been defined below Eq. <ce:cross-ref refid="fm0130" id="crf0600">(13)</ce:cross-ref>, and the physical meaning of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> as the diagonal Majorana neutrino mass matrix becomes definite and obvious.</ce:para></ce:section></ce:section><ce:section id="se0080"><ce:label>3</ce:label><ce:section-title id="st0090">How small is the mismatch?</ce:section-title><ce:section id="se0090"><ce:label>3.1</ce:label><ce:section-title id="st0100">An Euler-like parametrization</ce:section-title><ce:para id="pr0150">To clearly see how small the difference between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> (or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> (or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si125.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub></mml:math>) is expected to be, let us follow Refs. <ce:cross-refs refid="br0220 br0230 br0240" id="crs0080">[22–24]</ce:cross-refs> to make an Euler-like parametrization of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> unitary matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mi mathvariant="double-struck">U</mml:mi></mml:math> in Eq. <ce:cross-ref refid="fm0100" id="crf0610">(10)</ce:cross-ref>. First of all we introduce fifteen <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> Euler-like unitary matrices of the form <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si142.svg"><mml:mn>1</mml:mn><mml:mo>≤</mml:mo><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>j</mml:mi><mml:mo>≤</mml:mo><mml:mn>6</mml:mn></mml:math>): its <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si143.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>i</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si144.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>j</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> entries are both identical to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si145.svg"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mi mathvariant="normal">cos</mml:mi><mml:mo>⁡</mml:mo><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si146.svg"><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> being a flavor mixing angle and lying in the first quadrant, its other four diagonal elements are all equal to one, its <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si147.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si148.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>j</mml:mi><mml:mo>,</mml:mo><mml:mi>i</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> entries are given respectively by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si149.svg"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>≡</mml:mo><mml:msup><mml:mrow><mml:mi>e</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">i</mml:mi><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msup><mml:mi mathvariant="normal">sin</mml:mi><mml:mo>⁡</mml:mo><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si150.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>e</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">i</mml:mi><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msup><mml:mi mathvariant="normal">sin</mml:mi><mml:mo>⁡</mml:mo><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si151.svg"><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> being a CP-violating phase, and its other off-diagonal elements are all equal to zero. These matrices are then grouped in the following way to respectively describe the <ce:italic>active</ce:italic> flavor sector, the <ce:italic>sterile</ce:italic> flavor sector and the <ce:italic>interplay</ce:italic> between these two sectors:<ce:display><ce:formula id="fm0270"><ce:label>(27)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si152.svg"><mml:mrow><mml:mo stretchy="true" id="mmlbr0003">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:mi>I</mml:mi></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:mrow><mml:mo stretchy="true" linebreak="newline" indentalign="id" indenttarget="mmlbr0003" linebreakstyle="before">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mi>I</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>56</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>46</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>45</mml:mn></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:mrow><mml:mo stretchy="true" linebreak="newline" indentalign="id" indenttarget="mmlbr0003" linebreakstyle="before">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mi>A</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>R</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mi>S</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>B</mml:mi></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where the pattern of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> is quite similar to the standard parametrization of a unitary PMNS matrix as advocated by the Particle Data Group <ce:cross-ref refid="br0090" id="crf0620">[9]</ce:cross-ref>,<ce:cross-ref refid="fn0050" id="crf0630"><ce:sup>5</ce:sup></ce:cross-ref><ce:footnote id="fn0050"><ce:label>5</ce:label><ce:note-para id="np0050">When <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> is applied to the phenomenology of neutrino physics in the basis of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si111.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>I</mml:mi></mml:math>, it is the phase parameter <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si153.svg"><mml:mi>δ</mml:mi><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub></mml:math> that characterizes the strength of CP violation in neutrino oscillations.</ce:note-para></ce:footnote><ce:display><ce:formula id="fm0280"><ce:label>(28)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si154.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> and the expression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> can be directly read off from that of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> with the subscript replacements <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si155.svg"><mml:mn>12</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>45</mml:mn></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si156.svg"><mml:mn>13</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>46</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si157.svg"><mml:mn>23</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>56</mml:mn></mml:math> for the three rotation angles and three CP-violating phases. The explicit expressions of <ce:italic>A</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>R</ce:italic> and <ce:italic>S</ce:italic> in terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si159.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>j</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>6</mml:mn></mml:math>) are rather lengthy, and hence they are listed in Eqs. <ce:cross-ref refid="fm0360" id="crf0640">(A.1)</ce:cross-ref> and <ce:cross-ref refid="fm0370" id="crf0650">(A.2)</ce:cross-ref> in Appendix <ce:cross-ref refid="se0130" id="crf0660">A</ce:cross-ref> for the same of simplicity. Among the four active-sterile flavor mixing matrices, only <ce:italic>A</ce:italic> and <ce:italic>R</ce:italic> affect the physical processes in which the light and heavy Majorana neutrinos take part, as can be seen from Eq. <ce:cross-ref refid="fm0150" id="crf0670">(15)</ce:cross-ref>. As both <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si116.svg"><mml:mi>U</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>A</mml:mi><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> and <ce:italic>R</ce:italic> appear in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">cc</mml:mi></mml:mrow></mml:msub></mml:math> in the chosen flavor basis (i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si111.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>I</mml:mi></mml:math>), three of the nice CP-violating phases (or their combinations) of <ce:italic>A</ce:italic> and <ce:italic>R</ce:italic> can always be rotated away by properly redefining the phases of three charged lepton fields <ce:cross-refs refid="br0290 br0300" id="crs0090">[29,30]</ce:cross-refs>.</ce:para><ce:para id="pr0160">The PMNS matrix <ce:italic>U</ce:italic> is obviously non-unitary because of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si161.svg"><mml:mi>U</mml:mi><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>A</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>I</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>R</mml:mi><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo>≠</mml:mo><mml:mi>I</mml:mi></mml:math>, but its deviation from exact unitarity (i.e., from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math>) is found to be very small. A detailed and careful analysis of currently available electroweak precision measurements and neutrino oscillation data has put a stringent constraint on the non-unitarity of <ce:italic>U</ce:italic> — the latter is below or far below <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si162.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math> <ce:cross-refs refid="br0310 br0320 br0330 br0340 br0350" id="crs0100">[31–35]</ce:cross-refs>. This result implies that the deviation of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si163.svg"><mml:mi>A</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup></mml:math> from <ce:italic>I</ce:italic> ought to be smaller than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si162.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math>, and thus the nine active-sterile flavor mixing angles in <ce:italic>R</ce:italic> should be smaller than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si164.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math>. The advantage of such a phenomenological observation is that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si138.svg"><mml:mi>U</mml:mi><mml:mo>≃</mml:mo><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> can be a quite reliable approximation in most cases, but its disadvantage is that an experimental exploration of the seesaw-induced non-unitary effects of <ce:italic>U</ce:italic> at low energies will be rather challenging.</ce:para></ce:section><ce:section id="se0100"><ce:label>3.2</ce:label><ce:section-title id="st0110">Smallness of the mismatch</ce:section-title><ce:para id="pr0170">Eq. <ce:cross-ref refid="fm0200" id="crf0680">(20)</ce:cross-ref> tells us that a difference between the mass eigenstates of three heavy Majorana neutrinos associated with the seesaw mechanism (i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math>) and those associated with thermal leptogenesis (i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math>) is mainly characterized by the deviation of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si165.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup></mml:math> from the identity matrix <ce:italic>I</ce:italic>. With the help of Eq. <ce:cross-ref refid="fm0370" id="crf0690">(A.2)</ce:cross-ref>, we arrive at<ce:display><ce:formula id="fm0290"><ce:label>(29)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si166.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="newline" indentalign="left" linebreakstyle="before" id="mmlbr0004">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0004" linebreakstyle="before">≃</mml:mo><mml:mi>I</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:mspace width="0.25em"/><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/></mml:mtd><mml:mtd columnalign="center"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si167.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msup><mml:mrow><mml:mi>e</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">i</mml:mi><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msup><mml:mi mathvariant="normal">tan</mml:mi><mml:mo>⁡</mml:mo><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> is defined, and all the terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si168.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math> or smaller have been omitted from the second equation as an excellent approximation due to the smallness of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si146.svg"><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>j</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>6</mml:mn></mml:math>). We see that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si165.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup></mml:math> is also a lower triangular matrix like <ce:italic>B</ce:italic> itself. On the other hand, the factor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si169.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:math> appearing in Eq. <ce:cross-ref refid="fm0200" id="crf0700">(20)</ce:cross-ref> can be explicitly expressed as follows:<ce:display><ce:formula id="fm0300"><ce:label>(30)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si170.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>≃</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where Eq. <ce:cross-ref refid="fm0370" id="crf0710">(A.2)</ce:cross-ref> has been used, and the terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si171.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math> or smaller have been omitted from the second equation as a very good approximation. Now we conclude that the heavy Majorana neutrino mass basis <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> is identical to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> up to the accuracy of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si172.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math>, but it contains a small contribution of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si173.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math> from the light Majorana neutrino mass basis <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si174.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:math> in the seesaw framework. Since the magnitudes of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si146.svg"><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>j</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>6</mml:mn></mml:math>) are highly suppressed in a realistic seesaw model with little fine-tuning, the mismatch between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> is expected to be negligible in most cases.</ce:para><ce:para id="pr0180">Let us proceed to examine how small the difference between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si125.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0210" id="crf0720">(21)</ce:cross-ref> can be. First of all, Eq. <ce:cross-ref refid="fm0370" id="crf0730">(A.2)</ce:cross-ref> allows us to make the approximation<ce:display><ce:formula id="fm0310"><ce:label>(31)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si175.svg"><mml:mrow><mml:mi>B</mml:mi><mml:mo>≃</mml:mo><mml:mi>I</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mspace width="0.25em"/><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mspace width="0.25em"/></mml:mtd><mml:mtd columnalign="center"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where the terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si168.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math> or smaller have been omitted. Secondly, we obtain<ce:display><ce:formula id="fm0320"><ce:label>(32)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si176.svg"><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo linebreak="newline" indentalign="left" linebreakstyle="before" id="mmlbr0005">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0005" linebreakstyle="before">≃</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> from Eq. <ce:cross-ref refid="fm0360" id="crf0740">(A.1)</ce:cross-ref>, where the terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si171.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math> or smaller have been neglected in the second equation as a reasonably good approximation. The exact expression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si177.svg"><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi></mml:math> can be directly read off from that of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si178.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:math> with the help of Eq. <ce:cross-ref refid="fm0320" id="crf0750">(32)</ce:cross-ref> by making the subscript replacements <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si179.svg"><mml:mn>15</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>24</mml:mn></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si180.svg"><mml:mn>16</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>34</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si181.svg"><mml:mn>26</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>35</mml:mn></mml:math>, so can its approximate expression. As a consequence,<ce:display><ce:formula id="fm0330"><ce:label>(33)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si182.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo>≃</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:mspace width="0.25em"/><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mspace width="0.25em"/><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mspace width="0.25em"/></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mrow></mml:math></ce:formula></ce:display> holds in the same approximation as made above. This result implies that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si125.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> are identical to each other up to the accuracy of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si172.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math>, simply because on the right-hand side of Eq. <ce:cross-ref refid="fm0220" id="crf0760">(22)</ce:cross-ref> the second term is suppressed in magnitude to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si168.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math> as compared with the first term.</ce:para><ce:para id="pr0190">It is worth remarking that our above analytical approximations are more or less subject to the canonical seesaw mechanism at an energy scale far above the electroweak scale, and thus the mismatch between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> (or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> (or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si125.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub></mml:math>) is very small. This situation will change when the low-scale seesaw and leptogenesis scenarios, in which a mismatch between the two sets of mass bases for heavy Majorana neutrinos is crucial, are taken into account (see, e.g., Refs. <ce:cross-refs refid="br0110 br0120" id="crs0110">[11,12]</ce:cross-refs>).</ce:para></ce:section><ce:section id="se0110"><ce:label>3.3</ce:label><ce:section-title id="st0120">Determination of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math></ce:section-title><ce:para id="pr0200">As already shown in Eq. <ce:cross-ref refid="fm0170" id="crf0770">(17)</ce:cross-ref>, the nine effective flavor parameters of three light Majorana neutrinos in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> (i.e., three effective masses, three flavor mixing angles and three CP-violating phases) can be expressed in terms of the eighteen seesaw parameters hidden in <ce:italic>A</ce:italic>, <ce:italic>R</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> (i.e., three heavy Majorana neutrino masses, nine active-sterile flavor mixing angles and six CP-violating phases). It is obvious that all the derivational seesaw parameters on the left-hand side of Eq. <ce:cross-ref refid="fm0170" id="crf0780">(17)</ce:cross-ref> would vanish if <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si183.svg"><mml:mi>R</mml:mi><mml:mo>∝</mml:mo><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> were switched off. So this equation provides an unambiguous way to determine the light degrees of freedom from the heavy degrees of freedom in the seesaw framework.</ce:para><ce:para id="pr0210">To be more specific, the six independent elements of the effective Majorana neutrino mass matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si184.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup></mml:math> are given as follows:<ce:display><ce:formula id="fm0340"><ce:label>(34)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si185.svg"><mml:msub id="mmlbr0006"><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub id="mmlbr0007"><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0006" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0007" linebreakstyle="before">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0006" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0007" linebreakstyle="before">−</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0006" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0006" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0007" linebreakstyle="before">−</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0006" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> On the other hand, Eq. <ce:cross-ref refid="fm0170" id="crf0790">(17)</ce:cross-ref> tells us that these six matrix elements can originally be determined by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si186.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> thanks to the exact seesaw relation bridging the big gap between the light and heavy Majorana neutrinos. With the help of the explicit expression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si187.svg"><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi></mml:math> given in Eq. <ce:cross-ref refid="fm0320" id="crf0800">(32)</ce:cross-ref>, it is straightforward to obtain the expressions for the elements of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si188.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> in terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si146.svg"><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si151.svg"><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>j</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>6</mml:mn></mml:math>). Instead of presenting the exact analytical results, which are rather lengthy and hence less instructive, here we make the leading-order approximations for the expressions of <ce:italic>A</ce:italic> and <ce:italic>R</ce:italic> given in Eq. <ce:cross-ref refid="fm0360" id="crf0810">(A.1)</ce:cross-ref> and then arrive at<ce:display><ce:formula id="fm0350"><ce:label>(35)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si189.svg"><mml:msub id="mmlbr0008"><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0008" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0008" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0008" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0008" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0008" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Let us emphasize that there appear nine CP-violating phases in Eq. <ce:cross-ref refid="fm0350" id="crf0820">(35)</ce:cross-ref>, but three of them (or their combinations) are redundant and can always be removed by rephasing the charged lepton fields in a proper way.<ce:cross-ref refid="fn0060" id="crf0830"><ce:sup>6</ce:sup></ce:cross-ref><ce:footnote id="fn0060"><ce:label>6</ce:label><ce:note-para id="np0060">A straightforward way to remove the three redundant phase parameters of <ce:italic>A</ce:italic> and <ce:italic>R</ce:italic> is just to switch off three of the nine phases in the nine active-sterile flavor mixing matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>j</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>6</mml:mn></mml:math>) in Eq. <ce:cross-ref refid="fm0270" id="crf0840">(27)</ce:cross-ref> from the very beginning. As there are many options in doing so, we do not go into details here.</ce:note-para></ce:footnote> A combination of Eqs. <ce:cross-ref refid="fm0340" id="crf0850">(34)</ce:cross-ref> and <ce:cross-ref refid="fm0350" id="crf0860">(35)</ce:cross-ref> allows us to establish the direct relations between the nine derivational and eighteen original seesaw parameters. So the former can in principle be determined from the latter for a given seesaw model (a top-down approach), and the latter may be partly probed or constrained from the former with the help of some low-energy neutrino experiments (a bottom-up approach). A careful and detailed analysis of the parameter space along this line of thought will be made elsewhere.</ce:para></ce:section></ce:section><ce:section id="se0120"><ce:label>4</ce:label><ce:section-title id="st0130">Summary</ce:section-title><ce:para id="pr0220">We have reformulated the canonical seesaw mechanism by considering the fact that the electroweak gauge symmetry is unbroken at the seesaw scale characterized by the masses of heavy Majorana neutrinos, and shown that it can <ce:italic>formally</ce:italic> work and allow us to derive an exact seesaw relation between the active (light) and sterile (heavy) Majorana neutrinos. In this way we have elucidated the reason why there is an unavoidable mismatch between the mass eigenstates of heavy Majorana neutrinos associated with the seesaw and thermal leptogenesis mechanisms. The smallness of this mismatch has been discussed with the help of a complete Euler-like parametrization of the flavor structure in the seesaw framework, and the exact and explicit relations between the <ce:italic>original</ce:italic> and <ce:italic>derivational</ce:italic> seesaw parameters have been established as a by-product.</ce:para><ce:para id="pr0230">We hope that this work may help clarify some conceptual ambiguities associated with the validity of the seesaw mechanism before and after spontaneous electroweak symmetry breaking, because such ambiguities have never been taken serious in the literature. It should also be helpful to clarify the ambiguities associated with the RGE evolution between the “virtual” flavor parameters of Majorana neutrinos at the seesaw scale and those “real” ones at the electroweak scale, which is crucial to bridge the gap between a well-motivated UV-complete flavor theory including the seesaw mechanism and all the possible low-energy flavor experiments.</ce:para> </ce:section><ce:section id="se0140"><ce:section-title id="st0180">CRediT authorship contribution statement</ce:section-title><ce:para id="pr0270"><ce:bold>Zhi-zhong Xing:</ce:bold> Conceptualization, Investigation, Methodology, Writing – original draft, Writing – review & editing.</ce:para></ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0190">Declaration of Competing Interest</ce:section-title><ce:para id="pr0280">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0140">Acknowledgements</ce:section-title><ce:para id="pr0240">I am greatly indebted to Di Zhang and Shun Zhou for numerous helpful discussions and comments about this paper, a work dedicated to the 50th birthday of my home institute, the Institute of High Energy Physics, which was founded on 1 February 1973. I would also like to thank Marco Drewes for very useful discussions and comments. My research is supported in part by the <ce:grant-sponsor id="gsp0010" sponsor-id="https://doi.org/10.13039/501100001809">National Natural Science Foundation of China</ce:grant-sponsor> under grant No. <ce:grant-number refid="gsp0010">12075254</ce:grant-number> and grant No. <ce:grant-number refid="gsp0010">11835013</ce:grant-number>.</ce:para></ce:acknowledgment><ce:appendices><ce:section id="se0130"><ce:label>Appendix A</ce:label><ce:section-title id="st0150">The expressions of <ce:italic>A</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>R</ce:italic> and <ce:italic>S</ce:italic></ce:section-title><ce:para id="pr0250">Given the Euler-like parametrization of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> unitary flavor mixing matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mi mathvariant="double-struck">U</mml:mi></mml:math> decomposed in Eq. <ce:cross-ref refid="fm0270" id="crf0870">(27)</ce:cross-ref>, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mn>3</mml:mn></mml:math> active-sterile flavor mixing matrices <ce:italic>A</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>R</ce:italic> and <ce:italic>S</ce:italic> depend on the same nine rotation angles <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si146.svg"><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> and nine phase angles <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si151.svg"><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>j</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>6</mml:mn></mml:math>). To be explicit <ce:cross-refs refid="br0220 br0230" id="crs0120">[22,23]</ce:cross-refs>,<ce:display><ce:formula id="fm0360"><ce:label>(A.1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si190.svg"><mml:mi id="mmlbr0009">A</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0009" linebreakstyle="after">,</mml:mo><mml:mi>R</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>;</mml:mo></mml:math></ce:formula></ce:display> and<ce:display><ce:formula id="fm0370"><ce:label>(A.2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si191.svg"><mml:mi id="mmlbr0010">B</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0010" linebreakstyle="after">,</mml:mo><mml:mi>S</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> We see that both <ce:italic>A</ce:italic> and <ce:italic>B</ce:italic> are the lower triangular matrices, and the expression of <ce:italic>B</ce:italic> can be read off from that of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si192.svg"><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:math> with the subscript replacements <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si179.svg"><mml:mn>15</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>24</mml:mn></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si180.svg"><mml:mn>16</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>34</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si181.svg"><mml:mn>26</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>35</mml:mn></mml:math>. The expression of <ce:italic>S</ce:italic> can be similarly obtained from that of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si193.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:math> with the same subscript replacements <ce:cross-ref refid="br0240" id="crf0880">[24]</ce:cross-ref>. Note, however, that <ce:italic>B</ce:italic> and <ce:italic>S</ce:italic> do not affect any physical processes in the seesaw mechanism.</ce:para></ce:section></ce:appendices></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0160">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bibADD2B090BFBF49417BB3AB7A01295D54s1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Minkowski</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si194.svg"><mml:mi>μ</mml:mi><mml:mo stretchy="false">→</mml:mo><mml:mi>e</mml:mi><mml:mi>γ</mml:mi></mml:math> at a rate of one out of 10<ce:sup>9</ce:sup> muon decays?</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>67</sb:volume-nr></sb:series><sb:date>1977</sb:date></sb:issue><sb:pages><sb:first-page>421</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0015">P. Minkowski, “μ→eγ at a rate of one out of 109 muon decays?” Phys. Lett. 67B (1977) 421.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bib5BF9E2DBBCA42A64CDAE66A10E170751s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Yanagida</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Horizontal gauge symmetry and masses of neutrinos</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Conf. Proc. C</sb:maintitle></sb:title><sb:volume-nr>7902131</sb:volume-nr></sb:series><sb:date>1979</sb:date></sb:issue><sb:pages><sb:first-page>95</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0020">T. Yanagida, “Horizontal gauge symmetry and masses of neutrinos,” Conf. Proc. C 7902131 (1979) 95.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bib882BADE8E896CBC1DEA7386BD15AA05Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Gell-Mann</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Ramond</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Slansky</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Complex spinors and unified theories</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Conf. Proc. C</sb:maintitle></sb:title><sb:volume-nr>790927</sb:volume-nr></sb:series><sb:date>1979</sb:date></sb:issue><sb:pages><sb:first-page>315</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1306.4669" id="inf0010">arXiv:1306.4669 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0025">M. Gell-Mann, P. Ramond and R. Slansky, “Complex spinors and unified theories,” Conf. Proc. C 790927 (1979) 315 [arXiv:1306.4669 [hep-th]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bibCDD9FBD35F7DC32210EE6E4987163DEBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.L.</ce:given-name><ce:surname>Glashow</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The future of elementary particle physics</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>NATO Sci. Ser. B</sb:maintitle></sb:title><sb:volume-nr>61</sb:volume-nr></sb:series><sb:date>1980</sb:date></sb:issue><sb:pages><sb:first-page>687</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0030">S. L. Glashow, “The future of elementary particle physics,” NATO Sci. Ser. B 61 (1980) 687.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib60265ADB237F230363000E5769FFD3FCs1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.N.</ce:given-name><ce:surname>Mohapatra</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Senjanovic</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Neutrino mass and spontaneous parity nonconservation</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>44</sb:volume-nr></sb:series><sb:date>1980</sb:date></sb:issue><sb:pages><sb:first-page>912</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0035">R. N. Mohapatra and G. Senjanovic, “Neutrino mass and spontaneous parity nonconservation,” Phys. Rev. Lett. 44 (1980) 912.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bib7501BAE520E9D3E61CBFB7262E3A08BCs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Weinberg</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A model of leptons</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>19</sb:volume-nr></sb:series><sb:date>1967</sb:date></sb:issue><sb:pages><sb:first-page>1264</sb:first-page><sb:last-page>1266</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0040">S. Weinberg, “A Model of Leptons,” Phys. Rev. Lett. 19 (1967), 1264-1266</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bib9543F5F9E66C0F4B539726AECDD387DAs1"><sb:contribution langtype="non-en"><sb:authors><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Majorana</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Teoria simmetrica dell'elettrone e del positrone</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nuovo Cimento</sb:maintitle></sb:title><sb:volume-nr>14</sb:volume-nr></sb:series><sb:date>1937</sb:date></sb:issue><sb:pages><sb:first-page>171</sb:first-page><sb:last-page>184</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0045">E. Majorana, “Teoria simmetrica dell'elettrone e del positrone,” Nuovo Cim. 14 (1937), 171-184</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bib654E1CF8D16D30855CCC736EBFFAD418s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Fukugita</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Yanagida</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Baryogenesis without Grand Unification</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>174</sb:volume-nr></sb:series><sb:date>1986</sb:date></sb:issue><sb:pages><sb:first-page>45</sb:first-page><sb:last-page>47</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0050">M. Fukugita and T. Yanagida, “Baryogenesis Without Grand Unification,” Phys. Lett. B 174 (1986), 45-47</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib98712B5A0F97E44C6A6E62FF85560CE8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.L.</ce:given-name><ce:surname>Workman</ce:surname></sb:author><sb:et-al/><sb:collaboration>Particle Data Group</sb:collaboration></sb:authors><sb:title><sb:maintitle>Review of Particle Physics</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>PTEP</sb:maintitle></sb:title><sb:volume-nr>2022</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>083C01</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0055">R. L. Workman et al. [Particle Data Group], “Review of Particle Physics,” PTEP 2022 (2022), 083C01</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bib63AE34855914DCF115421B3AE2B4D434s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Drewes</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The phenomenology of right handed neutrinos</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. E</sb:maintitle></sb:title><sb:volume-nr>22</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>1330019</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1303.6912" id="inf0020">arXiv:1303.6912 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0060">M. Drewes, “The Phenomenology of Right Handed Neutrinos,” Int. J. Mod. Phys. E 22 (2013), 1330019 [arXiv:1303.6912 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib85FB4BD61711493228F211CCB8F4254Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Canetti</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Drewes</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Frossard</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Shaposhnikov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Dark matter, baryogenesis and neutrino oscillations from right handed neutrinos</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>87</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>093006</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1208.4607" id="inf0030">arXiv:1208.4607 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0065">L. Canetti, M. Drewes, T. Frossard and M. Shaposhnikov, “Dark Matter, Baryogenesis and Neutrino Oscillations from Right Handed Neutrinos,” Phys. Rev. D 87 (2013), 093006 [arXiv:1208.4607 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bib2F1308F675BAA88EC5C253F7F1220E4Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Drewes</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Klarić</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Klose</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On lepton number violation in heavy neutrino decays at colliders</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:article-number>032</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1907.13034" id="inf0040">arXiv:1907.13034 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0070">M. Drewes, J. Klarić and P. Klose, “On lepton number violation in heavy neutrino decays at colliders,” JHEP 11 (2019), 032 [arXiv:1907.13034 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bib759C6273B33E20A8692E1F952F66130Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Chrzaszcz</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Drewes</ce:surname></sb:author><sb:author><ce:given-name>T.E.</ce:given-name><ce:surname>Gonzalo</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Harz</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Krishnamurthy</ce:surname></sb:author><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Weniger</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A frequentist analysis of three right-handed neutrinos with GAMBIT</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:issue-nr>6</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:pages><sb:first-page>569</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1908.02302" id="inf0050">arXiv:1908.02302 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0075">M. Chrzaszcz, M. Drewes, T. E. Gonzalo, J. Harz, S. Krishnamurthy and C. Weniger, “A frequentist analysis of three right-handed neutrinos with GAMBIT,” Eur. Phys. J. C 80 (2020) no.6, 569 [arXiv:1908.02302 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bib00F55322707A66A9632E3AA254A08843s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Klarić</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Shaposhnikov</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Timiryasov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Reconciling resonant leptogenesis and baryogenesis via neutrino oscillations</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>104</sb:volume-nr></sb:series><sb:issue-nr>5</sb:issue-nr><sb:date>2021</sb:date></sb:issue><sb:article-number>055010</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2103.16545" id="inf0060">arXiv:2103.16545 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0080">J. Klarić, M. Shaposhnikov and I. Timiryasov, “Reconciling resonant leptogenesis and baryogenesis via neutrino oscillations,” Phys. Rev. D 104 (2021) no.5, 055010 [arXiv:2103.16545 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bibBCE7BE05C389ED92769B8575246F4EB7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.A.</ce:given-name><ce:surname>Luty</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Baryogenesis via leptogenesis</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>45</sb:volume-nr></sb:series><sb:date>1992</sb:date></sb:issue><sb:pages><sb:first-page>455</sb:first-page><sb:last-page>465</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0085">M. A. Luty, “Baryogenesis via leptogenesis,” Phys. Rev. D 45 (1992), 455-465</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bibC44F616225D42A9E09B931CD1579CAD1s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Covi</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Roulet</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Vissani</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>CP violating decays in leptogenesis scenarios</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>384</sb:volume-nr></sb:series><sb:date>1996</sb:date></sb:issue><sb:pages><sb:first-page>169</sb:first-page><sb:last-page>174</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/9605319" id="inf0070">arXiv:hep-ph/9605319 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0090">L. Covi, E. Roulet and F. Vissani, “CP violating decays in leptogenesis scenarios,” Phys. Lett. B 384 (1996), 169-174 [arXiv:hep-ph/9605319 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bib0D151A4FEDE09C4EB9E7CC150E72C244s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Plumacher</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Baryogenesis and lepton number violation</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Z. Phys. C</sb:maintitle></sb:title><sb:volume-nr>74</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>549</sb:first-page><sb:last-page>559</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/9604229" id="inf0080">arXiv:hep-ph/9604229 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0095">M. Plumacher, “Baryogenesis and lepton number violation,” Z. Phys. C 74 (1997), 549-559 [arXiv:hep-ph/9604229 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bib94A3694E036856212F95FC47B096DD18s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Pilaftsis</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>CP violation and baryogenesis due to heavy Majorana neutrinos</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>56</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>5431</sb:first-page><sb:last-page>5451</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/9707235" id="inf0090">arXiv:hep-ph/9707235 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0100">A. Pilaftsis, “CP violation and baryogenesis due to heavy Majorana neutrinos,” Phys. Rev. D 56 (1997), 5431-5451 [arXiv:hep-ph/9707235 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bib8A9C09C2FFE4B8A91A1EB662973CF14Es1"><sb:contribution xml:lang="fr" langtype="iso"><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Autonne</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Sur les matrices hypohermitiennes et sur les matrices unitaires</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Ann. Univ. Lyon</sb:maintitle></sb:title><sb:volume-nr>38</sb:volume-nr></sb:series><sb:date>1915</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page><sb:last-page>77</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0105">L. Autonne, “Sur les matrices hypohermitiennes et sur les matrices unitaires,” Ann. Univ. Lyon 38 (1915), 1-77.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bib59D361D51E4F58307A9802E9A02978F4s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Takagi</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On an algebraic problem related to an analytic theorem of Carathéodory and Fejér and on an allied theorem of Landau</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Jpn. J. Math.</sb:maintitle></sb:title><sb:volume-nr>1</sb:volume-nr></sb:series><sb:date>1924</sb:date></sb:issue><sb:pages><sb:first-page>83</sb:first-page><sb:last-page>93</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0110">T. Takagi, “On an algebraic problem related to an analytic theorem of Carathéodory and Fejér and on an allied theorem of Landau,” Japan. J. Math. 1 (1924), 83-93.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib17266EF8D88FACD426EFE874D070B0AEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Di Bari</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On the origin of matter in the Universe</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Part. Nucl. Phys.</sb:maintitle></sb:title><sb:volume-nr>122</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>103913</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2107.13750" id="inf0100">arXiv:2107.13750 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0115">P. Di Bari, “On the origin of matter in the Universe,” Prog. Part. Nucl. Phys. 122 (2022), 103913 [arXiv:2107.13750 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bib6F62EC5B6F5B6DAD066ED3A9ED3D23FBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.z.</ce:given-name><ce:surname>Xing</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Correlation between the charged current interactions of light and heavy Majorana neutrinos</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>660</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:pages><sb:first-page>515</sb:first-page><sb:last-page>521</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0709.2220" id="inf0110">arXiv:0709.2220 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0120">Z. z. Xing, “Correlation between the Charged Current Interactions of Light and Heavy Majorana Neutrinos,” Phys. Lett. B 660 (2008), 515-521 [arXiv:0709.2220 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bibE1B150CA5106E4E8D979AC6F92F0B146s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.z.</ce:given-name><ce:surname>Xing</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A full parametrization of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> flavor mixing matrix in the presence of three light or heavy sterile neutrinos</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>85</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:article-number>013008</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1110.0083" id="inf0120">arXiv:1110.0083 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0125">Z. z. Xing, “A full parametrization of the 6×6 flavor mixing matrix in the presence of three light or heavy sterile neutrinos,” Phys. Rev. D 85 (2012), 013008 [arXiv:1110.0083 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bib0983B4050D724263816E34A38F48C135s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.z.</ce:given-name><ce:surname>Xing</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Flavor structures of charged fermions and massive neutrinos</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>854</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page><sb:last-page>147</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1909.09610" id="inf0130">arXiv:1909.09610 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0130">Z. z. Xing, “Flavor structures of charged fermions and massive neutrinos,” Phys. Rept. 854 (2020), 1-147 [arXiv:1909.09610 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0250"><ce:label>[25]</ce:label><sb:reference id="bibEF1F026B9D4F935BCA4A443927828F23s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Pontecorvo</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Mesonium and anti-mesonium</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Sov. Phys. JETP</sb:maintitle></sb:title><sb:volume-nr>6</sb:volume-nr></sb:series><sb:date>1957</sb:date></sb:issue><sb:pages><sb:first-page>429</sb:first-page></sb:pages></sb:host><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Zh. Eksp. Teor. Fiz.</sb:maintitle></sb:title><sb:volume-nr>33</sb:volume-nr></sb:series><sb:date>1957</sb:date></sb:issue><sb:pages><sb:first-page>549</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0135">B. Pontecorvo, “Mesonium and anti-mesonium,” Sov. Phys. JETP 6 (1957) 429 [Zh. Eksp. Teor. Fiz. 33 (1957) 549].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0260"><ce:label>[26]</ce:label><sb:reference id="bib62BC39C0119C15969E594B777B3E7D28s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.</ce:given-name><ce:surname>Maki</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Nakagawa</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Sakata</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Remarks on the unified model of elementary particles</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Theor. Phys.</sb:maintitle></sb:title><sb:volume-nr>28</sb:volume-nr></sb:series><sb:date>1962</sb:date></sb:issue><sb:pages><sb:first-page>870</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0140">Z. Maki, M. Nakagawa and S. Sakata, “Remarks on the unified model of elementary particles,” Prog. Theor. Phys. 28 (1962) 870.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0270"><ce:label>[27]</ce:label><sb:reference id="bibFFDF74491AF021E8D0F01F0A9834E4F3s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Pontecorvo</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Neutrino experiments and the problem of conservation of leptonic charge</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Sov. Phys. JETP</sb:maintitle></sb:title><sb:volume-nr>26</sb:volume-nr></sb:series><sb:date>1968</sb:date></sb:issue><sb:pages><sb:first-page>984</sb:first-page></sb:pages></sb:host><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Zh. Eksp. Teor. Fiz.</sb:maintitle></sb:title><sb:volume-nr>53</sb:volume-nr></sb:series><sb:date>1967</sb:date></sb:issue><sb:pages><sb:first-page>1717</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0145">B. Pontecorvo, “Neutrino Experiments and the Problem of Conservation of Leptonic Charge,” Sov. Phys. JETP 26 (1968) 984 [Zh. Eksp. Teor. Fiz. 53 (1967) 1717].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0280"><ce:label>[28]</ce:label><sb:reference id="bibFEBAA5A4986470FCC8966B96C218339As1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Ohlsson</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zhou</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Renormalization group running of neutrino parameters</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nat. Commun.</sb:maintitle></sb:title><sb:volume-nr>5</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:pages><sb:first-page>5153</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1311.3846" id="inf0140">arXiv:1311.3846 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0150">T. Ohlsson and S. Zhou, “Renormalization group running of neutrino parameters,” Nature Commun. 5 (2014), 5153 [arXiv:1311.3846 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0290"><ce:label>[29]</ce:label><sb:reference id="bibA77E43DB420ABDF4D87AF9CD560D71BFs1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Endoh</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Morozumi</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Onogi</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Purwanto</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>CP violation in seesaw model</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>64</sb:volume-nr></sb:series><sb:date>2001</sb:date></sb:issue><sb:article-number>013006</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/0012345" id="inf0150">arXiv:hep-ph/0012345 [hep-ph]</ce:inter-ref></sb:e-host></sb:host><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>64</sb:volume-nr></sb:series><sb:date>2001</sb:date></sb:issue><sb:article-number>059904</sb:article-number></sb:host><sb:comment>erratum</sb:comment></sb:reference><ce:source-text id="srct0155">T. Endoh, T. Morozumi, T. Onogi and A. Purwanto, “CP violation in seesaw model,” Phys. Rev. D 64 (2001), 013006 [erratum: Phys. Rev. D 64 (2001), 059904] [arXiv:hep-ph/0012345 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0300"><ce:label>[30]</ce:label><sb:reference id="bib8E59BBDB7E380AD70CA0924081BB4F6Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.C.</ce:given-name><ce:surname>Branco</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Morozumi</ce:surname></sb:author><sb:author><ce:given-name>B.M.</ce:given-name><ce:surname>Nobre</ce:surname></sb:author><sb:author><ce:given-name>M.N.</ce:given-name><ce:surname>Rebelo</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A Bridge between CP violation at low-energies and leptogenesis</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>617</sb:volume-nr></sb:series><sb:date>2001</sb:date></sb:issue><sb:pages><sb:first-page>475</sb:first-page><sb:last-page>492</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/0107164" id="inf0160">arXiv:hep-ph/0107164 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0160">G. C. Branco, T. Morozumi, B. M. Nobre and M. N. Rebelo, “A Bridge between CP violation at low-energies and leptogenesis,” Nucl. Phys. B 617 (2001), 475-492 [arXiv:hep-ph/0107164 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0310"><ce:label>[31]</ce:label><sb:reference id="bib16BF68DC85BCAB32620E8E011DA2DA1Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Antusch</ce:surname></sb:author><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Biggio</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Fernandez-Martinez</ce:surname></sb:author><sb:author><ce:given-name>M.B.</ce:given-name><ce:surname>Gavela</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Lopez-Pavon</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Unitarity of the leptonic mixing matrix</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2006</sb:date></sb:issue><sb:article-number>084</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/0607020" id="inf0170">arXiv:hep-ph/0607020 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0165">S. Antusch, C. Biggio, E. Fernandez-Martinez, M. B. Gavela and J. Lopez-Pavon, “Unitarity of the Leptonic Mixing Matrix,” JHEP 10 (2006), 084 [arXiv:hep-ph/0607020 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0320"><ce:label>[32]</ce:label><sb:reference id="bibC5CF8BE3E5BC6F247C74AD63F8161B0Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Antusch</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Blanchet</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Blennow</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Fernandez-Martinez</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Non-unitary leptonic mixing and leptogenesis</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>01</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>017</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0910.5957" id="inf0180">arXiv:0910.5957 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0170">S. Antusch, S. Blanchet, M. Blennow and E. Fernandez-Martinez, “Non-unitary Leptonic Mixing and Leptogenesis,” JHEP 01 (2010), 017 [arXiv:0910.5957 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0330"><ce:label>[33]</ce:label><sb:reference id="bib4AD89AEE6C54211A6FFB1D038C2F7F9Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Blennow</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Coloma</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Fernandez-Martinez</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Hernandez-Garcia</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Lopez-Pavon</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Non-unitarity, sterile neutrinos, and non-standard neutrino interactions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>04</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:article-number>153</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1609.08637" id="inf0190">arXiv:1609.08637 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0175">M. Blennow, P. Coloma, E. Fernandez-Martinez, J. Hernandez-Garcia and J. Lopez-Pavon, “Non-Unitarity, sterile neutrinos, and Non-Standard neutrino Interactions,” JHEP 04 (2017), 153 [arXiv:1609.08637 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0340"><ce:label>[34]</ce:label><sb:reference id="bib0185E0E4F30327A6582E98DED8F16A9Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.</ce:given-name><ce:surname>Hu</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Ling</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Tang</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Wang</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Global oscillation data analysis on the 3<ce:italic>ν</ce:italic> mixing without unitarity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>01</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>124</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2008.09730" id="inf0200">arXiv:2008.09730 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0180">Z. Hu, J. Ling, J. Tang and T. Wang, “Global oscillation data analysis on the 3ν mixing without unitarity,” JHEP 01 (2021), 124 [arXiv:2008.09730 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0350"><ce:label>[35]</ce:label><sb:reference id="bibB1EC674EA5617ABD41ACF35F35FDC275s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Y.</ce:given-name><ce:surname>Wang</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zhou</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Non-unitary leptonic flavor mixing and CP violation in neutrino-antineutrino oscillations</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>824</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>136797</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2109.13622" id="inf0210">arXiv:2109.13622 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0185">Y. Wang and S. Zhou, “Non-unitary leptonic flavor mixing and CP violation in neutrino-antineutrino oscillations,” Phys. Lett. B 824 (2022), 136797 [arXiv:2109.13622 [hep-ph]].</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> \ No newline at end of file +<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd"><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="fla" xml:lang="en"><item-info><jid>NUPHB</jid><aid>116106</aid><ce:article-number>116106</ce:article-number><ce:pii>S0550-3213(23)00035-4</ce:pii><ce:doi>10.1016/j.nuclphysb.2023.116106</ce:doi><ce:copyright year="2023" type="other">The Author(s)</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>High Energy Physics – Phenomenology</ce:text></ce:doctopic></ce:doctopics></item-info><head><ce:title id="ti0010">The formal seesaw mechanism of Majorana neutrinos with unbroken gauge symmetry</ce:title><ce:author-group id="ag0010"><ce:author id="au0010" author-id="S0550321323000354-c4240942af9bb8ef222f4164c8aa793a"><ce:given-name>Zhi-zhong</ce:given-name><ce:surname>Xing</ce:surname><ce:contributor-role role="http://credit.niso.org/contributor-roles/conceptualization">Conceptualization</ce:contributor-role><ce:contributor-role role="http://credit.niso.org/contributor-roles/investigation">Investigation</ce:contributor-role><ce:contributor-role role="http://credit.niso.org/contributor-roles/methodology">Methodology</ce:contributor-role><ce:contributor-role role="http://credit.niso.org/contributor-roles/writing-original-draft">Writing – original draft</ce:contributor-role><ce:contributor-role role="http://credit.niso.org/contributor-roles/writing-review-editing">Writing – review & editing</ce:contributor-role><ce:cross-ref refid="aff0010" id="crf0010"><ce:sup>a</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0020" id="crf0020"><ce:sup>b</ce:sup></ce:cross-ref><ce:cross-ref refid="cr0010" id="crf0030"><ce:sup>⁎</ce:sup></ce:cross-ref><ce:e-address type="email" xlink:href="mailto:xingzz@ihep.ac.cn" id="ea0010">xingzz@ihep.ac.cn</ce:e-address></ce:author><ce:affiliation id="aff0010" affiliation-id="S0550321323000354-bf3e945671ea7f562868e9da8dd114da"><ce:label>a</ce:label><ce:textfn>Institute of High Energy Physics and School of Physical Sciences, University of Chinese Academy of Sciences, Beijing 100049, China</ce:textfn><sa:affiliation><sa:organization>Institute of High Energy Physics</sa:organization><sa:organization>School of Physical Sciences</sa:organization><sa:organization>University of Chinese Academy of Sciences</sa:organization><sa:city>Beijing</sa:city><sa:postal-code>100049</sa:postal-code><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0005">Institute of High Energy Physics and School of Physical Sciences, University of Chinese Academy of Sciences, Beijing 100049, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0020" affiliation-id="S0550321323000354-45299efea279d8f90d358ea4c3f8be3e"><ce:label>b</ce:label><ce:textfn>Center of High Energy Physics, Peking University, Beijing 100871, China</ce:textfn><sa:affiliation><sa:organization>Center of High Energy Physics</sa:organization><sa:organization>Peking University</sa:organization><sa:city>Beijing</sa:city><sa:postal-code>100871</sa:postal-code><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0010">Center of High Energy Physics, Peking University, Beijing 100871, China</ce:source-text></ce:affiliation><ce:correspondence id="cr0010"><ce:label>⁎</ce:label><ce:text>Correspondence to: Institute of High Energy Physics and School of Physical Sciences, University of Chinese Academy of Sciences, Beijing 100049, China.</ce:text><sa:affiliation><sa:organization>Institute of High Energy Physics</sa:organization><sa:organization>School of Physical Sciences</sa:organization><sa:organization>University of Chinese Academy of Sciences</sa:organization><sa:city>Beijing</sa:city><sa:postal-code>100049</sa:postal-code><sa:country>China</sa:country></sa:affiliation></ce:correspondence></ce:author-group><ce:date-received day="28" month="1" year="2023"/><ce:date-revised day="30" month="1" year="2023"/><ce:date-accepted day="1" month="2" year="2023"/><ce:miscellaneous id="ms0010">Editor: Tommy Ohlsson</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0010">We reformulate the canonical seesaw mechanism in the case that the electroweak gauge symmetry is unbroken, and show that it can <ce:italic>formally</ce:italic> work and allow us to derive an exact seesaw formula for the light and heavy Majorana neutrinos. We elucidate the reason why there is a mismatch between the mass eigenstates of heavy Majorana neutrinos associated with thermal leptogenesis and those associated with the seesaw framework, and establish the exact and explicit relations between the <ce:italic>original</ce:italic> and <ce:italic>derivational</ce:italic> seesaw parameters by using an Euler-like parametrization of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> active-sterile flavor mixing matrix.</ce:simple-para></ce:abstract-sec></ce:abstract><ce:data-availability id="dav0001"><ce:section-title id="st0170">Data availability</ce:section-title><ce:para id="pr0260">No data was used for the research described in the article.</ce:para></ce:data-availability></head><body><ce:sections><ce:section id="se0010"><ce:label>1</ce:label><ce:section-title id="st0020">Motivation</ce:section-title><ce:para id="pr0010">Among all the proposed mechanisms toward deeply understanding the true origin of tiny masses of the three known neutrinos <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math>), whose flavor eigenstates are commonly denoted as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si5.svg"><mml:mi>α</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>e</mml:mi><mml:mo>,</mml:mo><mml:mi>μ</mml:mi><mml:mo>,</mml:mo><mml:mi>τ</mml:mi></mml:math>), the canonical seesaw mechanism <ce:cross-refs refid="br0010 br0020 br0030 br0040 br0050" id="crs0010">[1–5]</ce:cross-refs> stands out as being most economical and most natural. The simplicity of this mechanism lies in two aspects: (a) it just takes into account the right-handed neutrino fields <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math>, the chiral counterparts of the left-handed neutrino fields <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si5.svg"><mml:mi>α</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>e</mml:mi><mml:mo>,</mml:mo><mml:mi>μ</mml:mi><mml:mo>,</mml:mo><mml:mi>τ</mml:mi></mml:math>), which were originally ignored from the particle content of the standard model (SM) <ce:cross-ref refid="br0060" id="crf0040">[6]</ce:cross-ref>; (b) it simply allows for lepton number violation or the Majorana nature of massive neutrinos <ce:cross-ref refid="br0070" id="crf0050">[7]</ce:cross-ref>, which is completely harmless to the theoretical framework of the SM itself. The naturalness of this mechanism is reflected in its attributing the small masses of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> to the existence of three heavy Majorana neutrinos <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math>), whose masses are expected to be far above the fulcrum of the seesaw — presumably the electroweak symmetry breaking scale of the SM characterized by the vacuum expectation value of the Higgs field. On the other hand, the seesaw mechanism offers a big bonus to cosmology: the CP-violating and out-of-equilibrium decays of heavy Majorana neutrinos may give rise to a net lepton-antilepton asymmetry in the early Universe, and such a <ce:italic>leptogenesis</ce:italic> mechanism <ce:cross-ref refid="br0080" id="crf0060">[8]</ce:cross-ref> can finally lead to <ce:italic>baryogenesis</ce:italic> as a natural interpretation of the observed baryon-antibaryon asymmetry in today's Universe <ce:cross-ref refid="br0090" id="crf0070">[9]</ce:cross-ref>. In this sense the seesaw mechanism is the very <ce:italic>stone</ce:italic> that can kill two fundamental <ce:italic>birds</ce:italic> in particle physics and cosmology.</ce:para><ce:para id="pr0020">Note that the seesaw mechanism is expected to take effect at a superhigh energy scale Λ which is essentially of the order of the heavy Majorana neutrino masses. But the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:mi mathvariant="normal">SU</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mi mathvariant="normal">U</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Y</mml:mi></mml:mrow></mml:msub></mml:math> electroweak gauge symmetry has been unbroken until the Higgs field develops a nonzero vacuum expectation value <ce:italic>v</ce:italic> of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mspace width="0.25em"/><mml:mtext>GeV</mml:mtext></mml:math>. In this situation the three active neutrinos are actually impossible to acquire their <ce:italic>true</ce:italic> masses of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">Λ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> at the seesaw scale Λ due to the absence of a <ce:italic>real</ce:italic> fulcrum of the seesaw. On the other hand, thermal leptogenesis can be realized via the lepton-number-violating decays of heavy Majorana neutrinos into the leptonic and Higgs doublets at Λ. So we are well motivated to ask a conceptually important question: how can the seesaw mechanism <ce:italic>formally</ce:italic> survive with the unbroken electroweak gauge symmetry and work together with the leptogenesis mechanism? If the answer to this question is affirmative, we wonder whether the mass eigenstates of heavy Majorana neutrinos associated with thermal leptogenesis are exactly the same as those associated with the seesaw mechanism itself.<ce:cross-ref refid="fn0010" id="crf0080"><ce:sup>1</ce:sup></ce:cross-ref><ce:footnote id="fn0010"><ce:label>1</ce:label><ce:note-para id="np0010">A mismatch of this kind has been observed and discussed in the seesaw framework <ce:italic>after</ce:italic> spontaneous electroweak symmetry breaking and in an <ce:italic>approximate</ce:italic> way (see, e.g., Refs. <ce:cross-refs refid="br0100 br0110 br0120 br0130 br0140" id="crs0020">[10–14]</ce:cross-refs>). Here we shall take a new look at it <ce:italic>before</ce:italic> electroweak symmetry breaking and in an <ce:italic>exact</ce:italic> way at the tree level.</ce:note-para></ce:footnote> In case that there exists a mismatch between these two sets of mass bases, then the question becomes how small this mismatch is likely to be.</ce:para><ce:para id="pr0030">To answer the above questions and clarify some conceptual ambiguities that have never been taken seriously, we are going to study how to make the seesaw mechanism formally work before spontaneous electroweak symmetry breaking. We show that an exact seesaw relation between the light and heavy Majorana neutrinos can be established far above the electroweak scale, and it becomes the realistic seesaw relation after the Higgs field develops its vacuum expectation value. In this way it is straightforward to elucidate the reason why there is a mismatch between the mass eigenstates of heavy Majorana neutrinos associated with thermal leptogenesis and those associated with the seesaw mechanism. With the help of a full Euler-like parametrization of the flavor structure in the seesaw framework, we illuminate such a mismatch in a more specific way. The exact and explicit relations between the <ce:italic>original</ce:italic> and <ce:italic>derivational</ce:italic> parameters of massive Majorana neutrinos are obtained as a by-product, and they are expected to be useful in determining or constraining some of the original seesaw parameters from the low-energy neutrino experiments.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">A formal seesaw mechanism?</ce:section-title><ce:section id="se0030"><ce:label>2.1</ce:label><ce:section-title id="st0040">The leptonic Yukawa interactions</ce:section-title><ce:para id="pr0040">Let us begin with the gauge-invariant leptonic Yukawa interactions and the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mi mathvariant="normal">SU</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math>-singlet Majorana neutrino mass term of the canonical seesaw mechanism at Λ<ce:cross-ref refid="fn0020" id="crf0090"><ce:sup>2</ce:sup></ce:cross-ref><ce:footnote id="fn0020"><ce:label>2</ce:label><ce:note-para id="np0020">Throughout this paper, our discussions are subject to the minimal extension of the SM with three right-handed neutrino fields and lepton number violation at <ce:italic>zero</ce:italic> temperature, so as to make our key point clear and avoid possible complications (e.g., thermal corrections to the masses of heavy Majorana neutrinos <ce:cross-ref refid="br0140" id="crf0100">[14]</ce:cross-ref>).</ce:note-para></ce:footnote><ce:display><ce:formula id="fm0010"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˜</mml:mo></mml:mrow></mml:mover><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> denotes the leptonic <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mi mathvariant="normal">SU</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> doublet of the SM with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>e</mml:mi><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>τ</mml:mi><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>e</mml:mi><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>τ</mml:mi><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> standing respectively for the column vectors of the left-handed neutrino and charged lepton fields, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˜</mml:mo></mml:mrow></mml:mover><mml:mo>≡</mml:mo><mml:mi mathvariant="normal">i</mml:mi><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:mi>H</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>+</mml:mo></mml:mrow></mml:msup></mml:mtd><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> being the Higgs doublet of the SM and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> being the second Pauli matrix, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>e</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>τ</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>e</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>τ</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> stand respectively for the column vectors of the right-handed charged lepton and neutrino fields which are the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mi mathvariant="normal">SU</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> singlets, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo>≡</mml:mo><mml:mi mathvariant="script">C</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:mi mathvariant="script">C</mml:mi></mml:math> being the charge-conjugation matrix and satisfying <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msup><mml:mrow><mml:mi mathvariant="script">C</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="script">C</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="script">C</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="script">C</mml:mi></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> represent the respective Yukawa coupling matrices of charged leptons and neutrinos, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math> is the symmetric right-handed neutrino mass matrix. In Eq. <ce:cross-ref refid="fm0010" id="crf0110">(1)</ce:cross-ref> the hypercharges of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math>, <ce:italic>H</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˜</mml:mo></mml:mrow></mml:mover></mml:math> are <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:math>, −1, 0, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:math>, respectively. Since <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math> is a Lorentz scalar and can be transformed into<ce:display><ce:formula id="fm0020"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msubsup><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo>≡</mml:mo><mml:mi mathvariant="script">C</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> is the charge-conjugated counterpart of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math>, one may easily rewrite Eq. <ce:cross-ref refid="fm0010" id="crf0120">(1)</ce:cross-ref> as<ce:display><ce:formula id="fm0030"><ce:label>(3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true" id="mmlbr0001"><mml:mrow><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">]</mml:mo></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="before">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> This expression is highly nontrivial in the sense that it clearly shows a direct correlation between the left- and right-handed neutrino fields via their Yukawa couplings to the neutral component of the Higgs doublet even though the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:mi mathvariant="normal">SU</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mi mathvariant="normal">U</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Y</mml:mi></mml:mrow></mml:msub></mml:math> gauge symmetry is perfect at the seesaw scale Λ. In this situation the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mn>3</mml:mn></mml:math> Yukawa coupling matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> can be regarded as a “virtual” fulcrum of the seesaw before spontaneous electroweak symmetry breaking.</ce:para><ce:para id="pr0050">Note that both the scalar field <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math> and its charge-conjugated counterpart <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:math> have the mass dimension and act like two complex numbers in Eq. <ce:cross-ref refid="fm0030" id="crf0130">(3)</ce:cross-ref>. But of course they possess the respective hypercharges <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:math> as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>±</mml:mo></mml:mrow></mml:msup></mml:math> do. After spontaneous symmetry breaking <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:math> will acquire the same vacuum expectation value <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>v</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mi>v</mml:mi><mml:mo>≃</mml:mo><mml:mn>246</mml:mn><mml:mspace width="0.25em"/><mml:mtext>GeV</mml:mtext></mml:math>, together with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>, as in the SM. Then the formal seesaw will acquire a real fulcrum which allows one to naturally attribute the smallness of three active Majorana neutrino masses to the existence of three heavy Majorana neutrinos, as can be seen later on.</ce:para></ce:section><ce:section id="se0040"><ce:label>2.2</ce:label><ce:section-title id="st0050">The leptogenesis-associated basis</ce:section-title><ce:para id="pr0060">Now that all the SM particles are exactly massless in the early Universe when the temperature is far above the electroweak scale, a realization of thermal leptogenesis at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">Λ</mml:mi><mml:mo>≫</mml:mo><mml:mi>v</mml:mi></mml:math> only needs to calculate the lepton-number-violating decays of heavy Majorana neutrinos into the leptonic doublet and the Higgs doublet at the one-loop level by simply starting from Eq. <ce:cross-ref refid="fm0010" id="crf0140">(1)</ce:cross-ref> instead of Eq. <ce:cross-ref refid="fm0030" id="crf0150">(3)</ce:cross-ref> (see, e.g., Refs. <ce:cross-refs refid="br0080 br0150 br0160 br0170 br0180" id="crs0030">[8,15–18]</ce:cross-refs>). In this case the column vector of the mass eigenstates of three heavy Majorana neutrinos, denoted as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:msup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math>, can easily be obtained by making the Autonne-Takagi transformation <ce:cross-refs refid="br0190 br0200" id="crs0040">[19,20]</ce:cross-refs> as follows:<ce:display><ce:formula id="fm0040"><ce:label>(4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:mspace width="1em"/><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> is a unitary matrix, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mrow><mml:mi mathvariant="normal">Diag</mml:mi></mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">{</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">}</mml:mo></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">M</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> being the masses of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math>). As a result, the Lagrangian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0010" id="crf0160">(1)</ce:cross-ref> becomes<ce:display><ce:formula id="fm0050"><ce:label>(5)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mi>H</mml:mi><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mrow><mml:mo>˜</mml:mo></mml:mrow></mml:mover><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:math> is defined for the sake of simplicity. The rates of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> decaying into <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> and <ce:italic>H</ce:italic> or their CP-conjugated states are therefore determined by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">M</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si56.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>, so are the corresponding CP-violating asymmetries associated closely with thermal leptogenesis <ce:cross-refs refid="br0150 br0160 br0170 br0180" id="crs0050">[15–18]</ce:cross-refs>.<ce:cross-ref refid="fn0030" id="crf0170"><ce:sup>3</ce:sup></ce:cross-ref><ce:footnote id="fn0030"><ce:label>3</ce:label><ce:note-para id="np0030">Here we have used some <ce:italic>calligraphic</ce:italic> characters to denote the relevant physical quantities in the basis where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math> is diagonalized by the unitary transformation made in Eq. <ce:cross-ref refid="fm0040" id="crf0180">(4)</ce:cross-ref>. This basis is associated with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> decays and thermal leptogenesis, and it is conceptually different from the basis taken for the seesaw mechanism as can be seen below.</ce:note-para></ce:footnote> To be more specific, the flavor-dependent CP-violating asymmetries of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> decays are given by<ce:display><ce:formula id="fm0060"><ce:label>(6)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mrow><mml:mtable align="axis -1" displaystyle="true" columnspacing="0.2em"><mml:mtr><mml:mtd columnalign="right"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>α</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo></mml:mtd><mml:mtd columnalign="left"><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">Γ</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">→</mml:mo><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo>−</mml:mo><mml:mi mathvariant="normal">Γ</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">→</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:mo>+</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:munder><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mi mathvariant="normal">Γ</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">→</mml:mo><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo>+</mml:mo><mml:mi mathvariant="normal">Γ</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">→</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:mo>+</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>H</mml:mi></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo stretchy="true">]</mml:mo></mml:mrow></mml:mrow></mml:mfrac></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="right"><mml:mo>=</mml:mo></mml:mtd><mml:mtd columnalign="left"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>8</mml:mn><mml:mi>π</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>j</mml:mi><mml:mo>≠</mml:mo><mml:mi>i</mml:mi></mml:mrow></mml:munder><mml:mrow><mml:mo stretchy="true">{</mml:mo><mml:mrow><mml:mi mathvariant="normal">Im</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>α</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>α</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>α</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>α</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi mathvariant="script">Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mi>ζ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo stretchy="true">}</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mtd></mml:mtr></mml:mtable></mml:mrow></mml:math></ce:formula></ce:display> where the Latin and Greek subscripts run respectively over <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>e</mml:mi><mml:mo>,</mml:mo><mml:mi>μ</mml:mi><mml:mo>,</mml:mo><mml:mi>τ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">M</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">M</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> are defined, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:mi>ξ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mrow><mml:mo stretchy="true">{</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi mathvariant="normal">ln</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo stretchy="true">}</mml:mo></mml:mrow></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:mi>ζ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:math> are the loop functions. A net lepton-antilepton asymmetry can therefore result from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>α</mml:mi></mml:mrow></mml:msub></mml:math> in the early Universe, and later on it can be partly converted into a net baryon-antibaryon asymmetry via the sphaleron interactions (see Ref. <ce:cross-ref refid="br0210" id="crf0190">[21]</ce:cross-ref> for a recent review).</ce:para><ce:para id="pr0070">At this point it is worth remarking that the right-handed neutrino fields <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>α</mml:mi><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math> have zero weak isospin and hypercharge, and hence they have no coupling with the charged and neutral gauge bosons of the SM. As a consequence, the mass eigenstates of heavy Majorana neutrinos obtained from Eq. <ce:cross-ref refid="fm0040" id="crf0200">(4)</ce:cross-ref> do not participate in the weak charged-current interactions of the SM,<ce:display><ce:formula id="fm0070"><ce:label>(7)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">cc</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msup><mml:mrow><mml:mi>γ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mi>ℓ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msup><mml:mrow><mml:mi>γ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>g</ce:italic> denotes the weak gauge coupling constant, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> represent the first and second Pauli matrices, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msubsup></mml:math> are two of the original <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mi mathvariant="normal">SU</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn mathvariant="normal">2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> gauge fields, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si67.svg"><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mo>±</mml:mo></mml:mrow></mml:msubsup><mml:mo>≡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:mo>∓</mml:mo><mml:mi mathvariant="normal">i</mml:mi><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:math> stand for the fields of the physical charged gauge bosons <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:msup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mo>±</mml:mo></mml:mrow></mml:msup></mml:math>. But in the seesaw framework we shall see that the expression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">cc</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0070" id="crf0210">(7)</ce:cross-ref> will get modified, and the corresponding mass eigenstates of three heavy Majorana neutrinos can definitely take part in the weak charged-current interactions.</ce:para></ce:section><ce:section id="se0050"><ce:label>2.3</ce:label><ce:section-title id="st0060">The seesaw-associated basis</ce:section-title><ce:para id="pr0080">We proceed to show that the canonical seesaw mechanism can “formally” work before spontaneous electroweak symmetry breaking but the corresponding mass eigenstates of three heavy Majorana neutrinos are not exactly the same as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math>) obtained above for the neutrino decays and thermal leptogenesis. To clarify this important point, let us diagonalize the symmetric <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> matrix in Eq. <ce:cross-ref refid="fm0030" id="crf0220">(3)</ce:cross-ref> in the following Autonne-Takagi way:<ce:display><ce:formula id="fm0080"><ce:label>(8)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi mathvariant="double-struck">U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msup><mml:mrow><mml:mi mathvariant="double-struck">U</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mi mathvariant="double-struck">U</mml:mi></mml:math> is a <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> unitary matrix, and the diagonal and real matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> are defined as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mrow><mml:mi mathvariant="normal">Diag</mml:mi></mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">{</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">}</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mrow><mml:mi mathvariant="normal">Diag</mml:mi></mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">{</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">}</mml:mo></mml:math>. Meanwhile, the column vectors of left- and right-handed neutrino fields <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">]</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">]</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> undergo the transformations<ce:display><ce:formula id="fm0090"><ce:label>(9)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:mrow><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo stretchy="false">⟶</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="double-struck">U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:mspace width="1em"/><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo stretchy="false">⟶</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="double-struck">U</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> such that the Lagrangian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0030" id="crf0230">(3)</ce:cross-ref> keeps unchanged and thus its <ce:italic>overall</ce:italic> gauge symmetry is unbroken. Now that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> is dimensionless and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math> has the same mass dimension as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math>, one may argue that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> should be the “working” or “virtual” mass parameters of three light Majorana neutrinos as the electroweak gauge symmetry is unbroken at the seesaw scale Λ. In comparison, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> are essentially the true masses of three heavy Majorana neutrinos in the existence of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mo>⁎</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>-mediated neutrino Yukawa interactions. Along this line of thought, we find that it is useful to decompose <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mi mathvariant="double-struck">U</mml:mi></mml:math> into the product of three matrices,<ce:display><ce:formula id="fm0100"><ce:label>(10)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:mrow><mml:mi mathvariant="double-struck">U</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mi>I</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mi>A</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>R</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mi>S</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>B</mml:mi></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:mi>I</mml:mi></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mn>3</mml:mn></mml:math> unitary matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> has been defined in Eq. <ce:cross-ref refid="fm0040" id="crf0240">(4)</ce:cross-ref> to primarily describe flavor mixing in the sterile (heavy) neutrino sector, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> denotes the other <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mn>3</mml:mn></mml:math> unitary matrix that is mainly responsible for flavor mixing in the active (light) neutrino sector, while the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mn>3</mml:mn></mml:math> matrices <ce:italic>A</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>R</ce:italic> and <ce:italic>S</ce:italic> signify the interplay between these two sectors <ce:cross-refs refid="br0220 br0230 br0240" id="crs0060">[22–24]</ce:cross-refs>. The unitarity of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mi mathvariant="double-struck">U</mml:mi></mml:math> assures<ce:display><ce:formula id="fm0110"><ce:label>(11)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:mi id="mmlbr0002">A</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>R</mml:mi><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>B</mml:mi><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>I</mml:mi><mml:mspace width="0.25em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0002" linebreakstyle="after">,</mml:mo><mml:mi>A</mml:mi><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>R</mml:mi><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mi>B</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn mathvariant="bold">0</mml:mn><mml:mspace width="0.25em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0002" linebreakstyle="after">,</mml:mo><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mi>A</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mi>B</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>I</mml:mi><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> On the other hand, the arbitrary charged-lepton Yukawa coupling matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0030" id="crf0250">(3)</ce:cross-ref> can be diagonalized by a bi-unitary transformation:<ce:display><ce:formula id="fm0120"><ce:label>(12)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si85.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:mspace width="1em"/><mml:msubsup><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:mspace width="1em"/><mml:msubsup><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si86.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si87.svg"><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub></mml:math> are unitary, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si88.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mrow><mml:mi mathvariant="normal">Diag</mml:mi></mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">{</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi>e</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi>τ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">}</mml:mo></mml:math> stands for the “working” or “virtual” masses of three charged leptons <ce:italic>before</ce:italic> spontaneous electroweak symmetry breaking,<ce:cross-ref refid="fn0040" id="crf0260"><ce:sup>4</ce:sup></ce:cross-ref><ce:footnote id="fn0040"><ce:label>4</ce:label><ce:note-para id="np0040">Note that the scalar field <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math> in Eq. <ce:cross-ref refid="fm0120" id="crf0270">(12)</ce:cross-ref> carries a hypercharge, and hence <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si89.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub></mml:math> cannot be simply understood as a diagonal “mass” matrix. The physical meaning of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si89.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub></mml:math> is actually vague in our calculations which are mathematically exact and clear, so is the physical meaning of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0080" id="crf0280">(8)</ce:cross-ref>. But this vagueness will automatically disappear after spontaneous electroweak symmetry breaking, as can be subsequently seen.</ce:note-para></ce:footnote> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si90.svg"><mml:msup><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mi>e</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>μ</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>τ</mml:mi></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> is defined as the column vector of the mass eigenstates of three charged leptons versus the column vector of their flavor eigenstates <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:mi>l</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>e</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>τ</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math>. Substituting Eqs. <ce:cross-ref refid="fm0080" id="crf0290">(8)</ce:cross-ref>—<ce:cross-ref refid="fm0100" id="crf0300">(10)</ce:cross-ref> and <ce:cross-ref refid="fm0120" id="crf0310">(12)</ce:cross-ref> into Eq. <ce:cross-ref refid="fm0030" id="crf0320">(3)</ce:cross-ref>, we immediately arrive at<ce:display><ce:formula id="fm0130"><ce:label>(13)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si92.svg"><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si93.svg"><mml:msup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> denotes the column vector of the <ce:italic>working</ce:italic> mass eigenstates of three light Majorana neutrinos far above the electroweak scale, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si94.svg"><mml:msup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> stands for the column vectors of the mass eigenstates of three heavy Majorana neutrinos relevant to the seesaw mechanism at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">Λ</mml:mi><mml:mo>≫</mml:mo><mml:mi>v</mml:mi></mml:math>. In this case the flavor eigenstates <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math> can be expressed in terms of the mass eigenstates <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> or their charge-conjugated states as follows:<ce:display><ce:formula id="fm0140"><ce:label>(14)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si97.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>U</mml:mi><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>R</mml:mi><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:mspace width="1em"/><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:mi>U</mml:mi><mml:mo>≡</mml:mo><mml:mi>A</mml:mi><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si99.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo>≡</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mi>B</mml:mi></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si100.svg"><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo>≡</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mi>S</mml:mi><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> are defined. Taking account of the Majorana property of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> (i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si101.svg"><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si102.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> <ce:cross-ref refid="br0070" id="crf0330">[7]</ce:cross-ref> for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math>), one simply obtains <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si103.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si104.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math>. One may then substitute the expression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si105.svg"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0120" id="crf0340">(12)</ce:cross-ref> and that of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0140" id="crf0350">(14)</ce:cross-ref> into the standard form of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">cc</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0070" id="crf0360">(7)</ce:cross-ref> and get at<ce:display><ce:formula id="fm0150"><ce:label>(15)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si106.svg"><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">cc</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mi>e</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>μ</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>τ</mml:mi></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msup><mml:mrow><mml:mi>γ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">PMNS</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">PMNS</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:msubsup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si107.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">PMNS</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:mi>U</mml:mi></mml:math> is just the Pontecorvo-Maki-Nakagawa-Sakata (PMNS) lepton flavor mixing matrix <ce:cross-refs refid="br0250 br0260 br0270" id="crs0070">[25–27]</ce:cross-refs> used to describe the flavor oscillations of three active neutrinos, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si108.svg"><mml:msub><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">PMNS</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msubsup><mml:mi>R</mml:mi></mml:math> is an analogue of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si109.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">PMNS</mml:mi></mml:mrow></mml:msub></mml:math> in the seesaw mechanism which characterizes the strengths of weak charged-current interactions for three heavy Majorana neutrinos.</ce:para><ce:para id="pr0090">Without loss of generality, one may choose a convenient flavor basis in which the mass eigenstates of three charged leptons are identified with their corresponding flavor eigenstates (i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si110.svg"><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math>, or equivalently <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si111.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>I</mml:mi></mml:math>). In this case we are simply left with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si112.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">PMNS</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>U</mml:mi></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si113.svg"><mml:msub><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">PMNS</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>R</mml:mi></mml:math>, namely the effects of lepton flavor mixing originate purely from the active and sterile Majorana neutrino sectors and from the interplay between these two sectors. We shall take advantage of this flavor basis in the following discussions unless otherwise specified.</ce:para></ce:section><ce:section id="se0060"><ce:label>2.4</ce:label><ce:section-title id="st0070">Mismatch between the two bases</ce:section-title><ce:para id="pr0100">Before discussing a mismatch between the mass eigenstates of heavy Majorana neutrinos associated with thermal leptogenesis and those associated with the seesaw mechanism, let us take a look at the flavor structures of active and sterile neutrinos in the case that the electroweak gauge symmetry is unbroken at Λ. First of all, a combination of Eqs. <ce:cross-ref refid="fm0080" id="crf0370">(8)</ce:cross-ref> and <ce:cross-ref refid="fm0100" id="crf0380">(10)</ce:cross-ref> allows us to immediately derive the exact seesaw relation between the working masses of three light Majorana neutrinos and the real masses of three heavy Majorana neutrinos:<ce:display><ce:formula id="fm0160"><ce:label>(16)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si114.svg"><mml:mrow><mml:mi>U</mml:mi><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>R</mml:mi><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn mathvariant="bold">0</mml:mn><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> in which <ce:italic>U</ce:italic> and <ce:italic>R</ce:italic> are also correlated with each other via the unitarity condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si115.svg"><mml:mi>U</mml:mi><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>R</mml:mi><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>I</mml:mi></mml:math>. Note that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si116.svg"><mml:mi>U</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>A</mml:mi><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> holds, where the unitary matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> is primarily responsible for flavor mixing of the three active neutrinos. So we find it useful to rewrite Eq. <ce:cross-ref refid="fm0160" id="crf0390">(16)</ce:cross-ref> as<ce:display><ce:formula id="fm0170"><ce:label>(17)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si117.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi mathvariant="normal">i</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi mathvariant="normal">i</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> whose left- and right-hand sides are composed of the <ce:italic>derivational</ce:italic> and <ce:italic>original</ce:italic> seesaw parameters, respectively. This point will become more obvious when a complete Euler-like parametrization of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> unitary matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mi mathvariant="double-struck">U</mml:mi></mml:math> in Eq. <ce:cross-ref refid="fm0100" id="crf0400">(10)</ce:cross-ref> is adopted, as can be seen in section <ce:cross-ref refid="se0080" id="crf0410">3</ce:cross-ref>. Needless to say, the active-sterile flavor mixing matrix <ce:italic>R</ce:italic> essentially plays the role of the neutrino Yukawa coupling matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> in the canonical seesaw framework,<ce:display><ce:formula id="fm0180"><ce:label>(18)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si118.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>R</mml:mi><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mi>I</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.25em"/><mml:mo>;</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> and the right-handed Majorana neutrino mass matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:math> can be reconstructed into the form<ce:display><ce:formula id="fm0190"><ce:label>(19)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si119.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> Note that all the quantities in Eqs. <ce:cross-ref refid="fm0180" id="crf0420">(18)</ce:cross-ref> and <ce:cross-ref refid="fm0190" id="crf0430">(19)</ce:cross-ref> belong to the <ce:italic>original</ce:italic> seesaw parameters in the sense that they have nothing to do with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> — the working masses and the primary flavor mixing matrix of three light Majorana neutrinos which are <ce:italic>derived</ce:italic> from the seesaw mechanism.</ce:para><ce:para id="pr0110">Now we turn to an unavoidable mismatch between the mass eigenstates of three heavy Majorana neutrinos associated with the seesaw and leptogenesis mechanisms. Eq. <ce:cross-ref refid="fm0140" id="crf0440">(14)</ce:cross-ref> tells us that the mass eigenstates <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> in the seesaw basis can be expressed as<ce:display><ce:formula id="fm0200"><ce:label>(20)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where Eq. <ce:cross-ref refid="fm0040" id="crf0450">(4)</ce:cross-ref> has been used to link <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math>. To be more explicit, Eq. <ce:cross-ref refid="fm0200" id="crf0460">(20)</ce:cross-ref> means<ce:display><ce:formula id="fm0210"><ce:label>(21)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si122.svg"><mml:mrow><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> from which the differences between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> in the seesaw basis and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math>) in the thermal leptogenesis basis can be clearly seen. Similarly, a combination of Eqs. <ce:cross-ref refid="fm0040" id="crf0470">(4)</ce:cross-ref> and <ce:cross-ref refid="fm0190" id="crf0480">(19)</ce:cross-ref> leads us to<ce:display><ce:formula id="fm0220"><ce:label>(22)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si123.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>B</mml:mi><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> from which one may easily see the difference between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si124.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>. Although <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> (or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> (or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si125.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub></mml:math>) would exactly coincide with each other if the Yukawa coupling matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> (or equivalently, <ce:italic>R</ce:italic> or <ce:italic>S</ce:italic>) were switched off, such a coincidence would make no sense because both the seesaw and leptogenesis mechanisms would fail in this special case. In the presence of the neutrino Yukawa interactions, thermal leptogenesis may take effect via the CP-violating and out-of-equilibrium decays of heavy Majorana neutrinos into the leptonic and Higgs doublets, while the seesaw mechanism can “formally” work with the help of an interplay between the active and sterile neutrino fields coupled only to the neutral component of the Higgs doublet. That is the key reason why there is an inevitable mismatch between the seesaw- and leptogenesis-associated bases for heavy Majorana neutrinos before spontaneous electroweak symmetry breaking.</ce:para></ce:section><ce:section id="se0070"><ce:label>2.5</ce:label><ce:section-title id="st0080">After gauge symmetry breaking</ce:section-title><ce:para id="pr0120">So far we have made some proper transformations of the charged lepton and neutrino fields in the flavor space to obtain their respective working or true mass eigenstates. All such unitary flavor basis transformations are completely reversible, and hence they do not affect the gauge invariance of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow></mml:msub></mml:math> at the seesaw scale. As already shown in Eqs. <ce:cross-ref refid="fm0200" id="crf0490">(20)</ce:cross-ref> and <ce:cross-ref refid="fm0220" id="crf0500">(22)</ce:cross-ref>, a seeable mismatch between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> or between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si124.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> results from the fact that the working seesaw mechanism itself is only associated with the neutral component of the Higgs doublet while the heavy Majorana neutrino decays and thermal leptogenesis at the seesaw scale Λ are associated with the whole Higgs doublet. This unavoidable mismatch deserves to be conceptually clarified as we have done, because it is an intrinsic issue of the seesaw and leptogenesis mechanisms.</ce:para><ce:para id="pr0130">It is now straightforward to prove that the <ce:italic>formal</ce:italic> seesaw mechanism far above the electroweak scale will become <ce:italic>real</ce:italic> after the Higgs potential of the SM is minimized at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si126.svg"><mml:mo stretchy="false">〈</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo>≡</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mi>H</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>v</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:math> with a special direction characterized by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si127.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mo>±</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si128.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>v</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:math>, by which the electroweak gauge symmetry is spontaneously broken and thus all the particles coupled to the Higgs field acquire their nonzero masses. In this case the Lagrangian in Eq. <ce:cross-ref refid="fm0030" id="crf0510">(3)</ce:cross-ref> can be simplified to a more popular form,<ce:display><ce:formula id="fm0230"><ce:label>(23)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si129.svg"><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">]</mml:mo></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mn mathvariant="bold">0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si130.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mi>v</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:math> denotes the charged lepton mass matrix, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si131.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〈</mml:mo><mml:msup><mml:mrow><mml:mi>ϕ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>v</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:msqrt><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msqrt></mml:math> is usually referred to as the Dirac neutrino mass matrix. The expression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si132.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow></mml:msub></mml:math> in terms of the seesaw parameters can be directly read off from Eq. <ce:cross-ref refid="fm0180" id="crf0520">(18)</ce:cross-ref>, namely<ce:display><ce:formula id="fm0240"><ce:label>(24)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si133.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>R</mml:mi><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mi>I</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> We find that the exact seesaw formula obtained in Eq. <ce:cross-ref refid="fm0160" id="crf0530">(16)</ce:cross-ref> and the analytical results obtained in Eqs. <ce:cross-ref refid="fm0190" id="crf0540">(19)</ce:cross-ref>—<ce:cross-ref refid="fm0220" id="crf0550">(22)</ce:cross-ref> formally keep unchanged after spontaneous gauge symmetry breaking, but they are now subject to the electroweak scale. In other words, the electroweak symmetry breaking itself does not really affect the flavor structures of the seesaw mechanism. This observation implies that it is possible to determine or constrain some of the original seesaw-associated flavor parameters in some low-energy neutrino experiments, after the radiative corrections to such parameters are properly taken into account with the help of the relevant renormaliztion-group equations (RGEs) between a superhigh seesaw scale and the electroweak scale <ce:cross-ref refid="br0280" id="crf0560">[28]</ce:cross-ref>.</ce:para><ce:para id="pr0140">Note that the exact seesaw formula obtained in Eq. <ce:cross-ref refid="fm0160" id="crf0570">(16)</ce:cross-ref> can be simplified to the more popular form in the leading-order approximations of Eqs. <ce:cross-ref refid="fm0190" id="crf0580">(19)</ce:cross-ref> and <ce:cross-ref refid="fm0240" id="crf0590">(24)</ce:cross-ref>. That is, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si134.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si135.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mi>R</mml:mi><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math>, so the <ce:italic>effective</ce:italic> mass matrix for three active Majorana neutrinos is given by<ce:display><ce:formula id="fm0250"><ce:label>(25)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si136.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:mo>≃</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>R</mml:mi><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mo>≃</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">D</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si137.svg"><mml:mi>A</mml:mi><mml:mo>≃</mml:mo><mml:mi>B</mml:mi><mml:mo>≃</mml:mo><mml:mi>I</mml:mi></mml:math> has been assumed (i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si138.svg"><mml:mi>U</mml:mi><mml:mo>≃</mml:mo><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> holds in the neglect of the non-unitary effects characterized by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si139.svg"><mml:mi>A</mml:mi><mml:mo>≠</mml:mo><mml:mi>I</mml:mi></mml:math>). In this approximation the effective Majorana mass term for three active neutrinos at low energies turns out to be<ce:display><ce:formula id="fm0260"><ce:label>(26)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si140.svg"><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:mrow><mml:mo>‾</mml:mo></mml:mover><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mi mathvariant="normal">h</mml:mi><mml:mo>.</mml:mo><mml:mi mathvariant="normal">c</mml:mi><mml:mo>.</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where the column vector of the light neutrino mass eigenstates <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> has already been defined below Eq. <ce:cross-ref refid="fm0130" id="crf0600">(13)</ce:cross-ref>, and the physical meaning of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> as the diagonal Majorana neutrino mass matrix becomes definite and obvious.</ce:para></ce:section></ce:section><ce:section id="se0080"><ce:label>3</ce:label><ce:section-title id="st0090">How small is the mismatch?</ce:section-title><ce:section id="se0090"><ce:label>3.1</ce:label><ce:section-title id="st0100">An Euler-like parametrization</ce:section-title><ce:para id="pr0150">To clearly see how small the difference between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> (or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> (or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si125.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub></mml:math>) is expected to be, let us follow Refs. <ce:cross-refs refid="br0220 br0230 br0240" id="crs0080">[22–24]</ce:cross-refs> to make an Euler-like parametrization of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> unitary matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mi mathvariant="double-struck">U</mml:mi></mml:math> in Eq. <ce:cross-ref refid="fm0100" id="crf0610">(10)</ce:cross-ref>. First of all we introduce fifteen <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> Euler-like unitary matrices of the form <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si142.svg"><mml:mn>1</mml:mn><mml:mo>≤</mml:mo><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>j</mml:mi><mml:mo>≤</mml:mo><mml:mn>6</mml:mn></mml:math>): its <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si143.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>i</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si144.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>j</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> entries are both identical to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si145.svg"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mi mathvariant="normal">cos</mml:mi><mml:mo>⁡</mml:mo><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si146.svg"><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> being a flavor mixing angle and lying in the first quadrant, its other four diagonal elements are all equal to one, its <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si147.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si148.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>j</mml:mi><mml:mo>,</mml:mo><mml:mi>i</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> entries are given respectively by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si149.svg"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>≡</mml:mo><mml:msup><mml:mrow><mml:mi>e</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">i</mml:mi><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msup><mml:mi mathvariant="normal">sin</mml:mi><mml:mo>⁡</mml:mo><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si150.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>e</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">i</mml:mi><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msup><mml:mi mathvariant="normal">sin</mml:mi><mml:mo>⁡</mml:mo><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si151.svg"><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> being a CP-violating phase, and its other off-diagonal elements are all equal to zero. These matrices are then grouped in the following way to respectively describe the <ce:italic>active</ce:italic> flavor sector, the <ce:italic>sterile</ce:italic> flavor sector and the <ce:italic>interplay</ce:italic> between these two sectors:<ce:display><ce:formula id="fm0270"><ce:label>(27)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si152.svg"><mml:mrow><mml:mo stretchy="true" id="mmlbr0003">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:mi>I</mml:mi></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:mrow><mml:mo stretchy="true" linebreak="newline" indentalign="id" indenttarget="mmlbr0003" linebreakstyle="before">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mi>I</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>56</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>46</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>45</mml:mn></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:mrow><mml:mo stretchy="true" linebreak="newline" indentalign="id" indenttarget="mmlbr0003" linebreakstyle="before">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mi>A</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>R</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mi>S</mml:mi></mml:mtd><mml:mtd columnalign="center"><mml:mi>B</mml:mi></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where the pattern of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> is quite similar to the standard parametrization of a unitary PMNS matrix as advocated by the Particle Data Group <ce:cross-ref refid="br0090" id="crf0620">[9]</ce:cross-ref>,<ce:cross-ref refid="fn0050" id="crf0630"><ce:sup>5</ce:sup></ce:cross-ref><ce:footnote id="fn0050"><ce:label>5</ce:label><ce:note-para id="np0050">When <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> is applied to the phenomenology of neutrino physics in the basis of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si111.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>I</mml:mi></mml:math>, it is the phase parameter <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si153.svg"><mml:mi>δ</mml:mi><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub></mml:math> that characterizes the strength of CP violation in neutrino oscillations.</ce:note-para></ce:footnote><ce:display><ce:formula id="fm0280"><ce:label>(28)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si154.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> and the expression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> can be directly read off from that of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> with the subscript replacements <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si155.svg"><mml:mn>12</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>45</mml:mn></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si156.svg"><mml:mn>13</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>46</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si157.svg"><mml:mn>23</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>56</mml:mn></mml:math> for the three rotation angles and three CP-violating phases. The explicit expressions of <ce:italic>A</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>R</ce:italic> and <ce:italic>S</ce:italic> in terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si159.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>j</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>6</mml:mn></mml:math>) are rather lengthy, and hence they are listed in Eqs. <ce:cross-ref refid="fm0360" id="crf0640">(A.1)</ce:cross-ref> and <ce:cross-ref refid="fm0370" id="crf0650">(A.2)</ce:cross-ref> in Appendix <ce:cross-ref refid="se0130" id="crf0660">A</ce:cross-ref> for the same of simplicity. Among the four active-sterile flavor mixing matrices, only <ce:italic>A</ce:italic> and <ce:italic>R</ce:italic> affect the physical processes in which the light and heavy Majorana neutrinos take part, as can be seen from Eq. <ce:cross-ref refid="fm0150" id="crf0670">(15)</ce:cross-ref>. As both <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si116.svg"><mml:mi>U</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>A</mml:mi><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> and <ce:italic>R</ce:italic> appear in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">L</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">cc</mml:mi></mml:mrow></mml:msub></mml:math> in the chosen flavor basis (i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si111.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>I</mml:mi></mml:math>), three of the nice CP-violating phases (or their combinations) of <ce:italic>A</ce:italic> and <ce:italic>R</ce:italic> can always be rotated away by properly redefining the phases of three charged lepton fields <ce:cross-refs refid="br0290 br0300" id="crs0090">[29,30]</ce:cross-refs>.</ce:para><ce:para id="pr0160">The PMNS matrix <ce:italic>U</ce:italic> is obviously non-unitary because of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si161.svg"><mml:mi>U</mml:mi><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>A</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>I</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi>R</mml:mi><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup><mml:mo>≠</mml:mo><mml:mi>I</mml:mi></mml:math>, but its deviation from exact unitarity (i.e., from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math>) is found to be very small. A detailed and careful analysis of currently available electroweak precision measurements and neutrino oscillation data has put a stringent constraint on the non-unitarity of <ce:italic>U</ce:italic> — the latter is below or far below <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si162.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math> <ce:cross-refs refid="br0310 br0320 br0330 br0340 br0350" id="crs0100">[31–35]</ce:cross-refs>. This result implies that the deviation of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si163.svg"><mml:mi>A</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">†</mml:mi></mml:mrow></mml:msup></mml:math> from <ce:italic>I</ce:italic> ought to be smaller than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si162.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math>, and thus the nine active-sterile flavor mixing angles in <ce:italic>R</ce:italic> should be smaller than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si164.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math>. The advantage of such a phenomenological observation is that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si138.svg"><mml:mi>U</mml:mi><mml:mo>≃</mml:mo><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> can be a quite reliable approximation in most cases, but its disadvantage is that an experimental exploration of the seesaw-induced non-unitary effects of <ce:italic>U</ce:italic> at low energies will be rather challenging.</ce:para></ce:section><ce:section id="se0100"><ce:label>3.2</ce:label><ce:section-title id="st0110">Smallness of the mismatch</ce:section-title><ce:para id="pr0170">Eq. <ce:cross-ref refid="fm0200" id="crf0680">(20)</ce:cross-ref> tells us that a difference between the mass eigenstates of three heavy Majorana neutrinos associated with the seesaw mechanism (i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math>) and those associated with thermal leptogenesis (i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math>) is mainly characterized by the deviation of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si165.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup></mml:math> from the identity matrix <ce:italic>I</ce:italic>. With the help of Eq. <ce:cross-ref refid="fm0370" id="crf0690">(A.2)</ce:cross-ref>, we arrive at<ce:display><ce:formula id="fm0290"><ce:label>(29)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si166.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="newline" indentalign="left" linebreakstyle="before" id="mmlbr0004">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0004" linebreakstyle="before">≃</mml:mo><mml:mi>I</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:mspace width="0.25em"/><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/></mml:mtd><mml:mtd columnalign="center"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si167.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msup><mml:mrow><mml:mi>e</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">i</mml:mi><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msup><mml:mi mathvariant="normal">tan</mml:mi><mml:mo>⁡</mml:mo><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> is defined, and all the terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si168.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math> or smaller have been omitted from the second equation as an excellent approximation due to the smallness of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si146.svg"><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>j</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>6</mml:mn></mml:math>). We see that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si165.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup></mml:math> is also a lower triangular matrix like <ce:italic>B</ce:italic> itself. On the other hand, the factor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si169.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:math> appearing in Eq. <ce:cross-ref refid="fm0200" id="crf0700">(20)</ce:cross-ref> can be explicitly expressed as follows:<ce:display><ce:formula id="fm0300"><ce:label>(30)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si170.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mi>T</mml:mi></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>≃</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where Eq. <ce:cross-ref refid="fm0370" id="crf0710">(A.2)</ce:cross-ref> has been used, and the terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si171.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math> or smaller have been omitted from the second equation as a very good approximation. Now we conclude that the heavy Majorana neutrino mass basis <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> is identical to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> up to the accuracy of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si172.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math>, but it contains a small contribution of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si173.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math> from the light Majorana neutrino mass basis <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si174.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">L</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msup></mml:math> in the seesaw framework. Since the magnitudes of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si146.svg"><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>j</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>6</mml:mn></mml:math>) are highly suppressed in a realistic seesaw model with little fine-tuning, the mismatch between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> is expected to be negligible in most cases.</ce:para><ce:para id="pr0180">Let us proceed to examine how small the difference between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si125.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub></mml:math> in Eq. <ce:cross-ref refid="fm0210" id="crf0720">(21)</ce:cross-ref> can be. First of all, Eq. <ce:cross-ref refid="fm0370" id="crf0730">(A.2)</ce:cross-ref> allows us to make the approximation<ce:display><ce:formula id="fm0310"><ce:label>(31)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si175.svg"><mml:mrow><mml:mi>B</mml:mi><mml:mo>≃</mml:mo><mml:mi>I</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mspace width="0.25em"/><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mspace width="0.25em"/></mml:mtd><mml:mtd columnalign="center"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where the terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si168.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math> or smaller have been omitted. Secondly, we obtain<ce:display><ce:formula id="fm0320"><ce:label>(32)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si176.svg"><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo linebreak="newline" indentalign="left" linebreakstyle="before" id="mmlbr0005">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>t</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0005" linebreakstyle="before">≃</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> from Eq. <ce:cross-ref refid="fm0360" id="crf0740">(A.1)</ce:cross-ref>, where the terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si171.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math> or smaller have been neglected in the second equation as a reasonably good approximation. The exact expression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si177.svg"><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi></mml:math> can be directly read off from that of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si178.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:math> with the help of Eq. <ce:cross-ref refid="fm0320" id="crf0750">(32)</ce:cross-ref> by making the subscript replacements <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si179.svg"><mml:mn>15</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>24</mml:mn></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si180.svg"><mml:mn>16</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>34</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si181.svg"><mml:mn>26</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>35</mml:mn></mml:math>, so can its approximate expression. As a consequence,<ce:display><ce:formula id="fm0330"><ce:label>(33)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si182.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>S</mml:mi><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo>≃</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:mspace width="0.25em"/><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mspace width="0.25em"/><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mspace width="0.25em"/></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mrow></mml:math></ce:formula></ce:display> holds in the same approximation as made above. This result implies that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si125.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> are identical to each other up to the accuracy of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si172.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math>, simply because on the right-hand side of Eq. <ce:cross-ref refid="fm0220" id="crf0760">(22)</ce:cross-ref> the second term is suppressed in magnitude to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si168.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math> as compared with the first term.</ce:para><ce:para id="pr0190">It is worth remarking that our above analytical approximations are more or less subject to the canonical seesaw mechanism at an energy scale far above the electroweak scale, and thus the mismatch between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> (or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">R</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup></mml:math> (or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si125.svg"><mml:msub><mml:mrow><mml:mi mathvariant="script">D</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="script">N</mml:mi></mml:mrow></mml:msub></mml:math>) is very small. This situation will change when the low-scale seesaw and leptogenesis scenarios, in which a mismatch between the two sets of mass bases for heavy Majorana neutrinos is crucial, are taken into account (see, e.g., Refs. <ce:cross-refs refid="br0110 br0120" id="crs0110">[11,12]</ce:cross-refs>).</ce:para></ce:section><ce:section id="se0110"><ce:label>3.3</ce:label><ce:section-title id="st0120">Determination of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math></ce:section-title><ce:para id="pr0200">As already shown in Eq. <ce:cross-ref refid="fm0170" id="crf0770">(17)</ce:cross-ref>, the nine effective flavor parameters of three light Majorana neutrinos in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> (i.e., three effective masses, three flavor mixing angles and three CP-violating phases) can be expressed in terms of the eighteen seesaw parameters hidden in <ce:italic>A</ce:italic>, <ce:italic>R</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> (i.e., three heavy Majorana neutrino masses, nine active-sterile flavor mixing angles and six CP-violating phases). It is obvious that all the derivational seesaw parameters on the left-hand side of Eq. <ce:cross-ref refid="fm0170" id="crf0780">(17)</ce:cross-ref> would vanish if <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si183.svg"><mml:mi>R</mml:mi><mml:mo>∝</mml:mo><mml:msub><mml:mrow><mml:mi>Y</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> were switched off. So this equation provides an unambiguous way to determine the light degrees of freedom from the heavy degrees of freedom in the seesaw framework.</ce:para><ce:para id="pr0210">To be more specific, the six independent elements of the effective Majorana neutrino mass matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si184.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msubsup></mml:math> are given as follows:<ce:display><ce:formula id="fm0340"><ce:label>(34)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si185.svg"><mml:msub id="mmlbr0006"><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub id="mmlbr0007"><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0006" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0007" linebreakstyle="before">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0006" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0007" linebreakstyle="before">−</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0006" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0006" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0007" linebreakstyle="before">−</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0006" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> On the other hand, Eq. <ce:cross-ref refid="fm0170" id="crf0790">(17)</ce:cross-ref> tells us that these six matrix elements can originally be determined by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si186.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> thanks to the exact seesaw relation bridging the big gap between the light and heavy Majorana neutrinos. With the help of the explicit expression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si187.svg"><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi>R</mml:mi></mml:math> given in Eq. <ce:cross-ref refid="fm0320" id="crf0800">(32)</ce:cross-ref>, it is straightforward to obtain the expressions for the elements of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si188.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> in terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si146.svg"><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si151.svg"><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>j</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>6</mml:mn></mml:math>). Instead of presenting the exact analytical results, which are rather lengthy and hence less instructive, here we make the leading-order approximations for the expressions of <ce:italic>A</ce:italic> and <ce:italic>R</ce:italic> given in Eq. <ce:cross-ref refid="fm0360" id="crf0810">(A.1)</ce:cross-ref> and then arrive at<ce:display><ce:formula id="fm0350"><ce:label>(35)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si189.svg"><mml:msub id="mmlbr0008"><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>11</mml:mn></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0008" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0008" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>13</mml:mn></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0008" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>22</mml:mn></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0008" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>23</mml:mn></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex" linebreak="newline" indentalign="id" indenttarget="mmlbr0008" linebreakstyle="before">(</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:mrow><mml:mrow><mml:mn>33</mml:mn></mml:mrow></mml:msub><mml:mo>≃</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Let us emphasize that there appear nine CP-violating phases in Eq. <ce:cross-ref refid="fm0350" id="crf0820">(35)</ce:cross-ref>, but three of them (or their combinations) are redundant and can always be removed by rephasing the charged lepton fields in a proper way.<ce:cross-ref refid="fn0060" id="crf0830"><ce:sup>6</ce:sup></ce:cross-ref><ce:footnote id="fn0060"><ce:label>6</ce:label><ce:note-para id="np0060">A straightforward way to remove the three redundant phase parameters of <ce:italic>A</ce:italic> and <ce:italic>R</ce:italic> is just to switch off three of the nine phases in the nine active-sterile flavor mixing matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msub><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>j</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>6</mml:mn></mml:math>) in Eq. <ce:cross-ref refid="fm0270" id="crf0840">(27)</ce:cross-ref> from the very beginning. As there are many options in doing so, we do not go into details here.</ce:note-para></ce:footnote> A combination of Eqs. <ce:cross-ref refid="fm0340" id="crf0850">(34)</ce:cross-ref> and <ce:cross-ref refid="fm0350" id="crf0860">(35)</ce:cross-ref> allows us to establish the direct relations between the nine derivational and eighteen original seesaw parameters. So the former can in principle be determined from the latter for a given seesaw model (a top-down approach), and the latter may be partly probed or constrained from the former with the help of some low-energy neutrino experiments (a bottom-up approach). A careful and detailed analysis of the parameter space along this line of thought will be made elsewhere.</ce:para></ce:section></ce:section><ce:section id="se0120"><ce:label>4</ce:label><ce:section-title id="st0130">Summary</ce:section-title><ce:para id="pr0220">We have reformulated the canonical seesaw mechanism by considering the fact that the electroweak gauge symmetry is unbroken at the seesaw scale characterized by the masses of heavy Majorana neutrinos, and shown that it can <ce:italic>formally</ce:italic> work and allow us to derive an exact seesaw relation between the active (light) and sterile (heavy) Majorana neutrinos. In this way we have elucidated the reason why there is an unavoidable mismatch between the mass eigenstates of heavy Majorana neutrinos associated with the seesaw and thermal leptogenesis mechanisms. The smallness of this mismatch has been discussed with the help of a complete Euler-like parametrization of the flavor structure in the seesaw framework, and the exact and explicit relations between the <ce:italic>original</ce:italic> and <ce:italic>derivational</ce:italic> seesaw parameters have been established as a by-product.</ce:para><ce:para id="pr0230">We hope that this work may help clarify some conceptual ambiguities associated with the validity of the seesaw mechanism before and after spontaneous electroweak symmetry breaking, because such ambiguities have never been taken serious in the literature. It should also be helpful to clarify the ambiguities associated with the RGE evolution between the “virtual” flavor parameters of Majorana neutrinos at the seesaw scale and those “real” ones at the electroweak scale, which is crucial to bridge the gap between a well-motivated UV-complete flavor theory including the seesaw mechanism and all the possible low-energy flavor experiments.</ce:para> </ce:section><ce:section id="se0140"><ce:section-title id="st0180">CRediT authorship contribution statement</ce:section-title><ce:para id="pr0270"><ce:bold>Zhi-zhong Xing:</ce:bold> Conceptualization, Investigation, Methodology, Writing – original draft, Writing – review & editing.</ce:para></ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0190">Declaration of Competing Interest</ce:section-title><ce:para id="pr0280">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0140">Acknowledgements</ce:section-title><ce:para id="pr0240">I am greatly indebted to Di Zhang and Shun Zhou for numerous helpful discussions and comments about this paper, a work dedicated to the 50th birthday of my home institute, the Institute of High Energy Physics, which was founded on 1 February 1973. I would also like to thank Marco Drewes for very useful discussions and comments. My research is supported in part by the <ce:grant-sponsor id="gsp0010" sponsor-id="https://doi.org/10.13039/501100001809">National Natural Science Foundation of China</ce:grant-sponsor> under grant No. <ce:grant-number refid="gsp0010">12075254</ce:grant-number> and grant No. <ce:grant-number refid="gsp0010">11835013</ce:grant-number>.</ce:para></ce:acknowledgment><ce:appendices><ce:section id="se0130"><ce:label>Appendix A</ce:label><ce:section-title id="st0150">The expressions of <ce:italic>A</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>R</ce:italic> and <ce:italic>S</ce:italic></ce:section-title><ce:para id="pr0250">Given the Euler-like parametrization of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> unitary flavor mixing matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mi mathvariant="double-struck">U</mml:mi></mml:math> decomposed in Eq. <ce:cross-ref refid="fm0270" id="crf0870">(27)</ce:cross-ref>, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mn>3</mml:mn></mml:math> active-sterile flavor mixing matrices <ce:italic>A</ce:italic>, <ce:italic>B</ce:italic>, <ce:italic>R</ce:italic> and <ce:italic>S</ce:italic> depend on the same nine rotation angles <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si146.svg"><mml:msub><mml:mrow><mml:mi>θ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> and nine phase angles <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si151.svg"><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math> (for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>i</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>j</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>6</mml:mn></mml:math>). To be explicit <ce:cross-refs refid="br0220 br0230" id="crs0120">[22,23]</ce:cross-refs>,<ce:display><ce:formula id="fm0360"><ce:label>(A.1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si190.svg"><mml:mi id="mmlbr0009">A</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0009" linebreakstyle="after">,</mml:mo><mml:mi>R</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>;</mml:mo></mml:math></ce:formula></ce:display> and<ce:display><ce:formula id="fm0370"><ce:label>(A.2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si191.svg"><mml:mi id="mmlbr0010">B</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mn>0</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0010" linebreakstyle="after">,</mml:mo><mml:mi>S</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mtable><mml:mtr><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>14</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>15</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>16</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mtable><mml:mtr><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="left"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>24</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>25</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>26</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable></mml:mtd><mml:mtd columnalign="center"><mml:mo>−</mml:mo><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>34</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>35</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>36</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr></mml:mtable><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> We see that both <ce:italic>A</ce:italic> and <ce:italic>B</ce:italic> are the lower triangular matrices, and the expression of <ce:italic>B</ce:italic> can be read off from that of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si192.svg"><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:math> with the subscript replacements <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si179.svg"><mml:mn>15</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>24</mml:mn></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si180.svg"><mml:mn>16</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>34</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si181.svg"><mml:mn>26</mml:mn><mml:mo stretchy="false">↔</mml:mo><mml:mn>35</mml:mn></mml:math>. The expression of <ce:italic>S</ce:italic> can be similarly obtained from that of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si193.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup></mml:math> with the same subscript replacements <ce:cross-ref refid="br0240" id="crf0880">[24]</ce:cross-ref>. Note, however, that <ce:italic>B</ce:italic> and <ce:italic>S</ce:italic> do not affect any physical processes in the seesaw mechanism.</ce:para></ce:section></ce:appendices></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0160">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bibADD2B090BFBF49417BB3AB7A01295D54s1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Minkowski</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si194.svg"><mml:mi>μ</mml:mi><mml:mo stretchy="false">→</mml:mo><mml:mi>e</mml:mi><mml:mi>γ</mml:mi></mml:math> at a rate of one out of 10<ce:sup>9</ce:sup> muon decays?</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>67</sb:volume-nr></sb:series><sb:date>1977</sb:date></sb:issue><sb:pages><sb:first-page>421</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0015">P. Minkowski, “μ→eγ at a rate of one out of 109 muon decays?” Phys. Lett. 67B (1977) 421.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bib5BF9E2DBBCA42A64CDAE66A10E170751s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Yanagida</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Horizontal gauge symmetry and masses of neutrinos</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Conf. Proc. C</sb:maintitle></sb:title><sb:volume-nr>7902131</sb:volume-nr></sb:series><sb:date>1979</sb:date></sb:issue><sb:pages><sb:first-page>95</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0020">T. Yanagida, “Horizontal gauge symmetry and masses of neutrinos,” Conf. Proc. C 7902131 (1979) 95.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bib882BADE8E896CBC1DEA7386BD15AA05Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Gell-Mann</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Ramond</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Slansky</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Complex spinors and unified theories</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Conf. Proc. C</sb:maintitle></sb:title><sb:volume-nr>790927</sb:volume-nr></sb:series><sb:date>1979</sb:date></sb:issue><sb:pages><sb:first-page>315</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1306.4669" id="inf0010">arXiv:1306.4669 [hep-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0025">M. Gell-Mann, P. Ramond and R. Slansky, “Complex spinors and unified theories,” Conf. Proc. C 790927 (1979) 315 [arXiv:1306.4669 [hep-th]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bibCDD9FBD35F7DC32210EE6E4987163DEBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.L.</ce:given-name><ce:surname>Glashow</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The future of elementary particle physics</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>NATO Sci. Ser. B</sb:maintitle></sb:title><sb:volume-nr>61</sb:volume-nr></sb:series><sb:date>1980</sb:date></sb:issue><sb:pages><sb:first-page>687</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0030">S. L. Glashow, “The future of elementary particle physics,” NATO Sci. Ser. B 61 (1980) 687.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib60265ADB237F230363000E5769FFD3FCs1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.N.</ce:given-name><ce:surname>Mohapatra</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Senjanovic</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Neutrino mass and spontaneous parity nonconservation</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>44</sb:volume-nr></sb:series><sb:date>1980</sb:date></sb:issue><sb:pages><sb:first-page>912</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0035">R. N. Mohapatra and G. Senjanovic, “Neutrino mass and spontaneous parity nonconservation,” Phys. Rev. Lett. 44 (1980) 912.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bib7501BAE520E9D3E61CBFB7262E3A08BCs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Weinberg</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A model of leptons</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>19</sb:volume-nr></sb:series><sb:date>1967</sb:date></sb:issue><sb:pages><sb:first-page>1264</sb:first-page><sb:last-page>1266</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0040">S. Weinberg, “A Model of Leptons,” Phys. Rev. Lett. 19 (1967), 1264-1266</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bib9543F5F9E66C0F4B539726AECDD387DAs1"><sb:contribution langtype="non-en"><sb:authors><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Majorana</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Teoria simmetrica dell'elettrone e del positrone</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nuovo Cimento</sb:maintitle></sb:title><sb:volume-nr>14</sb:volume-nr></sb:series><sb:date>1937</sb:date></sb:issue><sb:pages><sb:first-page>171</sb:first-page><sb:last-page>184</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0045">E. Majorana, “Teoria simmetrica dell'elettrone e del positrone,” Nuovo Cim. 14 (1937), 171-184</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bib654E1CF8D16D30855CCC736EBFFAD418s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Fukugita</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Yanagida</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Baryogenesis without Grand Unification</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>174</sb:volume-nr></sb:series><sb:date>1986</sb:date></sb:issue><sb:pages><sb:first-page>45</sb:first-page><sb:last-page>47</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0050">M. Fukugita and T. Yanagida, “Baryogenesis Without Grand Unification,” Phys. Lett. B 174 (1986), 45-47</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib98712B5A0F97E44C6A6E62FF85560CE8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.L.</ce:given-name><ce:surname>Workman</ce:surname></sb:author><sb:et-al/><sb:collaboration>Particle Data Group</sb:collaboration></sb:authors><sb:title><sb:maintitle>Review of Particle Physics</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>PTEP</sb:maintitle></sb:title><sb:volume-nr>2022</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>083C01</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0055">R. L. Workman et al. [Particle Data Group], “Review of Particle Physics,” PTEP 2022 (2022), 083C01</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bib63AE34855914DCF115421B3AE2B4D434s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Drewes</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The phenomenology of right handed neutrinos</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. E</sb:maintitle></sb:title><sb:volume-nr>22</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>1330019</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1303.6912" id="inf0020">arXiv:1303.6912 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0060">M. Drewes, “The Phenomenology of Right Handed Neutrinos,” Int. J. Mod. Phys. E 22 (2013), 1330019 [arXiv:1303.6912 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib85FB4BD61711493228F211CCB8F4254Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Canetti</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Drewes</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Frossard</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Shaposhnikov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Dark matter, baryogenesis and neutrino oscillations from right handed neutrinos</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>87</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>093006</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1208.4607" id="inf0030">arXiv:1208.4607 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0065">L. Canetti, M. Drewes, T. Frossard and M. Shaposhnikov, “Dark Matter, Baryogenesis and Neutrino Oscillations from Right Handed Neutrinos,” Phys. Rev. D 87 (2013), 093006 [arXiv:1208.4607 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bib2F1308F675BAA88EC5C253F7F1220E4Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Drewes</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Klarić</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Klose</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On lepton number violation in heavy neutrino decays at colliders</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:article-number>032</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1907.13034" id="inf0040">arXiv:1907.13034 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0070">M. Drewes, J. Klarić and P. Klose, “On lepton number violation in heavy neutrino decays at colliders,” JHEP 11 (2019), 032 [arXiv:1907.13034 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bib759C6273B33E20A8692E1F952F66130Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Chrzaszcz</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Drewes</ce:surname></sb:author><sb:author><ce:given-name>T.E.</ce:given-name><ce:surname>Gonzalo</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Harz</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Krishnamurthy</ce:surname></sb:author><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Weniger</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A frequentist analysis of three right-handed neutrinos with GAMBIT</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:issue-nr>6</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:pages><sb:first-page>569</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1908.02302" id="inf0050">arXiv:1908.02302 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0075">M. Chrzaszcz, M. Drewes, T. E. Gonzalo, J. Harz, S. Krishnamurthy and C. Weniger, “A frequentist analysis of three right-handed neutrinos with GAMBIT,” Eur. Phys. J. C 80 (2020) no.6, 569 [arXiv:1908.02302 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bib00F55322707A66A9632E3AA254A08843s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Klarić</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Shaposhnikov</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Timiryasov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Reconciling resonant leptogenesis and baryogenesis via neutrino oscillations</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>104</sb:volume-nr></sb:series><sb:issue-nr>5</sb:issue-nr><sb:date>2021</sb:date></sb:issue><sb:article-number>055010</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2103.16545" id="inf0060">arXiv:2103.16545 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0080">J. Klarić, M. Shaposhnikov and I. Timiryasov, “Reconciling resonant leptogenesis and baryogenesis via neutrino oscillations,” Phys. Rev. D 104 (2021) no.5, 055010 [arXiv:2103.16545 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bibBCE7BE05C389ED92769B8575246F4EB7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.A.</ce:given-name><ce:surname>Luty</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Baryogenesis via leptogenesis</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>45</sb:volume-nr></sb:series><sb:date>1992</sb:date></sb:issue><sb:pages><sb:first-page>455</sb:first-page><sb:last-page>465</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0085">M. A. Luty, “Baryogenesis via leptogenesis,” Phys. Rev. D 45 (1992), 455-465</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bibC44F616225D42A9E09B931CD1579CAD1s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Covi</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Roulet</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Vissani</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>CP violating decays in leptogenesis scenarios</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>384</sb:volume-nr></sb:series><sb:date>1996</sb:date></sb:issue><sb:pages><sb:first-page>169</sb:first-page><sb:last-page>174</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/9605319" id="inf0070">arXiv:hep-ph/9605319 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0090">L. Covi, E. Roulet and F. Vissani, “CP violating decays in leptogenesis scenarios,” Phys. Lett. B 384 (1996), 169-174 [arXiv:hep-ph/9605319 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bib0D151A4FEDE09C4EB9E7CC150E72C244s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Plumacher</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Baryogenesis and lepton number violation</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Z. Phys. C</sb:maintitle></sb:title><sb:volume-nr>74</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>549</sb:first-page><sb:last-page>559</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/9604229" id="inf0080">arXiv:hep-ph/9604229 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0095">M. Plumacher, “Baryogenesis and lepton number violation,” Z. Phys. C 74 (1997), 549-559 [arXiv:hep-ph/9604229 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bib94A3694E036856212F95FC47B096DD18s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Pilaftsis</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>CP violation and baryogenesis due to heavy Majorana neutrinos</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>56</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>5431</sb:first-page><sb:last-page>5451</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/9707235" id="inf0090">arXiv:hep-ph/9707235 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0100">A. Pilaftsis, “CP violation and baryogenesis due to heavy Majorana neutrinos,” Phys. Rev. D 56 (1997), 5431-5451 [arXiv:hep-ph/9707235 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bib8A9C09C2FFE4B8A91A1EB662973CF14Es1"><sb:contribution xml:lang="fr" langtype="iso"><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Autonne</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Sur les matrices hypohermitiennes et sur les matrices unitaires</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Ann. Univ. Lyon</sb:maintitle></sb:title><sb:volume-nr>38</sb:volume-nr></sb:series><sb:date>1915</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page><sb:last-page>77</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0105">L. Autonne, “Sur les matrices hypohermitiennes et sur les matrices unitaires,” Ann. Univ. Lyon 38 (1915), 1-77.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bib59D361D51E4F58307A9802E9A02978F4s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Takagi</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On an algebraic problem related to an analytic theorem of Carathéodory and Fejér and on an allied theorem of Landau</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Jpn. J. Math.</sb:maintitle></sb:title><sb:volume-nr>1</sb:volume-nr></sb:series><sb:date>1924</sb:date></sb:issue><sb:pages><sb:first-page>83</sb:first-page><sb:last-page>93</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0110">T. Takagi, “On an algebraic problem related to an analytic theorem of Carathéodory and Fejér and on an allied theorem of Landau,” Japan. J. Math. 1 (1924), 83-93.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib17266EF8D88FACD426EFE874D070B0AEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Di Bari</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On the origin of matter in the Universe</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Part. Nucl. Phys.</sb:maintitle></sb:title><sb:volume-nr>122</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>103913</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2107.13750" id="inf0100">arXiv:2107.13750 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0115">P. Di Bari, “On the origin of matter in the Universe,” Prog. Part. Nucl. Phys. 122 (2022), 103913 [arXiv:2107.13750 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bib6F62EC5B6F5B6DAD066ED3A9ED3D23FBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.z.</ce:given-name><ce:surname>Xing</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Correlation between the charged current interactions of light and heavy Majorana neutrinos</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>660</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:pages><sb:first-page>515</sb:first-page><sb:last-page>521</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0709.2220" id="inf0110">arXiv:0709.2220 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0120">Z. z. Xing, “Correlation between the Charged Current Interactions of Light and Heavy Majorana Neutrinos,” Phys. Lett. B 660 (2008), 515-521 [arXiv:0709.2220 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bibE1B150CA5106E4E8D979AC6F92F0B146s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.z.</ce:given-name><ce:surname>Xing</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A full parametrization of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mn>6</mml:mn><mml:mo>×</mml:mo><mml:mn>6</mml:mn></mml:math> flavor mixing matrix in the presence of three light or heavy sterile neutrinos</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>85</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:article-number>013008</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1110.0083" id="inf0120">arXiv:1110.0083 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0125">Z. z. Xing, “A full parametrization of the 6×6 flavor mixing matrix in the presence of three light or heavy sterile neutrinos,” Phys. Rev. D 85 (2012), 013008 [arXiv:1110.0083 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bib0983B4050D724263816E34A38F48C135s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.z.</ce:given-name><ce:surname>Xing</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Flavor structures of charged fermions and massive neutrinos</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>854</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page><sb:last-page>147</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1909.09610" id="inf0130">arXiv:1909.09610 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0130">Z. z. Xing, “Flavor structures of charged fermions and massive neutrinos,” Phys. Rept. 854 (2020), 1-147 [arXiv:1909.09610 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0250"><ce:label>[25]</ce:label><sb:reference id="bibEF1F026B9D4F935BCA4A443927828F23s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Pontecorvo</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Mesonium and anti-mesonium</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Sov. Phys. JETP</sb:maintitle></sb:title><sb:volume-nr>6</sb:volume-nr></sb:series><sb:date>1957</sb:date></sb:issue><sb:pages><sb:first-page>429</sb:first-page></sb:pages></sb:host><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Zh. Eksp. Teor. Fiz.</sb:maintitle></sb:title><sb:volume-nr>33</sb:volume-nr></sb:series><sb:date>1957</sb:date></sb:issue><sb:pages><sb:first-page>549</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0135">B. Pontecorvo, “Mesonium and anti-mesonium,” Sov. Phys. JETP 6 (1957) 429 [Zh. Eksp. Teor. Fiz. 33 (1957) 549].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0260"><ce:label>[26]</ce:label><sb:reference id="bib62BC39C0119C15969E594B777B3E7D28s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.</ce:given-name><ce:surname>Maki</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Nakagawa</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Sakata</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Remarks on the unified model of elementary particles</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Theor. Phys.</sb:maintitle></sb:title><sb:volume-nr>28</sb:volume-nr></sb:series><sb:date>1962</sb:date></sb:issue><sb:pages><sb:first-page>870</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0140">Z. Maki, M. Nakagawa and S. Sakata, “Remarks on the unified model of elementary particles,” Prog. Theor. Phys. 28 (1962) 870.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0270"><ce:label>[27]</ce:label><sb:reference id="bibFFDF74491AF021E8D0F01F0A9834E4F3s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Pontecorvo</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Neutrino experiments and the problem of conservation of leptonic charge</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Sov. Phys. JETP</sb:maintitle></sb:title><sb:volume-nr>26</sb:volume-nr></sb:series><sb:date>1968</sb:date></sb:issue><sb:pages><sb:first-page>984</sb:first-page></sb:pages></sb:host><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Zh. Eksp. Teor. Fiz.</sb:maintitle></sb:title><sb:volume-nr>53</sb:volume-nr></sb:series><sb:date>1967</sb:date></sb:issue><sb:pages><sb:first-page>1717</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0145">B. Pontecorvo, “Neutrino Experiments and the Problem of Conservation of Leptonic Charge,” Sov. Phys. JETP 26 (1968) 984 [Zh. Eksp. Teor. Fiz. 53 (1967) 1717].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0280"><ce:label>[28]</ce:label><sb:reference id="bibFEBAA5A4986470FCC8966B96C218339As1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Ohlsson</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zhou</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Renormalization group running of neutrino parameters</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nat. Commun.</sb:maintitle></sb:title><sb:volume-nr>5</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:pages><sb:first-page>5153</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1311.3846" id="inf0140">arXiv:1311.3846 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0150">T. Ohlsson and S. Zhou, “Renormalization group running of neutrino parameters,” Nature Commun. 5 (2014), 5153 [arXiv:1311.3846 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0290"><ce:label>[29]</ce:label><sb:reference id="bibA77E43DB420ABDF4D87AF9CD560D71BFs1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Endoh</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Morozumi</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Onogi</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Purwanto</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>CP violation in seesaw model</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>64</sb:volume-nr></sb:series><sb:date>2001</sb:date></sb:issue><sb:article-number>013006</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/0012345" id="inf0150">arXiv:hep-ph/0012345 [hep-ph]</ce:inter-ref></sb:e-host></sb:host><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>64</sb:volume-nr></sb:series><sb:date>2001</sb:date></sb:issue><sb:article-number>059904</sb:article-number></sb:host><sb:comment>erratum</sb:comment></sb:reference><ce:source-text id="srct0155">T. Endoh, T. Morozumi, T. Onogi and A. Purwanto, “CP violation in seesaw model,” Phys. Rev. D 64 (2001), 013006 [erratum: Phys. Rev. D 64 (2001), 059904] [arXiv:hep-ph/0012345 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0300"><ce:label>[30]</ce:label><sb:reference id="bib8E59BBDB7E380AD70CA0924081BB4F6Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.C.</ce:given-name><ce:surname>Branco</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Morozumi</ce:surname></sb:author><sb:author><ce:given-name>B.M.</ce:given-name><ce:surname>Nobre</ce:surname></sb:author><sb:author><ce:given-name>M.N.</ce:given-name><ce:surname>Rebelo</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A Bridge between CP violation at low-energies and leptogenesis</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>617</sb:volume-nr></sb:series><sb:date>2001</sb:date></sb:issue><sb:pages><sb:first-page>475</sb:first-page><sb:last-page>492</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/0107164" id="inf0160">arXiv:hep-ph/0107164 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0160">G. C. Branco, T. Morozumi, B. M. Nobre and M. N. Rebelo, “A Bridge between CP violation at low-energies and leptogenesis,” Nucl. Phys. B 617 (2001), 475-492 [arXiv:hep-ph/0107164 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0310"><ce:label>[31]</ce:label><sb:reference id="bib16BF68DC85BCAB32620E8E011DA2DA1Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Antusch</ce:surname></sb:author><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Biggio</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Fernandez-Martinez</ce:surname></sb:author><sb:author><ce:given-name>M.B.</ce:given-name><ce:surname>Gavela</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Lopez-Pavon</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Unitarity of the leptonic mixing matrix</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2006</sb:date></sb:issue><sb:article-number>084</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/0607020" id="inf0170">arXiv:hep-ph/0607020 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0165">S. Antusch, C. Biggio, E. Fernandez-Martinez, M. B. Gavela and J. Lopez-Pavon, “Unitarity of the Leptonic Mixing Matrix,” JHEP 10 (2006), 084 [arXiv:hep-ph/0607020 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0320"><ce:label>[32]</ce:label><sb:reference id="bibC5CF8BE3E5BC6F247C74AD63F8161B0Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Antusch</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Blanchet</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Blennow</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Fernandez-Martinez</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Non-unitary leptonic mixing and leptogenesis</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>01</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>017</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0910.5957" id="inf0180">arXiv:0910.5957 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0170">S. Antusch, S. Blanchet, M. Blennow and E. Fernandez-Martinez, “Non-unitary Leptonic Mixing and Leptogenesis,” JHEP 01 (2010), 017 [arXiv:0910.5957 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0330"><ce:label>[33]</ce:label><sb:reference id="bib4AD89AEE6C54211A6FFB1D038C2F7F9Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Blennow</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Coloma</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Fernandez-Martinez</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Hernandez-Garcia</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Lopez-Pavon</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Non-unitarity, sterile neutrinos, and non-standard neutrino interactions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>04</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:article-number>153</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1609.08637" id="inf0190">arXiv:1609.08637 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0175">M. Blennow, P. Coloma, E. Fernandez-Martinez, J. Hernandez-Garcia and J. Lopez-Pavon, “Non-Unitarity, sterile neutrinos, and Non-Standard neutrino Interactions,” JHEP 04 (2017), 153 [arXiv:1609.08637 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0340"><ce:label>[34]</ce:label><sb:reference id="bib0185E0E4F30327A6582E98DED8F16A9Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.</ce:given-name><ce:surname>Hu</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Ling</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Tang</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Wang</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Global oscillation data analysis on the 3<ce:italic>ν</ce:italic> mixing without unitarity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>01</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>124</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2008.09730" id="inf0200">arXiv:2008.09730 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0180">Z. Hu, J. Ling, J. Tang and T. Wang, “Global oscillation data analysis on the 3ν mixing without unitarity,” JHEP 01 (2021), 124 [arXiv:2008.09730 [hep-ph]].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0350"><ce:label>[35]</ce:label><sb:reference id="bibB1EC674EA5617ABD41ACF35F35FDC275s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Y.</ce:given-name><ce:surname>Wang</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zhou</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Non-unitary leptonic flavor mixing and CP violation in neutrino-antineutrino oscillations</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>824</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>136797</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2109.13622" id="inf0210">arXiv:2109.13622 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0185">Y. Wang and S. Zhou, “Non-unitary leptonic flavor mixing and CP violation in neutrino-antineutrino oscillations,” Phys. Lett. B 824 (2022), 136797 [arXiv:2109.13622 [hep-ph]].</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> diff --git a/tests/units/elsevier/data/CERNQ000000010011/S0550321323000366/main.xml b/tests/units/elsevier/data/CERNQ000000010011/S0550321323000366/main.xml index df1bf226..9cc99dc0 100644 --- a/tests/units/elsevier/data/CERNQ000000010011/S0550321323000366/main.xml +++ b/tests/units/elsevier/data/CERNQ000000010011/S0550321323000366/main.xml @@ -1 +1 @@ -<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd" [<!ENTITY gr001 SYSTEM "gr001" NDATA IMAGE><!ENTITY gr002 SYSTEM "gr002" NDATA IMAGE><!ENTITY gr003 SYSTEM "gr003" NDATA IMAGE><!ENTITY gr004 SYSTEM "gr004" NDATA IMAGE><!ENTITY gr005 SYSTEM "gr005" NDATA IMAGE><!ENTITY gr006 SYSTEM "gr006" NDATA IMAGE><!ENTITY gr007 SYSTEM "gr007" NDATA IMAGE>]><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="fla" xml:lang="en"><item-info><jid>NUPHB</jid><aid>116107</aid><ce:article-number>116107</ce:article-number><ce:pii>S0550-3213(23)00036-6</ce:pii><ce:doi>10.1016/j.nuclphysb.2023.116107</ce:doi><ce:copyright year="2023" type="other">The Author(s)</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Quantum Field Theory and Statistical Systems</ce:text></ce:doctopic></ce:doctopics></item-info><ce:floats><ce:figure id="fg0010"><ce:label>Fig. 1</ce:label><ce:caption id="cp0010"><ce:simple-para id="sp0010">Blocking procedure to reduce a two-dimensional 4 × 4 lattice to a single tensor using alternating contractions in the horizontal and vertical directions.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0010">Fig. 1</ce:alt-text><ce:link locator="gr001" xlink:type="simple" xlink:href="pii:S0550321323000366/gr001" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0010"/></ce:figure><ce:figure id="fg0020"><ce:label>Fig. 2</ce:label><ce:caption id="cp0020"><ce:simple-para id="sp0020">Illustration of the contraction <ce:italic>T</ce:italic>⋆<ce:inf>1</ce:inf><ce:italic>T</ce:italic> = <ce:italic>M</ce:italic> along the 1-direction in a three-dimensional system, as in <ce:cross-ref refid="fm0020" id="crf0010">(2)</ce:cross-ref>. The square nodes represent the fusion of the original tensor indices into the combined fat indices <ce:cross-ref refid="fm0030" id="crf0020">(3)</ce:cross-ref> of <ce:italic>M</ce:italic>.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0020">Fig. 2</ce:alt-text><ce:link locator="gr002" xlink:type="simple" xlink:href="pii:S0550321323000366/gr002" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0020"/></ce:figure><ce:figure id="fg0030"><ce:label>Fig. 3</ce:label><ce:caption id="cp0030"><ce:simple-para id="sp0030">Two tensors <ce:italic>T</ce:italic> are contracted over their shared vertical link, producing a tensor <ce:italic>M</ce:italic> with fat horizontal modes (green box). The fat modes of <ce:italic>M</ce:italic> are projected onto subspaces with the projectors <ce:italic>P</ce:italic><ce:inf><ce:italic>U</ce:italic></ce:inf> = <ce:italic>UU</ce:italic><ce:sup><ce:italic>T</ce:italic></ce:sup> and <ce:italic>P</ce:italic><ce:inf><ce:italic>V</ce:italic></ce:inf> = <ce:italic>VV</ce:italic><ce:sup><ce:italic>T</ce:italic></ce:sup>, respectively, to form the lower rank approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> of <ce:cross-ref refid="fm0200" id="crf0030">(20)</ce:cross-ref> (blue box). As part of the construction one recognizes the core tensor <ce:italic>S</ce:italic> of <ce:cross-ref refid="fm0190" id="crf0040">(19)</ce:cross-ref> (red box). Note that the matrices <ce:italic>U</ce:italic>, <ce:italic>U</ce:italic><ce:sup><ce:italic>T</ce:italic></ce:sup>, <ce:italic>V</ce:italic> and <ce:italic>V</ce:italic><ce:sup><ce:italic>T</ce:italic></ce:sup>, described by diamonds in the figure, are applied from the inside to the outside, in correspondence with <ce:cross-ref refid="fm0190" id="crf0050">(19)</ce:cross-ref> and <ce:cross-ref refid="fm0200" id="crf0060">(20)</ce:cross-ref>.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0030">Fig. 3</ce:alt-text><ce:link locator="gr003" xlink:type="simple" xlink:href="pii:S0550321323000366/gr003" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0030"/></ce:figure><ce:figure id="fg0040"><ce:label>Fig. 4</ce:label><ce:caption id="cp0040"><ce:simple-para id="sp0040">Two approximations <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math>, constructed in <ce:cross-ref refid="fg0030" id="crf0070">Fig. 3</ce:cross-ref>, are contracted in the horizontal direction. This illustrates how the projections performed in the first contraction are concatenated when making this second contraction, leading to a product <ce:italic>P</ce:italic><ce:inf><ce:italic>U</ce:italic></ce:inf><ce:italic>P</ce:italic><ce:inf><ce:italic>V</ce:italic></ce:inf>. Here a new building block <ce:italic>G</ce:italic> = <ce:italic>U</ce:italic><ce:sup><ce:italic>T</ce:italic></ce:sup><ce:italic>V</ce:italic> arises, which we call a <ce:italic>merger</ce:italic> between two core tensors <ce:italic>S</ce:italic>. Note that, for consistency, the matrices operate in chronological order (from the inside to the outside with respect to <ce:italic>M</ce:italic> of <ce:cross-ref refid="fg0030" id="crf0080">Fig. 3</ce:cross-ref>) and not from left to right. The half-mergers on the left and right will connect to their counter parts in further contractions.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0040">Fig. 4</ce:alt-text><ce:link locator="gr004" xlink:type="simple" xlink:href="pii:S0550321323000366/gr004" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0040"/></ce:figure><ce:figure id="fg0050"><ce:label>Fig. 5</ce:label><ce:caption id="cp0050"><ce:simple-para id="sp0050">The construction in <ce:cross-ref refid="fg0040" id="crf0090">Fig. 4</ce:cross-ref> drastically simplifies when choosing <ce:italic>U</ce:italic> = <ce:italic>V</ce:italic>, as the merger <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:mi>G</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mn mathvariant="double-struck">1</mml:mn></mml:mrow><mml:mrow><mml:mi>D</mml:mi></mml:mrow></mml:msub></mml:math> in this case. The frames are solely needed to construct the core tensor <ce:italic>S</ce:italic>. This property will spread through the entire blocking procedure (including the final trace), such that the calculation can be performed using the core tensor only.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0050">Fig. 5</ce:alt-text><ce:link locator="gr005" xlink:type="simple" xlink:href="pii:S0550321323000366/gr005" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0050"/></ce:figure><ce:figure id="fg0060"><ce:label>Fig. 6</ce:label><ce:caption id="cp0060"><ce:simple-para id="sp0060">Comparison of (<ce:italic>ϵ</ce:italic> − <ce:italic>ϵ</ce:italic><ce:inf>hooi</ce:inf>)/<ce:italic>ϵ</ce:italic><ce:inf>hooi</ce:inf> for approximations of 100 independent random tensors of dimension 10 × 10 × 100 × 100 truncated to dimension 10 × 10 × 10 × 10 using HOSVD, the Xie method, SuperQ and ISQ. The tensor elements are chosen randomly from a uniform distribution over [0,1] (left plot) and from a Gaussian distribution <ce:italic>N</ce:italic>(0;1) (right plot). The horizontal axis represents different random tensors.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0060">Fig. 6</ce:alt-text><ce:link locator="gr006" xlink:type="simple" xlink:href="pii:S0550321323000366/gr006" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0060"/></ce:figure><ce:figure id="fg0070"><ce:label>Fig. 7</ce:label><ce:caption id="cp0070"><ce:simple-para id="sp0070">Comparison of (<ce:italic>ϵ</ce:italic> − <ce:italic>ϵ</ce:italic><ce:inf>hooi</ce:inf>)/<ce:italic>ϵ</ce:italic><ce:inf>hooi</ce:inf> for random tensors of dimension 30 × 30 × 30 × 30 truncated to dimension 10 × 10 × 10 × 10, using the same approximation methods and the same probability distributions for the tensor elements as in <ce:cross-ref refid="fg0060" id="crf0100">Fig. 6</ce:cross-ref>.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0070">Fig. 7</ce:alt-text><ce:link locator="gr007" xlink:type="simple" xlink:href="pii:S0550321323000366/gr007" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0070"/></ce:figure></ce:floats><head><ce:title id="ti0010">Improved local truncation schemes for the higher-order tensor renormalization group method</ce:title><ce:author-group id="ag0010"><ce:author orcid="0000-0002-8443-4804" id="au0010" author-id="S0550321323000366-90624b61ad93431930b6562552c19df0"><ce:given-name>Jacques</ce:given-name><ce:surname>Bloch</ce:surname><ce:cross-ref refid="aff0010" id="crf0110"><ce:sup>a</ce:sup></ce:cross-ref><ce:e-address type="email" xlink:href="mailto:jacques.bloch@ur.de" id="ea0010">jacques.bloch@ur.de</ce:e-address></ce:author><ce:author id="au0020" author-id="S0550321323000366-fe5401542e27ee7a6c5d41c731520f95"><ce:given-name>Robert</ce:given-name><ce:surname>Lohmayer</ce:surname><ce:cross-ref refid="aff0010" id="crf0120"><ce:sup>a</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0020" id="crf0130"><ce:sup>b</ce:sup></ce:cross-ref><ce:e-address type="email" xlink:href="mailto:robert.lohmayer@ur.de" id="ea0020">robert.lohmayer@ur.de</ce:e-address></ce:author><ce:author id="au0030" author-id="S0550321323000366-1b6acdaa5f29277a4d5e446535dfa32c"><ce:given-name>Maximilian</ce:given-name><ce:surname>Meister</ce:surname><ce:cross-ref refid="aff0010" id="crf0140"><ce:sup>a</ce:sup></ce:cross-ref></ce:author><ce:author id="au0040" author-id="S0550321323000366-ec2957601dd286a31c9014e12efc3769"><ce:given-name>Michael</ce:given-name><ce:surname>Nunhofer</ce:surname><ce:cross-ref refid="aff0010" id="crf0150"><ce:sup>a</ce:sup></ce:cross-ref></ce:author><ce:affiliation id="aff0010" affiliation-id="S0550321323000366-e3a23c135363bac74bbab5d41f20f508"><ce:label>a</ce:label><ce:textfn>Institute for Theoretical Physics, University of Regensburg, 93040 Regensburg, Germany</ce:textfn><sa:affiliation><sa:organization>Institute for Theoretical Physics</sa:organization><sa:organization>University of Regensburg</sa:organization><sa:city>Regensburg</sa:city><sa:postal-code>93040</sa:postal-code><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0005">Institute for Theoretical Physics, University of Regensburg, 93040 Regensburg, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0020" affiliation-id="S0550321323000366-3425d587d16c5d27239eb2362996a3b9"><ce:label>b</ce:label><ce:textfn>Leibniz Institute for Immunotherapy (LIT), 93053 Regensburg, Germany</ce:textfn><sa:affiliation><sa:organization>Leibniz Institute for Immunotherapy (LIT)</sa:organization><sa:city>Regensburg</sa:city><sa:postal-code>93053</sa:postal-code><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0010">Leibniz Institute for Immunotherapy (LIT), 93053 Regensburg, Germany</ce:source-text></ce:affiliation></ce:author-group><ce:date-received day="5" month="10" year="2022"/><ce:date-revised day="12" month="1" year="2023"/><ce:date-accepted day="1" month="2" year="2023"/><ce:miscellaneous id="ms0010">Editor: Hubert Saleur</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0080">The higher-order tensor renormalization group is a tensor-network method providing estimates for the partition function and thermodynamical observables of classical and quantum systems in thermal equilibrium. At every step of the iterative blocking procedure, the coarse-grid tensor is truncated to keep the tensor dimension under control. For a consistent tensor blocking procedure, it is crucial that the forward and backward tensor modes are projected on the same lower dimensional subspaces. In this paper we present two methods, the SuperQ and the iterative SuperQ method, to construct tensor truncations that reduce or even minimize the local approximation errors, while satisfying this constraint.</ce:simple-para></ce:abstract-sec></ce:abstract><ce:data-availability id="dav0001"><ce:section-title id="st0100">Data availability</ce:section-title><ce:para id="pr0590">Data will be made available on request.</ce:para></ce:data-availability></head><body><ce:sections><ce:section id="se0010" role="introduction"><ce:label>1</ce:label><ce:section-title id="st0020">Introduction</ce:section-title><ce:para id="pr0010">Physical systems in thermal equilibrium are described by their partition function, whose complexity grows exponentially in the volume. The standard method to simulate such statistical systems is the Markov chain Monte Carlo method (MC), which efficiently samples the relevant states of the system to produce reliable estimates of observables. A fundamental prerequisite for the MC method is the positivity of the sampling weights. Models which do not satisfy this condition cause the infamous sign problem and require alternative simulation methods. Quantum systems with complex actions are typical examples of systems with a sign problem. An important topical application in high energy physics is the simulation of quantum chromodynamics (QCD) at nonzero quark chemical potential, which allows for the investigation of the QCD phase diagram as a function of temperature and baryon density.</ce:para><ce:para id="pr0020">There exist numerous methods to circumvent the sign problem, and some even solve it for particular systems <ce:cross-refs refid="br0010 br0020 br0030" id="crs0010">[1–3]</ce:cross-refs>. Very mild sign problems can be circumvented by reweighting, which uses the Monte Carlo method on an auxiliary ensemble with positive weights, and reweights the observables to the target ensemble. The main issue with this method is that the statistical error increases exponentially with the volume such that it is hardly usable in any realistic situation, except for the validation of other methods in regions where the sign problem is small. Other methods which have shown their merit on some models, but are known to have fundamental problems for other ones, are the complex Langevin method, the thimbles, the density of states method and the method of dual variables, where the simulations are usually performed with the worm algorithm. Common to those methods is the stochastic sampling of the partition function.</ce:para><ce:para id="pr0030">An alternative approach that has recently drawn a lot of interest is that of tensor networks, see <ce:cross-ref refid="br0040" id="crf0160">[4]</ce:cross-ref> for a review. In these methods the partition function is first rewritten as a full contraction of a tensor network covering the entire lattice. The exact computation of the partition function and observables in this formulation would have an exponential complexity. The tensor renormalization group (TRG) <ce:cross-ref refid="br0050" id="crf0170">[5]</ce:cross-ref> and higher order tensor renormalization group (HOTRG) <ce:cross-ref refid="br0060" id="crf0180">[6]</ce:cross-ref> methods avoid this exponential cost by blocking the lattice iteratively and truncating the inflated dimensions of the coarse grid tensor at each blocking step using truncated higher order singular value decompositions (HOSVD) <ce:cross-ref refid="br0070" id="crf0190">[7]</ce:cross-ref>, which are based on the matrix singular value decomposition (SVD).</ce:para><ce:para id="pr0040">We consider the partition function of a <ce:italic>d</ce:italic>-dimensional classical or quantum system in thermal equilibrium, written as a fully contracted tensor network <ce:cross-ref refid="br0080" id="crf0200">[8]</ce:cross-ref>,<ce:display><ce:formula id="fm0010"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mrow><mml:mi>Z</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi mathvariant="normal">tTr</mml:mi><mml:mspace width="0.2em"/><mml:munderover><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>x</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>V</mml:mi></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>…</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> with a tensor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> at each site <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>x</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>V</mml:mi></mml:math>. In general the local tensor is the same on all sites, i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>T</mml:mi></mml:math> for all <ce:italic>x</ce:italic>. For each lattice direction <ce:italic>ν</ce:italic>, the tensor has one mode for the forward and one mode for the backward orientation, corresponding to the indices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si5.svg"><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo>,</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>, respectively, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> is a unit step in the <ce:italic>ν</ce:italic> direction. We will often refer to these modes as backward and forward modes of the physical tensor. The trace in the partition function stands for a full contraction over all tensor indices, where two adjacent tensors share exactly one index.</ce:para><ce:para id="pr0050">Thermodynamical observables, which are defined as derivatives of the partition function with respect to one of its parameters, can be computed using either a finite-difference approximation or an impurity tensor formulation involving the analytical derivative of <ce:italic>T</ce:italic> <ce:cross-ref refid="br0090" id="crf0210">[9]</ce:cross-ref>.</ce:para><ce:para id="pr0060">In the following we will restrict our discussion to HOTRG, because it can be applied to any number of dimensions, whereas TRG is limited to two-dimensional systems. The HOTRG method uses an iterative blocking procedure that reduces the size of the lattice by a factor of two during each blocking step by contracting pairs of adjacent tensors. The procedure is illustrated for a two-dimensional <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:mn>4</mml:mn><mml:mo>×</mml:mo><mml:mn>4</mml:mn></mml:math> lattice in <ce:cross-ref refid="fg0010" id="crf0220">Fig. 1</ce:cross-ref><ce:float-anchor refid="fg0010"/>. Its extension to higher dimensions is obvious, and below we will further discuss the HOTRG method for the three-dimensional case.</ce:para><ce:para id="pr0070">When contracting two adjacent tensors <ce:italic>T</ce:italic> over their shared link, a tensor <ce:italic>M</ce:italic> of higher order is produced. Such a contraction in the 1-direction is illustrated for the three-dimensional case in <ce:cross-ref refid="fg0020" id="crf0230">Fig. 2</ce:cross-ref><ce:float-anchor refid="fg0020"/> and can be written as<ce:display><ce:formula id="fm0020"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:msub><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:msub></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:mi>y</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>x</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> and therefore <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math>, by definition, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mi>X</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mi>y</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> labels sites on the coarse grid and<ce:display><ce:formula id="fm0030"><ce:label>(3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mrow><mml:mtable displaystyle="true" columnspacing="0.2em"><mml:mtr><mml:mtd columnalign="right"/><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mspace width="2em"/><mml:mspace width="0.2em"/><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="right"/><mml:mtd columnalign="left"><mml:mtable displaystyle="true" columnspacing="0.2em"><mml:mtr><mml:mtd columnalign="right"/><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo></mml:mtd><mml:mtd columnalign="right"/><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="right"/><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo></mml:mtd><mml:mtd columnalign="right"/><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mspace width="1em"/><mml:mo stretchy="true" maxsize="6.6ex" minsize="6.6ex">}</mml:mo><mml:mspace width="1em"/><mml:mrow><mml:mtext mathvariant="bold">fat</mml:mtext><mml:mspace width="0.25em"/><mml:mtext>indices</mml:mtext></mml:mrow><mml:mo>.</mml:mo></mml:mtd></mml:mtr></mml:mtable></mml:mrow></mml:math></ce:formula></ce:display> For any direction perpendicular to the direction of contraction, the tensor <ce:italic>M</ce:italic> has modes originating from both contracted tensors. To keep the order of the tensor unchanged, we gather every such pair of modes in a new fat mode corresponding to its direct product space. Assuming that the modes of the local tensor have dimension <ce:italic>D</ce:italic>, then the fat modes will have dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:msup><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>. In HOTRG these fat modes are truncated back to dimension <ce:italic>D</ce:italic> using a modified version of the HOSVD approximation method, such that the dimension of the coarse grid tensor remains the same as that of the original local tensor throughout the entire blocking procedure.</ce:para><ce:para id="pr0080">In general, step <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>k</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn></mml:math> of the HOTRG procedure can be summarized as<ce:display><ce:formula id="fm0040"><ce:label>(4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>k</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>k</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>:</mml:mo><mml:mi>M</mml:mi><mml:mover accent="true"><mml:mrow><mml:mo stretchy="false">⟶</mml:mo></mml:mrow><mml:mrow><mml:mtext>truncate</mml:mtext></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>k</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>-operation symbolically represents a forward-backward contraction in direction <ce:italic>ν</ce:italic>. The precise construction of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>k</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msup></mml:math> will be discussed in Sec. <ce:cross-ref refid="se0030" id="crf0240">3</ce:cross-ref>.</ce:para><ce:para id="pr0090">In the standard approximation procedure using HOSVD <ce:cross-ref refid="br0070" id="crf0250">[7]</ce:cross-ref>, referred to as <ce:italic>HOSVD approximation</ce:italic> in the following, the dimension of each tensor mode gets reduced by projecting it on a lower dimensional subspace, which is generically different for each mode. This HOSVD approximation is modified when used as part of the iterative blocking procedure in the standard HOTRG algorithm, as it is essential for the accuracy and effectiveness of the method that the backward and forward modes for every direction get projected on the same subspace. Each of these subspaces will be characterized by a frame, which is a set of orthonormal basis vectors spanning the subspace. Constructing appropriate frames will be the major subject of this paper.</ce:para><ce:para id="pr0100">The standard HOTRG procedure for the construction of frames <ce:cross-ref refid="br0060" id="crf0260">[6]</ce:cross-ref> is not optimal, in particular when the local tensor is not symmetric in its backward and forward modes. In this paper we present two improved methods for the construction of common subspaces for pairs of backward and forward modes: the <ce:italic>SuperQ</ce:italic> and the <ce:italic>iterative SuperQ</ce:italic> method (ISQ), which is an iterative improvement of the former in search of the optimal subspaces. Note that the discussion in this paper solely focuses on the optimization of the rank reduction of the local tensors at every blocking step, but does not take into account global effects on the full contraction of the tensor network.</ce:para><ce:para id="pr0110">Here is a brief outline of the paper. In Sec. <ce:cross-ref refid="se0020" id="crf0270">2</ce:cross-ref> we review the standard HOSVD method to construct a reduced rank approximation for an arbitrary tensor. In Sec. <ce:cross-ref refid="se0030" id="crf0280">3</ce:cross-ref> we explain why the HOTRG method uses a modification of this rank reduction procedure such that the backward and forward modes are projected on the same subspace. We then propose two methods to improve the standard HOTRG truncation: In Sec. <ce:cross-ref refid="se0040" id="crf0290">4</ce:cross-ref> we present the SuperQ method, and in Sec. <ce:cross-ref refid="se0050" id="crf0300">5</ce:cross-ref> we derive the more sophisticated ISQ method. Finally, we summarize and conclude in Sec. <ce:cross-ref refid="se0070" id="crf0310">7</ce:cross-ref>.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">Rank reduction and HOSVD approximation</ce:section-title><ce:para id="pr0120">Below we first review the general idea of rank reduction for an arbitrary tensor, before describing the HOSVD procedure <ce:cross-ref refid="br0070" id="crf0320">[7]</ce:cross-ref> which can be used to generate a quasi-optimal rank-reduced approximation in an efficient way.</ce:para><ce:para id="pr0130">For a real tensor <ce:italic>M</ce:italic> of order <ce:italic>n</ce:italic> with dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mo>⋯</mml:mo><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math>, the left <ce:italic>matrix-tensor multiplication</ce:italic> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:mi>A</mml:mi><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mi>M</mml:mi></mml:math> is defined as a contraction of the second index of the matrix <ce:italic>A</ce:italic> with the <ce:italic>r</ce:italic>-th index of the tensor <ce:italic>M</ce:italic>,<ce:display><ce:formula id="fm0050"><ce:label>(5)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:mrow><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>A</mml:mi><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mi>M</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0140">A lower-rank approximation of <ce:italic>M</ce:italic> can be constructed as<ce:display><ce:formula id="fm0060"><ce:label>(6)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msup><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mi>M</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> using <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> projectors <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msup><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> of rank <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mi>r</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:math>. In this approximation, the <ce:italic>r</ce:italic>-th tensor mode of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> is projected onto a subspace of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math>, embedded in the original space. Typically the Frobenius norm <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:math> is used as a measure for the quality of the low-rank approximation and the aim is to determine optimal projectors <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msup><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> with fixed ranks <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math>.</ce:para><ce:para id="pr0150">The projectors can be represented as<ce:display><ce:formula id="fm0070"><ce:label>(7)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup></mml:mrow></mml:math></ce:formula></ce:display> with semi-orthogonal <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, which we will call <ce:italic>frames</ce:italic> in the following. Semi-orthogonal means that the columns of the frames are orthonormal, but not their rows (unless <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math>). The columns of each frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> provide an orthonormal basis of the corresponding <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math>-dimensional subspace,<ce:display><ce:formula id="fm0080"><ce:label>(8)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mn mathvariant="double-struck">1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0160">The approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> can then be rewritten as<ce:display><ce:formula id="fm0090"><ce:label>(9)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mi>S</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> with the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mo>…</mml:mo><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math> dimensional <ce:italic>core tensor</ce:italic><ce:display><ce:formula id="fm0100"><ce:label>(10)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:mrow><mml:mi>S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mi>M</mml:mi><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> The core tensor represents <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> in the bases of the subspaces, which are spanned by the columns of the frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. Note that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> has the same dimension as <ce:italic>M</ce:italic>, but is generically of lower rank as the <ce:italic>r</ce:italic>-th mode is projected from a space of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> on a subspace of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mi>r</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:math>. In practice, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> is usually not constructed explicitly, as many operations involving <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> can be performed at much lower cost using only the core tensor <ce:italic>S</ce:italic> and the frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, which contain the same information as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> but condensed in lower-dimensional objects. A typical example of such an operation is the contraction of two tensors, as will be discussed in the next section.</ce:para><ce:para id="pr0170">The squared Frobenius norm of <ce:italic>M</ce:italic> is given by<ce:display><ce:formula id="fm0110"><ce:label>(11)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:mi>M</mml:mi><mml:mo>,</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where for brevity we introduce the notation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math> for the summation indices, and the inner product between two real tensors of equal dimension is defined as<ce:display><ce:formula id="fm0120"><ce:label>(12)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:mrow><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:mi>A</mml:mi><mml:mo>,</mml:mo><mml:mi>B</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0180">Since the reduced-rank tensor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> is a projection of <ce:italic>M</ce:italic>, we have<ce:display><ce:formula id="fm0130"><ce:label>(13)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mrow><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:mi>M</mml:mi><mml:mo>,</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">〉</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> Therefore, the squared approximation error is given by<ce:display><ce:formula id="fm0140"><ce:label>(14)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:mi>M</mml:mi><mml:mo>,</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">〉</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> which does not require the explicit computation of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math>.</ce:para><ce:para id="pr0190">In the HOSVD approximation procedure <ce:cross-ref refid="br0070" id="crf0330">[7]</ce:cross-ref> the semi-orthogonal frames used to approximate <ce:italic>M</ce:italic> are constructed using properties of matrix SVDs. We first introduce the <ce:italic>r</ce:italic>-unfolding <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, which is a matrix containing the same entries as the tensor <ce:italic>M</ce:italic>, but reordered such that its rows correspond to the <ce:italic>r</ce:italic>-th mode of <ce:italic>M</ce:italic> and its columns correspond to a combination of all other tensor modes. The entries of the <ce:italic>r</ce:italic>-unfolding of <ce:italic>M</ce:italic> are given by<ce:display><ce:formula id="fm0150"><ce:label>(15)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where the column index <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math> is a linear index of coordinates in a space of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:msub><mml:mrow><mml:mo>∏</mml:mo></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mo>≠</mml:mo><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msub></mml:math>. The multi-rank of a tensor is defined by the <ce:italic>n</ce:italic>-tuple of the ranks of the individual unfoldings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mi>r</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:math>. Therefore <ce:italic>M</ce:italic> has at most multi-rank <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math> and the approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> of <ce:cross-ref refid="fm0060" id="crf0340">(6)</ce:cross-ref> at most multi-rank <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math>. Note that the squared Frobenius norm <ce:cross-ref refid="fm0110" id="crf0350">(11)</ce:cross-ref> of a tensor is identical to that of any of its unfoldings, as it is just a sum over all squared components,<ce:display><ce:formula id="fm0160"><ce:label>(16)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow></mml:mrow></mml:math></ce:formula></ce:display> for any <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mi>r</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:math>. To construct the HOSVD approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math>, we first consider the singular value decomposition for each <ce:italic>r</ce:italic>-unfolding <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> of <ce:italic>M</ce:italic> (assuming real tensors for simplicity),<ce:display><ce:formula id="fm0170"><ce:label>(17)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>L</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi mathvariant="normal">Σ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where the columns of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> orthogonal matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msup><mml:mrow><mml:mi>L</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> are the left singular vectors of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. The columns of the orthogonal matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> contain the corresponding right singular vectors of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. The diagonal entries of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">Σ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> are the singular values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, which are always real and non-negative, while all other entries are zero.</ce:para><ce:para id="pr0200">It is well-known in linear algebra that retaining the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> largest singular values in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">Σ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, while setting all others to zero, yields the best-possible matrix approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si56.svg"><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> of rank <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> (best-possible referring to a minimization of the Frobenius norm <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mo stretchy="false">‖</mml:mo><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">‖</mml:mo></mml:math>). The relative truncation error is given by<ce:display><ce:formula id="fm0180"><ce:label>(18)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">‖</mml:mo></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msqrt><mml:mrow><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mo>∑</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mo>∑</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac></mml:mrow></mml:msqrt><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> are the eigenvalues of the Gramian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup></mml:math>, i.e., the squared singular values of the unfolding <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, ordered such that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>≥</mml:mo><mml:mo>…</mml:mo><mml:mo>≥</mml:mo><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math>.</ce:para><ce:para id="pr0210">This matrix property is used in HOSVD by separately performing the matrix SVDs of all individual unfoldings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> of <ce:italic>M</ce:italic> for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mi>r</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:math> and constructing the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> with the singular vectors of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msup><mml:mrow><mml:mi>L</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> corresponding to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> largest singular values of the unfoldings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. These frames are then used to construct the core tensor <ce:cross-ref refid="fm0100" id="crf0360">(10)</ce:cross-ref> and the matrix approximation <ce:cross-ref refid="fm0090" id="crf0370">(9)</ce:cross-ref> of HOSVD. Unlike for the matrix case, the HOSVD tensor approximation is in general not the best-possible approximation of a given multi-rank <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math>, even though it is usually quite close to it <ce:cross-ref refid="br0070" id="crf0380">[7]</ce:cross-ref>.</ce:para><ce:para id="pr0220">In a variant of the HOSVD approximation, called interlaced HOSVD approximation, the rank reduction procedure is carried out in the following way: Starting with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:mi>S</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>M</mml:mi></mml:math>, the frames are computed on successive unfoldings of the core tensor, which gets updated every time a new truncation frame is constructed until the core tensor is of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mo>…</mml:mo><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math>. For the interlaced HOSVD approximation, the result depends on the order of the updates, but is usually close to that of the ordinary HOSVD approximation.</ce:para><ce:para id="pr0230">The best-possible approximation of multi-rank <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math>, which minimizes the Frobenius norm <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:math>, can be constructed numerically using the Higher Order Orthogonal Iteration (HOOI) <ce:cross-ref refid="br0100" id="crf0390">[10]</ce:cross-ref>. Nevertheless, the HOSVD approximation is especially appealing because of its relative simplicity to produce an almost optimal approximation.</ce:para></ce:section><ce:section id="se0030"><ce:label>3</ce:label><ce:section-title id="st0040">Backward-forward symmetric truncation in HOTRG</ce:section-title><ce:para id="pr0240">We now discuss how the HOSVD formalism is used in HOTRG to avoid the exponential blow up of the tensor dimension during the blocking procedure, and why the standard HOSVD truncation is modified to avoid drawbacks related to accuracy and efficiency. To make our point we will use the two-dimensional case as it can be easiest illustrated and contains all the ingredients necessary for the discussion. Extending it to higher dimensions is straightforward.</ce:para><ce:para id="pr0250">We consider the contraction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mi>M</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>T</mml:mi><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi>T</mml:mi></mml:math> of two local tensors <ce:italic>T</ce:italic> along the 2-direction. According to the discussion in the introduction, <ce:italic>M</ce:italic> will have thin backward and forward modes of dimension <ce:italic>D</ce:italic> in the contracted 2-direction, and fat backward and forward modes of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:msup><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> in the perpendicular 1-direction, which we want to reduce to lower rank by projecting on a <ce:italic>D</ce:italic>-dimensional subspace using <ce:cross-ref refid="fm0060" id="crf0400">(6)</ce:cross-ref>. This procedure of contraction and truncation, which we detail below, is illustrated in <ce:cross-ref refid="fg0030" id="crf0410">Fig. 3</ce:cross-ref><ce:float-anchor refid="fg0030"/>. To reduce the dimension of the fat modes back from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:msup><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> to <ce:italic>D</ce:italic>, while minimizing the loss of information, we apply the HOSVD approximation procedure, explained in Sec. <ce:cross-ref refid="se0020" id="crf0420">2</ce:cross-ref>, where we only truncate the fat modes. The SVDs are computed for the unfoldings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> for the backward and forward modes in the 1-direction, respectively, and the frames <ce:italic>U</ce:italic> and <ce:italic>V</ce:italic> of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si67.svg"><mml:msup><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>×</mml:mo><mml:mi>D</mml:mi></mml:math> are constructed with the singular vectors corresponding to their <ce:italic>D</ce:italic> largest singular values. For the modes in the contracted 2-direction no truncation is required. With these frames we construct a core tensor <ce:italic>S</ce:italic> of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:mi>D</mml:mi><mml:mo>×</mml:mo><mml:mi>D</mml:mi><mml:mo>×</mml:mo><mml:mi>D</mml:mi><mml:mo>×</mml:mo><mml:mi>D</mml:mi></mml:math>, according to <ce:cross-ref refid="fm0100" id="crf0430">(10)</ce:cross-ref>,<ce:display><ce:formula id="fm0190"><ce:label>(19)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:mrow><mml:mi>S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi>M</mml:mi><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> The corresponding approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math>, defined in <ce:cross-ref refid="fm0090" id="crf0440">(9)</ce:cross-ref>, with the same dimension as <ce:italic>M</ce:italic>, but typically much lower rank, is given by<ce:display><ce:formula id="fm0200"><ce:label>(20)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>U</mml:mi><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mi>V</mml:mi><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi>S</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>U</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>V</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi>M</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:msup><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>×</mml:mo><mml:msup><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> projectors <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>U</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>U</mml:mi><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>V</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>V</mml:mi><mml:msup><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math>, with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mi>U</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mi>V</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mn mathvariant="double-struck">1</mml:mn></mml:mrow><mml:mrow><mml:mi>D</mml:mi></mml:mrow></mml:msub></mml:math>. As mentioned in Sec. <ce:cross-ref refid="se0020" id="crf0450">2</ce:cross-ref>, operations involving <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> can typically be performed at much lower cost by using only the core tensor <ce:italic>S</ce:italic> and the frames <ce:italic>U</ce:italic> and <ce:italic>V</ce:italic>.</ce:para><ce:para id="pr0260">Assume that in the next blocking step two <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> tensors are contracted in the 1-direction, as is illustrated in <ce:cross-ref refid="fg0040" id="crf0460">Fig. 4</ce:cross-ref><ce:float-anchor refid="fg0040"/>. When using the standard HOSVD approximation <ce:cross-ref refid="fm0200" id="crf0470">(20)</ce:cross-ref> the backward and forward modes in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> will have been projected on different subspaces using the projectors <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>U</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>V</mml:mi></mml:mrow></mml:msub></mml:math>, respectively. In a contraction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> the two projectors will be multiplied, as can be seen in the center of the figure. The decomposition of the approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> in <ce:cross-ref refid="fm0200" id="crf0480">(20)</ce:cross-ref> can be used to reduce the computational effort, as the original contraction can be replaced by contractions of two core tensors <ce:italic>S</ce:italic> with a <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:mi>D</mml:mi><mml:mo>×</mml:mo><mml:mi>D</mml:mi></mml:math> dimensional merger <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:mi>G</mml:mi><mml:mo>≡</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mi>V</mml:mi></mml:math> in between, as can be seen in the figure.<ce:cross-ref refid="fn0010" id="crf0490"><ce:sup>1</ce:sup></ce:cross-ref><ce:footnote id="fn0010"><ce:label>1</ce:label><ce:note-para id="np0010">In fact this produces an amputated version of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math>, which together with the mergers is all we need in the full contraction of the tensor network, see also <ce:cross-ref refid="fg0040" id="crf0500">Fig. 4</ce:cross-ref>.</ce:note-para></ce:footnote> The entries of <ce:italic>G</ce:italic> are scalar products of the basis vectors in <ce:italic>U</ce:italic> and <ce:italic>V</ce:italic>.</ce:para><ce:para id="pr0270">At this point it is important to discuss a crucial modification introduced by the HOTRG method to the HOSVD truncation procedure presented above, which is rarely discussed in the literature. Although the HOSVD approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> gives a close-to-best lower-rank approximation to <ce:italic>M</ce:italic>, it is in general not such a good and useful truncation when viewed as part of the iterative blocking procedure. Indeed, the product of projectors corresponds to a projection of a projection, which will unavoidably loose additional information if the projectors <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>U</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>V</mml:mi></mml:mrow></mml:msub></mml:math> are different. In this case, the contraction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> will no longer necessarily be a good approximation of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:mi>M</mml:mi><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mi>M</mml:mi></mml:math>, even if <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> itself was close to the best-possible approximation of <ce:italic>M</ce:italic>.</ce:para><ce:para id="pr0280">We now observe that, due to the idempotence of projectors, there would be no additional loss if <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>U</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>V</mml:mi></mml:mrow></mml:msub></mml:math>, i.e., if the backward and forward modes of <ce:italic>M</ce:italic> in the 1-direction were projected on the same subspace. Note that in this case the merger <ce:italic>G</ce:italic> is an orthogonal matrix. Moreover, we can also get a serious gain in algorithmic simplicity, on top of this accuracy improvement, if we choose the same basis for both modes in the common subspace, i.e., we choose frames satisfying <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:mi>U</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>V</mml:mi></mml:math>, for which <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:mi>G</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mn mathvariant="double-struck">1</mml:mn></mml:mrow><mml:mrow><mml:mi>D</mml:mi></mml:mrow></mml:msub></mml:math>. When looking back at <ce:cross-ref refid="fg0040" id="crf0510">Fig. 4</ce:cross-ref> we see that, in this case, the central merger just drops out, and the contraction can be replaced by a contraction of two core tensors, as is illustrated in <ce:cross-ref refid="fg0050" id="crf0520">Fig. 5</ce:cross-ref><ce:float-anchor refid="fg0050"/> (the frames on the left and right of <ce:cross-ref refid="fg0040" id="crf0530">Fig. 4</ce:cross-ref> will connect to their counter parts in further contractions, to form another merger <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:mi>G</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mn mathvariant="double-struck">1</mml:mn></mml:mrow><mml:mrow><mml:mi>D</mml:mi></mml:mrow></mml:msub></mml:math>, which will also drop out).</ce:para><ce:para id="pr0290">For this reason, in HOTRG the backward and forward modes of each direction are truncated using a common frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si166.svg"><mml:mi>ν</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>d</mml:mi></mml:math>, even when the HOSVD frames are different, which is typically the case for systems at nonzero chemical potential. With this backward-forward symmetric truncation, the core tensor <ce:italic>S</ce:italic> can be used as new coarse grid tensor after each blocking step, where at the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si86.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>k</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math>-th blocking step two tensors of step <ce:italic>k</ce:italic> are contracted to form a new coarse grid tensor,<ce:display><ce:formula id="fm0210"><ce:label>(21)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si87.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>k</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>k</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>:</mml:mo><mml:mi>M</mml:mi><mml:mover accent="true"><mml:mrow><mml:mo stretchy="false">⟶</mml:mo></mml:mrow><mml:mrow><mml:mtext>BF</mml:mtext></mml:mrow></mml:mover><mml:mi>S</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo>:</mml:mo><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>k</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msup><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> The abbreviation BF on the arrow means that we apply a backward-forward symmetric truncation to construct the core tensor, which then becomes the new local tensor on the coarse grid. The frames are only needed to construct the core tensor with <ce:cross-ref refid="fm0190" id="crf0540">(19)</ce:cross-ref>, and can then be discarded.</ce:para><ce:para id="pr0300">The same reasoning also holds for a contraction in the other direction, where the directions of thin and fat modes are interchanged. Moreover, the procedure naturally generalizes to <ce:italic>d</ce:italic> dimensions, where we have <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si88.svg"><mml:mi>d</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:math> directions <ce:italic>ν</ce:italic> with backward and forward fat modes: If the backward and forward frames are chosen to be identical for each direction, the core tensor <ce:cross-ref refid="fm0100" id="crf0550">(10)</ce:cross-ref> can be used as the new coarse grid tensor in the HOTRG blocking procedure.</ce:para><ce:para id="pr0310">This strategy of choosing the same frame to truncate the backward and forward mode for each individual direction in HOTRG, makes it fundamentally different from the HOSVD approximation, as it can no longer directly rely on the optimal low-rank properties of matrix SVD. Geometrically, truncating the backward and forward modes with the same frame means that these modes get projected on the same subspace and are described in the same basis. This explains why the full contraction of the tensor network into a scalar can be rewritten in terms of the core tensors only.</ce:para><ce:para id="pr0320">Note that if one would use the standard HOSVD approximation procedure and work with different backward and forward frames, we would have to use both the core tensors and the mergers <ce:italic>G</ce:italic> defined above when performing the iterative contractions, to ensure that the different subspaces are matched onto one another, see <ce:cross-ref refid="fg0040" id="crf0560">Fig. 4</ce:cross-ref>. Although this is no conceptual problem, it would complicate the algorithm, require additional computational work, and most of all the product of projectors would deteriorate the results further.</ce:para><ce:para id="pr0330">The construction of the shared backward-forward frames in HOTRG has not been given a lot of attention in the literature until now. There is a brief discussion of this issue in the original HOTRG paper <ce:cross-ref refid="br0060" id="crf0570">[6]</ce:cross-ref>, where either the backward or forward frame is chosen and applied to both modes, depending on which one gives the smallest SVD truncation error. The error introduced by this choice on the other mode is however not taken into account. We observed that for tensors lacking a backward-forward symmetry, this choice of frame is not optimal and can be improved upon.</ce:para><ce:para id="pr0340">Below we present two new methods to improve the construction of shared frames for the backward and forward modes. The first one, called SuperQ method and presented in Sec. <ce:cross-ref refid="se0040" id="crf0580">4</ce:cross-ref>, minimizes a combined error on the backward and forward unfoldings for each individual direction. The second method, which we call iterative SuperQ (ISQ) method is presented in Sec. <ce:cross-ref refid="se0050" id="crf0590">5</ce:cross-ref>. This iterative method aims at determining the best-possible approximation to <ce:italic>M</ce:italic> for a given multi-rank, satisfying the requirement that the backward and forward frames for each direction are identical. The ISQ method leans on ideas developed for the higher order orthogonal iteration (HOOI) method <ce:cross-ref refid="br0100" id="crf0600">[10]</ce:cross-ref>, which constructs the best-possible approximation of a given multi-rank with independent frames for all modes. We will see that the SuperQ solution can be used as a natural starting point for the ISQ procedure. Note that the SuperQ and ISQ methods are specifically conceived for tensors which are part of a physical tensor network on a space-time lattice and have modes corresponding to backward and forward orientations.</ce:para></ce:section><ce:section id="se0040"><ce:label>4</ce:label><ce:section-title id="st0050">The SuperQ method</ce:section-title><ce:para id="pr0350">To discuss the construction of truncations satisfying the requirement that the frames for the backward and forward modes are identical, we consider a tensor <ce:italic>M</ce:italic> with <ce:italic>d</ce:italic> pairs of backward and forward modes. The tensor is thus of order 2<ce:italic>d</ce:italic> with dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si89.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mo>⋯</mml:mo><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:math>, which will be truncated to dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si90.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mo>⋯</mml:mo><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:math> using <ce:italic>d</ce:italic> semi-orthogonal frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>. With these frames the core tensor is constructed using<ce:display><ce:formula id="fm0220"><ce:label>(22)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si92.svg"><mml:mrow><mml:mi>S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mi>d</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:mi>M</mml:mi><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> Consider the positive semi-definite Gram matrices<ce:display><ce:formula id="fm0230"><ce:label>(23)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si93.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msubsup><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msubsup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si104.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si105.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> are the unfoldings of <ce:italic>M</ce:italic> with respect to the backward and forward modes for direction <ce:italic>ν</ce:italic>, i.e.,<ce:display><ce:formula id="fm0240"><ce:label>(24)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>≡</mml:mo><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>ν</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>≡</mml:mo><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> is the <ce:italic>r</ce:italic>-unfolding of the tensor <ce:italic>M</ce:italic> defined in <ce:cross-ref refid="fm0150" id="crf0610">(15)</ce:cross-ref>. We denote the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> frames constructed with the eigenvectors corresponding to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> largest eigenvalues of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si99.svg"><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si100.svg"><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si101.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si102.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math>, respectively. As the backward and forward Gramians <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si99.svg"><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si100.svg"><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> are in general not identical, the corresponding subspaces spanned by the vectors of the frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si101.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si102.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> will be different too.<ce:cross-ref refid="fn0020" id="crf0620"><ce:sup>2</ce:sup></ce:cross-ref><ce:footnote id="fn0020"><ce:label>2</ce:label><ce:note-para id="np0020">This can even be the case if the eigenvalues of both Gramians coincide, as we have observed for the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si103.svg"><mml:mi>O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math> model with chemical potential.</ce:note-para></ce:footnote> In the standard HOTRG procedure <ce:cross-ref refid="br0060" id="crf0630">[6]</ce:cross-ref> it is suggested to choose either <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si101.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si102.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> for the unique <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, depending which of both gives the smallest SVD truncation error <ce:cross-ref refid="fm0180" id="crf0640">(18)</ce:cross-ref>. Even though this choice of frame optimizes the truncation error for one mode, it does not take into account its effect on the mode corresponding to the opposite orientation. Therefore, it is clear that, generically, better choices of frames should exist, and our aim is to construct frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> that reduce the combined truncation error when applied simultaneously to the backward and forward modes for the <ce:italic>ν</ce:italic> direction.</ce:para><ce:para id="pr0360">Let us now consider a single truncation frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> which we use to reduce the rank of the unfoldings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si104.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si105.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math>. Using <ce:cross-ref refid="fm0140" id="crf0650">(14)</ce:cross-ref> and <ce:cross-ref refid="fm0160" id="crf0660">(16)</ce:cross-ref>, the relative truncation errors on the backward and forward unfoldings are<ce:display><ce:formula id="fm0250"><ce:label>(25)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si106.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">‖</mml:mo></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac></mml:mrow></mml:msqrt><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0260"><ce:label>(26)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si107.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">‖</mml:mo></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac></mml:mrow></mml:msqrt><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si108.svg"><mml:msubsup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si109.svg"><mml:msubsup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> are the rank-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> approximations to the unfoldings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si104.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si105.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math>, respectively, obtained with the same frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>.</ce:para><ce:para id="pr0370">To improve upon using either <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si101.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si102.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math>, we determine the common <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> by minimizing the combination of both errors in<ce:display><ce:formula id="fm0270"><ce:label>(27)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si112.svg"><mml:mrow><mml:msup><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mtext>S</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where we also used <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si113.svg"><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>. We define the SuperQ matrix for direction <ce:italic>ν</ce:italic> as<ce:display><ce:formula id="fm0280"><ce:label>(28)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si114.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>S</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> which is symmetric and positive semi-definite as it is a sum of two symmetric positive semi-definite matrices. Therefore, if we diagonalize the SuperQ matrix and truncate the eigenvector matrix, retaining the eigenvectors corresponding to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> largest eigenvalues, then this semi-orthogonal frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> minimizes the truncation error <ce:cross-ref refid="fm0270" id="crf0670">(27)</ce:cross-ref> on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si115.svg"><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>S</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math>. This SuperQ procedure is repeated on all <ce:italic>d</ce:italic> directions to determine all frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, which can then be used to approximate <ce:italic>M</ce:italic> and to construct the corresponding core tensor <ce:italic>S</ce:italic>, see <ce:cross-ref refid="fm0220" id="crf0680">(22)</ce:cross-ref>.</ce:para><ce:para id="pr0380">The SuperQ method is computationally efficient since it only requires a single eigenvalue decomposition for each pair of backward and forward fat modes, while the standard HOTRG procedure <ce:cross-ref refid="br0060" id="crf0690">[6]</ce:cross-ref> performs separate decompositions on these modes.</ce:para><ce:para id="pr0390">When applying the SuperQ method to HOTRG, where <ce:italic>M</ce:italic> is a contraction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si116.svg"><mml:mi>T</mml:mi><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>T</mml:mi></mml:math> along one of the directions, only <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si117.svg"><mml:mn>2</mml:mn><mml:mi>d</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:math> modes will actually be truncated, as the backward and forward modes for the contracted direction need not be truncated.</ce:para><ce:para id="pr0400">In analogy to the interlaced HOSVD approximation, see Sec. <ce:cross-ref refid="se0020" id="crf0700">2</ce:cross-ref>, we can also define an interlaced version of the SuperQ method where we determine the frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> by applying the method to an intermediate core tensor, which gets updated direction-by-direction (starting from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:mi>S</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>M</mml:mi></mml:math>) by truncating the respective backward and forward mode each time a frame has been computed. This interlaced SuperQ method is also of interest in the light of the iterative procedure derived in the next section.</ce:para></ce:section><ce:section id="se0050"><ce:label>5</ce:label><ce:section-title id="st0060">Optimized frames with iterative SuperQ</ce:section-title><ce:para id="pr0410">Although the HOSVD method, see Sec. <ce:cross-ref refid="se0020" id="crf0710">2</ce:cross-ref>, typically yields a good tensor approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> <ce:cross-ref refid="br0070" id="crf0720">[7]</ce:cross-ref>, the best-possible one, which minimizes <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si118.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>, can be constructed with an iterative procedure called higher order orthogonal iteration (HOOI) method <ce:cross-ref refid="br0100" id="crf0730">[10]</ce:cross-ref>.</ce:para><ce:para id="pr0420">According to the discussion of the backward-forward symmetric truncation in Sec. <ce:cross-ref refid="se0030" id="crf0740">3</ce:cross-ref>, it is clear that HOOI is itself not applicable in a tensor network approach to statistical physics, because the backward and forward modes should be truncated with the same semi-orthogonal frame for each direction, while HOOI very generically generates different frames for all modes. Below we present the iterative SuperQ (ISQ) method, which is inspired by the original HOOI procedure but imposes the requirement that the same frame has to be used to truncate the backward and forward modes of each direction.</ce:para><ce:para id="pr0430">As in Sec. <ce:cross-ref refid="se0040" id="crf0750">4</ce:cross-ref>, we consider a tensor <ce:italic>M</ce:italic> with <ce:italic>d</ce:italic> pairs of backward and forward modes, i.e., the tensor is of order 2<ce:italic>d</ce:italic> with dimensions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si119.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:math>, which will be truncated to dimensions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si90.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mo>⋯</mml:mo><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:math>, see <ce:cross-ref refid="fm0220" id="crf0760">(22)</ce:cross-ref>. Our aim is to minimize the squared Frobenius norm <ce:cross-ref refid="fm0140" id="crf0770">(14)</ce:cross-ref><ce:display><ce:formula id="fm0290"><ce:label>(29)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> over all semi-orthogonal <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:mi>ν</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>…</mml:mo><mml:mi>d</mml:mi></mml:math>, for fixed <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>, with the additional condition that the backward and forward modes for each direction <ce:italic>ν</ce:italic> are truncated with the same frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>.</ce:para><ce:para id="pr0440">The semi-orthogonality of the frames is imposed explicitly by orthonormality conditions for the column vectors of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>,<ce:display><ce:formula id="fm0300"><ce:label>(30)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si122.svg"><mml:mrow><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>i</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>a</mml:mi><mml:mi>b</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mtext>for </mml:mtext><mml:mn>1</mml:mn><mml:mo>≤</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mtext> and </mml:mtext><mml:mn>1</mml:mn><mml:mo>≤</mml:mo><mml:mi>ν</mml:mi><mml:mo>≤</mml:mo><mml:mi>d</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> in the constrained minimization of <ce:cross-ref refid="fm0290" id="crf0780">(29)</ce:cross-ref>. This leads to the cost function<ce:display><ce:formula id="fm0310"><ce:label>(31)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si123.svg"><mml:mi>g</mml:mi><mml:mo id="mmlbr0001" linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>C</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mi>d</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mspace linebreak="newline"/><mml:mspace width="1em"/><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>ν</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:munderover><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn mathvariant="double-struck">1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> with matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si124.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> containing the Lagrange multipliers. The orthonormalization conditions are symmetric under the exchange <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si125.svg"><mml:mi>a</mml:mi><mml:mo stretchy="false">↔</mml:mo><mml:mi>b</mml:mi></mml:math>, and so <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si124.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> will be symmetric too. If we diagonalize <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si126.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mtext>diag</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, redefine <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si127.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">→</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si128.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mtext>diag</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">→</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, and use the orthogonality of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si129.svg"><mml:msup><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, then Eq. <ce:cross-ref refid="fm0310" id="crf0790">(31)</ce:cross-ref> remains unaltered albeit now with diagonal <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si130.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mtext>diag</mml:mtext><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:math>, and this without loss of generality. Written out in components this is<ce:display><ce:formula id="fm0320"><ce:label>(32)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si131.svg"><mml:mi>g</mml:mi><mml:mo id="mmlbr0002" linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>ν</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:munderover><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>c</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>k</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0002" linebreakstyle="before">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munderover><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>ν</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:munderover><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>c</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>k</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> For a constrained maximum of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si132.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>, the partial derivative of <ce:italic>g</ce:italic> with respect to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si133.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>k</mml:mi><mml:mo>,</mml:mo><mml:mi>c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>-entry of the <ce:italic>ν</ce:italic>-th orthogonal frame has to satisfy<ce:display><ce:formula id="fm0330"><ce:label>(33)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si134.svg"><mml:mrow><mml:mn>0</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mo>∂</mml:mo><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mo>∂</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mfrac><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mo>∂</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munderover><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si135.svg"><mml:mn>1</mml:mn><mml:mo>≤</mml:mo><mml:mi>k</mml:mi><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si136.svg"><mml:mn>1</mml:mn><mml:mo>≤</mml:mo><mml:mi>c</mml:mi><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si137.svg"><mml:mn>1</mml:mn><mml:mo>≤</mml:mo><mml:mi>ν</mml:mi><mml:mo>≤</mml:mo><mml:mi>d</mml:mi></mml:math>. Note that the same frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> appears twice in <ce:italic>S</ce:italic>, as it is used to truncate the modes in the backward and forward <ce:italic>ν</ce:italic> direction. We therefore obtain<ce:display><ce:formula id="fm0340"><ce:label>(34)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si138.svg"><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true" id="mmlbr0003">(</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munder><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo>≠</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0003" linebreakstyle="before">+</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munder><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo>≠</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> After eliminating the Kronecker deltas we get<ce:display><ce:formula id="fm0350"><ce:label>(35)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si139.svg"><mml:munder id="mmlbr0004"><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:mi>c</mml:mi><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munder><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo>≠</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:mi>k</mml:mi><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0004" linebreakstyle="before">+</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>c</mml:mi><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munder><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo>≠</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>k</mml:mi><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Let us define the unfolding matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si140.svg"><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> with dimensions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si142.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>⋯</mml:mo><mml:msubsup><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>⋯</mml:mo><mml:msubsup><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math>, where all directions of <ce:italic>M</ce:italic> are truncated, except for the backward-<ce:italic>ν</ce:italic> mode for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si140.svg"><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, and the forward-<ce:italic>ν</ce:italic> mode for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, and the unfolding is performed with respect to the untruncated mode,<ce:display><ce:formula id="fm0360"><ce:label>(36)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si143.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munder><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo>≠</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0370"><ce:label>(37)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si144.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munder><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo>≠</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where we used the notation introduced in <ce:cross-ref refid="fm0150" id="crf0800">(15)</ce:cross-ref> for the matrix indices. The core tensor can also be written in terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si140.svg"><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> by truncating the remaining untruncated index:<ce:display><ce:formula id="fm0380"><ce:label>(38)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si145.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> After substituting <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si140.svg"><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> in <ce:cross-ref refid="fm0350" id="crf0810">(35)</ce:cross-ref> we obtain<ce:display><ce:formula id="fm0390"><ce:label>(39)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si146.svg"><mml:munder id="mmlbr0005"><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mspace linebreak="newline"/><mml:mspace width="1em"/><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> or<ce:display><ce:formula id="fm0400"><ce:label>(40)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si147.svg"><mml:mrow><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> If we introduce the positive semi-definite matrices<ce:display><ce:formula id="fm0410"><ce:label>(41)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si148.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mspace width="2em"/><mml:mi>ν</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>d</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> we can identify <ce:cross-ref refid="fm0400" id="crf0820">(40)</ce:cross-ref> as a coupled nonlinear eigenvalue problem (which is nonlinear in the eigenvectors)<ce:display><ce:formula id="fm0420"><ce:label>(42)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si149.svg"><mml:mrow><mml:mphantom><mml:mspace width="2em"/><mml:mspace width="2em"/><mml:mi>ν</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>…</mml:mo><mml:mi>d</mml:mi><mml:mo>,</mml:mo></mml:mphantom><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mspace width="2em"/><mml:mi>ν</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>d</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> for the semi-orthogonal frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>-dimensional diagonal matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si124.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. Note that all frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si150.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si151.svg"><mml:mi>μ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>…</mml:mo><mml:mi>d</mml:mi></mml:math>, appear in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si152.svg"><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> (as projections <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si153.svg"><mml:msup><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup></mml:math>). This is even true for the direction <ce:italic>ν</ce:italic> itself, as its projector is applied to the forward mode in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si154.svg"><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup></mml:math> and to the backward mode in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si155.svg"><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup></mml:math>. Therefore the <ce:italic>ν</ce:italic>-th equation is cubic in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and quartic in all other <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si150.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si156.svg"><mml:mi>μ</mml:mi><mml:mo>≠</mml:mo><mml:mi>ν</mml:mi></mml:math>. It is crucial to keep in mind that the self-consistent solutions to <ce:cross-ref refid="fm0420" id="crf0830">(42)</ce:cross-ref>, which we are looking for, are required to be semi-orthogonal matrices with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si157.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> columns, in order to satisfy the constraints <ce:cross-ref refid="fm0300" id="crf0840">(30)</ce:cross-ref>.</ce:para><ce:para id="pr0450">It is useful to note that if we replace the matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si152.svg"><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> in <ce:cross-ref refid="fm0420" id="crf0850">(42)</ce:cross-ref> by fixed matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, the <ce:italic>d</ce:italic> matrix equations decouple and each one of them is a linear eigenvalue equation for the frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. The solutions of these linearized equations are however in general no solution of the original nonlinear equations <ce:cross-ref refid="fm0420" id="crf0860">(42)</ce:cross-ref>. On the other hand, if <ce:cross-ref refid="fm0420" id="crf0870">(42)</ce:cross-ref> is satisfied, then <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> is a solution of the linear eigenvalue problem for the specific matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si159.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math>.</ce:para><ce:para id="pr0460">Therefore, we propose to solve the coupled system of equations using an iterative procedure, where at each iteration step, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> is computed with <ce:cross-ref refid="fm0410" id="crf0880">(41)</ce:cross-ref> using the current frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si150.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>μ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>d</mml:mi></mml:math>, and the eigenvalue problem<ce:display><ce:formula id="fm0430"><ce:label>(43)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si161.svg"><mml:mrow><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi>u</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>u</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> is solved for the eigenvalues <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si162.svg"><mml:msup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and eigenvectors <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si163.svg"><mml:msup><mml:mrow><mml:mi>u</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> of the positive semi-definite matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. We then take the normalized eigenvectors corresponding to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> largest eigenvalues to form a new frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. Note that the eigenvectors of the symmetric matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> are orthogonal and therefore the constraint <ce:cross-ref refid="fm0300" id="crf0890">(30)</ce:cross-ref> is automatically satisfied for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>.</ce:para><ce:para id="pr0470">This strategy can be motivated in the following way. We are looking for the solution of <ce:cross-ref refid="fm0420" id="crf0900">(42)</ce:cross-ref> which maximizes <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si132.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>. Using the expression <ce:cross-ref refid="fm0380" id="crf0910">(38)</ce:cross-ref> for the core tensor <ce:italic>S</ce:italic> in terms of the unfoldings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si140.svg"><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, the squared norm in the cost function <ce:cross-ref refid="fm0310" id="crf0920">(31)</ce:cross-ref> can be written as<ce:display><ce:formula id="fm0440"><ce:label>(44)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si164.svg"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi mathvariant="normal">Tr</mml:mi><mml:mo stretchy="false">[</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">]</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi mathvariant="normal">Tr</mml:mi><mml:mo stretchy="false">[</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">]</mml:mo><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">Tr</mml:mi><mml:mo stretchy="false">[</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">]</mml:mo><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> which explicitly contains the matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si165.svg"><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>≡</mml:mo><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math> defined in <ce:cross-ref refid="fm0410" id="crf0930">(41)</ce:cross-ref> (note that this equation yields the same <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si132.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> for each <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si166.svg"><mml:mi>ν</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>d</mml:mi></mml:math>). It is straightforward to show that, at each iteration step, the solution obtained from the linearization <ce:cross-ref refid="fm0430" id="crf0940">(43)</ce:cross-ref> corresponds to the constrained optimization of the approximation<ce:display><ce:formula id="fm0450"><ce:label>(45)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si167.svg"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>≈</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">Tr</mml:mi><mml:mo stretchy="false">[</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> to <ce:cross-ref refid="fm0440" id="crf0950">(44)</ce:cross-ref>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> is fixed and computed with the most recent frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si150.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>μ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>d</mml:mi></mml:math>. As this approximation is quadratic in the new frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, its maximum will be given by the eigenvectors corresponding to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> largest eigenvalues of the symmetric, positive semi-definite matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>.</ce:para><ce:para id="pr0480">The iterative procedure can be interpreted as an iterative SuperQ method, where at each step all modes of <ce:italic>M</ce:italic> are truncated using the last known frames, except for a backward mode in <ce:italic>B</ce:italic> and the corresponding forward mode in <ce:italic>F</ce:italic>.</ce:para><ce:para id="pr0490">During the iterative procedure we cycle through the <ce:italic>d</ce:italic> dimensions <ce:italic>ν</ce:italic> and determine a new frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> at each step using <ce:cross-ref refid="fm0430" id="crf0960">(43)</ce:cross-ref>. Then, we repeat these <ce:italic>d</ce:italic> iteration steps until all frames have converged. In practice we observed that the first iteration for each direction is the most important one, and further iterations of the same direction only give small corrections.</ce:para><ce:para id="pr0500">An alternative procedure would be to iterate <ce:cross-ref refid="fm0430" id="crf0970">(43)</ce:cross-ref> for a single <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> (keeping all other <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si150.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> fixed) until convergence has been reached (reevaluating <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> with the most recent <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> at every step), and then go on to the next frame. Once all frames have been iterated, this whole procedure is repeated until all frames converge together. Note that the inner iterations are computationally cheap, as all frames but one are kept fixed and all matrix-tensor multiplications in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si168.svg"><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si132.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> involving these fixed frames have to be computed only once. However, this procedure does not seem to give an overall faster convergence.</ce:para><ce:para id="pr0510">A natural choice for the starting frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:mi>ν</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>…</mml:mo><mml:mi>d</mml:mi></mml:math>, in the iterative procedure are the frames obtained from the interlaced SuperQ method, see Sec. <ce:cross-ref refid="se0040" id="crf0980">4</ce:cross-ref>.</ce:para><ce:para id="pr0520">Note that the iterative procedure is not guaranteed to converge, and even when it does, the solution is not necessarily the global maximum. This can be improved upon by tuning the starting frames or by applying an under-relaxation procedure to the intermediate <ce:italic>Q</ce:italic> matrix. In this procedure, we replace <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> in <ce:cross-ref refid="fm0430" id="crf0990">(43)</ce:cross-ref> by<ce:display><ce:formula id="fm0460"><ce:label>(46)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si169.svg"><mml:mrow><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mo>‾</mml:mo></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>ω</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>ω</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mtext>prev</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si170.svg"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mtext>prev</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> was used to obtain the previous <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> in the iterative procedure. The relaxation procedure can be used to optimize <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si132.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> by tuning the local parameter <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si171.svg"><mml:mn>0</mml:mn><mml:mo>≤</mml:mo><mml:mi>ω</mml:mi><mml:mo>≤</mml:mo><mml:mn>1</mml:mn></mml:math>. We observed that a coarse tuning of <ce:italic>ω</ce:italic> is sufficient to improve the overall convergence of the iterative procedure.</ce:para><ce:para id="pr0530">When applying the ISQ method to HOTRG, where <ce:italic>M</ce:italic> is a contraction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si116.svg"><mml:mi>T</mml:mi><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>T</mml:mi></mml:math> along one of the directions, only <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si117.svg"><mml:mn>2</mml:mn><mml:mi>d</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:math> of 2<ce:italic>d</ce:italic> modes will actually be truncated, as the backward and forward modes for the contracted direction are left unchanged. For the two-dimensional case, where only one frame has to be determined after each contraction, an alternative method to optimize the truncation using a linearization was proposed in the <ce:italic>projective truncation</ce:italic> of Ref. <ce:cross-ref refid="br0110" id="crf1000">[11]</ce:cross-ref>.</ce:para></ce:section><ce:section id="se0060"><ce:label>6</ce:label><ce:section-title id="st0070">Examples</ce:section-title><ce:para id="pr0540">In the following, we illustrate the effect of the SuperQ and ISQ methods. For various random tensors <ce:italic>A</ce:italic>, we compute core tensors <ce:italic>S</ce:italic> using the standard HOSVD approximation <ce:cross-ref refid="br0070" id="crf1010">[7]</ce:cross-ref> and the best possible approximation of a given multi-rank with the HOOI method <ce:cross-ref refid="br0100" id="crf1020">[10]</ce:cross-ref>. These results are compared with the following backward-forward symmetric approximations: the method proposed by Xie et al. (used in standard HOTRG <ce:cross-ref refid="br0060" id="crf1030">[6]</ce:cross-ref>), the SuperQ approximation of Sec. <ce:cross-ref refid="se0040" id="crf1040">4</ce:cross-ref>, and the ISQ approximation of Sec. <ce:cross-ref refid="se0050" id="crf1050">5</ce:cross-ref>. The relative error for each of these approximations is given by<ce:display><ce:formula id="fm0470"><ce:label>(47)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si172.svg"><mml:mrow><mml:mi>ϵ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>A</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac></mml:mrow></mml:msqrt><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> The comparison of the different methods will be illustrated by plotting <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si173.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>ϵ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mtext>hooi</mml:mtext></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mtext>hooi</mml:mtext></mml:mrow></mml:msub></mml:math> in the figures below. For the ISQ method the iterations are initialized with the frames obtained using the interlaced SuperQ method. The ISQ method is iterated until the relative error <ce:italic>ϵ</ce:italic> has a relative change of less than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si174.svg"><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn></mml:mrow></mml:msup></mml:math> between two major iterations, where a major iteration corresponds to one update of all frames. For each iteration we tune the relaxation parameter <ce:italic>ω</ce:italic> to reduce the error. The number of major iterations varies between 20 and 100 with an average of around 50.</ce:para><ce:para id="pr0550">In a first example we consider random tensors <ce:italic>A</ce:italic> of order 4 with dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si175.svg"><mml:mn>10</mml:mn><mml:mo>×</mml:mo><mml:mn>10</mml:mn><mml:mo>×</mml:mo><mml:mn>100</mml:mn><mml:mo>×</mml:mo><mml:mn>100</mml:mn></mml:math>, whose rank is reduced by truncating the last two indices to dimension 10. The results shown in <ce:cross-ref refid="fg0060" id="crf1060">Fig. 6</ce:cross-ref><ce:float-anchor refid="fg0060"/> were computed for initial tensors filled with uniformly distributed elements in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si176.svg"><mml:mo stretchy="false">[</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:math> (left panel) and normally distributed elements with mean <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si177.svg"><mml:mi>μ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> and standard deviation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si178.svg"><mml:mi>σ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:math> (right panel). In another example, shown in <ce:cross-ref refid="fg0070" id="crf1070">Fig. 7</ce:cross-ref><ce:float-anchor refid="fg0070"/>, all modes of random <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si179.svg"><mml:mn>30</mml:mn><mml:mo>×</mml:mo><mml:mn>30</mml:mn><mml:mo>×</mml:mo><mml:mn>30</mml:mn><mml:mo>×</mml:mo><mml:mn>30</mml:mn></mml:math> tensors are reduced to dimension 10. Again the random tensors are filled with elements from a uniform distribution (left) and a normal distribution (right).</ce:para><ce:para id="pr0560">In all examples, the hierarchy between the approximations is the same. In decreasing order of accuracy we find: HOOI, ISQ, HOSVD, SuperQ, and finally the Xie-method. We notice that, as we suggested in the derivation of Sec. <ce:cross-ref refid="se0040" id="crf1080">4</ce:cross-ref>, the SuperQ method performs better than the Xie-method. Both of them are superseded by HOSVD, which is logical as the latter does not have to satisfy the additional backward-forward symmetry constraint. However, a somewhat unexpected result is that in all examples, the ISQ method performs better than the standard HOSVD approximation, even though the former does satisfy the additional backward-forward symmetry constraint. In all cases HOOI performs best, as it is the best possible approximation of the given multi-rank.</ce:para></ce:section><ce:section id="se0070" role="conclusion"><ce:label>7</ce:label><ce:section-title id="st0080">Conclusions</ce:section-title><ce:para id="pr0570">In this paper we consider the reduction of the local truncation error in a single blocking step of the HOTRG procedure. We have discussed in detail the constraints imposed on the semi-orthogonal truncation frames in the HOTRG algorithm, where the backward and forward modes for each direction have to be projected on the same lower-dimensional subspace at each blocking step. We first introduced the SuperQ method, which minimizes a combined error on the backward and forward unfoldings for each individual direction. The method is computationally more efficient and generically yields a reduced local truncation error when compared to the original HOTRG truncation.</ce:para><ce:para id="pr0580">As a further improvement, we presented the iterative SuperQ method, where we formulate a constrained minimization problem, which leads to equations that have to be satisfied by the semi-orthogonal truncation frames in order to minimize the error on the lower-rank tensor approximation, while satisfying the backward-forward symmetry constraints. The method is inspired by the HOOI method, with the additional requirement that the same frames are used on the backward and forward modes of each direction. The equations form a coupled nonlinear eigenvalue problem, which we propose to solve using an iterative procedure, where decoupled linear eigenvalue problems are solved at each iteration step. Computing the optimal backward-forward symmetric truncation frames with the ISQ method is more expensive than the truncation applied in the original HOTRG method, as each iteration step requires new eigenvalue decompositions. Therefore, in practice, we generally use the SuperQ truncation in the HOTRG blocking procedure, since it provides the best trade-off between computational cost and truncation accuracy.</ce:para> </ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0110">Declaration of Competing Interest</ce:section-title><ce:para id="pr0600">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0090">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bibA8ADBA9948CF4049789F19CD935C1B6As1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Aarts</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Recent developments at finite density on the lattice</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>PoS CPOD2014</sb:maintitle></sb:title></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>012</sb:article-number><ce:doi>10.22323/1.217.0012</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1502.01850" id="inf0010">arXiv:1502.01850</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0015">G. Aarts, Recent developments at finite density on the lattice, PoS CPOD2014 (2014) 012. arXiv:1502.01850, doi:10.22323/1.217.0012.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bib7EFCA98ACF45E0BD3CD708C737883071s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Aarts</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Attanasio</ce:surname></sb:author><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Jäger</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Seiler</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Sexty</ce:surname></sb:author><sb:author><ce:given-name>I.-O.</ce:given-name><ce:surname>Stamatescu</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>QCD at nonzero chemical potential: recent progress on the lattice</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>AIP Conf. Proc.</sb:maintitle></sb:title><sb:volume-nr>1701</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>020001</sb:article-number><ce:doi>10.1063/1.4938590</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.0847" id="inf0020">arXiv:1412.0847</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0020">G. Aarts, F. Attanasio, B. Jäger, E. Seiler, D. Sexty, I.-O. Stamatescu, QCD at nonzero chemical potential: recent progress on the lattice, AIP Conf. Proc. 1701 (2016) 020001. arXiv:1412.0847, doi:10.1063/1.4938590.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bib0C5EFDA743CEBC1D24E82B3FB73A0E04s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Gattringer</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Langfeld</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Approaches to the sign problem in lattice field theory</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. A</sb:maintitle></sb:title><sb:volume-nr>31</sb:volume-nr></sb:series><sb:issue-nr>22</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:article-number>1643007</sb:article-number><ce:doi>10.1142/S0217751X16430077</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1603.09517" id="inf0030">arXiv:1603.09517</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0025">C. Gattringer, K. Langfeld, Approaches to the sign problem in lattice field theory, International Journal of Modern Physics A 31 (22) (2016) 1643007. arXiv:1603.09517, doi:10.1142/S0217751X16430077.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bib696B2F842C47DAD4ADE09F94B7EB7E02s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Y.</ce:given-name><ce:surname>Meurice</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Sakai</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Unmuth-Yockey</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Tensor lattice field theory for renormalization and quantum computing</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Rev. Mod. Phys.</sb:maintitle></sb:title><sb:volume-nr>94</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2022</sb:date></sb:issue><sb:article-number>025005</sb:article-number><ce:doi>10.1103/RevModPhys.94.025005</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2010.06539" id="inf0040">arXiv:2010.06539</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0030">Y. Meurice, R. Sakai, J. Unmuth-Yockey, Tensor lattice field theory for renormalization and quantum computing, Rev. Mod. Phys. 94 (2) (2022) 025005. arXiv:2010.06539, doi:10.1103/RevModPhys.94.025005.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib2E65F907E1082C4D5A3CAFE981BB4AD6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Levin</ce:surname></sb:author><sb:author><ce:given-name>C.P.</ce:given-name><ce:surname>Nave</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Tensor renormalization group approach to two-dimensional classical lattice models</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>99</sb:volume-nr></sb:series><sb:issue-nr>12</sb:issue-nr><sb:date>2007</sb:date></sb:issue><sb:article-number>120601</sb:article-number><ce:doi>10.1103/PhysRevLett.99.120601</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:cond-mat/0611687" id="inf0050">arXiv:cond-mat/0611687</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0035">M. Levin, C. P. Nave, Tensor renormalization group approach to two-dimensional classical lattice models, Phys. Rev. Lett. 99 (12) (2007) 120601. arXiv:cond-mat/0611687, doi:10.1103/PhysRevLett.99.120601.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bib056A7CC6592F2F0265E3A84AE6EACE92s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.Y.</ce:given-name><ce:surname>Xie</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Chen</ce:surname></sb:author><sb:author><ce:given-name>M.P.</ce:given-name><ce:surname>Qin</ce:surname></sb:author><sb:author><ce:given-name>J.W.</ce:given-name><ce:surname>Zhu</ce:surname></sb:author><sb:author><ce:given-name>L.P.</ce:given-name><ce:surname>Yang</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Xiang</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Coarse-graining renormalization by higher-order singular value decomposition</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. B</sb:maintitle></sb:title><sb:volume-nr>86</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2012</sb:date></sb:issue><sb:article-number>045139</sb:article-number><ce:doi>10.1103/physrevb.86.045139</ce:doi></sb:host></sb:reference><ce:source-text id="srct0040">Z. Y. Xie, J. Chen, M. P. Qin, J. W. Zhu, L. P. Yang, T. Xiang, Coarse-graining renormalization by higher-order singular value decomposition, Phys. Rev. B86 (4) (2012) 045139. doi:10.1103/physrevb.86.045139.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bib643480BF1614D860C48C1293B4364CA5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>De Lathauwer</ce:surname></sb:author><sb:author><ce:given-name>B.</ce:given-name><ce:surname>De Moor</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Vandewalle</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A multilinear singular value decomposition</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>SIAM J. Matrix Anal. Appl.</sb:maintitle></sb:title><sb:volume-nr>21</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2000</sb:date></sb:issue><sb:pages><sb:first-page>1253</sb:first-page><sb:last-page>1278</sb:last-page></sb:pages><ce:doi>10.1137/S0895479896305696</ce:doi></sb:host></sb:reference><ce:source-text id="srct0045">L. De Lathauwer, B. De Moor, J. Vandewalle, A multilinear singular value decomposition, SIAM Journal on Matrix Analysis and Applications 21 (4) (2000) 1253–1278. doi:10.1137/S0895479896305696.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bibDD0632E0D8DFC438B5CEED5225868689s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Y.</ce:given-name><ce:surname>Liu</ce:surname></sb:author><sb:author><ce:given-name>Y.</ce:given-name><ce:surname>Meurice</ce:surname></sb:author><sb:author><ce:given-name>M.P.</ce:given-name><ce:surname>Qin</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Unmuth-Yockey</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Xiang</ce:surname></sb:author><sb:author><ce:given-name>Z.Y.</ce:given-name><ce:surname>Xie</ce:surname></sb:author><sb:author><ce:given-name>J.F.</ce:given-name><ce:surname>Yu</ce:surname></sb:author><sb:author><ce:given-name>H.</ce:given-name><ce:surname>Zou</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Exact blocking formulas for spin and gauge models</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>88</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>056005</sb:article-number><ce:doi>10.1103/PhysRevD.88.056005</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1307.6543" id="inf0060">arXiv:1307.6543</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0050">Y. Liu, Y. Meurice, M. P. Qin, J. Unmuth-Yockey, T. Xiang, Z. Y. Xie, J. F. Yu, H. Zou, Exact blocking formulas for spin and gauge models, Phys. Rev. D88 (2013) 056005. arXiv:1307.6543, doi:10.1103/PhysRevD.88.056005.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib57BF939360597AFB41015318A056BD62s1"><sb:contribution><sb:authors><sb:author><ce:given-name>H.-H.</ce:given-name><ce:surname>Zhao</ce:surname></sb:author><sb:author><ce:given-name>Z.-Y.</ce:given-name><ce:surname>Xie</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Xiang</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Imada</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Tensor network algorithm by coarse-graining tensor renormalization on finite periodic lattices</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. B</sb:maintitle></sb:title><sb:volume-nr>93</sb:volume-nr></sb:series><sb:issue-nr>12</sb:issue-nr><sb:date>2016</sb:date></sb:issue><ce:doi>10.1103/physrevb.93.125115</ce:doi></sb:host></sb:reference><ce:source-text id="srct0055">H.-H. Zhao, Z.-Y. Xie, T. Xiang, M. Imada, Tensor network algorithm by coarse-graining tensor renormalization on finite periodic lattices, Physical Review B 93 (12) . doi:10.1103/physrevb.93.125115.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bibEF9F298DCBE63FF2D577DD98C8F7AD7Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>De Lathauwer</ce:surname></sb:author><sb:author><ce:given-name>B.</ce:given-name><ce:surname>De Moor</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Vandewalle</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On the best rank-1 and rank-(R1,R2,...,RN) approximation of higher-order tensors</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>SIAM J. Matrix Anal. Appl.</sb:maintitle></sb:title><sb:volume-nr>21</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2000</sb:date></sb:issue><sb:pages><sb:first-page>1324</sb:first-page><sb:last-page>1342</sb:last-page></sb:pages><ce:doi>10.1137/S0895479898346995</ce:doi></sb:host></sb:reference><ce:source-text id="srct0060">L. De Lathauwer, B. De Moor, J. Vandewalle, On the best rank-1 and rank-(R1,R2,...,RN) approximation of higher-order tensors, SIAM Journal on Matrix Analysis and Applications 21 (4) (2000) 1324–1342. doi:10.1137/S0895479898346995.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib89CCA002DD0C4A55F531CF4B5D1E470As1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Evenbly</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Algorithms for tensor network renormalization</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. B</sb:maintitle></sb:title><sb:volume-nr>95</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:article-number>045117</sb:article-number><ce:doi>10.1103/PhysRevB.95.045117</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1509.07484" id="inf0070">arXiv:1509.07484</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0065">G. Evenbly, Algorithms for tensor network renormalization, Phys. Rev. B95 (2017) 045117. arXiv:1509.07484, doi:10.1103/PhysRevB.95.045117.</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> \ No newline at end of file +<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd" [<!ENTITY gr001 SYSTEM "gr001" NDATA IMAGE><!ENTITY gr002 SYSTEM "gr002" NDATA IMAGE><!ENTITY gr003 SYSTEM "gr003" NDATA IMAGE><!ENTITY gr004 SYSTEM "gr004" NDATA IMAGE><!ENTITY gr005 SYSTEM "gr005" NDATA IMAGE><!ENTITY gr006 SYSTEM "gr006" NDATA IMAGE><!ENTITY gr007 SYSTEM "gr007" NDATA IMAGE>]><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="fla" xml:lang="en"><item-info><jid>NUPHB</jid><aid>116107</aid><ce:article-number>116107</ce:article-number><ce:pii>S0550-3213(23)00036-6</ce:pii><ce:doi>10.1016/j.nuclphysb.2023.116107</ce:doi><ce:copyright year="2023" type="other">The Author(s)</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Quantum Field Theory and Statistical Systems</ce:text></ce:doctopic></ce:doctopics></item-info><ce:floats><ce:figure id="fg0010"><ce:label>Fig. 1</ce:label><ce:caption id="cp0010"><ce:simple-para id="sp0010">Blocking procedure to reduce a two-dimensional 4 × 4 lattice to a single tensor using alternating contractions in the horizontal and vertical directions.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0010">Fig. 1</ce:alt-text><ce:link locator="gr001" xlink:type="simple" xlink:href="pii:S0550321323000366/gr001" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0010"/></ce:figure><ce:figure id="fg0020"><ce:label>Fig. 2</ce:label><ce:caption id="cp0020"><ce:simple-para id="sp0020">Illustration of the contraction <ce:italic>T</ce:italic>⋆<ce:inf>1</ce:inf><ce:italic>T</ce:italic> = <ce:italic>M</ce:italic> along the 1-direction in a three-dimensional system, as in <ce:cross-ref refid="fm0020" id="crf0010">(2)</ce:cross-ref>. The square nodes represent the fusion of the original tensor indices into the combined fat indices <ce:cross-ref refid="fm0030" id="crf0020">(3)</ce:cross-ref> of <ce:italic>M</ce:italic>.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0020">Fig. 2</ce:alt-text><ce:link locator="gr002" xlink:type="simple" xlink:href="pii:S0550321323000366/gr002" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0020"/></ce:figure><ce:figure id="fg0030"><ce:label>Fig. 3</ce:label><ce:caption id="cp0030"><ce:simple-para id="sp0030">Two tensors <ce:italic>T</ce:italic> are contracted over their shared vertical link, producing a tensor <ce:italic>M</ce:italic> with fat horizontal modes (green box). The fat modes of <ce:italic>M</ce:italic> are projected onto subspaces with the projectors <ce:italic>P</ce:italic><ce:inf><ce:italic>U</ce:italic></ce:inf> = <ce:italic>UU</ce:italic><ce:sup><ce:italic>T</ce:italic></ce:sup> and <ce:italic>P</ce:italic><ce:inf><ce:italic>V</ce:italic></ce:inf> = <ce:italic>VV</ce:italic><ce:sup><ce:italic>T</ce:italic></ce:sup>, respectively, to form the lower rank approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> of <ce:cross-ref refid="fm0200" id="crf0030">(20)</ce:cross-ref> (blue box). As part of the construction one recognizes the core tensor <ce:italic>S</ce:italic> of <ce:cross-ref refid="fm0190" id="crf0040">(19)</ce:cross-ref> (red box). Note that the matrices <ce:italic>U</ce:italic>, <ce:italic>U</ce:italic><ce:sup><ce:italic>T</ce:italic></ce:sup>, <ce:italic>V</ce:italic> and <ce:italic>V</ce:italic><ce:sup><ce:italic>T</ce:italic></ce:sup>, described by diamonds in the figure, are applied from the inside to the outside, in correspondence with <ce:cross-ref refid="fm0190" id="crf0050">(19)</ce:cross-ref> and <ce:cross-ref refid="fm0200" id="crf0060">(20)</ce:cross-ref>.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0030">Fig. 3</ce:alt-text><ce:link locator="gr003" xlink:type="simple" xlink:href="pii:S0550321323000366/gr003" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0030"/></ce:figure><ce:figure id="fg0040"><ce:label>Fig. 4</ce:label><ce:caption id="cp0040"><ce:simple-para id="sp0040">Two approximations <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math>, constructed in <ce:cross-ref refid="fg0030" id="crf0070">Fig. 3</ce:cross-ref>, are contracted in the horizontal direction. This illustrates how the projections performed in the first contraction are concatenated when making this second contraction, leading to a product <ce:italic>P</ce:italic><ce:inf><ce:italic>U</ce:italic></ce:inf><ce:italic>P</ce:italic><ce:inf><ce:italic>V</ce:italic></ce:inf>. Here a new building block <ce:italic>G</ce:italic> = <ce:italic>U</ce:italic><ce:sup><ce:italic>T</ce:italic></ce:sup><ce:italic>V</ce:italic> arises, which we call a <ce:italic>merger</ce:italic> between two core tensors <ce:italic>S</ce:italic>. Note that, for consistency, the matrices operate in chronological order (from the inside to the outside with respect to <ce:italic>M</ce:italic> of <ce:cross-ref refid="fg0030" id="crf0080">Fig. 3</ce:cross-ref>) and not from left to right. The half-mergers on the left and right will connect to their counter parts in further contractions.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0040">Fig. 4</ce:alt-text><ce:link locator="gr004" xlink:type="simple" xlink:href="pii:S0550321323000366/gr004" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0040"/></ce:figure><ce:figure id="fg0050"><ce:label>Fig. 5</ce:label><ce:caption id="cp0050"><ce:simple-para id="sp0050">The construction in <ce:cross-ref refid="fg0040" id="crf0090">Fig. 4</ce:cross-ref> drastically simplifies when choosing <ce:italic>U</ce:italic> = <ce:italic>V</ce:italic>, as the merger <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:mi>G</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mn mathvariant="double-struck">1</mml:mn></mml:mrow><mml:mrow><mml:mi>D</mml:mi></mml:mrow></mml:msub></mml:math> in this case. The frames are solely needed to construct the core tensor <ce:italic>S</ce:italic>. This property will spread through the entire blocking procedure (including the final trace), such that the calculation can be performed using the core tensor only.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0050">Fig. 5</ce:alt-text><ce:link locator="gr005" xlink:type="simple" xlink:href="pii:S0550321323000366/gr005" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0050"/></ce:figure><ce:figure id="fg0060"><ce:label>Fig. 6</ce:label><ce:caption id="cp0060"><ce:simple-para id="sp0060">Comparison of (<ce:italic>ϵ</ce:italic> − <ce:italic>ϵ</ce:italic><ce:inf>hooi</ce:inf>)/<ce:italic>ϵ</ce:italic><ce:inf>hooi</ce:inf> for approximations of 100 independent random tensors of dimension 10 × 10 × 100 × 100 truncated to dimension 10 × 10 × 10 × 10 using HOSVD, the Xie method, SuperQ and ISQ. The tensor elements are chosen randomly from a uniform distribution over [0,1] (left plot) and from a Gaussian distribution <ce:italic>N</ce:italic>(0;1) (right plot). The horizontal axis represents different random tensors.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0060">Fig. 6</ce:alt-text><ce:link locator="gr006" xlink:type="simple" xlink:href="pii:S0550321323000366/gr006" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0060"/></ce:figure><ce:figure id="fg0070"><ce:label>Fig. 7</ce:label><ce:caption id="cp0070"><ce:simple-para id="sp0070">Comparison of (<ce:italic>ϵ</ce:italic> − <ce:italic>ϵ</ce:italic><ce:inf>hooi</ce:inf>)/<ce:italic>ϵ</ce:italic><ce:inf>hooi</ce:inf> for random tensors of dimension 30 × 30 × 30 × 30 truncated to dimension 10 × 10 × 10 × 10, using the same approximation methods and the same probability distributions for the tensor elements as in <ce:cross-ref refid="fg0060" id="crf0100">Fig. 6</ce:cross-ref>.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0070">Fig. 7</ce:alt-text><ce:link locator="gr007" xlink:type="simple" xlink:href="pii:S0550321323000366/gr007" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0070"/></ce:figure></ce:floats><head><ce:title id="ti0010">Improved local truncation schemes for the higher-order tensor renormalization group method</ce:title><ce:author-group id="ag0010"><ce:author orcid="0000-0002-8443-4804" id="au0010" author-id="S0550321323000366-90624b61ad93431930b6562552c19df0"><ce:given-name>Jacques</ce:given-name><ce:surname>Bloch</ce:surname><ce:cross-ref refid="aff0010" id="crf0110"><ce:sup>a</ce:sup></ce:cross-ref><ce:e-address type="email" xlink:href="mailto:jacques.bloch@ur.de" id="ea0010">jacques.bloch@ur.de</ce:e-address></ce:author><ce:author id="au0020" author-id="S0550321323000366-fe5401542e27ee7a6c5d41c731520f95"><ce:given-name>Robert</ce:given-name><ce:surname>Lohmayer</ce:surname><ce:cross-ref refid="aff0010" id="crf0120"><ce:sup>a</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0020" id="crf0130"><ce:sup>b</ce:sup></ce:cross-ref><ce:e-address type="email" xlink:href="mailto:robert.lohmayer@ur.de" id="ea0020">robert.lohmayer@ur.de</ce:e-address></ce:author><ce:author id="au0030" author-id="S0550321323000366-1b6acdaa5f29277a4d5e446535dfa32c"><ce:given-name>Maximilian</ce:given-name><ce:surname>Meister</ce:surname><ce:cross-ref refid="aff0010" id="crf0140"><ce:sup>a</ce:sup></ce:cross-ref></ce:author><ce:author id="au0040" author-id="S0550321323000366-ec2957601dd286a31c9014e12efc3769"><ce:given-name>Michael</ce:given-name><ce:surname>Nunhofer</ce:surname><ce:cross-ref refid="aff0010" id="crf0150"><ce:sup>a</ce:sup></ce:cross-ref></ce:author><ce:affiliation id="aff0010" affiliation-id="S0550321323000366-e3a23c135363bac74bbab5d41f20f508"><ce:label>a</ce:label><ce:textfn>Institute for Theoretical Physics, University of Regensburg, 93040 Regensburg, Germany</ce:textfn><sa:affiliation><sa:organization>Institute for Theoretical Physics</sa:organization><sa:organization>University of Regensburg</sa:organization><sa:city>Regensburg</sa:city><sa:postal-code>93040</sa:postal-code><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0005">Institute for Theoretical Physics, University of Regensburg, 93040 Regensburg, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0020" affiliation-id="S0550321323000366-3425d587d16c5d27239eb2362996a3b9"><ce:label>b</ce:label><ce:textfn>Leibniz Institute for Immunotherapy (LIT), 93053 Regensburg, Germany</ce:textfn><sa:affiliation><sa:organization>Leibniz Institute for Immunotherapy (LIT)</sa:organization><sa:city>Regensburg</sa:city><sa:postal-code>93053</sa:postal-code><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0010">Leibniz Institute for Immunotherapy (LIT), 93053 Regensburg, Germany</ce:source-text></ce:affiliation></ce:author-group><ce:date-received day="5" month="10" year="2022"/><ce:date-revised day="12" month="1" year="2023"/><ce:date-accepted day="1" month="2" year="2023"/><ce:miscellaneous id="ms0010">Editor: Hubert Saleur</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0080">The higher-order tensor renormalization group is a tensor-network method providing estimates for the partition function and thermodynamical observables of classical and quantum systems in thermal equilibrium. At every step of the iterative blocking procedure, the coarse-grid tensor is truncated to keep the tensor dimension under control. For a consistent tensor blocking procedure, it is crucial that the forward and backward tensor modes are projected on the same lower dimensional subspaces. In this paper we present two methods, the SuperQ and the iterative SuperQ method, to construct tensor truncations that reduce or even minimize the local approximation errors, while satisfying this constraint.</ce:simple-para></ce:abstract-sec></ce:abstract><ce:data-availability id="dav0001"><ce:section-title id="st0100">Data availability</ce:section-title><ce:para id="pr0590">Data will be made available on request.</ce:para></ce:data-availability></head><body><ce:sections><ce:section id="se0010" role="introduction"><ce:label>1</ce:label><ce:section-title id="st0020">Introduction</ce:section-title><ce:para id="pr0010">Physical systems in thermal equilibrium are described by their partition function, whose complexity grows exponentially in the volume. The standard method to simulate such statistical systems is the Markov chain Monte Carlo method (MC), which efficiently samples the relevant states of the system to produce reliable estimates of observables. A fundamental prerequisite for the MC method is the positivity of the sampling weights. Models which do not satisfy this condition cause the infamous sign problem and require alternative simulation methods. Quantum systems with complex actions are typical examples of systems with a sign problem. An important topical application in high energy physics is the simulation of quantum chromodynamics (QCD) at nonzero quark chemical potential, which allows for the investigation of the QCD phase diagram as a function of temperature and baryon density.</ce:para><ce:para id="pr0020">There exist numerous methods to circumvent the sign problem, and some even solve it for particular systems <ce:cross-refs refid="br0010 br0020 br0030" id="crs0010">[1–3]</ce:cross-refs>. Very mild sign problems can be circumvented by reweighting, which uses the Monte Carlo method on an auxiliary ensemble with positive weights, and reweights the observables to the target ensemble. The main issue with this method is that the statistical error increases exponentially with the volume such that it is hardly usable in any realistic situation, except for the validation of other methods in regions where the sign problem is small. Other methods which have shown their merit on some models, but are known to have fundamental problems for other ones, are the complex Langevin method, the thimbles, the density of states method and the method of dual variables, where the simulations are usually performed with the worm algorithm. Common to those methods is the stochastic sampling of the partition function.</ce:para><ce:para id="pr0030">An alternative approach that has recently drawn a lot of interest is that of tensor networks, see <ce:cross-ref refid="br0040" id="crf0160">[4]</ce:cross-ref> for a review. In these methods the partition function is first rewritten as a full contraction of a tensor network covering the entire lattice. The exact computation of the partition function and observables in this formulation would have an exponential complexity. The tensor renormalization group (TRG) <ce:cross-ref refid="br0050" id="crf0170">[5]</ce:cross-ref> and higher order tensor renormalization group (HOTRG) <ce:cross-ref refid="br0060" id="crf0180">[6]</ce:cross-ref> methods avoid this exponential cost by blocking the lattice iteratively and truncating the inflated dimensions of the coarse grid tensor at each blocking step using truncated higher order singular value decompositions (HOSVD) <ce:cross-ref refid="br0070" id="crf0190">[7]</ce:cross-ref>, which are based on the matrix singular value decomposition (SVD).</ce:para><ce:para id="pr0040">We consider the partition function of a <ce:italic>d</ce:italic>-dimensional classical or quantum system in thermal equilibrium, written as a fully contracted tensor network <ce:cross-ref refid="br0080" id="crf0200">[8]</ce:cross-ref>,<ce:display><ce:formula id="fm0010"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:mrow><mml:mi>Z</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi mathvariant="normal">tTr</mml:mi><mml:mspace width="0.2em"/><mml:munderover><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>x</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>V</mml:mi></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>…</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> with a tensor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> at each site <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mi>x</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>V</mml:mi></mml:math>. In general the local tensor is the same on all sites, i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>T</mml:mi></mml:math> for all <ce:italic>x</ce:italic>. For each lattice direction <ce:italic>ν</ce:italic>, the tensor has one mode for the forward and one mode for the backward orientation, corresponding to the indices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si5.svg"><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo>,</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>, respectively, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> is a unit step in the <ce:italic>ν</ce:italic> direction. We will often refer to these modes as backward and forward modes of the physical tensor. The trace in the partition function stands for a full contraction over all tensor indices, where two adjacent tensors share exactly one index.</ce:para><ce:para id="pr0050">Thermodynamical observables, which are defined as derivatives of the partition function with respect to one of its parameters, can be computed using either a finite-difference approximation or an impurity tensor formulation involving the analytical derivative of <ce:italic>T</ce:italic> <ce:cross-ref refid="br0090" id="crf0210">[9]</ce:cross-ref>.</ce:para><ce:para id="pr0060">In the following we will restrict our discussion to HOTRG, because it can be applied to any number of dimensions, whereas TRG is limited to two-dimensional systems. The HOTRG method uses an iterative blocking procedure that reduces the size of the lattice by a factor of two during each blocking step by contracting pairs of adjacent tensors. The procedure is illustrated for a two-dimensional <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:mn>4</mml:mn><mml:mo>×</mml:mo><mml:mn>4</mml:mn></mml:math> lattice in <ce:cross-ref refid="fg0010" id="crf0220">Fig. 1</ce:cross-ref><ce:float-anchor refid="fg0010"/>. Its extension to higher dimensions is obvious, and below we will further discuss the HOTRG method for the three-dimensional case.</ce:para><ce:para id="pr0070">When contracting two adjacent tensors <ce:italic>T</ce:italic> over their shared link, a tensor <ce:italic>M</ce:italic> of higher order is produced. Such a contraction in the 1-direction is illustrated for the three-dimensional case in <ce:cross-ref refid="fg0020" id="crf0230">Fig. 2</ce:cross-ref><ce:float-anchor refid="fg0020"/> and can be written as<ce:display><ce:formula id="fm0020"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:msub><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:msub></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:mi>y</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>x</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> and therefore <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math>, by definition, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mi>X</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mi>y</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> labels sites on the coarse grid and<ce:display><ce:formula id="fm0030"><ce:label>(3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mrow><mml:mtable displaystyle="true" columnspacing="0.2em"><mml:mtr><mml:mtd columnalign="right"/><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mspace width="2em"/><mml:mspace width="0.2em"/><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="right"/><mml:mtd columnalign="left"><mml:mtable displaystyle="true" columnspacing="0.2em"><mml:mtr><mml:mtd columnalign="right"/><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo></mml:mtd><mml:mtd columnalign="right"/><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd columnalign="right"/><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mo>−</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo></mml:mtd><mml:mtd columnalign="right"/><mml:mtd columnalign="left"><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>y</mml:mi><mml:mo>,</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mspace width="1em"/><mml:mo stretchy="true" maxsize="6.6ex" minsize="6.6ex">}</mml:mo><mml:mspace width="1em"/><mml:mrow><mml:mtext mathvariant="bold">fat</mml:mtext><mml:mspace width="0.25em"/><mml:mtext>indices</mml:mtext></mml:mrow><mml:mo>.</mml:mo></mml:mtd></mml:mtr></mml:mtable></mml:mrow></mml:math></ce:formula></ce:display> For any direction perpendicular to the direction of contraction, the tensor <ce:italic>M</ce:italic> has modes originating from both contracted tensors. To keep the order of the tensor unchanged, we gather every such pair of modes in a new fat mode corresponding to its direct product space. Assuming that the modes of the local tensor have dimension <ce:italic>D</ce:italic>, then the fat modes will have dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:msup><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>. In HOTRG these fat modes are truncated back to dimension <ce:italic>D</ce:italic> using a modified version of the HOSVD approximation method, such that the dimension of the coarse grid tensor remains the same as that of the original local tensor throughout the entire blocking procedure.</ce:para><ce:para id="pr0080">In general, step <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mi>k</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn></mml:math> of the HOTRG procedure can be summarized as<ce:display><ce:formula id="fm0040"><ce:label>(4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>k</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>k</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>:</mml:mo><mml:mi>M</mml:mi><mml:mover accent="true"><mml:mrow><mml:mo stretchy="false">⟶</mml:mo></mml:mrow><mml:mrow><mml:mtext>truncate</mml:mtext></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>k</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>-operation symbolically represents a forward-backward contraction in direction <ce:italic>ν</ce:italic>. The precise construction of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>k</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msup></mml:math> will be discussed in Sec. <ce:cross-ref refid="se0030" id="crf0240">3</ce:cross-ref>.</ce:para><ce:para id="pr0090">In the standard approximation procedure using HOSVD <ce:cross-ref refid="br0070" id="crf0250">[7]</ce:cross-ref>, referred to as <ce:italic>HOSVD approximation</ce:italic> in the following, the dimension of each tensor mode gets reduced by projecting it on a lower dimensional subspace, which is generically different for each mode. This HOSVD approximation is modified when used as part of the iterative blocking procedure in the standard HOTRG algorithm, as it is essential for the accuracy and effectiveness of the method that the backward and forward modes for every direction get projected on the same subspace. Each of these subspaces will be characterized by a frame, which is a set of orthonormal basis vectors spanning the subspace. Constructing appropriate frames will be the major subject of this paper.</ce:para><ce:para id="pr0100">The standard HOTRG procedure for the construction of frames <ce:cross-ref refid="br0060" id="crf0260">[6]</ce:cross-ref> is not optimal, in particular when the local tensor is not symmetric in its backward and forward modes. In this paper we present two improved methods for the construction of common subspaces for pairs of backward and forward modes: the <ce:italic>SuperQ</ce:italic> and the <ce:italic>iterative SuperQ</ce:italic> method (ISQ), which is an iterative improvement of the former in search of the optimal subspaces. Note that the discussion in this paper solely focuses on the optimization of the rank reduction of the local tensors at every blocking step, but does not take into account global effects on the full contraction of the tensor network.</ce:para><ce:para id="pr0110">Here is a brief outline of the paper. In Sec. <ce:cross-ref refid="se0020" id="crf0270">2</ce:cross-ref> we review the standard HOSVD method to construct a reduced rank approximation for an arbitrary tensor. In Sec. <ce:cross-ref refid="se0030" id="crf0280">3</ce:cross-ref> we explain why the HOTRG method uses a modification of this rank reduction procedure such that the backward and forward modes are projected on the same subspace. We then propose two methods to improve the standard HOTRG truncation: In Sec. <ce:cross-ref refid="se0040" id="crf0290">4</ce:cross-ref> we present the SuperQ method, and in Sec. <ce:cross-ref refid="se0050" id="crf0300">5</ce:cross-ref> we derive the more sophisticated ISQ method. Finally, we summarize and conclude in Sec. <ce:cross-ref refid="se0070" id="crf0310">7</ce:cross-ref>.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">Rank reduction and HOSVD approximation</ce:section-title><ce:para id="pr0120">Below we first review the general idea of rank reduction for an arbitrary tensor, before describing the HOSVD procedure <ce:cross-ref refid="br0070" id="crf0320">[7]</ce:cross-ref> which can be used to generate a quasi-optimal rank-reduced approximation in an efficient way.</ce:para><ce:para id="pr0130">For a real tensor <ce:italic>M</ce:italic> of order <ce:italic>n</ce:italic> with dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mo>⋯</mml:mo><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math>, the left <ce:italic>matrix-tensor multiplication</ce:italic> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:mi>A</mml:mi><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mi>M</mml:mi></mml:math> is defined as a contraction of the second index of the matrix <ce:italic>A</ce:italic> with the <ce:italic>r</ce:italic>-th index of the tensor <ce:italic>M</ce:italic>,<ce:display><ce:formula id="fm0050"><ce:label>(5)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:mrow><mml:msub><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>A</mml:mi><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mi>M</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0140">A lower-rank approximation of <ce:italic>M</ce:italic> can be constructed as<ce:display><ce:formula id="fm0060"><ce:label>(6)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msup><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mi>M</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> using <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> projectors <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msup><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> of rank <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mi>r</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:math>. In this approximation, the <ce:italic>r</ce:italic>-th tensor mode of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> is projected onto a subspace of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math>, embedded in the original space. Typically the Frobenius norm <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:math> is used as a measure for the quality of the low-rank approximation and the aim is to determine optimal projectors <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msup><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> with fixed ranks <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math>.</ce:para><ce:para id="pr0150">The projectors can be represented as<ce:display><ce:formula id="fm0070"><ce:label>(7)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup></mml:mrow></mml:math></ce:formula></ce:display> with semi-orthogonal <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, which we will call <ce:italic>frames</ce:italic> in the following. Semi-orthogonal means that the columns of the frames are orthonormal, but not their rows (unless <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math>). The columns of each frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> provide an orthonormal basis of the corresponding <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math>-dimensional subspace,<ce:display><ce:formula id="fm0080"><ce:label>(8)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mn mathvariant="double-struck">1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0160">The approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> can then be rewritten as<ce:display><ce:formula id="fm0090"><ce:label>(9)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mi>S</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> with the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mo>…</mml:mo><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math> dimensional <ce:italic>core tensor</ce:italic><ce:display><ce:formula id="fm0100"><ce:label>(10)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:mrow><mml:mi>S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mi>M</mml:mi><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> The core tensor represents <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> in the bases of the subspaces, which are spanned by the columns of the frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. Note that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> has the same dimension as <ce:italic>M</ce:italic>, but is generically of lower rank as the <ce:italic>r</ce:italic>-th mode is projected from a space of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> on a subspace of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mi>r</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:math>. In practice, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> is usually not constructed explicitly, as many operations involving <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> can be performed at much lower cost using only the core tensor <ce:italic>S</ce:italic> and the frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, which contain the same information as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> but condensed in lower-dimensional objects. A typical example of such an operation is the contraction of two tensors, as will be discussed in the next section.</ce:para><ce:para id="pr0170">The squared Frobenius norm of <ce:italic>M</ce:italic> is given by<ce:display><ce:formula id="fm0110"><ce:label>(11)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:mi>M</mml:mi><mml:mo>,</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where for brevity we introduce the notation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math> for the summation indices, and the inner product between two real tensors of equal dimension is defined as<ce:display><ce:formula id="fm0120"><ce:label>(12)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:mrow><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:mi>A</mml:mi><mml:mo>,</mml:mo><mml:mi>B</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0180">Since the reduced-rank tensor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> is a projection of <ce:italic>M</ce:italic>, we have<ce:display><ce:formula id="fm0130"><ce:label>(13)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mrow><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:mi>M</mml:mi><mml:mo>,</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">〉</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> Therefore, the squared approximation error is given by<ce:display><ce:formula id="fm0140"><ce:label>(14)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:mi>M</mml:mi><mml:mo>,</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">〉</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> which does not require the explicit computation of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math>.</ce:para><ce:para id="pr0190">In the HOSVD approximation procedure <ce:cross-ref refid="br0070" id="crf0330">[7]</ce:cross-ref> the semi-orthogonal frames used to approximate <ce:italic>M</ce:italic> are constructed using properties of matrix SVDs. We first introduce the <ce:italic>r</ce:italic>-unfolding <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, which is a matrix containing the same entries as the tensor <ce:italic>M</ce:italic>, but reordered such that its rows correspond to the <ce:italic>r</ce:italic>-th mode of <ce:italic>M</ce:italic> and its columns correspond to a combination of all other tensor modes. The entries of the <ce:italic>r</ce:italic>-unfolding of <ce:italic>M</ce:italic> are given by<ce:display><ce:formula id="fm0150"><ce:label>(15)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where the column index <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math> is a linear index of coordinates in a space of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:msub><mml:mrow><mml:mo>∏</mml:mo></mml:mrow><mml:mrow><mml:mi>s</mml:mi><mml:mo>≠</mml:mo><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msub></mml:math>. The multi-rank of a tensor is defined by the <ce:italic>n</ce:italic>-tuple of the ranks of the individual unfoldings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mi>r</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:math>. Therefore <ce:italic>M</ce:italic> has at most multi-rank <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math> and the approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> of <ce:cross-ref refid="fm0060" id="crf0340">(6)</ce:cross-ref> at most multi-rank <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math>. Note that the squared Frobenius norm <ce:cross-ref refid="fm0110" id="crf0350">(11)</ce:cross-ref> of a tensor is identical to that of any of its unfoldings, as it is just a sum over all squared components,<ce:display><ce:formula id="fm0160"><ce:label>(16)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow></mml:mrow></mml:math></ce:formula></ce:display> for any <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mi>r</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:math>. To construct the HOSVD approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math>, we first consider the singular value decomposition for each <ce:italic>r</ce:italic>-unfolding <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> of <ce:italic>M</ce:italic> (assuming real tensors for simplicity),<ce:display><ce:formula id="fm0170"><ce:label>(17)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>L</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi mathvariant="normal">Σ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where the columns of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> orthogonal matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msup><mml:mrow><mml:mi>L</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> are the left singular vectors of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. The columns of the orthogonal matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> contain the corresponding right singular vectors of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. The diagonal entries of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">Σ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> are the singular values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, which are always real and non-negative, while all other entries are zero.</ce:para><ce:para id="pr0200">It is well-known in linear algebra that retaining the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> largest singular values in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">Σ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, while setting all others to zero, yields the best-possible matrix approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si56.svg"><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> of rank <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> (best-possible referring to a minimization of the Frobenius norm <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mo stretchy="false">‖</mml:mo><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">‖</mml:mo></mml:math>). The relative truncation error is given by<ce:display><ce:formula id="fm0180"><ce:label>(18)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">‖</mml:mo></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msqrt><mml:mrow><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mo>∑</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mo>∑</mml:mo></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac></mml:mrow></mml:msqrt><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> are the eigenvalues of the Gramian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup></mml:math>, i.e., the squared singular values of the unfolding <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, ordered such that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>≥</mml:mo><mml:mo>…</mml:mo><mml:mo>≥</mml:mo><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math>.</ce:para><ce:para id="pr0210">This matrix property is used in HOSVD by separately performing the matrix SVDs of all individual unfoldings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> of <ce:italic>M</ce:italic> for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mi>r</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>n</mml:mi></mml:math> and constructing the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> with the singular vectors of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msup><mml:mrow><mml:mi>L</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> corresponding to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>r</mml:mi></mml:mrow></mml:msub></mml:math> largest singular values of the unfoldings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. These frames are then used to construct the core tensor <ce:cross-ref refid="fm0100" id="crf0360">(10)</ce:cross-ref> and the matrix approximation <ce:cross-ref refid="fm0090" id="crf0370">(9)</ce:cross-ref> of HOSVD. Unlike for the matrix case, the HOSVD tensor approximation is in general not the best-possible approximation of a given multi-rank <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math>, even though it is usually quite close to it <ce:cross-ref refid="br0070" id="crf0380">[7]</ce:cross-ref>.</ce:para><ce:para id="pr0220">In a variant of the HOSVD approximation, called interlaced HOSVD approximation, the rank reduction procedure is carried out in the following way: Starting with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:mi>S</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>M</mml:mi></mml:math>, the frames are computed on successive unfoldings of the core tensor, which gets updated every time a new truncation frame is constructed until the core tensor is of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mo>…</mml:mo><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math>. For the interlaced HOSVD approximation, the result depends on the order of the updates, but is usually close to that of the ordinary HOSVD approximation.</ce:para><ce:para id="pr0230">The best-possible approximation of multi-rank <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math>, which minimizes the Frobenius norm <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:math>, can be constructed numerically using the Higher Order Orthogonal Iteration (HOOI) <ce:cross-ref refid="br0100" id="crf0390">[10]</ce:cross-ref>. Nevertheless, the HOSVD approximation is especially appealing because of its relative simplicity to produce an almost optimal approximation.</ce:para></ce:section><ce:section id="se0030"><ce:label>3</ce:label><ce:section-title id="st0040">Backward-forward symmetric truncation in HOTRG</ce:section-title><ce:para id="pr0240">We now discuss how the HOSVD formalism is used in HOTRG to avoid the exponential blow up of the tensor dimension during the blocking procedure, and why the standard HOSVD truncation is modified to avoid drawbacks related to accuracy and efficiency. To make our point we will use the two-dimensional case as it can be easiest illustrated and contains all the ingredients necessary for the discussion. Extending it to higher dimensions is straightforward.</ce:para><ce:para id="pr0250">We consider the contraction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mi>M</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>T</mml:mi><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi>T</mml:mi></mml:math> of two local tensors <ce:italic>T</ce:italic> along the 2-direction. According to the discussion in the introduction, <ce:italic>M</ce:italic> will have thin backward and forward modes of dimension <ce:italic>D</ce:italic> in the contracted 2-direction, and fat backward and forward modes of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:msup><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> in the perpendicular 1-direction, which we want to reduce to lower rank by projecting on a <ce:italic>D</ce:italic>-dimensional subspace using <ce:cross-ref refid="fm0060" id="crf0400">(6)</ce:cross-ref>. This procedure of contraction and truncation, which we detail below, is illustrated in <ce:cross-ref refid="fg0030" id="crf0410">Fig. 3</ce:cross-ref><ce:float-anchor refid="fg0030"/>. To reduce the dimension of the fat modes back from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:msup><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> to <ce:italic>D</ce:italic>, while minimizing the loss of information, we apply the HOSVD approximation procedure, explained in Sec. <ce:cross-ref refid="se0020" id="crf0420">2</ce:cross-ref>, where we only truncate the fat modes. The SVDs are computed for the unfoldings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> for the backward and forward modes in the 1-direction, respectively, and the frames <ce:italic>U</ce:italic> and <ce:italic>V</ce:italic> of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si67.svg"><mml:msup><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>×</mml:mo><mml:mi>D</mml:mi></mml:math> are constructed with the singular vectors corresponding to their <ce:italic>D</ce:italic> largest singular values. For the modes in the contracted 2-direction no truncation is required. With these frames we construct a core tensor <ce:italic>S</ce:italic> of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:mi>D</mml:mi><mml:mo>×</mml:mo><mml:mi>D</mml:mi><mml:mo>×</mml:mo><mml:mi>D</mml:mi><mml:mo>×</mml:mo><mml:mi>D</mml:mi></mml:math>, according to <ce:cross-ref refid="fm0100" id="crf0430">(10)</ce:cross-ref>,<ce:display><ce:formula id="fm0190"><ce:label>(19)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:mrow><mml:mi>S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi>M</mml:mi><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> The corresponding approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math>, defined in <ce:cross-ref refid="fm0090" id="crf0440">(9)</ce:cross-ref>, with the same dimension as <ce:italic>M</ce:italic>, but typically much lower rank, is given by<ce:display><ce:formula id="fm0200"><ce:label>(20)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>U</mml:mi><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mi>V</mml:mi><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi>S</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>U</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>V</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi>M</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:msup><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>×</mml:mo><mml:msup><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> projectors <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>U</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>U</mml:mi><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>V</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>V</mml:mi><mml:msup><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:math>, with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mi>U</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mi>V</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mn mathvariant="double-struck">1</mml:mn></mml:mrow><mml:mrow><mml:mi>D</mml:mi></mml:mrow></mml:msub></mml:math>. As mentioned in Sec. <ce:cross-ref refid="se0020" id="crf0450">2</ce:cross-ref>, operations involving <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> can typically be performed at much lower cost by using only the core tensor <ce:italic>S</ce:italic> and the frames <ce:italic>U</ce:italic> and <ce:italic>V</ce:italic>.</ce:para><ce:para id="pr0260">Assume that in the next blocking step two <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> tensors are contracted in the 1-direction, as is illustrated in <ce:cross-ref refid="fg0040" id="crf0460">Fig. 4</ce:cross-ref><ce:float-anchor refid="fg0040"/>. When using the standard HOSVD approximation <ce:cross-ref refid="fm0200" id="crf0470">(20)</ce:cross-ref> the backward and forward modes in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> will have been projected on different subspaces using the projectors <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>U</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>V</mml:mi></mml:mrow></mml:msub></mml:math>, respectively. In a contraction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> the two projectors will be multiplied, as can be seen in the center of the figure. The decomposition of the approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> in <ce:cross-ref refid="fm0200" id="crf0480">(20)</ce:cross-ref> can be used to reduce the computational effort, as the original contraction can be replaced by contractions of two core tensors <ce:italic>S</ce:italic> with a <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:mi>D</mml:mi><mml:mo>×</mml:mo><mml:mi>D</mml:mi></mml:math> dimensional merger <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:mi>G</mml:mi><mml:mo>≡</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup><mml:mi>V</mml:mi></mml:math> in between, as can be seen in the figure.<ce:cross-ref refid="fn0010" id="crf0490"><ce:sup>1</ce:sup></ce:cross-ref><ce:footnote id="fn0010"><ce:label>1</ce:label><ce:note-para id="np0010">In fact this produces an amputated version of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math>, which together with the mergers is all we need in the full contraction of the tensor network, see also <ce:cross-ref refid="fg0040" id="crf0500">Fig. 4</ce:cross-ref>.</ce:note-para></ce:footnote> The entries of <ce:italic>G</ce:italic> are scalar products of the basis vectors in <ce:italic>U</ce:italic> and <ce:italic>V</ce:italic>.</ce:para><ce:para id="pr0270">At this point it is important to discuss a crucial modification introduced by the HOTRG method to the HOSVD truncation procedure presented above, which is rarely discussed in the literature. Although the HOSVD approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> gives a close-to-best lower-rank approximation to <ce:italic>M</ce:italic>, it is in general not such a good and useful truncation when viewed as part of the iterative blocking procedure. Indeed, the product of projectors corresponds to a projection of a projection, which will unavoidably loose additional information if the projectors <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>U</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>V</mml:mi></mml:mrow></mml:msub></mml:math> are different. In this case, the contraction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> will no longer necessarily be a good approximation of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:mi>M</mml:mi><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mi>M</mml:mi></mml:math>, even if <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> itself was close to the best-possible approximation of <ce:italic>M</ce:italic>.</ce:para><ce:para id="pr0280">We now observe that, due to the idempotence of projectors, there would be no additional loss if <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>U</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>V</mml:mi></mml:mrow></mml:msub></mml:math>, i.e., if the backward and forward modes of <ce:italic>M</ce:italic> in the 1-direction were projected on the same subspace. Note that in this case the merger <ce:italic>G</ce:italic> is an orthogonal matrix. Moreover, we can also get a serious gain in algorithmic simplicity, on top of this accuracy improvement, if we choose the same basis for both modes in the common subspace, i.e., we choose frames satisfying <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:mi>U</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>V</mml:mi></mml:math>, for which <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:mi>G</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mn mathvariant="double-struck">1</mml:mn></mml:mrow><mml:mrow><mml:mi>D</mml:mi></mml:mrow></mml:msub></mml:math>. When looking back at <ce:cross-ref refid="fg0040" id="crf0510">Fig. 4</ce:cross-ref> we see that, in this case, the central merger just drops out, and the contraction can be replaced by a contraction of two core tensors, as is illustrated in <ce:cross-ref refid="fg0050" id="crf0520">Fig. 5</ce:cross-ref><ce:float-anchor refid="fg0050"/> (the frames on the left and right of <ce:cross-ref refid="fg0040" id="crf0530">Fig. 4</ce:cross-ref> will connect to their counter parts in further contractions, to form another merger <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:mi>G</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mn mathvariant="double-struck">1</mml:mn></mml:mrow><mml:mrow><mml:mi>D</mml:mi></mml:mrow></mml:msub></mml:math>, which will also drop out).</ce:para><ce:para id="pr0290">For this reason, in HOTRG the backward and forward modes of each direction are truncated using a common frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si166.svg"><mml:mi>ν</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>d</mml:mi></mml:math>, even when the HOSVD frames are different, which is typically the case for systems at nonzero chemical potential. With this backward-forward symmetric truncation, the core tensor <ce:italic>S</ce:italic> can be used as new coarse grid tensor after each blocking step, where at the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si86.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>k</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math>-th blocking step two tensors of step <ce:italic>k</ce:italic> are contracted to form a new coarse grid tensor,<ce:display><ce:formula id="fm0210"><ce:label>(21)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si87.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>k</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>k</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>:</mml:mo><mml:mi>M</mml:mi><mml:mover accent="true"><mml:mrow><mml:mo stretchy="false">⟶</mml:mo></mml:mrow><mml:mrow><mml:mtext>BF</mml:mtext></mml:mrow></mml:mover><mml:mi>S</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo>:</mml:mo><mml:msup><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mi>k</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msup><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> The abbreviation BF on the arrow means that we apply a backward-forward symmetric truncation to construct the core tensor, which then becomes the new local tensor on the coarse grid. The frames are only needed to construct the core tensor with <ce:cross-ref refid="fm0190" id="crf0540">(19)</ce:cross-ref>, and can then be discarded.</ce:para><ce:para id="pr0300">The same reasoning also holds for a contraction in the other direction, where the directions of thin and fat modes are interchanged. Moreover, the procedure naturally generalizes to <ce:italic>d</ce:italic> dimensions, where we have <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si88.svg"><mml:mi>d</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:math> directions <ce:italic>ν</ce:italic> with backward and forward fat modes: If the backward and forward frames are chosen to be identical for each direction, the core tensor <ce:cross-ref refid="fm0100" id="crf0550">(10)</ce:cross-ref> can be used as the new coarse grid tensor in the HOTRG blocking procedure.</ce:para><ce:para id="pr0310">This strategy of choosing the same frame to truncate the backward and forward mode for each individual direction in HOTRG, makes it fundamentally different from the HOSVD approximation, as it can no longer directly rely on the optimal low-rank properties of matrix SVD. Geometrically, truncating the backward and forward modes with the same frame means that these modes get projected on the same subspace and are described in the same basis. This explains why the full contraction of the tensor network into a scalar can be rewritten in terms of the core tensors only.</ce:para><ce:para id="pr0320">Note that if one would use the standard HOSVD approximation procedure and work with different backward and forward frames, we would have to use both the core tensors and the mergers <ce:italic>G</ce:italic> defined above when performing the iterative contractions, to ensure that the different subspaces are matched onto one another, see <ce:cross-ref refid="fg0040" id="crf0560">Fig. 4</ce:cross-ref>. Although this is no conceptual problem, it would complicate the algorithm, require additional computational work, and most of all the product of projectors would deteriorate the results further.</ce:para><ce:para id="pr0330">The construction of the shared backward-forward frames in HOTRG has not been given a lot of attention in the literature until now. There is a brief discussion of this issue in the original HOTRG paper <ce:cross-ref refid="br0060" id="crf0570">[6]</ce:cross-ref>, where either the backward or forward frame is chosen and applied to both modes, depending on which one gives the smallest SVD truncation error. The error introduced by this choice on the other mode is however not taken into account. We observed that for tensors lacking a backward-forward symmetry, this choice of frame is not optimal and can be improved upon.</ce:para><ce:para id="pr0340">Below we present two new methods to improve the construction of shared frames for the backward and forward modes. The first one, called SuperQ method and presented in Sec. <ce:cross-ref refid="se0040" id="crf0580">4</ce:cross-ref>, minimizes a combined error on the backward and forward unfoldings for each individual direction. The second method, which we call iterative SuperQ (ISQ) method is presented in Sec. <ce:cross-ref refid="se0050" id="crf0590">5</ce:cross-ref>. This iterative method aims at determining the best-possible approximation to <ce:italic>M</ce:italic> for a given multi-rank, satisfying the requirement that the backward and forward frames for each direction are identical. The ISQ method leans on ideas developed for the higher order orthogonal iteration (HOOI) method <ce:cross-ref refid="br0100" id="crf0600">[10]</ce:cross-ref>, which constructs the best-possible approximation of a given multi-rank with independent frames for all modes. We will see that the SuperQ solution can be used as a natural starting point for the ISQ procedure. Note that the SuperQ and ISQ methods are specifically conceived for tensors which are part of a physical tensor network on a space-time lattice and have modes corresponding to backward and forward orientations.</ce:para></ce:section><ce:section id="se0040"><ce:label>4</ce:label><ce:section-title id="st0050">The SuperQ method</ce:section-title><ce:para id="pr0350">To discuss the construction of truncations satisfying the requirement that the frames for the backward and forward modes are identical, we consider a tensor <ce:italic>M</ce:italic> with <ce:italic>d</ce:italic> pairs of backward and forward modes. The tensor is thus of order 2<ce:italic>d</ce:italic> with dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si89.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mo>⋯</mml:mo><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:math>, which will be truncated to dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si90.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mo>⋯</mml:mo><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:math> using <ce:italic>d</ce:italic> semi-orthogonal frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>. With these frames the core tensor is constructed using<ce:display><ce:formula id="fm0220"><ce:label>(22)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si92.svg"><mml:mrow><mml:mi>S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mi>d</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:mi>M</mml:mi><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> Consider the positive semi-definite Gram matrices<ce:display><ce:formula id="fm0230"><ce:label>(23)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si93.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msubsup><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msubsup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si104.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si105.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> are the unfoldings of <ce:italic>M</ce:italic> with respect to the backward and forward modes for direction <ce:italic>ν</ce:italic>, i.e.,<ce:display><ce:formula id="fm0240"><ce:label>(24)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>≡</mml:mo><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>ν</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>≡</mml:mo><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> is the <ce:italic>r</ce:italic>-unfolding of the tensor <ce:italic>M</ce:italic> defined in <ce:cross-ref refid="fm0150" id="crf0610">(15)</ce:cross-ref>. We denote the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> frames constructed with the eigenvectors corresponding to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> largest eigenvalues of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si99.svg"><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si100.svg"><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si101.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si102.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math>, respectively. As the backward and forward Gramians <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si99.svg"><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si100.svg"><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> are in general not identical, the corresponding subspaces spanned by the vectors of the frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si101.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si102.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> will be different too.<ce:cross-ref refid="fn0020" id="crf0620"><ce:sup>2</ce:sup></ce:cross-ref><ce:footnote id="fn0020"><ce:label>2</ce:label><ce:note-para id="np0020">This can even be the case if the eigenvalues of both Gramians coincide, as we have observed for the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si103.svg"><mml:mi>O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math> model with chemical potential.</ce:note-para></ce:footnote> In the standard HOTRG procedure <ce:cross-ref refid="br0060" id="crf0630">[6]</ce:cross-ref> it is suggested to choose either <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si101.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si102.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> for the unique <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, depending which of both gives the smallest SVD truncation error <ce:cross-ref refid="fm0180" id="crf0640">(18)</ce:cross-ref>. Even though this choice of frame optimizes the truncation error for one mode, it does not take into account its effect on the mode corresponding to the opposite orientation. Therefore, it is clear that, generically, better choices of frames should exist, and our aim is to construct frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> that reduce the combined truncation error when applied simultaneously to the backward and forward modes for the <ce:italic>ν</ce:italic> direction.</ce:para><ce:para id="pr0360">Let us now consider a single truncation frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> which we use to reduce the rank of the unfoldings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si104.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si105.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math>. Using <ce:cross-ref refid="fm0140" id="crf0650">(14)</ce:cross-ref> and <ce:cross-ref refid="fm0160" id="crf0660">(16)</ce:cross-ref>, the relative truncation errors on the backward and forward unfoldings are<ce:display><ce:formula id="fm0250"><ce:label>(25)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si106.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">‖</mml:mo></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac></mml:mrow></mml:msqrt><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0260"><ce:label>(26)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si107.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msubsup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">‖</mml:mo></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac></mml:mrow></mml:msqrt><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si108.svg"><mml:msubsup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si109.svg"><mml:msubsup><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> are the rank-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> approximations to the unfoldings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si104.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si105.svg"><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math>, respectively, obtained with the same frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>.</ce:para><ce:para id="pr0370">To improve upon using either <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si101.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si102.svg"><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math>, we determine the common <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> by minimizing the combination of both errors in<ce:display><ce:formula id="fm0270"><ce:label>(27)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si112.svg"><mml:mrow><mml:msup><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mtext>S</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where we also used <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si113.svg"><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>. We define the SuperQ matrix for direction <ce:italic>ν</ce:italic> as<ce:display><ce:formula id="fm0280"><ce:label>(28)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si114.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>S</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>b</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>f</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> which is symmetric and positive semi-definite as it is a sum of two symmetric positive semi-definite matrices. Therefore, if we diagonalize the SuperQ matrix and truncate the eigenvector matrix, retaining the eigenvectors corresponding to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> largest eigenvalues, then this semi-orthogonal frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> minimizes the truncation error <ce:cross-ref refid="fm0270" id="crf0670">(27)</ce:cross-ref> on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si115.svg"><mml:msubsup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mtext>S</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math>. This SuperQ procedure is repeated on all <ce:italic>d</ce:italic> directions to determine all frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, which can then be used to approximate <ce:italic>M</ce:italic> and to construct the corresponding core tensor <ce:italic>S</ce:italic>, see <ce:cross-ref refid="fm0220" id="crf0680">(22)</ce:cross-ref>.</ce:para><ce:para id="pr0380">The SuperQ method is computationally efficient since it only requires a single eigenvalue decomposition for each pair of backward and forward fat modes, while the standard HOTRG procedure <ce:cross-ref refid="br0060" id="crf0690">[6]</ce:cross-ref> performs separate decompositions on these modes.</ce:para><ce:para id="pr0390">When applying the SuperQ method to HOTRG, where <ce:italic>M</ce:italic> is a contraction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si116.svg"><mml:mi>T</mml:mi><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>T</mml:mi></mml:math> along one of the directions, only <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si117.svg"><mml:mn>2</mml:mn><mml:mi>d</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:math> modes will actually be truncated, as the backward and forward modes for the contracted direction need not be truncated.</ce:para><ce:para id="pr0400">In analogy to the interlaced HOSVD approximation, see Sec. <ce:cross-ref refid="se0020" id="crf0700">2</ce:cross-ref>, we can also define an interlaced version of the SuperQ method where we determine the frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> by applying the method to an intermediate core tensor, which gets updated direction-by-direction (starting from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:mi>S</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>M</mml:mi></mml:math>) by truncating the respective backward and forward mode each time a frame has been computed. This interlaced SuperQ method is also of interest in the light of the iterative procedure derived in the next section.</ce:para></ce:section><ce:section id="se0050"><ce:label>5</ce:label><ce:section-title id="st0060">Optimized frames with iterative SuperQ</ce:section-title><ce:para id="pr0410">Although the HOSVD method, see Sec. <ce:cross-ref refid="se0020" id="crf0710">2</ce:cross-ref>, typically yields a good tensor approximation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:math> <ce:cross-ref refid="br0070" id="crf0720">[7]</ce:cross-ref>, the best-possible one, which minimizes <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si118.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>, can be constructed with an iterative procedure called higher order orthogonal iteration (HOOI) method <ce:cross-ref refid="br0100" id="crf0730">[10]</ce:cross-ref>.</ce:para><ce:para id="pr0420">According to the discussion of the backward-forward symmetric truncation in Sec. <ce:cross-ref refid="se0030" id="crf0740">3</ce:cross-ref>, it is clear that HOOI is itself not applicable in a tensor network approach to statistical physics, because the backward and forward modes should be truncated with the same semi-orthogonal frame for each direction, while HOOI very generically generates different frames for all modes. Below we present the iterative SuperQ (ISQ) method, which is inspired by the original HOOI procedure but imposes the requirement that the same frame has to be used to truncate the backward and forward modes of each direction.</ce:para><ce:para id="pr0430">As in Sec. <ce:cross-ref refid="se0040" id="crf0750">4</ce:cross-ref>, we consider a tensor <ce:italic>M</ce:italic> with <ce:italic>d</ce:italic> pairs of backward and forward modes, i.e., the tensor is of order 2<ce:italic>d</ce:italic> with dimensions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si119.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:math>, which will be truncated to dimensions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si90.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mo>⋯</mml:mo><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:math>, see <ce:cross-ref refid="fm0220" id="crf0760">(22)</ce:cross-ref>. Our aim is to minimize the squared Frobenius norm <ce:cross-ref refid="fm0140" id="crf0770">(14)</ce:cross-ref><ce:display><ce:formula id="fm0290"><ce:label>(29)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si120.svg"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> over all semi-orthogonal <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:mi>ν</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>…</mml:mo><mml:mi>d</mml:mi></mml:math>, for fixed <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>, with the additional condition that the backward and forward modes for each direction <ce:italic>ν</ce:italic> are truncated with the same frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>.</ce:para><ce:para id="pr0440">The semi-orthogonality of the frames is imposed explicitly by orthonormality conditions for the column vectors of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>,<ce:display><ce:formula id="fm0300"><ce:label>(30)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si122.svg"><mml:mrow><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>i</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>a</mml:mi><mml:mi>b</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mtext>for </mml:mtext><mml:mn>1</mml:mn><mml:mo>≤</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mtext> and </mml:mtext><mml:mn>1</mml:mn><mml:mo>≤</mml:mo><mml:mi>ν</mml:mi><mml:mo>≤</mml:mo><mml:mi>d</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> in the constrained minimization of <ce:cross-ref refid="fm0290" id="crf0780">(29)</ce:cross-ref>. This leads to the cost function<ce:display><ce:formula id="fm0310"><ce:label>(31)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si123.svg"><mml:mi>g</mml:mi><mml:mo id="mmlbr0001" linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>C</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mi>d</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mo>⊙</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:mi>M</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mspace linebreak="newline"/><mml:mspace width="1em"/><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>ν</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:munderover><mml:mi mathvariant="normal">Tr</mml:mi><mml:mspace width="0.2em"/><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn mathvariant="double-struck">1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> with matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si124.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> containing the Lagrange multipliers. The orthonormalization conditions are symmetric under the exchange <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si125.svg"><mml:mi>a</mml:mi><mml:mo stretchy="false">↔</mml:mo><mml:mi>b</mml:mi></mml:math>, and so <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si124.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> will be symmetric too. If we diagonalize <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si126.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mtext>diag</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, redefine <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si127.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">→</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si128.svg"><mml:msubsup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mtext>diag</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="false">→</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, and use the orthogonality of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si129.svg"><mml:msup><mml:mrow><mml:mi>O</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, then Eq. <ce:cross-ref refid="fm0310" id="crf0790">(31)</ce:cross-ref> remains unaltered albeit now with diagonal <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si130.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mtext>diag</mml:mtext><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:math>, and this without loss of generality. Written out in components this is<ce:display><ce:formula id="fm0320"><ce:label>(32)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si131.svg"><mml:mi>g</mml:mi><mml:mo id="mmlbr0002" linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>ν</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:munderover><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>c</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>k</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0002" linebreakstyle="before">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munderover><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>ν</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:munderover><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>c</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:munderover><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mi>k</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> For a constrained maximum of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si132.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>, the partial derivative of <ce:italic>g</ce:italic> with respect to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si133.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>k</mml:mi><mml:mo>,</mml:mo><mml:mi>c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>-entry of the <ce:italic>ν</ce:italic>-th orthogonal frame has to satisfy<ce:display><ce:formula id="fm0330"><ce:label>(33)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si134.svg"><mml:mrow><mml:mn>0</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mo>∂</mml:mo><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mo>∂</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mfrac><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mo>∂</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munderover><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:munderover><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si135.svg"><mml:mn>1</mml:mn><mml:mo>≤</mml:mo><mml:mi>k</mml:mi><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si136.svg"><mml:mn>1</mml:mn><mml:mo>≤</mml:mo><mml:mi>c</mml:mi><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si137.svg"><mml:mn>1</mml:mn><mml:mo>≤</mml:mo><mml:mi>ν</mml:mi><mml:mo>≤</mml:mo><mml:mi>d</mml:mi></mml:math>. Note that the same frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> appears twice in <ce:italic>S</ce:italic>, as it is used to truncate the modes in the backward and forward <ce:italic>ν</ce:italic> direction. We therefore obtain<ce:display><ce:formula id="fm0340"><ce:label>(34)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si138.svg"><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mrow><mml:mo stretchy="true" id="mmlbr0003">(</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munder><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo>≠</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0003" linebreakstyle="before">+</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munder><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo>≠</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> After eliminating the Kronecker deltas we get<ce:display><ce:formula id="fm0350"><ce:label>(35)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si139.svg"><mml:munder id="mmlbr0004"><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:mi>c</mml:mi><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munder><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo>≠</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:mi>k</mml:mi><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0004" linebreakstyle="before">+</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>c</mml:mi><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munder><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo>≠</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>k</mml:mi><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Let us define the unfolding matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si140.svg"><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> with dimensions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si142.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>⋯</mml:mo><mml:msubsup><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>⋯</mml:mo><mml:msubsup><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math>, where all directions of <ce:italic>M</ce:italic> are truncated, except for the backward-<ce:italic>ν</ce:italic> mode for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si140.svg"><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, and the forward-<ce:italic>ν</ce:italic> mode for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, and the unfolding is performed with respect to the untruncated mode,<ce:display><ce:formula id="fm0360"><ce:label>(36)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si143.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munder><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo>≠</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0370"><ce:label>(37)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si144.svg"><mml:mrow><mml:msubsup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:munder><mml:mo movablelimits="false">∏</mml:mo><mml:mrow><mml:mi>μ</mml:mi><mml:mo>≠</mml:mo><mml:mi>ν</mml:mi></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msub><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where we used the notation introduced in <ce:cross-ref refid="fm0150" id="crf0800">(15)</ce:cross-ref> for the matrix indices. The core tensor can also be written in terms of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si140.svg"><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> by truncating the remaining untruncated index:<ce:display><ce:formula id="fm0380"><ce:label>(38)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si145.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>⋯</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>d</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> After substituting <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si140.svg"><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> in <ce:cross-ref refid="fm0350" id="crf0810">(35)</ce:cross-ref> we obtain<ce:display><ce:formula id="fm0390"><ce:label>(39)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si146.svg"><mml:munder id="mmlbr0005"><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msubsup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">{</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>b</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo>∖</mml:mo><mml:msub><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mspace linebreak="newline"/><mml:mspace width="1em"/><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> or<ce:display><ce:formula id="fm0400"><ce:label>(40)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si147.svg"><mml:mrow><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>i</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:munder><mml:mo movablelimits="false">∑</mml:mo><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munder><mml:msub><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>j</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msubsup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mi>k</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> If we introduce the positive semi-definite matrices<ce:display><ce:formula id="fm0410"><ce:label>(41)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si148.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mspace width="2em"/><mml:mi>ν</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>d</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> we can identify <ce:cross-ref refid="fm0400" id="crf0820">(40)</ce:cross-ref> as a coupled nonlinear eigenvalue problem (which is nonlinear in the eigenvectors)<ce:display><ce:formula id="fm0420"><ce:label>(42)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si149.svg"><mml:mrow><mml:mphantom><mml:mspace width="2em"/><mml:mspace width="2em"/><mml:mi>ν</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>…</mml:mo><mml:mi>d</mml:mi><mml:mo>,</mml:mo></mml:mphantom><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mspace width="2em"/><mml:mi>ν</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>d</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> for the semi-orthogonal frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> of dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>×</mml:mo><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>-dimensional diagonal matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si124.svg"><mml:msup><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. Note that all frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si150.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si151.svg"><mml:mi>μ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>…</mml:mo><mml:mi>d</mml:mi></mml:math>, appear in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si152.svg"><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> (as projections <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si153.svg"><mml:msup><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup></mml:math>). This is even true for the direction <ce:italic>ν</ce:italic> itself, as its projector is applied to the forward mode in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si154.svg"><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup></mml:math> and to the backward mode in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si155.svg"><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup></mml:math>. Therefore the <ce:italic>ν</ce:italic>-th equation is cubic in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and quartic in all other <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si150.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si156.svg"><mml:mi>μ</mml:mi><mml:mo>≠</mml:mo><mml:mi>ν</mml:mi></mml:math>. It is crucial to keep in mind that the self-consistent solutions to <ce:cross-ref refid="fm0420" id="crf0830">(42)</ce:cross-ref>, which we are looking for, are required to be semi-orthogonal matrices with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si157.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> columns, in order to satisfy the constraints <ce:cross-ref refid="fm0300" id="crf0840">(30)</ce:cross-ref>.</ce:para><ce:para id="pr0450">It is useful to note that if we replace the matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si152.svg"><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> in <ce:cross-ref refid="fm0420" id="crf0850">(42)</ce:cross-ref> by fixed matrices <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, the <ce:italic>d</ce:italic> matrix equations decouple and each one of them is a linear eigenvalue equation for the frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. The solutions of these linearized equations are however in general no solution of the original nonlinear equations <ce:cross-ref refid="fm0420" id="crf0860">(42)</ce:cross-ref>. On the other hand, if <ce:cross-ref refid="fm0420" id="crf0870">(42)</ce:cross-ref> is satisfied, then <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> is a solution of the linear eigenvalue problem for the specific matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si159.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math>.</ce:para><ce:para id="pr0460">Therefore, we propose to solve the coupled system of equations using an iterative procedure, where at each iteration step, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> is computed with <ce:cross-ref refid="fm0410" id="crf0880">(41)</ce:cross-ref> using the current frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si150.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>μ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>d</mml:mi></mml:math>, and the eigenvalue problem<ce:display><ce:formula id="fm0430"><ce:label>(43)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si161.svg"><mml:mrow><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi>u</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>u</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> is solved for the eigenvalues <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si162.svg"><mml:msup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and eigenvectors <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si163.svg"><mml:msup><mml:mrow><mml:mi>u</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> of the positive semi-definite matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. We then take the normalized eigenvectors corresponding to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> largest eigenvalues to form a new frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>. Note that the eigenvectors of the symmetric matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> are orthogonal and therefore the constraint <ce:cross-ref refid="fm0300" id="crf0890">(30)</ce:cross-ref> is automatically satisfied for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>.</ce:para><ce:para id="pr0470">This strategy can be motivated in the following way. We are looking for the solution of <ce:cross-ref refid="fm0420" id="crf0900">(42)</ce:cross-ref> which maximizes <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si132.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>. Using the expression <ce:cross-ref refid="fm0380" id="crf0910">(38)</ce:cross-ref> for the core tensor <ce:italic>S</ce:italic> in terms of the unfoldings <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si140.svg"><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si141.svg"><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, the squared norm in the cost function <ce:cross-ref refid="fm0310" id="crf0920">(31)</ce:cross-ref> can be written as<ce:display><ce:formula id="fm0440"><ce:label>(44)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si164.svg"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi mathvariant="normal">Tr</mml:mi><mml:mo stretchy="false">[</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">]</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi mathvariant="normal">Tr</mml:mi><mml:mo stretchy="false">[</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>F</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">]</mml:mo><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">Tr</mml:mi><mml:mo stretchy="false">[</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">]</mml:mo><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> which explicitly contains the matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si165.svg"><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>≡</mml:mo><mml:msup><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>d</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math> defined in <ce:cross-ref refid="fm0410" id="crf0930">(41)</ce:cross-ref> (note that this equation yields the same <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si132.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> for each <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si166.svg"><mml:mi>ν</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>d</mml:mi></mml:math>). It is straightforward to show that, at each iteration step, the solution obtained from the linearization <ce:cross-ref refid="fm0430" id="crf0940">(43)</ce:cross-ref> corresponds to the constrained optimization of the approximation<ce:display><ce:formula id="fm0450"><ce:label>(45)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si167.svg"><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>≈</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">Tr</mml:mi><mml:mo stretchy="false">[</mml:mo><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>T</mml:mi></mml:mrow></mml:msup></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> to <ce:cross-ref refid="fm0440" id="crf0950">(44)</ce:cross-ref>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> is fixed and computed with the most recent frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si150.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si160.svg"><mml:mi>μ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mo>…</mml:mo><mml:mo>,</mml:mo><mml:mi>d</mml:mi></mml:math>. As this approximation is quadratic in the new frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, its maximum will be given by the eigenvectors corresponding to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> largest eigenvalues of the symmetric, positive semi-definite matrix <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>.</ce:para><ce:para id="pr0480">The iterative procedure can be interpreted as an iterative SuperQ method, where at each step all modes of <ce:italic>M</ce:italic> are truncated using the last known frames, except for a backward mode in <ce:italic>B</ce:italic> and the corresponding forward mode in <ce:italic>F</ce:italic>.</ce:para><ce:para id="pr0490">During the iterative procedure we cycle through the <ce:italic>d</ce:italic> dimensions <ce:italic>ν</ce:italic> and determine a new frame <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> at each step using <ce:cross-ref refid="fm0430" id="crf0960">(43)</ce:cross-ref>. Then, we repeat these <ce:italic>d</ce:italic> iteration steps until all frames have converged. In practice we observed that the first iteration for each direction is the most important one, and further iterations of the same direction only give small corrections.</ce:para><ce:para id="pr0500">An alternative procedure would be to iterate <ce:cross-ref refid="fm0430" id="crf0970">(43)</ce:cross-ref> for a single <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> (keeping all other <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si150.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> fixed) until convergence has been reached (reevaluating <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> with the most recent <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> at every step), and then go on to the next frame. Once all frames have been iterated, this whole procedure is repeated until all frames converge together. Note that the inner iterations are computationally cheap, as all frames but one are kept fixed and all matrix-tensor multiplications in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si168.svg"><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si132.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> involving these fixed frames have to be computed only once. However, this procedure does not seem to give an overall faster convergence.</ce:para><ce:para id="pr0510">A natural choice for the starting frames <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si121.svg"><mml:mi>ν</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo>…</mml:mo><mml:mi>d</mml:mi></mml:math>, in the iterative procedure are the frames obtained from the interlaced SuperQ method, see Sec. <ce:cross-ref refid="se0040" id="crf0980">4</ce:cross-ref>.</ce:para><ce:para id="pr0520">Note that the iterative procedure is not guaranteed to converge, and even when it does, the solution is not necessarily the global maximum. This can be improved upon by tuning the starting frames or by applying an under-relaxation procedure to the intermediate <ce:italic>Q</ce:italic> matrix. In this procedure, we replace <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si158.svg"><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> in <ce:cross-ref refid="fm0430" id="crf0990">(43)</ce:cross-ref> by<ce:display><ce:formula id="fm0460"><ce:label>(46)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si169.svg"><mml:mrow><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mo>‾</mml:mo></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>ω</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>ω</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mtext>prev</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si170.svg"><mml:msubsup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mo>ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mtext>prev</mml:mtext></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msubsup></mml:math> was used to obtain the previous <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msup><mml:mrow><mml:mi>U</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msup></mml:math> in the iterative procedure. The relaxation procedure can be used to optimize <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si132.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> by tuning the local parameter <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si171.svg"><mml:mn>0</mml:mn><mml:mo>≤</mml:mo><mml:mi>ω</mml:mi><mml:mo>≤</mml:mo><mml:mn>1</mml:mn></mml:math>. We observed that a coarse tuning of <ce:italic>ω</ce:italic> is sufficient to improve the overall convergence of the iterative procedure.</ce:para><ce:para id="pr0530">When applying the ISQ method to HOTRG, where <ce:italic>M</ce:italic> is a contraction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si116.svg"><mml:mi>T</mml:mi><mml:msub><mml:mrow><mml:mo>⋆</mml:mo></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>T</mml:mi></mml:math> along one of the directions, only <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si117.svg"><mml:mn>2</mml:mn><mml:mi>d</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:math> of 2<ce:italic>d</ce:italic> modes will actually be truncated, as the backward and forward modes for the contracted direction are left unchanged. For the two-dimensional case, where only one frame has to be determined after each contraction, an alternative method to optimize the truncation using a linearization was proposed in the <ce:italic>projective truncation</ce:italic> of Ref. <ce:cross-ref refid="br0110" id="crf1000">[11]</ce:cross-ref>.</ce:para></ce:section><ce:section id="se0060"><ce:label>6</ce:label><ce:section-title id="st0070">Examples</ce:section-title><ce:para id="pr0540">In the following, we illustrate the effect of the SuperQ and ISQ methods. For various random tensors <ce:italic>A</ce:italic>, we compute core tensors <ce:italic>S</ce:italic> using the standard HOSVD approximation <ce:cross-ref refid="br0070" id="crf1010">[7]</ce:cross-ref> and the best possible approximation of a given multi-rank with the HOOI method <ce:cross-ref refid="br0100" id="crf1020">[10]</ce:cross-ref>. These results are compared with the following backward-forward symmetric approximations: the method proposed by Xie et al. (used in standard HOTRG <ce:cross-ref refid="br0060" id="crf1030">[6]</ce:cross-ref>), the SuperQ approximation of Sec. <ce:cross-ref refid="se0040" id="crf1040">4</ce:cross-ref>, and the ISQ approximation of Sec. <ce:cross-ref refid="se0050" id="crf1050">5</ce:cross-ref>. The relative error for each of these approximations is given by<ce:display><ce:formula id="fm0470"><ce:label>(47)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si172.svg"><mml:mrow><mml:mi>ϵ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>S</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">‖</mml:mo><mml:mi>A</mml:mi><mml:mo stretchy="false">‖</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac></mml:mrow></mml:msqrt><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> The comparison of the different methods will be illustrated by plotting <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si173.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>ϵ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mtext>hooi</mml:mtext></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mtext>hooi</mml:mtext></mml:mrow></mml:msub></mml:math> in the figures below. For the ISQ method the iterations are initialized with the frames obtained using the interlaced SuperQ method. The ISQ method is iterated until the relative error <ce:italic>ϵ</ce:italic> has a relative change of less than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si174.svg"><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn></mml:mrow></mml:msup></mml:math> between two major iterations, where a major iteration corresponds to one update of all frames. For each iteration we tune the relaxation parameter <ce:italic>ω</ce:italic> to reduce the error. The number of major iterations varies between 20 and 100 with an average of around 50.</ce:para><ce:para id="pr0550">In a first example we consider random tensors <ce:italic>A</ce:italic> of order 4 with dimension <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si175.svg"><mml:mn>10</mml:mn><mml:mo>×</mml:mo><mml:mn>10</mml:mn><mml:mo>×</mml:mo><mml:mn>100</mml:mn><mml:mo>×</mml:mo><mml:mn>100</mml:mn></mml:math>, whose rank is reduced by truncating the last two indices to dimension 10. The results shown in <ce:cross-ref refid="fg0060" id="crf1060">Fig. 6</ce:cross-ref><ce:float-anchor refid="fg0060"/> were computed for initial tensors filled with uniformly distributed elements in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si176.svg"><mml:mo stretchy="false">[</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:math> (left panel) and normally distributed elements with mean <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si177.svg"><mml:mi>μ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> and standard deviation <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si178.svg"><mml:mi>σ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:math> (right panel). In another example, shown in <ce:cross-ref refid="fg0070" id="crf1070">Fig. 7</ce:cross-ref><ce:float-anchor refid="fg0070"/>, all modes of random <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si179.svg"><mml:mn>30</mml:mn><mml:mo>×</mml:mo><mml:mn>30</mml:mn><mml:mo>×</mml:mo><mml:mn>30</mml:mn><mml:mo>×</mml:mo><mml:mn>30</mml:mn></mml:math> tensors are reduced to dimension 10. Again the random tensors are filled with elements from a uniform distribution (left) and a normal distribution (right).</ce:para><ce:para id="pr0560">In all examples, the hierarchy between the approximations is the same. In decreasing order of accuracy we find: HOOI, ISQ, HOSVD, SuperQ, and finally the Xie-method. We notice that, as we suggested in the derivation of Sec. <ce:cross-ref refid="se0040" id="crf1080">4</ce:cross-ref>, the SuperQ method performs better than the Xie-method. Both of them are superseded by HOSVD, which is logical as the latter does not have to satisfy the additional backward-forward symmetry constraint. However, a somewhat unexpected result is that in all examples, the ISQ method performs better than the standard HOSVD approximation, even though the former does satisfy the additional backward-forward symmetry constraint. In all cases HOOI performs best, as it is the best possible approximation of the given multi-rank.</ce:para></ce:section><ce:section id="se0070" role="conclusion"><ce:label>7</ce:label><ce:section-title id="st0080">Conclusions</ce:section-title><ce:para id="pr0570">In this paper we consider the reduction of the local truncation error in a single blocking step of the HOTRG procedure. We have discussed in detail the constraints imposed on the semi-orthogonal truncation frames in the HOTRG algorithm, where the backward and forward modes for each direction have to be projected on the same lower-dimensional subspace at each blocking step. We first introduced the SuperQ method, which minimizes a combined error on the backward and forward unfoldings for each individual direction. The method is computationally more efficient and generically yields a reduced local truncation error when compared to the original HOTRG truncation.</ce:para><ce:para id="pr0580">As a further improvement, we presented the iterative SuperQ method, where we formulate a constrained minimization problem, which leads to equations that have to be satisfied by the semi-orthogonal truncation frames in order to minimize the error on the lower-rank tensor approximation, while satisfying the backward-forward symmetry constraints. The method is inspired by the HOOI method, with the additional requirement that the same frames are used on the backward and forward modes of each direction. The equations form a coupled nonlinear eigenvalue problem, which we propose to solve using an iterative procedure, where decoupled linear eigenvalue problems are solved at each iteration step. Computing the optimal backward-forward symmetric truncation frames with the ISQ method is more expensive than the truncation applied in the original HOTRG method, as each iteration step requires new eigenvalue decompositions. Therefore, in practice, we generally use the SuperQ truncation in the HOTRG blocking procedure, since it provides the best trade-off between computational cost and truncation accuracy.</ce:para> </ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0110">Declaration of Competing Interest</ce:section-title><ce:para id="pr0600">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0090">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bibA8ADBA9948CF4049789F19CD935C1B6As1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Aarts</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Recent developments at finite density on the lattice</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>PoS CPOD2014</sb:maintitle></sb:title></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>012</sb:article-number><ce:doi>10.22323/1.217.0012</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1502.01850" id="inf0010">arXiv:1502.01850</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0015">G. Aarts, Recent developments at finite density on the lattice, PoS CPOD2014 (2014) 012. arXiv:1502.01850, doi:10.22323/1.217.0012.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bib7EFCA98ACF45E0BD3CD708C737883071s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Aarts</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Attanasio</ce:surname></sb:author><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Jäger</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Seiler</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Sexty</ce:surname></sb:author><sb:author><ce:given-name>I.-O.</ce:given-name><ce:surname>Stamatescu</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>QCD at nonzero chemical potential: recent progress on the lattice</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>AIP Conf. Proc.</sb:maintitle></sb:title><sb:volume-nr>1701</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>020001</sb:article-number><ce:doi>10.1063/1.4938590</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.0847" id="inf0020">arXiv:1412.0847</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0020">G. Aarts, F. Attanasio, B. Jäger, E. Seiler, D. Sexty, I.-O. Stamatescu, QCD at nonzero chemical potential: recent progress on the lattice, AIP Conf. Proc. 1701 (2016) 020001. arXiv:1412.0847, doi:10.1063/1.4938590.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bib0C5EFDA743CEBC1D24E82B3FB73A0E04s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Gattringer</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Langfeld</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Approaches to the sign problem in lattice field theory</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. A</sb:maintitle></sb:title><sb:volume-nr>31</sb:volume-nr></sb:series><sb:issue-nr>22</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:article-number>1643007</sb:article-number><ce:doi>10.1142/S0217751X16430077</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1603.09517" id="inf0030">arXiv:1603.09517</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0025">C. Gattringer, K. Langfeld, Approaches to the sign problem in lattice field theory, International Journal of Modern Physics A 31 (22) (2016) 1643007. arXiv:1603.09517, doi:10.1142/S0217751X16430077.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bib696B2F842C47DAD4ADE09F94B7EB7E02s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Y.</ce:given-name><ce:surname>Meurice</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Sakai</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Unmuth-Yockey</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Tensor lattice field theory for renormalization and quantum computing</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Rev. Mod. Phys.</sb:maintitle></sb:title><sb:volume-nr>94</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2022</sb:date></sb:issue><sb:article-number>025005</sb:article-number><ce:doi>10.1103/RevModPhys.94.025005</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2010.06539" id="inf0040">arXiv:2010.06539</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0030">Y. Meurice, R. Sakai, J. Unmuth-Yockey, Tensor lattice field theory for renormalization and quantum computing, Rev. Mod. Phys. 94 (2) (2022) 025005. arXiv:2010.06539, doi:10.1103/RevModPhys.94.025005.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib2E65F907E1082C4D5A3CAFE981BB4AD6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Levin</ce:surname></sb:author><sb:author><ce:given-name>C.P.</ce:given-name><ce:surname>Nave</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Tensor renormalization group approach to two-dimensional classical lattice models</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>99</sb:volume-nr></sb:series><sb:issue-nr>12</sb:issue-nr><sb:date>2007</sb:date></sb:issue><sb:article-number>120601</sb:article-number><ce:doi>10.1103/PhysRevLett.99.120601</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:cond-mat/0611687" id="inf0050">arXiv:cond-mat/0611687</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0035">M. Levin, C. P. Nave, Tensor renormalization group approach to two-dimensional classical lattice models, Phys. Rev. Lett. 99 (12) (2007) 120601. arXiv:cond-mat/0611687, doi:10.1103/PhysRevLett.99.120601.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bib056A7CC6592F2F0265E3A84AE6EACE92s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.Y.</ce:given-name><ce:surname>Xie</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Chen</ce:surname></sb:author><sb:author><ce:given-name>M.P.</ce:given-name><ce:surname>Qin</ce:surname></sb:author><sb:author><ce:given-name>J.W.</ce:given-name><ce:surname>Zhu</ce:surname></sb:author><sb:author><ce:given-name>L.P.</ce:given-name><ce:surname>Yang</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Xiang</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Coarse-graining renormalization by higher-order singular value decomposition</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. B</sb:maintitle></sb:title><sb:volume-nr>86</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2012</sb:date></sb:issue><sb:article-number>045139</sb:article-number><ce:doi>10.1103/physrevb.86.045139</ce:doi></sb:host></sb:reference><ce:source-text id="srct0040">Z. Y. Xie, J. Chen, M. P. Qin, J. W. Zhu, L. P. Yang, T. Xiang, Coarse-graining renormalization by higher-order singular value decomposition, Phys. Rev. B86 (4) (2012) 045139. doi:10.1103/physrevb.86.045139.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bib643480BF1614D860C48C1293B4364CA5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>De Lathauwer</ce:surname></sb:author><sb:author><ce:given-name>B.</ce:given-name><ce:surname>De Moor</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Vandewalle</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A multilinear singular value decomposition</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>SIAM J. Matrix Anal. Appl.</sb:maintitle></sb:title><sb:volume-nr>21</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2000</sb:date></sb:issue><sb:pages><sb:first-page>1253</sb:first-page><sb:last-page>1278</sb:last-page></sb:pages><ce:doi>10.1137/S0895479896305696</ce:doi></sb:host></sb:reference><ce:source-text id="srct0045">L. De Lathauwer, B. De Moor, J. Vandewalle, A multilinear singular value decomposition, SIAM Journal on Matrix Analysis and Applications 21 (4) (2000) 1253–1278. doi:10.1137/S0895479896305696.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bibDD0632E0D8DFC438B5CEED5225868689s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Y.</ce:given-name><ce:surname>Liu</ce:surname></sb:author><sb:author><ce:given-name>Y.</ce:given-name><ce:surname>Meurice</ce:surname></sb:author><sb:author><ce:given-name>M.P.</ce:given-name><ce:surname>Qin</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Unmuth-Yockey</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Xiang</ce:surname></sb:author><sb:author><ce:given-name>Z.Y.</ce:given-name><ce:surname>Xie</ce:surname></sb:author><sb:author><ce:given-name>J.F.</ce:given-name><ce:surname>Yu</ce:surname></sb:author><sb:author><ce:given-name>H.</ce:given-name><ce:surname>Zou</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Exact blocking formulas for spin and gauge models</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>88</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>056005</sb:article-number><ce:doi>10.1103/PhysRevD.88.056005</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1307.6543" id="inf0060">arXiv:1307.6543</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0050">Y. Liu, Y. Meurice, M. P. Qin, J. Unmuth-Yockey, T. Xiang, Z. Y. Xie, J. F. Yu, H. Zou, Exact blocking formulas for spin and gauge models, Phys. Rev. D88 (2013) 056005. arXiv:1307.6543, doi:10.1103/PhysRevD.88.056005.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib57BF939360597AFB41015318A056BD62s1"><sb:contribution><sb:authors><sb:author><ce:given-name>H.-H.</ce:given-name><ce:surname>Zhao</ce:surname></sb:author><sb:author><ce:given-name>Z.-Y.</ce:given-name><ce:surname>Xie</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Xiang</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Imada</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Tensor network algorithm by coarse-graining tensor renormalization on finite periodic lattices</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. B</sb:maintitle></sb:title><sb:volume-nr>93</sb:volume-nr></sb:series><sb:issue-nr>12</sb:issue-nr><sb:date>2016</sb:date></sb:issue><ce:doi>10.1103/physrevb.93.125115</ce:doi></sb:host></sb:reference><ce:source-text id="srct0055">H.-H. Zhao, Z.-Y. Xie, T. Xiang, M. Imada, Tensor network algorithm by coarse-graining tensor renormalization on finite periodic lattices, Physical Review B 93 (12) . doi:10.1103/physrevb.93.125115.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bibEF9F298DCBE63FF2D577DD98C8F7AD7Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>De Lathauwer</ce:surname></sb:author><sb:author><ce:given-name>B.</ce:given-name><ce:surname>De Moor</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Vandewalle</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On the best rank-1 and rank-(R1,R2,...,RN) approximation of higher-order tensors</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>SIAM J. Matrix Anal. Appl.</sb:maintitle></sb:title><sb:volume-nr>21</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2000</sb:date></sb:issue><sb:pages><sb:first-page>1324</sb:first-page><sb:last-page>1342</sb:last-page></sb:pages><ce:doi>10.1137/S0895479898346995</ce:doi></sb:host></sb:reference><ce:source-text id="srct0060">L. De Lathauwer, B. De Moor, J. Vandewalle, On the best rank-1 and rank-(R1,R2,...,RN) approximation of higher-order tensors, SIAM Journal on Matrix Analysis and Applications 21 (4) (2000) 1324–1342. doi:10.1137/S0895479898346995.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib89CCA002DD0C4A55F531CF4B5D1E470As1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Evenbly</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Algorithms for tensor network renormalization</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. B</sb:maintitle></sb:title><sb:volume-nr>95</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:article-number>045117</sb:article-number><ce:doi>10.1103/PhysRevB.95.045117</ce:doi></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1509.07484" id="inf0070">arXiv:1509.07484</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0065">G. Evenbly, Algorithms for tensor network renormalization, Phys. Rev. B95 (2017) 045117. arXiv:1509.07484, doi:10.1103/PhysRevB.95.045117.</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> diff --git a/tests/units/elsevier/data/address-line-valid/main_rjjlr.xml b/tests/units/elsevier/data/address-line-valid/main_rjjlr.xml index 928b68c4..4034b408 100644 --- a/tests/units/elsevier/data/address-line-valid/main_rjjlr.xml +++ b/tests/units/elsevier/data/address-line-valid/main_rjjlr.xml @@ -1 +1 @@ -<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd" [<!ENTITY gr001 SYSTEM "gr001" NDATA IMAGE><!ENTITY gr002 SYSTEM "gr002" NDATA IMAGE><!ENTITY gr003 SYSTEM "gr003" NDATA IMAGE><!ENTITY gr004 SYSTEM "gr004" NDATA IMAGE><!ENTITY gr005 SYSTEM "gr005" NDATA IMAGE>]><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="sco" xml:lang="en"><item-info><jid>PLB</jid><aid>137649</aid><ce:article-number>137649</ce:article-number><ce:pii>S0370-2693(22)00783-3</ce:pii><ce:doi>10.1016/j.physletb.2022.137649</ce:doi><ce:copyright year="2023" type="other">The Author(s)</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Experiments</ce:text></ce:doctopic></ce:doctopics><ce:preprint><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2204.10157" id="inf0010"/></ce:preprint><ce:associated-resource><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/research-data" xlink:href="https://www.hepdata.net/" id="inf0540">https://www.hepdata.net/</ce:inter-ref></ce:associated-resource></item-info><ce:floats><ce:figure id="fg0010"><ce:label>Fig. 1</ce:label><ce:caption id="cp0010"><ce:simple-para id="sp0010">Illustration of toward, away and transverse regions with respect to the leading particle in a collision.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0010">Fig. 1</ce:alt-text><ce:link locator="gr001" xlink:type="simple" xlink:href="pii:S0370269322007833/gr001" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0010"/></ce:figure><ce:figure id="fg0020"><ce:label>Fig. 2</ce:label><ce:caption id="cp0020"><ce:simple-para id="sp0020">Top panels: transverse momentum spectra of charged particles in the transverse region for different multiplicity classes in pp (left), p–Pb (middle) and Pb–Pb (right) collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra are measured at mid pseudorapidity (|<ce:italic>η</ce:italic>| < 0.8). Lower panels: Ratio of <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra in different multiplicity classes to the <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectrum in the 0−100% multiplicity class for the corresponding collision systems. The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0020">Fig. 2</ce:alt-text><ce:link locator="gr002" xlink:type="simple" xlink:href="pii:S0370269322007833/gr002" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0020"/></ce:figure><ce:figure id="fg0030"><ce:label>Fig. 3</ce:label><ce:caption id="cp0030"><ce:simple-para id="sp0030">Transverse momentum spectra of charged particles in Toward-Transverse, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> (top plot) and Away-Transverse, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> (bottom plot) regions for different multiplicity classes in pp (left), p–Pb (middle) and Pb–Pb (right) collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra are measured at mid pseudorapidity (|<ce:italic>η</ce:italic>| < 0.8). The lower panels of both plots show the ratio to minimum bias pp collisions. The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0030">Fig. 3</ce:alt-text><ce:link locator="gr003" xlink:type="simple" xlink:href="pii:S0370269322007833/gr003" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0030"/></ce:figure><ce:figure id="fg0040"><ce:label>Fig. 4</ce:label><ce:caption id="cp0040"><ce:simple-para id="sp0040">The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> (left) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> (right) as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> in 4 <<ce:italic>p</ce:italic><ce:inf>T</ce:inf>< 6 GeV/<ce:italic>c</ce:italic> for different multiplicity classes in pp, p–Pb and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. Pb–Pb results are shown assuming a flat background (filled markers), and assuming a <ce:italic>v</ce:italic><ce:inf>2</ce:inf>-modulated background (empty markers). The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0040">Fig. 4</ce:alt-text><ce:link locator="gr004" xlink:type="simple" xlink:href="pii:S0370269322007833/gr004" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0040"/></ce:figure><ce:figure id="fg0050"><ce:label>Fig. 5</ce:label><ce:caption id="cp0050"><ce:simple-para id="sp0050">Comparison of the measured the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> (left) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> (right) in 4 <<ce:italic>p</ce:italic><ce:inf>T</ce:inf>< 6 GeV/<ce:italic>c</ce:italic> with model predictions. The results are shown as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> for different multiplicity classes in pp (top panel), p–Pb (middle panel) and Pb–Pb (bottom panel) collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The red and magenta lines show the <ce:small-caps>PYTHIA</ce:small-caps> 8 (Monash) <ce:cross-ref refid="br0280" id="crf0010">[28]</ce:cross-ref> and <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr <ce:cross-ref refid="br0280" id="crf0020">[28]</ce:cross-ref> predictions, respectively. The blue lines show the EPOS-LHC <ce:cross-ref refid="br0210" id="crf0030">[21]</ce:cross-ref> results. The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0050">Fig. 5</ce:alt-text><ce:link locator="gr005" xlink:type="simple" xlink:href="pii:S0370269322007833/gr005" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0050"/></ce:figure><ce:table xmlns="http://www.elsevier.com/xml/common/cals/dtd" xmlns:tb="http://www.elsevier.com/xml/common/table/dtd" id="tbl0010" frame="topbot" rowsep="0" colsep="0"><ce:label>Table 1</ce:label><ce:caption id="cp0060"><ce:simple-para id="sp0060">Contributions to the relative (%) systematic uncertainty on the <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra of primary charged particles in pp, p–Pb, and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. Just for illustration, the range in the table corresponds to the lowest and highest relative systematic uncertainty in the considered <ce:italic>p</ce:italic><ce:inf>T</ce:inf> range. The individual contributions are summed in quadrature to obtain the total uncertainty.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0060">Table 1</ce:alt-text><tgroup cols="4"><colspec colnum="1" colname="col1" align="left"/><colspec colnum="2" colname="col2" align="left"/><colspec colnum="3" colname="col3" align="left"/><colspec colnum="4" colname="col4" align="left"/><thead valign="top"><row rowsep="1"><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Source of uncertainty</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">pp</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">p–Pb</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">Pb–Pb</entry></row></thead><tbody valign="top"><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Track selection</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.1–8.2</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.4–5.8</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.0–9.9</entry></row><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Particle composition</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.3–1.8</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.5–1.9</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.3–2.4</entry></row><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Secondary particles</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.0–0.4</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.0–2.4</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.0–1.9</entry></row><row rowsep="1"><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Matching efficiency</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.0–4.2</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.7–3.7</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.6–3.7</entry></row><row rowsep="1"><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Total</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.2–8.8</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.6–6.3</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.5–10.0</entry></row><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Total (<ce:italic>N</ce:italic><ce:inf>ch</ce:inf>-dependent)</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.0–4.5</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">1.7–4.0</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">1.1–3.7</entry></row></tbody></tgroup></ce:table></ce:floats><head><ce:title id="ti0010">Study of charged particle production at high <ce:italic>p</ce:italic><ce:inf>T</ce:inf> using event topology in pp, p–Pb and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV</ce:title><ce:author-group id="ag0010"><ce:collaboration id="co0010" collaboration-id="S0370269322007833-3bea72599603117cd9d18494a0279c47"><ce:text>ALICE Collaboration</ce:text><ce:cross-ref refid="fn0080" id="crf0040"><ce:sup>⋆</ce:sup></ce:cross-ref><ce:author-group id="ag0020"><ce:author orcid="0000-0002-9213-5329" id="au0010" author-id="S0370269322007833-e60c93a934b81cf9801254193264c6ee"><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname><ce:cross-ref refid="aff1240" id="crf0050"><ce:sup>124</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1310" id="crf0060"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0504-7428" id="au0020" author-id="S0370269322007833-0eab85892b6d74b18661e74a7987c599"><ce:given-name>D.</ce:given-name><ce:surname>Adamová</ce:surname><ce:cross-ref refid="aff0860" id="crf0070"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author id="au0030" author-id="S0370269322007833-e83a30ae1d5f89088c60ca2ee154d714"><ce:given-name>A.</ce:given-name><ce:surname>Adler</ce:surname><ce:cross-ref refid="aff0690" id="crf0080"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9611-3696" id="au0040" author-id="S0370269322007833-ed2d58d89990c41bb43c091d01e5029a"><ce:given-name>G.</ce:given-name><ce:surname>Aglieri Rinella</ce:surname><ce:cross-ref refid="aff0320" id="crf0090"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0760-5075" id="au0050" author-id="S0370269322007833-0c7a7863b7384aa5fdf06a0f187949c8"><ce:given-name>M.</ce:given-name><ce:surname>Agnello</ce:surname><ce:cross-ref refid="aff0290" id="crf0100"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0348-9836" id="au0060" author-id="S0370269322007833-bbdbb014653d7bdacb111c613a0fcbe0"><ce:given-name>N.</ce:given-name><ce:surname>Agrawal</ce:surname><ce:cross-ref refid="aff0500" id="crf0110"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5241-7412" id="au0070" author-id="S0370269322007833-2059a9508121069139ea49dbf566539a"><ce:given-name>Z.</ce:given-name><ce:surname>Ahammed</ce:surname><ce:cross-ref refid="aff1310" id="crf0120"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0497-5705" id="au0080" author-id="S0370269322007833-397c2b4743f367cb4aceb69d448bb6c6"><ce:given-name>S.</ce:given-name><ce:surname>Ahmad</ce:surname><ce:cross-ref refid="aff0150" id="crf0130"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8847-489X" id="au0090" author-id="S0370269322007833-f7c3cbd2e9a0f545640d2202ad1ddbf3"><ce:given-name>S.U.</ce:given-name><ce:surname>Ahn</ce:surname><ce:cross-ref refid="aff0700" id="crf0140"><ce:sup>70</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4417-1392" id="au0100" author-id="S0370269322007833-07322fd13596772e8f99876f081be003"><ce:given-name>I.</ce:given-name><ce:surname>Ahuja</ce:surname><ce:cross-ref refid="aff0370" id="crf0150"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7388-3022" id="au0110" author-id="S0370269322007833-e1ca35714b53c8e677e37d627a5bbf38"><ce:given-name>A.</ce:given-name><ce:surname>Akindinov</ce:surname><ce:cross-ref refid="aff1390" id="crf0160"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8071-4497" id="au0120" author-id="S0370269322007833-92548b9c2ec6b0a94be4b4532227aed9"><ce:given-name>M.</ce:given-name><ce:surname>Al-Turany</ce:surname><ce:cross-ref refid="aff0980" id="crf0170"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9719-7035" id="au0130" author-id="S0370269322007833-9065823209e70d0656d37d4008b49b34"><ce:given-name>D.</ce:given-name><ce:surname>Aleksandrov</ce:surname><ce:cross-ref refid="aff1390" id="crf0180"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9680-4940" id="au0140" author-id="S0370269322007833-79cd00674b886e25d315860e3eeed8b4"><ce:given-name>B.</ce:given-name><ce:surname>Alessandro</ce:surname><ce:cross-ref refid="aff0550" id="crf0190"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5659-2119" id="au0150" author-id="S0370269322007833-1c1181472bc0aba99490cd3bca5e4a55"><ce:given-name>H.M.</ce:given-name><ce:surname>Alfanda</ce:surname><ce:cross-ref refid="aff0060" id="crf0200"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4713-7069" id="au0160" author-id="S0370269322007833-fe723c43bc1641702461996d042297c7"><ce:given-name>R.</ce:given-name><ce:surname>Alfaro Molina</ce:surname><ce:cross-ref refid="aff0660" id="crf0210"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0877-7979" id="au0170" author-id="S0370269322007833-9e891354cda61f6d260a73da741fb124"><ce:given-name>B.</ce:given-name><ce:surname>Ali</ce:surname><ce:cross-ref refid="aff0150" id="crf0220"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author id="au0180" author-id="S0370269322007833-b09579e692bf4a5fcd8b3fc371c313f5"><ce:given-name>Y.</ce:given-name><ce:surname>Ali</ce:surname><ce:cross-ref refid="aff0130" id="crf0230"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3618-4617" id="au0190" author-id="S0370269322007833-ee0688e61ecfdd140d9fea489d16b4dc"><ce:given-name>A.</ce:given-name><ce:surname>Alici</ce:surname><ce:cross-ref refid="aff0250" id="crf0240"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-7365-1064" id="au0200" author-id="S0370269322007833-16d05696cd8ce792318dff507d143cd5"><ce:given-name>N.</ce:given-name><ce:surname>Alizadehvandchali</ce:surname><ce:cross-ref refid="aff1130" id="crf0250"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2205-5761" id="au0210" author-id="S0370269322007833-8a6281092995529070f381a78dafb967"><ce:given-name>A.</ce:given-name><ce:surname>Alkin</ce:surname><ce:cross-ref refid="aff0320" id="crf0260"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0177-0536" id="au0220" author-id="S0370269322007833-6ea637f099a6fac803f976a052eb847d"><ce:given-name>J.</ce:given-name><ce:surname>Alme</ce:surname><ce:cross-ref refid="aff0200" id="crf0270"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8910-9173" id="au0230" author-id="S0370269322007833-cfed79dabbd809c4f840372b7b333691"><ce:given-name>G.</ce:given-name><ce:surname>Alocco</ce:surname><ce:cross-ref refid="aff0510" id="crf0280"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-4862-5370" id="au0240" author-id="S0370269322007833-3913f92e05be5c8a4269310703479917"><ce:given-name>T.</ce:given-name><ce:surname>Alt</ce:surname><ce:cross-ref refid="aff0630" id="crf0290"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8079-7026" id="au0250" author-id="S0370269322007833-cd55dbcf87db947368b6d9e810290bde"><ce:given-name>I.</ce:given-name><ce:surname>Altsybeev</ce:surname><ce:cross-ref refid="aff1390" id="crf0300"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6180-4243" id="au0260" author-id="S0370269322007833-c2bd71abda2e1783ed29485409a5251a"><ce:given-name>M.N.</ce:given-name><ce:surname>Anaam</ce:surname><ce:cross-ref refid="aff0060" id="crf0310"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8535-0680" id="au0270" author-id="S0370269322007833-24aef273ee0f167b64df679b37d185f6"><ce:given-name>C.</ce:given-name><ce:surname>Andrei</ce:surname><ce:cross-ref refid="aff0450" id="crf0320"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2372-6117" id="au0280" author-id="S0370269322007833-4583c32301189b6af5ae6e891825f79b"><ce:given-name>A.</ce:given-name><ce:surname>Andronic</ce:surname><ce:cross-ref refid="aff1340" id="crf0330"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-0236-2680" id="au0290" author-id="S0370269322007833-1df1a80e8e72952f9f77a204304d580b"><ce:given-name>V.</ce:given-name><ce:surname>Anguelov</ce:surname><ce:cross-ref refid="aff0950" id="crf0340"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7366-8891" id="au0300" author-id="S0370269322007833-bf4ee61ac0ac1dbdb5dd7c494a935e91"><ce:given-name>F.</ce:given-name><ce:surname>Antinori</ce:surname><ce:cross-ref refid="aff0530" id="crf0350"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7516-3726" id="au0310" author-id="S0370269322007833-51fafbdf488707238bb68ddcfdcc1d43"><ce:given-name>P.</ce:given-name><ce:surname>Antonioli</ce:surname><ce:cross-ref refid="aff0500" id="crf0360"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2205-4419" id="au0320" author-id="S0370269322007833-574d7b11d83a95e65b2890c6cc6204a2"><ce:given-name>C.</ce:given-name><ce:surname>Anuj</ce:surname><ce:cross-ref refid="aff0150" id="crf0370"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5478-6120" id="au0330" author-id="S0370269322007833-090df06bfcab984221f60b24b52c30c3"><ce:given-name>N.</ce:given-name><ce:surname>Apadula</ce:surname><ce:cross-ref refid="aff0740" id="crf0380"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7662-3878" id="au0340" author-id="S0370269322007833-6e095add140944d2ab055d51972eed48"><ce:given-name>L.</ce:given-name><ce:surname>Aphecetche</ce:surname><ce:cross-ref refid="aff1030" id="crf0390"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0614-7671" id="au0350" author-id="S0370269322007833-0e6d19528507f8cc3f37539a3381820b"><ce:given-name>H.</ce:given-name><ce:surname>Appelshäuser</ce:surname><ce:cross-ref refid="aff0630" id="crf0400"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6367-9215" id="au0360" author-id="S0370269322007833-680f2a41c459bec210e2ebd5a58612be"><ce:given-name>S.</ce:given-name><ce:surname>Arcelli</ce:surname><ce:cross-ref refid="aff0250" id="crf0410"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6698-9577" id="au0370" author-id="S0370269322007833-ab22692334a2fe57e1742058759c61dd"><ce:given-name>R.</ce:given-name><ce:surname>Arnaldi</ce:surname><ce:cross-ref refid="aff0550" id="crf0420"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2316-9565" id="au0380" author-id="S0370269322007833-697698547c36f9d3e7187cd6f06d1183"><ce:given-name>I.C.</ce:given-name><ce:surname>Arsene</ce:surname><ce:cross-ref refid="aff0190" id="crf0430"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3888-8303" id="au0390" author-id="S0370269322007833-ff7baf83a4c274c1a18de37c9dc67976"><ce:given-name>M.</ce:given-name><ce:surname>Arslandok</ce:surname><ce:cross-ref refid="aff1360" id="crf0440"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-5460-6805" id="au0400" author-id="S0370269322007833-755bc219fdc7b4d25c2e083c10e7e386"><ce:given-name>A.</ce:given-name><ce:surname>Augustinus</ce:surname><ce:cross-ref refid="aff0320" id="crf0450"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4277-4963" id="au0410" author-id="S0370269322007833-e39ad2348626d77041016a5dd27ef327"><ce:given-name>R.</ce:given-name><ce:surname>Averbeck</ce:surname><ce:cross-ref refid="aff0980" id="crf0460"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4333-8090" id="au0420" author-id="S0370269322007833-5732689b5ef336a6b98f6ceb0dcd0c76"><ce:given-name>S.</ce:given-name><ce:surname>Aziz</ce:surname><ce:cross-ref refid="aff0720" id="crf0470"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2501-6856" id="au0430" author-id="S0370269322007833-9477d32af0ceb836b9acd7ac436a380f"><ce:given-name>M.D.</ce:given-name><ce:surname>Azmi</ce:surname><ce:cross-ref refid="aff0150" id="crf0480"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0569-4828" id="au0440" author-id="S0370269322007833-7c7197c0ac2a51bf94b01b500c38aedc"><ce:given-name>A.</ce:given-name><ce:surname>Badalà</ce:surname><ce:cross-ref refid="aff0520" id="crf0490"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4343-4883" id="au0450" author-id="S0370269322007833-e2f139312a0e407b3c4d2412844bc5b9"><ce:given-name>Y.W.</ce:given-name><ce:surname>Baek</ce:surname><ce:cross-ref refid="aff0400" id="crf0500"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-9085-079X" id="au0460" author-id="S0370269322007833-76ff90ea5e839f7d98fb0c680c85c071"><ce:given-name>X.</ce:given-name><ce:surname>Bai</ce:surname><ce:cross-ref refid="aff0980" id="crf0510"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7987-4592" id="au0470" author-id="S0370269322007833-04bb83e7910b72460bb5a8aa2184d9e6"><ce:given-name>R.</ce:given-name><ce:surname>Bailhache</ce:surname><ce:cross-ref refid="aff0630" id="crf0520"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1172-0225" id="au0480" author-id="S0370269322007833-a3a4a409d48c9f5b05ac793332afe23a"><ce:given-name>Y.</ce:given-name><ce:surname>Bailung</ce:surname><ce:cross-ref refid="aff0470" id="crf0530"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4116-2861" id="au0490" author-id="S0370269322007833-9fb0ec712dc4e6ddbda7e348eaa5aa42"><ce:given-name>R.</ce:given-name><ce:surname>Bala</ce:surname><ce:cross-ref refid="aff0910" id="crf0540"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0359-1403" id="au0500" author-id="S0370269322007833-606ef386959ea7ad1f85ece5b5ed9802"><ce:given-name>A.</ce:given-name><ce:surname>Balbino</ce:surname><ce:cross-ref refid="aff0290" id="crf0550"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6186-289X" id="au0510" author-id="S0370269322007833-139e513e7bdef112603b9937bdd15344"><ce:given-name>A.</ce:given-name><ce:surname>Baldisseri</ce:surname><ce:cross-ref refid="aff1270" id="crf0560"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3082-4209" id="au0520" author-id="S0370269322007833-ec47c921c460662d73915f08d3c4e99d"><ce:given-name>B.</ce:given-name><ce:surname>Balis</ce:surname><ce:cross-ref refid="aff0020" id="crf0570"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5743-7578" id="au0530" author-id="S0370269322007833-d9c0e441fb4cce3ea39e47b4517d88e4"><ce:given-name>D.</ce:given-name><ce:surname>Banerjee</ce:surname><ce:cross-ref refid="aff0040" id="crf0580"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7178-3001" id="au0540" author-id="S0370269322007833-87ef230129be957c4822b50f0c31a178"><ce:given-name>Z.</ce:given-name><ce:surname>Banoo</ce:surname><ce:cross-ref refid="aff0910" id="crf0590"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5971-6415" id="au0550" author-id="S0370269322007833-34de4a3f87192e0e6f4308aac96e6dc4"><ce:given-name>R.</ce:given-name><ce:surname>Barbera</ce:surname><ce:cross-ref refid="aff0260" id="crf0600"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7328-9154" id="au0560" author-id="S0370269322007833-e5b88594df42f98e0851a8fe8fceecc6"><ce:given-name>L.</ce:given-name><ce:surname>Barioglio</ce:surname><ce:cross-ref refid="aff0960" id="crf0610"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au0570" author-id="S0370269322007833-fadb436ca8c9ff7743d434468cc79e44"><ce:given-name>M.</ce:given-name><ce:surname>Barlou</ce:surname><ce:cross-ref refid="aff0780" id="crf0620"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9223-6480" id="au0580" author-id="S0370269322007833-6cc8c551caade64d21a326a2042741be"><ce:given-name>G.G.</ce:given-name><ce:surname>Barnaföldi</ce:surname><ce:cross-ref refid="aff1350" id="crf0630"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7357-9904" id="au0590" author-id="S0370269322007833-e5502945a2b5f28905e341734bcb3b15"><ce:given-name>L.S.</ce:given-name><ce:surname>Barnby</ce:surname><ce:cross-ref refid="aff0850" id="crf0640"><ce:sup>85</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0611-9283" id="au0600" author-id="S0370269322007833-73acb1b6c325d96b54abe7b64278d6ea"><ce:given-name>V.</ce:given-name><ce:surname>Barret</ce:surname><ce:cross-ref refid="aff1240" id="crf0650"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6454-0052" id="au0610" author-id="S0370269322007833-a130b62023ffdd4c78649c858c5a5181"><ce:given-name>L.</ce:given-name><ce:surname>Barreto</ce:surname><ce:cross-ref refid="aff1090" id="crf0660"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-3371-4483" id="au0620" author-id="S0370269322007833-9a2434a1659f1f4116c84df1f01b53fb"><ce:given-name>C.</ce:given-name><ce:surname>Bartels</ce:surname><ce:cross-ref refid="aff1160" id="crf0670"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7633-1189" id="au0630" author-id="S0370269322007833-99991a11640d18ba216157ce9bd24b50"><ce:given-name>K.</ce:given-name><ce:surname>Barth</ce:surname><ce:cross-ref refid="aff0320" id="crf0680"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-7928-4203" id="au0640" author-id="S0370269322007833-7b25cdf12989c93bb0b35e9a7b6c993e"><ce:given-name>E.</ce:given-name><ce:surname>Bartsch</ce:surname><ce:cross-ref refid="aff0630" id="crf0690"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7790-1152" id="au0650" author-id="S0370269322007833-b5da78f945a908823fccca3ceb97d4e0"><ce:given-name>F.</ce:given-name><ce:surname>Baruffaldi</ce:surname><ce:cross-ref refid="aff0270" id="crf0700"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6905-8345" id="au0660" author-id="S0370269322007833-ffe3cbf955e2397362cc39ed0f8eb51b"><ce:given-name>N.</ce:given-name><ce:surname>Bastid</ce:surname><ce:cross-ref refid="aff1240" id="crf0710"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0687-8124" id="au0670" author-id="S0370269322007833-1b8917b5d28e8d66a2eaf20a4369cc82"><ce:given-name>S.</ce:given-name><ce:surname>Basu</ce:surname><ce:cross-ref refid="aff0750" id="crf0720"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8638-6300" id="au0680" author-id="S0370269322007833-2fee908da21994198610c94092286ad8"><ce:given-name>G.</ce:given-name><ce:surname>Batigne</ce:surname><ce:cross-ref refid="aff1030" id="crf0730"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-0199-3372" id="au0690" author-id="S0370269322007833-ae7ea2ea342f84cd933b89c4fad5eef9"><ce:given-name>D.</ce:given-name><ce:surname>Battistini</ce:surname><ce:cross-ref refid="aff0960" id="crf0740"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-2974-6985" id="au0700" author-id="S0370269322007833-f1278714281193a9113b12f11f4b9fc7"><ce:given-name>B.</ce:given-name><ce:surname>Batyunya</ce:surname><ce:cross-ref refid="aff1400" id="crf0750"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author id="au0710" author-id="S0370269322007833-772fb486e156612f473f520cf6e42e86"><ce:given-name>D.</ce:given-name><ce:surname>Bauri</ce:surname><ce:cross-ref refid="aff0460" id="crf0760"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9148-9101" id="au0720" author-id="S0370269322007833-a404ff459710628a1f713272c3bb180d"><ce:given-name>J.L.</ce:given-name><ce:surname>Bazo Alba</ce:surname><ce:cross-ref refid="aff1010" id="crf0770"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2784-3094" id="au0730" author-id="S0370269322007833-6ce098f5eecbf05e4aaa4608b11de130"><ce:given-name>I.G.</ce:given-name><ce:surname>Bearden</ce:surname><ce:cross-ref refid="aff0830" id="crf0780"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7431-4051" id="au0740" author-id="S0370269322007833-988af7c4a1a02633cec7556367a97f67"><ce:given-name>C.</ce:given-name><ce:surname>Beattie</ce:surname><ce:cross-ref refid="aff1360" id="crf0790"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7908-3288" id="au0750" author-id="S0370269322007833-298b21ad4bbe7f5bcc2c38ccb2632505"><ce:given-name>P.</ce:given-name><ce:surname>Becht</ce:surname><ce:cross-ref refid="aff0980" id="crf0800"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2599-7957" id="au0760" author-id="S0370269322007833-088129a7139b7920364b197dd725a3b6"><ce:given-name>D.</ce:given-name><ce:surname>Behera</ce:surname><ce:cross-ref refid="aff0470" id="crf0810"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-5922-8936" id="au0770" author-id="S0370269322007833-5d2d7a16cd35f4d3785b17babb9070df"><ce:given-name>I.</ce:given-name><ce:surname>Belikov</ce:surname><ce:cross-ref refid="aff1260" id="crf0820"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0442-6549" id="au0780" author-id="S0370269322007833-f831363a9a364d2888bee1b54b9c6655"><ce:given-name>A.D.C.</ce:given-name><ce:surname>Bell Hechavarria</ce:surname><ce:cross-ref refid="aff1340" id="crf0830"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3498-4661" id="au0790" author-id="S0370269322007833-d318064eeee8fd40dbd66c520988d249"><ce:given-name>F.</ce:given-name><ce:surname>Bellini</ce:surname><ce:cross-ref refid="aff0250" id="crf0840"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3156-0188" id="au0800" author-id="S0370269322007833-cab20ff28ec1589da7c887beda889d58"><ce:given-name>R.</ce:given-name><ce:surname>Bellwied</ce:surname><ce:cross-ref refid="aff1130" id="crf0850"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4862-3384" id="au0810" author-id="S0370269322007833-ac533471f4a2f043af3b2b34c625d95d"><ce:given-name>S.</ce:given-name><ce:surname>Belokurova</ce:surname><ce:cross-ref refid="aff1390" id="crf0860"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2843-9667" id="au0820" author-id="S0370269322007833-4749bab9bad414cd3c122f77c5bd5402"><ce:given-name>V.</ce:given-name><ce:surname>Belyaev</ce:surname><ce:cross-ref refid="aff1390" id="crf0870"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9040-5292" id="au0830" author-id="S0370269322007833-0aecf4edec2c9cae77988b370adb4658"><ce:given-name>G.</ce:given-name><ce:surname>Bencedi</ce:surname><ce:cross-ref refid="aff1350" id="crf0880"><ce:sup>135</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0640" id="crf0890"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4673-8038" id="au0840" author-id="S0370269322007833-81edadc17682ae9a2b7f71eaae2a757d"><ce:given-name>S.</ce:given-name><ce:surname>Beole</ce:surname><ce:cross-ref refid="aff0240" id="crf0900"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4911-7766" id="au0850" author-id="S0370269322007833-bcf9a82e901891493dbfd94acd91b04c"><ce:given-name>A.</ce:given-name><ce:surname>Bercuci</ce:surname><ce:cross-ref refid="aff0450" id="crf0910"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0309-5917" id="au0860" author-id="S0370269322007833-c83fb9b377a557b716c0035aa8d4241d"><ce:given-name>Y.</ce:given-name><ce:surname>Berdnikov</ce:surname><ce:cross-ref refid="aff1390" id="crf0920"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3705-7898" id="au0870" author-id="S0370269322007833-504c6c7ed1e748f96a24a1f005fce11b"><ce:given-name>A.</ce:given-name><ce:surname>Berdnikova</ce:surname><ce:cross-ref refid="aff0950" id="crf0930"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-5511-2496" id="au0880" author-id="S0370269322007833-af14be22f2cea9eb53da09ae47124fa6"><ce:given-name>L.</ce:given-name><ce:surname>Bergmann</ce:surname><ce:cross-ref refid="aff0950" id="crf0940"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5253-2517" id="au0890" author-id="S0370269322007833-ad14e502bae8e79a1899fa39c32c0aa3"><ce:given-name>M.G.</ce:given-name><ce:surname>Besoiu</ce:surname><ce:cross-ref refid="aff0620" id="crf0950"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1373-1844" id="au0900" author-id="S0370269322007833-b9c9f0fc16efe15ebf71c4ddde1ea4b1"><ce:given-name>L.</ce:given-name><ce:surname>Betev</ce:surname><ce:cross-ref refid="aff0320" id="crf0960"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7883-3190" id="au0910" author-id="S0370269322007833-c300e6d02ec44e82317124bddf4f8323"><ce:given-name>P.P.</ce:given-name><ce:surname>Bhaduri</ce:surname><ce:cross-ref refid="aff1310" id="crf0970"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3687-8179" id="au0920" author-id="S0370269322007833-b502d2ccf79479aafebcf37b0fc9063a"><ce:given-name>A.</ce:given-name><ce:surname>Bhasin</ce:surname><ce:cross-ref refid="aff0910" id="crf0980"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au0930" author-id="S0370269322007833-975bc10c094c6226b584470386e5ac2f"><ce:given-name>I.R.</ce:given-name><ce:surname>Bhat</ce:surname><ce:cross-ref refid="aff0910" id="crf0990"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3643-1502" id="au0940" author-id="S0370269322007833-be7e13f98c122574c5c22aeff3f45e8b"><ce:given-name>M.A.</ce:given-name><ce:surname>Bhat</ce:surname><ce:cross-ref refid="aff0040" id="crf1000"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3755-0992" id="au0950" author-id="S0370269322007833-26b8ea7a427bae4f10cc8bd50df32f35"><ce:given-name>B.</ce:given-name><ce:surname>Bhattacharjee</ce:surname><ce:cross-ref refid="aff0410" id="crf1010"><ce:sup>41</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1664-8189" id="au0960" author-id="S0370269322007833-7d9d8644874e33887aa709229e5c8fb3"><ce:given-name>L.</ce:given-name><ce:surname>Bianchi</ce:surname><ce:cross-ref refid="aff0240" id="crf1020"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6861-2810" id="au0970" author-id="S0370269322007833-c52603ede367045bc5b1c88182e87247"><ce:given-name>N.</ce:given-name><ce:surname>Bianchi</ce:surname><ce:cross-ref refid="aff0480" id="crf1030"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4940-2441" id="au0980" author-id="S0370269322007833-9b31f1a04c2b498f5a576b72f7485363"><ce:given-name>J.</ce:given-name><ce:surname>Bielčík</ce:surname><ce:cross-ref refid="aff0350" id="crf1040"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1659-0394" id="au0990" author-id="S0370269322007833-7590d774d5836aa61573a7cad65ca8f0"><ce:given-name>J.</ce:given-name><ce:surname>Bielčíková</ce:surname><ce:cross-ref refid="aff0860" id="crf1050"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5613-7629" id="au1000" author-id="S0370269322007833-38f4492a2a11d413186fa95232a5b4cf"><ce:given-name>J.</ce:given-name><ce:surname>Biernat</ce:surname><ce:cross-ref refid="aff1060" id="crf1060"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0002-4654" id="au1010" author-id="S0370269322007833-e3be63156c1cdfac44448fb09353b115"><ce:given-name>A.</ce:given-name><ce:surname>Bilandzic</ce:surname><ce:cross-ref refid="aff0960" id="crf1070"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2849-0120" id="au1020" author-id="S0370269322007833-f02748a3878e75534bc627583c3bf69a"><ce:given-name>G.</ce:given-name><ce:surname>Biro</ce:surname><ce:cross-ref refid="aff1350" id="crf1080"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3578-5373" id="au1030" author-id="S0370269322007833-bc7130db08452b31982128347fa4fd92"><ce:given-name>S.</ce:given-name><ce:surname>Biswas</ce:surname><ce:cross-ref refid="aff0040" id="crf1090"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4681-3002" id="au1040" author-id="S0370269322007833-fbb755b405da1a6d31dc799e8935a439"><ce:given-name>J.T.</ce:given-name><ce:surname>Blair</ce:surname><ce:cross-ref refid="aff1070" id="crf1100"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4266-8338" id="au1050" author-id="S0370269322007833-76c0d7896425f9166c821b2a567723db"><ce:given-name>D.</ce:given-name><ce:surname>Blau</ce:surname><ce:cross-ref refid="aff1390" id="crf1110"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8085-8597" id="au1060" author-id="S0370269322007833-ba4d03db38769c77f7df0d67754c4a0c"><ce:given-name>M.B.</ce:given-name><ce:surname>Blidaru</ce:surname><ce:cross-ref refid="aff0980" id="crf1120"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author id="au1070" author-id="S0370269322007833-0c5ab579e3b510389163ca629076334f"><ce:given-name>N.</ce:given-name><ce:surname>Bluhme</ce:surname><ce:cross-ref refid="aff0380" id="crf1130"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6800-3465" id="au1080" author-id="S0370269322007833-16af81fa43d3b91d3180849896379639"><ce:given-name>C.</ce:given-name><ce:surname>Blume</ce:surname><ce:cross-ref refid="aff0630" id="crf1140"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2829-5950" id="au1090" author-id="S0370269322007833-63094e5b721634a7e0fc8da8fc5c037a"><ce:given-name>G.</ce:given-name><ce:surname>Boca</ce:surname><ce:cross-ref refid="aff0210" id="crf1150"><ce:sup>21</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf1160"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4185-2093" id="au1100" author-id="S0370269322007833-2181a3055116bec552a35581b829ab7c"><ce:given-name>F.</ce:given-name><ce:surname>Bock</ce:surname><ce:cross-ref refid="aff0870" id="crf1170"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4479-0417" id="au1110" author-id="S0370269322007833-b2b5a6f9f0dc0a93dc9b1b2da6367b47"><ce:given-name>T.</ce:given-name><ce:surname>Bodova</ce:surname><ce:cross-ref refid="aff0200" id="crf1180"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au1120" author-id="S0370269322007833-dc5b666b81b8311e24807b98a355dc0b"><ce:given-name>A.</ce:given-name><ce:surname>Bogdanov</ce:surname><ce:cross-ref refid="aff1390" id="crf1190"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5942-812X" id="au1130" author-id="S0370269322007833-5930588886d1890a60dc3e5c0b9a8baa"><ce:given-name>S.</ce:given-name><ce:surname>Boi</ce:surname><ce:cross-ref refid="aff0220" id="crf1200"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6283-2927" id="au1140" author-id="S0370269322007833-75ba81153caecc42ab057cd4528fbddd"><ce:given-name>J.</ce:given-name><ce:surname>Bok</ce:surname><ce:cross-ref refid="aff0570" id="crf1210"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-8669-3875" id="au1150" author-id="S0370269322007833-7d461e77b3a4750af82052f87161d9b7"><ce:given-name>L.</ce:given-name><ce:surname>Boldizsár</ce:surname><ce:cross-ref refid="aff1350" id="crf1220"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8224-4302" id="au1160" author-id="S0370269322007833-2000ecef4090512918d1c03b88f7454b"><ce:given-name>A.</ce:given-name><ce:surname>Bolozdynya</ce:surname><ce:cross-ref refid="aff1390" id="crf1230"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7333-224X" id="au1170" author-id="S0370269322007833-fc84b4608c4bb2178fd7b63ab1ef1e20"><ce:given-name>M.</ce:given-name><ce:surname>Bombara</ce:surname><ce:cross-ref refid="aff0370" id="crf1240"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-0514-1723" id="au1180" author-id="S0370269322007833-b166173e02d1efb88ffb2de9e6661cc3"><ce:given-name>P.M.</ce:given-name><ce:surname>Bond</ce:surname><ce:cross-ref refid="aff0320" id="crf1250"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1618-9648" id="au1190" author-id="S0370269322007833-2db37361639ef88ae3c1b8a4897922f5"><ce:given-name>G.</ce:given-name><ce:surname>Bonomi</ce:surname><ce:cross-ref refid="aff1300" id="crf1260"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf1270"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8879-6290" id="au1200" author-id="S0370269322007833-f413acc1c3389c918524f6ef33df38ef"><ce:given-name>H.</ce:given-name><ce:surname>Borel</ce:surname><ce:cross-ref refid="aff1270" id="crf1280"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2881-9635" id="au1210" author-id="S0370269322007833-39bbf1c7a0d24a86863d39ff5711f10f"><ce:given-name>A.</ce:given-name><ce:surname>Borissov</ce:surname><ce:cross-ref refid="aff1390" id="crf1290"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7602-6432" id="au1220" author-id="S0370269322007833-ba19e35a5ad331e2bc08ef2f80c6e502"><ce:given-name>H.</ce:given-name><ce:surname>Bossi</ce:surname><ce:cross-ref refid="aff1360" id="crf1300"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5054-1521" id="au1230" author-id="S0370269322007833-c85ff26ba052e2215b53fac733b7f45d"><ce:given-name>E.</ce:given-name><ce:surname>Botta</ce:surname><ce:cross-ref refid="aff0240" id="crf1310"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3069-5822" id="au1240" author-id="S0370269322007833-99bddb14a25029d5b7351ae170ddc384"><ce:given-name>L.</ce:given-name><ce:surname>Bratrud</ce:surname><ce:cross-ref refid="aff0630" id="crf1320"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2527-0720" id="au1250" author-id="S0370269322007833-d47e2cf40ec69cfbf21066d6d16ccd15"><ce:given-name>P.</ce:given-name><ce:surname>Braun-Munzinger</ce:surname><ce:cross-ref refid="aff0980" id="crf1330"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9610-5218" id="au1260" author-id="S0370269322007833-87b1871cb5322125246e41414e82d2aa"><ce:given-name>M.</ce:given-name><ce:surname>Bregant</ce:surname><ce:cross-ref refid="aff1090" id="crf1340"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3075-1556" id="au1270" author-id="S0370269322007833-3447b7af552eef8253439fc680d2465d"><ce:given-name>M.</ce:given-name><ce:surname>Broz</ce:surname><ce:cross-ref refid="aff0350" id="crf1350"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6247-9633" id="au1280" author-id="S0370269322007833-9b346fc8f020b5f1a8e8e3560725c391"><ce:given-name>G.E.</ce:given-name><ce:surname>Bruno</ce:surname><ce:cross-ref refid="aff0970" id="crf1360"><ce:sup>97</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0310" id="crf1370"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-2547-0419" id="au1290" author-id="S0370269322007833-0aaa8ce5d15cf719aaa0ec42b2adb4c2"><ce:given-name>M.D.</ce:given-name><ce:surname>Buckland</ce:surname><ce:cross-ref refid="aff1160" id="crf1380"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-7215-3122" id="au1300" author-id="S0370269322007833-27b568962c1cffcc5a28c80771ca52a7"><ce:given-name>D.</ce:given-name><ce:surname>Budnikov</ce:surname><ce:cross-ref refid="aff1390" id="crf1390"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-4284-8943" id="au1310" author-id="S0370269322007833-04a180c39d990d56daf8312e6374df91"><ce:given-name>H.</ce:given-name><ce:surname>Buesching</ce:surname><ce:cross-ref refid="aff0630" id="crf1400"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0413-9478" id="au1320" author-id="S0370269322007833-e1d7f52409f68734925ee2433dfdc5f8"><ce:given-name>S.</ce:given-name><ce:surname>Bufalino</ce:surname><ce:cross-ref refid="aff0290" id="crf1410"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au1330" author-id="S0370269322007833-87370bf7d75d7f57547783ea37a4b1a2"><ce:given-name>O.</ce:given-name><ce:surname>Bugnon</ce:surname><ce:cross-ref refid="aff1030" id="crf1420"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2049-1380" id="au1340" author-id="S0370269322007833-2adaca7e16d5edbd4b4a8c58e60e2d0c"><ce:given-name>P.</ce:given-name><ce:surname>Buhler</ce:surname><ce:cross-ref refid="aff1020" id="crf1430"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8880-1608" id="au1350" author-id="S0370269322007833-b6b583d8873ae30d5fbf510f9cde2b9f"><ce:given-name>Z.</ce:given-name><ce:surname>Buthelezi</ce:surname><ce:cross-ref refid="aff0670" id="crf1440"><ce:sup>67</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1200" id="crf1450"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author id="au1360" author-id="S0370269322007833-681f4d5c79af9591dff9c9257513b4c4"><ce:given-name>J.B.</ce:given-name><ce:surname>Butt</ce:surname><ce:cross-ref refid="aff0130" id="crf1460"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6286-120X" id="au1370" author-id="S0370269322007833-8bd4ad3c56cf1862d8764d10e437f8de"><ce:given-name>A.</ce:given-name><ce:surname>Bylinkin</ce:surname><ce:cross-ref refid="aff1150" id="crf1470"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au1380" author-id="S0370269322007833-281baff95fcf856236710c57b07d7d72"><ce:given-name>S.A.</ce:given-name><ce:surname>Bysiak</ce:surname><ce:cross-ref refid="aff1060" id="crf1480"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-3424-1553" id="au1390" author-id="S0370269322007833-7e7d4973288f2699337c5afd756b3adf"><ce:given-name>M.</ce:given-name><ce:surname>Cai</ce:surname><ce:cross-ref refid="aff0270" id="crf1490"><ce:sup>27</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf1500"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1595-411X" id="au1400" author-id="S0370269322007833-64ab73ec58bc97d56cfedce941d1bc73"><ce:given-name>H.</ce:given-name><ce:surname>Caines</ce:surname><ce:cross-ref refid="aff1360" id="crf1510"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2543-0336" id="au1410" author-id="S0370269322007833-1537c5d8a3d8edaba101a6e9728633f5"><ce:given-name>A.</ce:given-name><ce:surname>Caliva</ce:surname><ce:cross-ref refid="aff0980" id="crf1520"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5269-9779" id="au1420" author-id="S0370269322007833-4d452e3972cd6bbddee4b6ce6a4590fc"><ce:given-name>E.</ce:given-name><ce:surname>Calvo Villar</ce:surname><ce:cross-ref refid="aff1010" id="crf1530"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5945-3424" id="au1430" author-id="S0370269322007833-c1c0ee12ad916db4893d4fd44e01a9fc"><ce:given-name>J.M.M.</ce:given-name><ce:surname>Camacho</ce:surname><ce:cross-ref refid="aff1080" id="crf1540"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au1440" author-id="S0370269322007833-6f2be6d7a73b89b4b5222eca9df018f3"><ce:given-name>R.S.</ce:given-name><ce:surname>Camacho</ce:surname><ce:cross-ref refid="aff0440" id="crf1550"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9261-9497" id="au1450" author-id="S0370269322007833-4d8f8d0ad29b659335681aaaff02adb7"><ce:given-name>P.</ce:given-name><ce:surname>Camerini</ce:surname><ce:cross-ref refid="aff0230" id="crf1560"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0604-2044" id="au1460" author-id="S0370269322007833-2156c22521af72728bf7ab1652256046"><ce:given-name>F.D.M.</ce:given-name><ce:surname>Canedo</ce:surname><ce:cross-ref refid="aff1090" id="crf1570"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4008-9922" id="au1470" author-id="S0370269322007833-5a8498fd5fdf69f1b7400d8bfb13bf9a"><ce:given-name>M.</ce:given-name><ce:surname>Carabas</ce:surname><ce:cross-ref refid="aff1230" id="crf1580"><ce:sup>123</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9981-7536" id="au1480" author-id="S0370269322007833-c9d38fce3cedd9eea0fadf7136e9c290"><ce:given-name>F.</ce:given-name><ce:surname>Carnesecchi</ce:surname><ce:cross-ref refid="aff0320" id="crf1590"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7610-8673" id="au1490" author-id="S0370269322007833-4970df08011054be150397c4aef34188"><ce:given-name>R.</ce:given-name><ce:surname>Caron</ce:surname><ce:cross-ref refid="aff1250" id="crf1600"><ce:sup>125</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1270" id="crf1610"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5187-2779" id="au1500" author-id="S0370269322007833-69e5487070569c057d001d3b3dc279cb"><ce:given-name>J.</ce:given-name><ce:surname>Castillo Castellanos</ce:surname><ce:cross-ref refid="aff1270" id="crf1620"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0722-7692" id="au1510" author-id="S0370269322007833-e5aa40f8740350a345be66b2e9bc7455"><ce:given-name>F.</ce:given-name><ce:surname>Catalano</ce:surname><ce:cross-ref refid="aff0290" id="crf1630"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0985-4155" id="au1520" author-id="S0370269322007833-53f472c3ffc5250dac970f78c4dd288d"><ce:given-name>C.</ce:given-name><ce:surname>Ceballos Sanchez</ce:surname><ce:cross-ref refid="aff1400" id="crf1640"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9614-4046" id="au1530" author-id="S0370269322007833-3e64407341c8f9b954d05f08879cb006"><ce:given-name>I.</ce:given-name><ce:surname>Chakaberia</ce:surname><ce:cross-ref refid="aff0740" id="crf1650"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3311-1175" id="au1540" author-id="S0370269322007833-36822df62a25b3a759afcd6dd67aaa67"><ce:given-name>P.</ce:given-name><ce:surname>Chakraborty</ce:surname><ce:cross-ref refid="aff0460" id="crf1660"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4238-2302" id="au1550" author-id="S0370269322007833-0fad5742af8cbf238e9202779c4b0775"><ce:given-name>S.</ce:given-name><ce:surname>Chandra</ce:surname><ce:cross-ref refid="aff1310" id="crf1670"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4511-4784" id="au1560" author-id="S0370269322007833-d552ce0244303ed180a49d5ecff1a6b3"><ce:given-name>S.</ce:given-name><ce:surname>Chapeland</ce:surname><ce:cross-ref refid="aff0320" id="crf1680"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0578-5567" id="au1570" author-id="S0370269322007833-06bda5865bdd9370a538cd04b601a05d"><ce:given-name>M.</ce:given-name><ce:surname>Chartier</ce:surname><ce:cross-ref refid="aff1160" id="crf1690"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1097-8806" id="au1580" author-id="S0370269322007833-a62bdbc068c738c0fb35a82e93008bec"><ce:given-name>S.</ce:given-name><ce:surname>Chattopadhyay</ce:surname><ce:cross-ref refid="aff1310" id="crf1700"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8789-0004" id="au1590" author-id="S0370269322007833-6acd0725a2b7a91ff18d91a1e5774616"><ce:given-name>S.</ce:given-name><ce:surname>Chattopadhyay</ce:surname><ce:cross-ref refid="aff0990" id="crf1710"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6224-1577" id="au1600" author-id="S0370269322007833-8820e0173f72e4afd388b97e61345312"><ce:given-name>T.G.</ce:given-name><ce:surname>Chavez</ce:surname><ce:cross-ref refid="aff0440" id="crf1720"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-0724-7003" id="au1610" author-id="S0370269322007833-d70035a0e00412e1c8ae86250a4c402b"><ce:given-name>T.</ce:given-name><ce:surname>Cheng</ce:surname><ce:cross-ref refid="aff0060" id="crf1730"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-8368-9407" id="au1620" author-id="S0370269322007833-ca8822da379f8f06e7a9f9c9e5093c82"><ce:given-name>C.</ce:given-name><ce:surname>Cheshkov</ce:surname><ce:cross-ref refid="aff1250" id="crf1740"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4891-5168" id="au1630" author-id="S0370269322007833-d6846c37b606921989676fa997ce9336"><ce:given-name>B.</ce:given-name><ce:surname>Cheynis</ce:surname><ce:cross-ref refid="aff1250" id="crf1750"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6837-3362" id="au1640" author-id="S0370269322007833-52ed83ce72b97c374302f9f08ca70552"><ce:given-name>V.</ce:given-name><ce:surname>Chibante Barroso</ce:surname><ce:cross-ref refid="aff0320" id="crf1760"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9982-9577" id="au1650" author-id="S0370269322007833-6e8b0cfc33394bd0c0ea76a5dc3bdd1e"><ce:given-name>D.D.</ce:given-name><ce:surname>Chinellato</ce:surname><ce:cross-ref refid="aff1100" id="crf1770"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-7059-0601" id="au1660" author-id="S0370269322007833-8f10987952ecd1d2b9db234eb1b3e769"><ce:given-name>E.S.</ce:given-name><ce:surname>Chizzali</ce:surname><ce:cross-ref refid="aff0960" id="crf1780"><ce:sup>96</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0020" id="crf1790"><ce:sup>II</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4181-8891" id="au1670" author-id="S0370269322007833-7394f9ad163deb1cbd140732c5728dee"><ce:given-name>J.</ce:given-name><ce:surname>Cho</ce:surname><ce:cross-ref refid="aff0570" id="crf1800"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0000-2674" id="au1680" author-id="S0370269322007833-03ad0005f719c1c5c8e7a54303b208cd"><ce:given-name>S.</ce:given-name><ce:surname>Cho</ce:surname><ce:cross-ref refid="aff0570" id="crf1810"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-5292-9579" id="au1690" author-id="S0370269322007833-f981d6a5c8dbd6610347355f930cb950"><ce:given-name>P.</ce:given-name><ce:surname>Chochula</ce:surname><ce:cross-ref refid="aff0320" id="crf1820"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4325-0646" id="au1700" author-id="S0370269322007833-201c826ab3672564ada47ab7047d952a"><ce:given-name>P.</ce:given-name><ce:surname>Christakoglou</ce:surname><ce:cross-ref refid="aff0840" id="crf1830"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1850-0121" id="au1710" author-id="S0370269322007833-ceddd44af0fa85f7e8a359fe9952d470"><ce:given-name>C.H.</ce:given-name><ce:surname>Christensen</ce:surname><ce:cross-ref refid="aff0830" id="crf1840"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7066-3473" id="au1720" author-id="S0370269322007833-a57b00b2781624685a4077f70e9e803c"><ce:given-name>P.</ce:given-name><ce:surname>Christiansen</ce:surname><ce:cross-ref refid="aff0750" id="crf1850"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5433-969X" id="au1730" author-id="S0370269322007833-d65a6fea77eef62f62b020ec199100b9"><ce:given-name>T.</ce:given-name><ce:surname>Chujo</ce:surname><ce:cross-ref refid="aff1220" id="crf1860"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8804-1100" id="au1740" author-id="S0370269322007833-2c3b602509ea5db525fb4d019b16a043"><ce:given-name>M.</ce:given-name><ce:surname>Ciacco</ce:surname><ce:cross-ref refid="aff0290" id="crf1870"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5129-1723" id="au1750" author-id="S0370269322007833-45d326d84d094e388b2ab73a40e1fb9a"><ce:given-name>C.</ce:given-name><ce:surname>Cicalo</ce:surname><ce:cross-ref refid="aff0510" id="crf1880"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6806-3206" id="au1760" author-id="S0370269322007833-98fb86a5e58c4e31ac3ac07654a12993"><ce:given-name>L.</ce:given-name><ce:surname>Cifarelli</ce:surname><ce:cross-ref refid="aff0250" id="crf1890"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4255-7347" id="au1770" author-id="S0370269322007833-e790aeacc1e0c80aa51ea2443a559e4c"><ce:given-name>F.</ce:given-name><ce:surname>Cindolo</ce:surname><ce:cross-ref refid="aff0500" id="crf1900"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au1780" author-id="S0370269322007833-328e7e122ca669bc01708f4b579589bb"><ce:given-name>M.R.</ce:given-name><ce:surname>Ciupek</ce:surname><ce:cross-ref refid="aff0980" id="crf1910"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author id="au1790" author-id="S0370269322007833-2d86b4b738b65c3c7ec4df969eac5619"><ce:given-name>G.</ce:given-name><ce:surname>Clai</ce:surname><ce:cross-ref refid="aff0500" id="crf1920"><ce:sup>50</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0030" id="crf1930"><ce:sup>III</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2677-7961" id="au1800" author-id="S0370269322007833-7ac6df9a7968d738a42afb544fc46cdc"><ce:given-name>F.</ce:given-name><ce:surname>Colamaria</ce:surname><ce:cross-ref refid="aff0490" id="crf1940"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au1810" author-id="S0370269322007833-d4433f73ceb9debd49821f6d16160a5a"><ce:given-name>J.S.</ce:given-name><ce:surname>Colburn</ce:surname><ce:cross-ref refid="aff1000" id="crf1950"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9102-9500" id="au1820" author-id="S0370269322007833-64184f6944db20f1d013f212c6016801"><ce:given-name>D.</ce:given-name><ce:surname>Colella</ce:surname><ce:cross-ref refid="aff0970" id="crf1960"><ce:sup>97</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0310" id="crf1970"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author id="au1830" author-id="S0370269322007833-12c1043c26dfb4c7bb99e25bdae2fedd"><ce:given-name>A.</ce:given-name><ce:surname>Collu</ce:surname><ce:cross-ref refid="aff0740" id="crf1980"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7804-0721" id="au1840" author-id="S0370269322007833-e3ddc9f882697beed5cf5fd3d92f9ff9"><ce:given-name>M.</ce:given-name><ce:surname>Colocci</ce:surname><ce:cross-ref refid="aff0320" id="crf1990"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4167-9665" id="au1850" author-id="S0370269322007833-d6acba3af6edc2fd345b8ed27e396590"><ce:given-name>M.</ce:given-name><ce:surname>Concas</ce:surname><ce:cross-ref refid="aff0550" id="crf2000"><ce:sup>55</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0040" id="crf2010"><ce:sup>IV</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5283-3520" id="au1860" author-id="S0370269322007833-92c7d6918756a563a73cb80d454f16b4"><ce:given-name>G.</ce:given-name><ce:surname>Conesa Balbastre</ce:surname><ce:cross-ref refid="aff0730" id="crf2020"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7602-2930" id="au1870" author-id="S0370269322007833-e30454ba62b6034fd8204b395747ad1c"><ce:given-name>Z.</ce:given-name><ce:surname>Conesa del Valle</ce:surname><ce:cross-ref refid="aff0720" id="crf2030"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9504-2702" id="au1880" author-id="S0370269322007833-e1e9598ed61089b3d0a7386d0bc01d1c"><ce:given-name>G.</ce:given-name><ce:surname>Contin</ce:surname><ce:cross-ref refid="aff0230" id="crf2040"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9677-5294" id="au1890" author-id="S0370269322007833-c6b724fa14cab8e7faa61da10bf4fa9a"><ce:given-name>J.G.</ce:given-name><ce:surname>Contreras</ce:surname><ce:cross-ref refid="aff0350" id="crf2050"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8343-8758" id="au1900" author-id="S0370269322007833-54a5443a8b5eab81b08e6947e2f1c52f"><ce:given-name>M.L.</ce:given-name><ce:surname>Coquet</ce:surname><ce:cross-ref refid="aff1270" id="crf2060"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author id="au1910" author-id="S0370269322007833-ac3b53a9c8b43da93328d0bb6e5687a1"><ce:given-name>T.M.</ce:given-name><ce:surname>Cormier</ce:surname><ce:cross-ref refid="aff0870" id="crf2070"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0010" id="crf2080"><ce:sup>I</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2778-6421" id="au1920" author-id="S0370269322007833-0eae3549a73a4273007803cfce7850eb"><ce:given-name>P.</ce:given-name><ce:surname>Cortese</ce:surname><ce:cross-ref refid="aff1290" id="crf2090"><ce:sup>129</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf2100"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7880-8611" id="au1930" author-id="S0370269322007833-32f9fa81e325f2cb1e4716f3404a5b78"><ce:given-name>M.R.</ce:given-name><ce:surname>Cosentino</ce:surname><ce:cross-ref refid="aff1110" id="crf2110"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6955-3314" id="au1940" author-id="S0370269322007833-5e04048311053c8b6d080fb13720e33f"><ce:given-name>F.</ce:given-name><ce:surname>Costa</ce:surname><ce:cross-ref refid="aff0320" id="crf2120"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5860-585X" id="au1950" author-id="S0370269322007833-a36560f5de035b1d87cdcb9c25e47291"><ce:given-name>S.</ce:given-name><ce:surname>Costanza</ce:surname><ce:cross-ref refid="aff0210" id="crf2130"><ce:sup>21</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf2140"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7528-6523" id="au1960" author-id="S0370269322007833-8ffac10814dda24e16540e3e2c32771e"><ce:given-name>P.</ce:given-name><ce:surname>Crochet</ce:surname><ce:cross-ref refid="aff1240" id="crf2150"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6359-0608" id="au1970" author-id="S0370269322007833-1460b77cf493b1d673e3f69841099860"><ce:given-name>R.</ce:given-name><ce:surname>Cruz-Torres</ce:surname><ce:cross-ref refid="aff0740" id="crf2160"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au1980" author-id="S0370269322007833-b3bc0849bb51cd37c12132adb1b545d3"><ce:given-name>E.</ce:given-name><ce:surname>Cuautle</ce:surname><ce:cross-ref refid="aff0640" id="crf2170"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5140-9816" id="au1990" author-id="S0370269322007833-154d44f344bf8eb1659237594ec00380"><ce:given-name>P.</ce:given-name><ce:surname>Cui</ce:surname><ce:cross-ref refid="aff0060" id="crf2180"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au2000" author-id="S0370269322007833-841fe60858d62fb3c041728665452d36"><ce:given-name>L.</ce:given-name><ce:surname>Cunqueiro</ce:surname><ce:cross-ref refid="aff0870" id="crf2190"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2166-1874" id="au2010" author-id="S0370269322007833-dacdda815f008c250d14ed23682f7c5c"><ce:given-name>A.</ce:given-name><ce:surname>Dainese</ce:surname><ce:cross-ref refid="aff0530" id="crf2200"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5165-6638" id="au2020" author-id="S0370269322007833-6796858d676bbae483476ff0054f3a7f"><ce:given-name>M.C.</ce:given-name><ce:surname>Danisch</ce:surname><ce:cross-ref refid="aff0950" id="crf2210"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8899-3654" id="au2030" author-id="S0370269322007833-c0e9c880db561256e8a1455c083d7a69"><ce:given-name>A.</ce:given-name><ce:surname>Danu</ce:surname><ce:cross-ref refid="aff0620" id="crf2220"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-3904-8872" id="au2040" author-id="S0370269322007833-58d260f2fcf7477723681e2781529385"><ce:given-name>P.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0800" id="crf2230"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2771-9069" id="au2050" author-id="S0370269322007833-32441445857467a4ac55667ce7a109a5"><ce:given-name>P.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0040" id="crf2240"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2678-6780" id="au2060" author-id="S0370269322007833-e49c00cb76d5001b4d8ee096e5798bac"><ce:given-name>S.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0040" id="crf2250"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5008-6859" id="au2070" author-id="S0370269322007833-b51d6ae93b7d2378570d79501d3e378a"><ce:given-name>S.</ce:given-name><ce:surname>Dash</ce:surname><ce:cross-ref refid="aff0460" id="crf2260"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au2080" author-id="S0370269322007833-ba8cdff14e5c21adb2eca2f3a9a2ce6b"><ce:given-name>R.M.H.</ce:given-name><ce:surname>David</ce:surname><ce:cross-ref refid="aff0440" id="crf2270"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7865-4202" id="au2090" author-id="S0370269322007833-fc6034ac78ff979b20e6669d779346f6"><ce:given-name>A.</ce:given-name><ce:surname>De Caro</ce:surname><ce:cross-ref refid="aff0280" id="crf2280"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3220-4505" id="au2100" author-id="S0370269322007833-ca1b8d22a9ac0c2244b18ed5ad569df7"><ce:given-name>G.</ce:given-name><ce:surname>de Cataldo</ce:surname><ce:cross-ref refid="aff0490" id="crf2290"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5986-3842" id="au2110" author-id="S0370269322007833-9a9bb6d8a20b9f3a1cdaca09c3d32b5b"><ce:given-name>L.</ce:given-name><ce:surname>De Cilladi</ce:surname><ce:cross-ref refid="aff0240" id="crf2300"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au2120" author-id="S0370269322007833-2206dab1c93bdbf1833ccc42a0f80f61"><ce:given-name>J.</ce:given-name><ce:surname>de Cuveland</ce:surname><ce:cross-ref refid="aff0380" id="crf2310"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0830-4872" id="au2130" author-id="S0370269322007833-5a5659b4fe8640a98f21d4a26d3bfadc"><ce:given-name>A.</ce:given-name><ce:surname>De Falco</ce:surname><ce:cross-ref refid="aff0220" id="crf2320"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7055-6181" id="au2140" author-id="S0370269322007833-f9afac767689f07ce00eaba12f10725d"><ce:given-name>D.</ce:given-name><ce:surname>De Gruttola</ce:surname><ce:cross-ref refid="aff0280" id="crf2330"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5884-4404" id="au2150" author-id="S0370269322007833-2307e08c47dbfe15b818992886cdc393"><ce:given-name>N.</ce:given-name><ce:surname>De Marco</ce:surname><ce:cross-ref refid="aff0550" id="crf2340"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0711-4022" id="au2160" author-id="S0370269322007833-8b0333ea68d6fead6aad66cd3ca8af18"><ce:given-name>C.</ce:given-name><ce:surname>De Martin</ce:surname><ce:cross-ref refid="aff0230" id="crf2350"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9236-0748" id="au2170" author-id="S0370269322007833-3fe3966b12a13378ab59cb643d693cf8"><ce:given-name>S.</ce:given-name><ce:surname>De Pasquale</ce:surname><ce:cross-ref refid="aff0280" id="crf2360"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0175-3712" id="au2180" author-id="S0370269322007833-3c761b0223fad723b3a6d135bc8f40ce"><ce:given-name>S.</ce:given-name><ce:surname>Deb</ce:surname><ce:cross-ref refid="aff0470" id="crf2370"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author id="au2190" author-id="S0370269322007833-9aa3d3bb7328aa99cf55b65b2d5d0ef9"><ce:given-name>H.F.</ce:given-name><ce:surname>Degenhardt</ce:surname><ce:cross-ref refid="aff1090" id="crf2380"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author id="au2200" author-id="S0370269322007833-a2ac9f1aec8c133a99e237f1a6de7593"><ce:given-name>K.R.</ce:given-name><ce:surname>Deja</ce:surname><ce:cross-ref refid="aff1320" id="crf2390"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7599-2716" id="au2210" author-id="S0370269322007833-cd28855d90484c7fb406753eac315751"><ce:given-name>R.</ce:given-name><ce:surname>Del Grande</ce:surname><ce:cross-ref refid="aff0960" id="crf2400"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6700-7950" id="au2220" author-id="S0370269322007833-cecd803c0039c46724095962ec984fe4"><ce:given-name>L.</ce:given-name><ce:surname>Dello Stritto</ce:surname><ce:cross-ref refid="aff0280" id="crf2410"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2860-9881" id="au2230" author-id="S0370269322007833-d8a87c874e42aac1f26f480d0c8cc66f"><ce:given-name>W.</ce:given-name><ce:surname>Deng</ce:surname><ce:cross-ref refid="aff0060" id="crf2420"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6562-5082" id="au2240" author-id="S0370269322007833-e91fff0426cfb4068164293072959951"><ce:given-name>P.</ce:given-name><ce:surname>Dhankher</ce:surname><ce:cross-ref refid="aff0180" id="crf2430"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5559-8906" id="au2250" author-id="S0370269322007833-87d8feae9bb9ac0142d20aa737fc7210"><ce:given-name>D.</ce:given-name><ce:surname>Di Bari</ce:surname><ce:cross-ref refid="aff0310" id="crf2440"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0348-092X" id="au2260" author-id="S0370269322007833-807d3d4d1b245891296e345324c32d68"><ce:given-name>A.</ce:given-name><ce:surname>Di Mauro</ce:surname><ce:cross-ref refid="aff0320" id="crf2450"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4886-6052" id="au2270" author-id="S0370269322007833-b81ce1a8f6b1bb7201e6f62a1a0d3f6d"><ce:given-name>R.A.</ce:given-name><ce:surname>Diaz</ce:surname><ce:cross-ref refid="aff1400" id="crf2460"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0070" id="crf2470"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2065-6256" id="au2280" author-id="S0370269322007833-e0f870aaf79db9f3bf8d89d4d0a6bb31"><ce:given-name>T.</ce:given-name><ce:surname>Dietel</ce:surname><ce:cross-ref refid="aff1120" id="crf2480"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-3775-1945" id="au2290" author-id="S0370269322007833-63e7bf92dffd268dab98d70a479b551c"><ce:given-name>Y.</ce:given-name><ce:surname>Ding</ce:surname><ce:cross-ref refid="aff1250" id="crf2490"><ce:sup>125</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf2500"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6357-7857" id="au2300" author-id="S0370269322007833-7430fdfebf05e894a243a7438023f2b3"><ce:given-name>R.</ce:given-name><ce:surname>Divià</ce:surname><ce:cross-ref refid="aff0320" id="crf2510"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-1217-7768" id="au2310" author-id="S0370269322007833-43896b750307c6ca8f01d3d4c389f8c1"><ce:given-name>D.U.</ce:given-name><ce:surname>Dixit</ce:surname><ce:cross-ref refid="aff0180" id="crf2520"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author id="au2320" author-id="S0370269322007833-9c3c08666593eb7ac528af1eef8f48db"><ce:given-name>Ø.</ce:given-name><ce:surname>Djuvsland</ce:surname><ce:cross-ref refid="aff0200" id="crf2530"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6853-8905" id="au2330" author-id="S0370269322007833-5059550062b9746ff361bdc6fe890743"><ce:given-name>U.</ce:given-name><ce:surname>Dmitrieva</ce:surname><ce:cross-ref refid="aff1390" id="crf2540"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4432-4026" id="au2340" author-id="S0370269322007833-5fa422d670f9187e89d69eeed21610f4"><ce:given-name>A.</ce:given-name><ce:surname>Dobrin</ce:surname><ce:cross-ref refid="aff0620" id="crf2550"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0739-0120" id="au2350" author-id="S0370269322007833-a53cb71a66b719bbc91c682e3b0f6c83"><ce:given-name>B.</ce:given-name><ce:surname>Dönigus</ce:surname><ce:cross-ref refid="aff0630" id="crf2560"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-6339-1104" id="au2360" author-id="S0370269322007833-bd801d7441f04d2550d9279e20a0274c"><ce:given-name>A.K.</ce:given-name><ce:surname>Dubey</ce:surname><ce:cross-ref refid="aff1310" id="crf2570"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2568-0132" id="au2370" author-id="S0370269322007833-310e49c82e75d307c9ad0e2dc4e13285"><ce:given-name>J.M.</ce:given-name><ce:surname>Dubinski</ce:surname><ce:cross-ref refid="aff1320" id="crf2580"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9582-8948" id="au2380" author-id="S0370269322007833-76f8c20cb06924eb1fb340fbb56bf4c6"><ce:given-name>A.</ce:given-name><ce:surname>Dubla</ce:surname><ce:cross-ref refid="aff0980" id="crf2590"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-4091-5327" id="au2390" author-id="S0370269322007833-2b17ba5d85d422cdfabc14608d2e9bc7"><ce:given-name>S.</ce:given-name><ce:surname>Dudi</ce:surname><ce:cross-ref refid="aff0900" id="crf2600"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0207-2871" id="au2400" author-id="S0370269322007833-0dcf960768058d73653bd4d3eb8e1905"><ce:given-name>P.</ce:given-name><ce:surname>Dupieux</ce:surname><ce:cross-ref refid="aff1240" id="crf2610"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author id="au2410" author-id="S0370269322007833-df4290cf73dd7240418a747d4c736c64"><ce:given-name>M.</ce:given-name><ce:surname>Durkac</ce:surname><ce:cross-ref refid="aff1050" id="crf2620"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au2420" author-id="S0370269322007833-d09d97450e671d7cc96eec42259314e8"><ce:given-name>N.</ce:given-name><ce:surname>Dzalaiova</ce:surname><ce:cross-ref refid="aff0120" id="crf2630"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-9752-4391" id="au2430" author-id="S0370269322007833-b2dfe97160923c36d3c32980d6ce0166"><ce:given-name>T.M.</ce:given-name><ce:surname>Eder</ce:surname><ce:cross-ref refid="aff1340" id="crf2640"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3897-0876" id="au2440" author-id="S0370269322007833-bf440f41d43f975a16ff5cb1d7942e7c"><ce:given-name>R.J.</ce:given-name><ce:surname>Ehlers</ce:surname><ce:cross-ref refid="aff0870" id="crf2650"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au2450" author-id="S0370269322007833-838a64e3f71143b70974f1f12ce5b879"><ce:given-name>V.N.</ce:given-name><ce:surname>Eikeland</ce:surname><ce:cross-ref refid="aff0200" id="crf2660"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9458-8723" id="au2460" author-id="S0370269322007833-4a6b040eac26a82ef226b902cb4da64f"><ce:given-name>F.</ce:given-name><ce:surname>Eisenhut</ce:surname><ce:cross-ref refid="aff0630" id="crf2670"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6351-2378" id="au2470" author-id="S0370269322007833-b33f259d9c1a55101b73f2f9db67896c"><ce:given-name>D.</ce:given-name><ce:surname>Elia</ce:surname><ce:cross-ref refid="aff0490" id="crf2680"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-4464-3366" id="au2480" author-id="S0370269322007833-b41cebcb00dbefb7a1029cfa75db566c"><ce:given-name>B.</ce:given-name><ce:surname>Erazmus</ce:surname><ce:cross-ref refid="aff1030" id="crf2690"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7873-0968" id="au2490" author-id="S0370269322007833-6ca2023dd9dbd0adb4eb4fcf89d9e8d7"><ce:given-name>F.</ce:given-name><ce:surname>Ercolessi</ce:surname><ce:cross-ref refid="aff0250" id="crf2700"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9410-246X" id="au2500" author-id="S0370269322007833-b3b26ff25fdc6360eab1c2a0eb35a18b"><ce:given-name>F.</ce:given-name><ce:surname>Erhardt</ce:surname><ce:cross-ref refid="aff0890" id="crf2710"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au2510" author-id="S0370269322007833-b1125a46ef6e3f34775d0833ab260cf8"><ce:given-name>M.R.</ce:given-name><ce:surname>Ersdal</ce:surname><ce:cross-ref refid="aff0200" id="crf2720"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2449-3172" id="au2520" author-id="S0370269322007833-8722ae2cee4646a951e9b11fd1d4063f"><ce:given-name>B.</ce:given-name><ce:surname>Espagnon</ce:surname><ce:cross-ref refid="aff0720" id="crf2730"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1795-6212" id="au2530" author-id="S0370269322007833-06195ac2e576eeb4b0adecea60f955c9"><ce:given-name>G.</ce:given-name><ce:surname>Eulisse</ce:surname><ce:cross-ref refid="aff0320" id="crf2740"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8427-322X" id="au2540" author-id="S0370269322007833-9e28d5c91a82108be7fc49f01fb96add"><ce:given-name>D.</ce:given-name><ce:surname>Evans</ce:surname><ce:cross-ref refid="aff1000" id="crf2750"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4239-6424" id="au2550" author-id="S0370269322007833-277be04fe2ca41c0c4b8d9acbf533562"><ce:given-name>S.</ce:given-name><ce:surname>Evdokimov</ce:surname><ce:cross-ref refid="aff1390" id="crf2760"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2325-8368" id="au2560" author-id="S0370269322007833-81e51a0849cafac31228747a415244b4"><ce:given-name>L.</ce:given-name><ce:surname>Fabbietti</ce:surname><ce:cross-ref refid="aff0960" id="crf2770"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2202-5906" id="au2570" author-id="S0370269322007833-b4fd9e52396598a0b45ab177a02b5cf2"><ce:given-name>M.</ce:given-name><ce:surname>Faggin</ce:surname><ce:cross-ref refid="aff0270" id="crf2780"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-8219-3334" id="au2580" author-id="S0370269322007833-3ed08541a4150ee27cebbfa8cb85364e"><ce:given-name>J.</ce:given-name><ce:surname>Faivre</ce:surname><ce:cross-ref refid="aff0730" id="crf2790"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3573-3389" id="au2590" author-id="S0370269322007833-ac1b4c543ede7c783908e59b93b56dda"><ce:given-name>F.</ce:given-name><ce:surname>Fan</ce:surname><ce:cross-ref refid="aff0060" id="crf2800"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0844-3282" id="au2600" author-id="S0370269322007833-c434e3704a72c3379fd3efc1cac5baa3"><ce:given-name>W.</ce:given-name><ce:surname>Fan</ce:surname><ce:cross-ref refid="aff0740" id="crf2810"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6270-9283" id="au2610" author-id="S0370269322007833-74793c8314ac99defb422d6ad12e6ee2"><ce:given-name>A.</ce:given-name><ce:surname>Fantoni</ce:surname><ce:cross-ref refid="aff0480" id="crf2820"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-4586-0930" id="au2620" author-id="S0370269322007833-e0ca7f105bebd9a2b7edf8e3e2f84581"><ce:given-name>M.</ce:given-name><ce:surname>Fasel</ce:surname><ce:cross-ref refid="aff0870" id="crf2830"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au2630" author-id="S0370269322007833-705d233901357db8c2175b3ab50898ea"><ce:given-name>P.</ce:given-name><ce:surname>Fecchio</ce:surname><ce:cross-ref refid="aff0290" id="crf2840"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5823-9733" id="au2640" author-id="S0370269322007833-c2bfb0cafa6f9d1ca27ab701c6781b38"><ce:given-name>A.</ce:given-name><ce:surname>Feliciello</ce:surname><ce:cross-ref refid="aff0550" id="crf2850"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3700-8623" id="au2650" author-id="S0370269322007833-5b00bafa2e9f53bf9169725ae0035ea1"><ce:given-name>G.</ce:given-name><ce:surname>Feofilov</ce:surname><ce:cross-ref refid="aff1390" id="crf2860"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0152-4220" id="au2660" author-id="S0370269322007833-aabae1af946388c71c1398acc8955418"><ce:given-name>A.</ce:given-name><ce:surname>Fernández Téllez</ce:surname><ce:cross-ref refid="aff0440" id="crf2870"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9723-1291" id="au2670" author-id="S0370269322007833-d7f73a93aec5923876abc48755cc82ce"><ce:given-name>M.B.</ce:given-name><ce:surname>Ferrer</ce:surname><ce:cross-ref refid="aff0320" id="crf2880"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1089-6632" id="au2680" author-id="S0370269322007833-30e070edce4904332b43b5531dc38731"><ce:given-name>A.</ce:given-name><ce:surname>Ferrero</ce:surname><ce:cross-ref refid="aff1270" id="crf2890"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9084-5784" id="au2690" author-id="S0370269322007833-68142793c50c0b6974c4d951c30d6388"><ce:given-name>A.</ce:given-name><ce:surname>Ferretti</ce:surname><ce:cross-ref refid="aff0240" id="crf2900"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-0542-4454" id="au2700" author-id="S0370269322007833-0cf51ef6627f902603bfcb916ae01ab5"><ce:given-name>V.J.G.</ce:given-name><ce:surname>Feuillard</ce:surname><ce:cross-ref refid="aff0950" id="crf2910"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7692-0079" id="au2710" author-id="S0370269322007833-3c7b622bda147b821572888347582e6d"><ce:given-name>J.</ce:given-name><ce:surname>Figiel</ce:surname><ce:cross-ref refid="aff1060" id="crf2920"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6444-4669" id="au2720" author-id="S0370269322007833-3f994100548e7aeca3abfa2bd6a6acdd"><ce:given-name>V.</ce:given-name><ce:surname>Filova</ce:surname><ce:cross-ref refid="aff0350" id="crf2930"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7104-7477" id="au2730" author-id="S0370269322007833-16de97754cf916e09dde4c06ab2487a2"><ce:given-name>D.</ce:given-name><ce:surname>Finogeev</ce:surname><ce:cross-ref refid="aff1390" id="crf2940"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8632-5580" id="au2740" author-id="S0370269322007833-78e599883a68fe0063ae2aa88c3d45cc"><ce:given-name>F.M.</ce:given-name><ce:surname>Fionda</ce:surname><ce:cross-ref refid="aff0510" id="crf2950"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author id="au2750" author-id="S0370269322007833-6f38e6b644d0c00d8c10b081f52f12d7"><ce:given-name>G.</ce:given-name><ce:surname>Fiorenza</ce:surname><ce:cross-ref refid="aff0970" id="crf2960"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0194-1318" id="au2760" author-id="S0370269322007833-bd43e27616ca1919592e9b57e7b8f61a"><ce:given-name>F.</ce:given-name><ce:surname>Flor</ce:surname><ce:cross-ref refid="aff1130" id="crf2970"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-6140-676X" id="au2770" author-id="S0370269322007833-746be3a9141d9c078cfbe60f53eeecfd"><ce:given-name>A.N.</ce:given-name><ce:surname>Flores</ce:surname><ce:cross-ref refid="aff1070" id="crf2980"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-2053-4869" id="au2780" author-id="S0370269322007833-42fd1f3680f51152dfda7cb4075ac18e"><ce:given-name>S.</ce:given-name><ce:surname>Foertsch</ce:surname><ce:cross-ref refid="aff0670" id="crf2990"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0642-2047" id="au2790" author-id="S0370269322007833-c544faa186d9364e0c00a0451633face"><ce:given-name>I.</ce:given-name><ce:surname>Fokin</ce:surname><ce:cross-ref refid="aff0950" id="crf3000"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2136-778X" id="au2800" author-id="S0370269322007833-1f224979dd316f22a826529fb384e21a"><ce:given-name>S.</ce:given-name><ce:surname>Fokin</ce:surname><ce:cross-ref refid="aff1390" id="crf3010"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8216-396X" id="au2810" author-id="S0370269322007833-012cbc6bc9303877c458bdf9a521e5ea"><ce:given-name>E.</ce:given-name><ce:surname>Fragiacomo</ce:surname><ce:cross-ref refid="aff0560" id="crf3020"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3420-6301" id="au2820" author-id="S0370269322007833-6b14343bb1477ee6f77413c5e1607139"><ce:given-name>E.</ce:given-name><ce:surname>Frajna</ce:surname><ce:cross-ref refid="aff1350" id="crf3030"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-2155-0460" id="au2830" author-id="S0370269322007833-cb179d5175a767cfcccfaf42e2d13fd9"><ce:given-name>U.</ce:given-name><ce:surname>Fuchs</ce:surname><ce:cross-ref refid="aff0320" id="crf3040"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7814-319X" id="au2840" author-id="S0370269322007833-75b81f7c708cdac6972396f07f1e615c"><ce:given-name>N.</ce:given-name><ce:surname>Funicello</ce:surname><ce:cross-ref refid="aff0280" id="crf3050"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-9666-7156" id="au2850" author-id="S0370269322007833-e99988272e94b543b10e6e1e6762c915"><ce:given-name>C.</ce:given-name><ce:surname>Furget</ce:surname><ce:cross-ref refid="aff0730" id="crf3060"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2582-1927" id="au2860" author-id="S0370269322007833-466f51a3a42f868eb651094379830769"><ce:given-name>A.</ce:given-name><ce:surname>Furs</ce:surname><ce:cross-ref refid="aff1390" id="crf3070"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6122-4698" id="au2870" author-id="S0370269322007833-ce50de6d5c62db541251975d35c3ef1e"><ce:given-name>J.J.</ce:given-name><ce:surname>Gaardhøje</ce:surname><ce:cross-ref refid="aff0830" id="crf3080"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6314-7419" id="au2880" author-id="S0370269322007833-cc1e5eeab68bbb2c3a078d24d2e806fb"><ce:given-name>M.</ce:given-name><ce:surname>Gagliardi</ce:surname><ce:cross-ref refid="aff0240" id="crf3090"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0019-9692" id="au2890" author-id="S0370269322007833-7a1ebb0715ccd1767039dbefe6aa000c"><ce:given-name>A.M.</ce:given-name><ce:surname>Gago</ce:surname><ce:cross-ref refid="aff1010" id="crf3100"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author id="au2900" author-id="S0370269322007833-99c7387ccffb2e1e0541b43b3018fdef"><ce:given-name>A.</ce:given-name><ce:surname>Gal</ce:surname><ce:cross-ref refid="aff1260" id="crf3110"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5496-8533" id="au2910" author-id="S0370269322007833-23c91ffad460f5afabddb04373c9f2f9"><ce:given-name>C.D.</ce:given-name><ce:surname>Galvan</ce:surname><ce:cross-ref refid="aff1080" id="crf3120"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4871-4064" id="au2920" author-id="S0370269322007833-8650c037fc955510cd76a4536ac83b03"><ce:given-name>P.</ce:given-name><ce:surname>Ganoti</ce:surname><ce:cross-ref refid="aff0780" id="crf3130"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-2395-8130" id="au2930" author-id="S0370269322007833-d12fc16d28f1dce28adbdb23a5ddbcd4"><ce:given-name>C.</ce:given-name><ce:surname>Garabatos</ce:surname><ce:cross-ref refid="aff0980" id="crf3140"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5038-1337" id="au2940" author-id="S0370269322007833-df265a31acafb0a0d83f8ac8f13667e6"><ce:given-name>J.R.A.</ce:given-name><ce:surname>Garcia</ce:surname><ce:cross-ref refid="aff0440" id="crf3150"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6847-8671" id="au2950" author-id="S0370269322007833-07a4057e80a82b458aafc1e9dd90f0ba"><ce:given-name>E.</ce:given-name><ce:surname>Garcia-Solis</ce:surname><ce:cross-ref refid="aff0090" id="crf3160"><ce:sup>9</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8512-8219" id="au2960" author-id="S0370269322007833-8f3671ab888761876ad72f8897499a10"><ce:given-name>K.</ce:given-name><ce:surname>Garg</ce:surname><ce:cross-ref refid="aff1030" id="crf3170"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4753-577X" id="au2970" author-id="S0370269322007833-987fe2eab608df9880768b4abb040eae"><ce:given-name>C.</ce:given-name><ce:surname>Gargiulo</ce:surname><ce:cross-ref refid="aff0320" id="crf3180"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au2980" author-id="S0370269322007833-0a421258e4c2e68267cbf36b6e5c0d5b"><ce:given-name>A.</ce:given-name><ce:surname>Garibli</ce:surname><ce:cross-ref refid="aff0810" id="crf3190"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au2990" author-id="S0370269322007833-71fb0aae98a5fed2648a66e4a7fba2bb"><ce:given-name>K.</ce:given-name><ce:surname>Garner</ce:surname><ce:cross-ref refid="aff1340" id="crf3200"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0015-6713" id="au3000" author-id="S0370269322007833-6234390f32e4a2984bc0654b17dcc492"><ce:given-name>E.F.</ce:given-name><ce:surname>Gauger</ce:surname><ce:cross-ref refid="aff1070" id="crf3210"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7039-535X" id="au3010" author-id="S0370269322007833-e15f53ade07920f42fc443e2c0e4d59a"><ce:given-name>A.</ce:given-name><ce:surname>Gautam</ce:surname><ce:cross-ref refid="aff1150" id="crf3220"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8450-5318" id="au3020" author-id="S0370269322007833-d29ecc9c86d03e88594e296615e84c9a"><ce:given-name>M.B.</ce:given-name><ce:surname>Gay Ducati</ce:surname><ce:cross-ref refid="aff0650" id="crf3230"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7382-1609" id="au3030" author-id="S0370269322007833-8d334f5f7f55bf362a6956f1bffdf2c3"><ce:given-name>M.</ce:given-name><ce:surname>Germain</ce:surname><ce:cross-ref refid="aff1030" id="crf3240"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author id="au3040" author-id="S0370269322007833-87f4a98aa68feedf19ca0cc21388e710"><ce:given-name>S.K.</ce:given-name><ce:surname>Ghosh</ce:surname><ce:cross-ref refid="aff0040" id="crf3250"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4831-5808" id="au3050" author-id="S0370269322007833-255d61357ee3950aa2511a27c84eaf0a"><ce:given-name>M.</ce:given-name><ce:surname>Giacalone</ce:surname><ce:cross-ref refid="aff0250" id="crf3260"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4167-7176" id="au3060" author-id="S0370269322007833-3e2c737e4be858cd21077f3c75d4a1a5"><ce:given-name>P.</ce:given-name><ce:surname>Gianotti</ce:surname><ce:cross-ref refid="aff0480" id="crf3270"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1383-6160" id="au3070" author-id="S0370269322007833-c03ebc10e5b747137b76532ec58d9b7c"><ce:given-name>P.</ce:given-name><ce:surname>Giubellino</ce:surname><ce:cross-ref refid="aff0980" id="crf3280"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf3290"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4358-5355" id="au3080" author-id="S0370269322007833-4484cd7bf97022c8764e710e83e310ea"><ce:given-name>P.</ce:given-name><ce:surname>Giubilato</ce:surname><ce:cross-ref refid="aff0270" id="crf3300"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7400-7019" id="au3090" author-id="S0370269322007833-8da930564b3ed61741e5e20fce3e2a52"><ce:given-name>A.M.C.</ce:given-name><ce:surname>Glaenzer</ce:surname><ce:cross-ref refid="aff1270" id="crf3310"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3793-5291" id="au3100" author-id="S0370269322007833-376802ecfdb934149d8388178a587721"><ce:given-name>P.</ce:given-name><ce:surname>Glässel</ce:surname><ce:cross-ref refid="aff0950" id="crf3320"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-1162-7067" id="au3110" author-id="S0370269322007833-1b2d870f15ca702db28903678f5d75de"><ce:given-name>E.</ce:given-name><ce:surname>Glimos</ce:surname><ce:cross-ref refid="aff1190" id="crf3330"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au3120" author-id="S0370269322007833-93dce0bd4ad68fe50f0a23cb75dc5ece"><ce:given-name>D.J.Q.</ce:given-name><ce:surname>Goh</ce:surname><ce:cross-ref refid="aff0760" id="crf3340"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7607-3965" id="au3130" author-id="S0370269322007833-c25e38120a3069e0125dc6c22f89fa94"><ce:given-name>V.</ce:given-name><ce:surname>Gonzalez</ce:surname><ce:cross-ref refid="aff1330" id="crf3350"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9202-262X" id="au3140" author-id="S0370269322007833-2dc052a1e9c57f3a73482a2d5d0260f3"><ce:given-name>L.H.</ce:given-name><ce:surname>González-Trueba</ce:surname><ce:cross-ref refid="aff0660" id="crf3360"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author id="au3150" author-id="S0370269322007833-9b9d13249a72db20d32b4da1cee42ded"><ce:given-name>S.</ce:given-name><ce:surname>Gorbunov</ce:surname><ce:cross-ref refid="aff0380" id="crf3370"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1746-1279" id="au3160" author-id="S0370269322007833-90965aac862ee9a40904f43bd5d6f611"><ce:given-name>M.</ce:given-name><ce:surname>Gorgon</ce:surname><ce:cross-ref refid="aff0020" id="crf3380"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7792-2247" id="au3170" author-id="S0370269322007833-39d74df1971ac41d3b24d84ed4a40ce3"><ce:given-name>L.</ce:given-name><ce:surname>Görlich</ce:surname><ce:cross-ref refid="aff1060" id="crf3390"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au3180" author-id="S0370269322007833-7662d0c3046b717d6aafb31b874bc7fc"><ce:given-name>S.</ce:given-name><ce:surname>Gotovac</ce:surname><ce:cross-ref refid="aff0330" id="crf3400"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9581-0879" id="au3190" author-id="S0370269322007833-88c4e3bf21c3c3108a671e555e5f3c36"><ce:given-name>V.</ce:given-name><ce:surname>Grabski</ce:surname><ce:cross-ref refid="aff0660" id="crf3410"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4442-5727" id="au3200" author-id="S0370269322007833-4f5d9c0299fdae0f1004b34a8b3fdc63"><ce:given-name>L.K.</ce:given-name><ce:surname>Graczykowski</ce:surname><ce:cross-ref refid="aff1320" id="crf3420"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-9826-4989" id="au3210" author-id="S0370269322007833-314e30ecd3bb765de3d19d06189891a2"><ce:given-name>E.</ce:given-name><ce:surname>Grecka</ce:surname><ce:cross-ref refid="aff0860" id="crf3430"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1476-6245" id="au3220" author-id="S0370269322007833-a6c90861d9b7eaf03c2639488fe4154c"><ce:given-name>L.</ce:given-name><ce:surname>Greiner</ce:surname><ce:cross-ref refid="aff0740" id="crf3440"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0562-9820" id="au3230" author-id="S0370269322007833-af14458a77f832d22ca950af14f8493e"><ce:given-name>A.</ce:given-name><ce:surname>Grelli</ce:surname><ce:cross-ref refid="aff0580" id="crf3450"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9035-556X" id="au3240" author-id="S0370269322007833-f8a6e1944c58dda71cfafb800846c896"><ce:given-name>C.</ce:given-name><ce:surname>Grigoras</ce:surname><ce:cross-ref refid="aff0320" id="crf3460"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0661-5220" id="au3250" author-id="S0370269322007833-953aba0e06d9873f30e491943bf618b0"><ce:given-name>V.</ce:given-name><ce:surname>Grigoriev</ce:surname><ce:cross-ref refid="aff1390" id="crf3470"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0658-5949" id="au3260" author-id="S0370269322007833-fade90c306431c659a9ed2757eb7e080"><ce:given-name>S.</ce:given-name><ce:surname>Grigoryan</ce:surname><ce:cross-ref refid="aff1400" id="crf3480"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0010" id="crf3490"><ce:sup>1</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1469-9022" id="au3270" author-id="S0370269322007833-1aceebae73d51f462d1727b9bbd88172"><ce:given-name>F.</ce:given-name><ce:surname>Grosa</ce:surname><ce:cross-ref refid="aff0320" id="crf3500"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8372-5135" id="au3280" author-id="S0370269322007833-35be2bb8fb5264060c83aaa2bd6945a1"><ce:given-name>J.F.</ce:given-name><ce:surname>Grosse-Oetringhaus</ce:surname><ce:cross-ref refid="aff0320" id="crf3510"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9960-2594" id="au3290" author-id="S0370269322007833-b0a55ca5abf071c61d021e8ccf9728f3"><ce:given-name>R.</ce:given-name><ce:surname>Grosso</ce:surname><ce:cross-ref refid="aff0980" id="crf3520"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9785-2215" id="au3300" author-id="S0370269322007833-e4f860038db61bc49c20c4ebfd1978a8"><ce:given-name>D.</ce:given-name><ce:surname>Grund</ce:surname><ce:cross-ref refid="aff0350" id="crf3530"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5298-2881" id="au3310" author-id="S0370269322007833-18c7a61fd748313ebfc50b673826591d"><ce:given-name>G.G.</ce:given-name><ce:surname>Guardiano</ce:surname><ce:cross-ref refid="aff1100" id="crf3540"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0626-9724" id="au3320" author-id="S0370269322007833-49423e283ef46a2191735696f1f8e1cf"><ce:given-name>R.</ce:given-name><ce:surname>Guernane</ce:surname><ce:cross-ref refid="aff0730" id="crf3550"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5990-482X" id="au3330" author-id="S0370269322007833-1c69d97d25199af7734252f2ba5c94dd"><ce:given-name>M.</ce:given-name><ce:surname>Guilbaud</ce:surname><ce:cross-ref refid="aff1030" id="crf3560"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3809-4984" id="au3340" author-id="S0370269322007833-135be9a58c4bb97999a54df788a17739"><ce:given-name>K.</ce:given-name><ce:surname>Gulbrandsen</ce:surname><ce:cross-ref refid="aff0830" id="crf3570"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6769-599X" id="au3350" author-id="S0370269322007833-54b557b1b16c66ddca3ffa8a1514552e"><ce:given-name>T.</ce:given-name><ce:surname>Gunji</ce:surname><ce:cross-ref refid="aff1210" id="crf3580"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2843-2556" id="au3360" author-id="S0370269322007833-1f18901fa4f597e541e4b6d7d3993742"><ce:given-name>W.</ce:given-name><ce:surname>Guo</ce:surname><ce:cross-ref refid="aff0060" id="crf3590"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6178-648X" id="au3370" author-id="S0370269322007833-99034e91113d8d65c1b671490ba1dcb4"><ce:given-name>A.</ce:given-name><ce:surname>Gupta</ce:surname><ce:cross-ref refid="aff0910" id="crf3600"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7474-0755" id="au3380" author-id="S0370269322007833-e1c6a423f099dbb8f259dfde5800cf80"><ce:given-name>R.</ce:given-name><ce:surname>Gupta</ce:surname><ce:cross-ref refid="aff0910" id="crf3610"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-0106-3130" id="au3390" author-id="S0370269322007833-bd6f669dcc7323e19d9d5f15f06cfc64"><ce:given-name>S.P.</ce:given-name><ce:surname>Guzman</ce:surname><ce:cross-ref refid="aff0440" id="crf3620"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2420-7650" id="au3400" author-id="S0370269322007833-cc3b2f2a8588716c0e46858eda331189"><ce:given-name>L.</ce:given-name><ce:surname>Gyulai</ce:surname><ce:cross-ref refid="aff1350" id="crf3630"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author id="au3410" author-id="S0370269322007833-6f01f05172f0ead44e86c024003fc89a"><ce:given-name>M.K.</ce:given-name><ce:surname>Habib</ce:surname><ce:cross-ref refid="aff0980" id="crf3640"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9336-5169" id="au3420" author-id="S0370269322007833-9362679e8c5f67344ceb8b58a1427f0f"><ce:given-name>C.</ce:given-name><ce:surname>Hadjidakis</ce:surname><ce:cross-ref refid="aff0720" id="crf3650"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3808-7917" id="au3430" author-id="S0370269322007833-36473b590e40cc5d72e4fe5ed94a3e26"><ce:given-name>H.</ce:given-name><ce:surname>Hamagaki</ce:surname><ce:cross-ref refid="aff0760" id="crf3660"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author id="au3440" author-id="S0370269322007833-4001056cdfcdff2bf9283cb9eb65dce6"><ce:given-name>M.</ce:given-name><ce:surname>Hamid</ce:surname><ce:cross-ref refid="aff0060" id="crf3670"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-6551-4180" id="au3450" author-id="S0370269322007833-7ab9680a7316f6e97c5571beb2681fd5"><ce:given-name>Y.</ce:given-name><ce:surname>Han</ce:surname><ce:cross-ref refid="aff1370" id="crf3680"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4518-3528" id="au3460" author-id="S0370269322007833-ab877e6ad3aa564fc07ff9279bdb0114"><ce:given-name>R.</ce:given-name><ce:surname>Hannigan</ce:surname><ce:cross-ref refid="aff1070" id="crf3690"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7978-9638" id="au3470" author-id="S0370269322007833-6cb4376ff64678829e7af4b6b3584d70"><ce:given-name>M.R.</ce:given-name><ce:surname>Haque</ce:surname><ce:cross-ref refid="aff1320" id="crf3700"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au3480" author-id="S0370269322007833-1ad6c786673c0d88fb3ec98199ef2627"><ce:given-name>A.</ce:given-name><ce:surname>Harlenderova</ce:surname><ce:cross-ref refid="aff0980" id="crf3710"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8535-3061" id="au3490" author-id="S0370269322007833-093df752b6ef0875125996d2e249b17f"><ce:given-name>J.W.</ce:given-name><ce:surname>Harris</ce:surname><ce:cross-ref refid="aff1360" id="crf3720"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-3528-4709" id="au3500" author-id="S0370269322007833-1cc09eaf1767efb447484c3576c326a3"><ce:given-name>A.</ce:given-name><ce:surname>Harton</ce:surname><ce:cross-ref refid="aff0090" id="crf3730"><ce:sup>9</ce:sup></ce:cross-ref></ce:author><ce:author id="au3510" author-id="S0370269322007833-8f1d14fcc366c98d7ffc616fd4020b3a"><ce:given-name>J.A.</ce:given-name><ce:surname>Hasenbichler</ce:surname><ce:cross-ref refid="aff0320" id="crf3740"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6529-560X" id="au3520" author-id="S0370269322007833-3c2864accc71830551ec0dc4bc72466c"><ce:given-name>H.</ce:given-name><ce:surname>Hassan</ce:surname><ce:cross-ref refid="aff0870" id="crf3750"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7638-2047" id="au3530" author-id="S0370269322007833-ec5233119b47dffa5f645e1bcad8c3ab"><ce:given-name>D.</ce:given-name><ce:surname>Hatzifotiadou</ce:surname><ce:cross-ref refid="aff0500" id="crf3760"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9593-6730" id="au3540" author-id="S0370269322007833-c494e289485a5b77e2698762fd7f4b6d"><ce:given-name>P.</ce:given-name><ce:surname>Hauer</ce:surname><ce:cross-ref refid="aff0420" id="crf3770"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4743-2885" id="au3550" author-id="S0370269322007833-d07756ab653a033a44665f2378719cc2"><ce:given-name>L.B.</ce:given-name><ce:surname>Havener</ce:surname><ce:cross-ref refid="aff1360" id="crf3780"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9083-4484" id="au3560" author-id="S0370269322007833-8e268fbd99e6fae4655760d64978b0ff"><ce:given-name>S.T.</ce:given-name><ce:surname>Heckel</ce:surname><ce:cross-ref refid="aff0960" id="crf3790"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7404-8723" id="au3570" author-id="S0370269322007833-7ad645538c2eb3346cfb0dd07e68d266"><ce:given-name>E.</ce:given-name><ce:surname>Hellbär</ce:surname><ce:cross-ref refid="aff0980" id="crf3800"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9335-9076" id="au3580" author-id="S0370269322007833-2ec6e519610c64506f6a6c4958b0ac54"><ce:given-name>H.</ce:given-name><ce:surname>Helstrup</ce:surname><ce:cross-ref refid="aff0340" id="crf3810"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4004-5265" id="au3590" author-id="S0370269322007833-51fb6f5f9415eda76fa12ad79ea6ef67"><ce:given-name>T.</ce:given-name><ce:surname>Herman</ce:surname><ce:cross-ref refid="aff0350" id="crf3820"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4692-7410" id="au3600" author-id="S0370269322007833-395e012e61feeafeb06dc1b1ee34d8d4"><ce:given-name>G.</ce:given-name><ce:surname>Herrera Corral</ce:surname><ce:cross-ref refid="aff0080" id="crf3830"><ce:sup>8</ce:sup></ce:cross-ref></ce:author><ce:author id="au3610" author-id="S0370269322007833-7a7a63e4af499b5ed75851524b48baa5"><ce:given-name>F.</ce:given-name><ce:surname>Herrmann</ce:surname><ce:cross-ref refid="aff1340" id="crf3840"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-3122-4872" id="au3620" author-id="S0370269322007833-8fe0fd23ac8c4d7a4221a002b047a705"><ce:given-name>K.F.</ce:given-name><ce:surname>Hetland</ce:surname><ce:cross-ref refid="aff0340" id="crf3850"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-1031-8307" id="au3630" author-id="S0370269322007833-5ab0a906131a8cf631664a48b8bb9672"><ce:given-name>B.</ce:given-name><ce:surname>Heybeck</ce:surname><ce:cross-ref refid="aff0630" id="crf3860"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6527-1245" id="au3640" author-id="S0370269322007833-d83a69a11b8778333bf72d127a9faaa4"><ce:given-name>H.</ce:given-name><ce:surname>Hillemanns</ce:surname><ce:cross-ref refid="aff0320" id="crf3870"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4647-4159" id="au3650" author-id="S0370269322007833-26a04d5f7344e810ea2275dad6767a9e"><ce:given-name>C.</ce:given-name><ce:surname>Hills</ce:surname><ce:cross-ref refid="aff1160" id="crf3880"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4562-2922" id="au3660" author-id="S0370269322007833-91692271254645e12e8687c69cd93550"><ce:given-name>B.</ce:given-name><ce:surname>Hippolyte</ce:surname><ce:cross-ref refid="aff1260" id="crf3890"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3850-8884" id="au3670" author-id="S0370269322007833-b2b41e3fa6c79c0bc760ec204badbf8e"><ce:given-name>B.</ce:given-name><ce:surname>Hofman</ce:surname><ce:cross-ref refid="aff0580" id="crf3900"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6925-3469" id="au3680" author-id="S0370269322007833-d68d4563c957d636f8ea0b438d75af8e"><ce:given-name>B.</ce:given-name><ce:surname>Hohlweger</ce:surname><ce:cross-ref refid="aff0840" id="crf3910"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1437-6108" id="au3690" author-id="S0370269322007833-6bcd750d66da852b78a422563f846dad"><ce:given-name>J.</ce:given-name><ce:surname>Honermann</ce:surname><ce:cross-ref refid="aff1340" id="crf3920"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3632-4547" id="au3700" author-id="S0370269322007833-fb87ef9112c084814dd4cd2584045cf3"><ce:given-name>G.H.</ce:given-name><ce:surname>Hong</ce:surname><ce:cross-ref refid="aff1370" id="crf3930"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7078-3093" id="au3710" author-id="S0370269322007833-bb0a4fa2cb3019f784b4aac68042d91d"><ce:given-name>D.</ce:given-name><ce:surname>Horak</ce:surname><ce:cross-ref refid="aff0350" id="crf3940"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9001-4198" id="au3720" author-id="S0370269322007833-9a7d8925dcb9bade29afd917e864e548"><ce:given-name>A.</ce:given-name><ce:surname>Horzyk</ce:surname><ce:cross-ref refid="aff0020" id="crf3950"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au3730" author-id="S0370269322007833-1a0aedf45a03b8412e32e8e2dc7dffc9"><ce:given-name>R.</ce:given-name><ce:surname>Hosokawa</ce:surname><ce:cross-ref refid="aff0140" id="crf3960"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-2644-3643" id="au3740" author-id="S0370269322007833-804ec34d975fc918625e33c9bf478431"><ce:given-name>Y.</ce:given-name><ce:surname>Hou</ce:surname><ce:cross-ref refid="aff0060" id="crf3970"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1477-8414" id="au3750" author-id="S0370269322007833-9f1666f66376b6067eb0db183403471c"><ce:given-name>P.</ce:given-name><ce:surname>Hristov</ce:surname><ce:cross-ref refid="aff0320" id="crf3980"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2442-4583" id="au3760" author-id="S0370269322007833-001175083688542727c74a632c90fa25"><ce:given-name>C.</ce:given-name><ce:surname>Hughes</ce:surname><ce:cross-ref refid="aff1190" id="crf3990"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au3770" author-id="S0370269322007833-c1701ed0ea0ca8b2c7644f838deb6a52"><ce:given-name>P.</ce:given-name><ce:surname>Huhn</ce:surname><ce:cross-ref refid="aff0630" id="crf4000"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9352-5049" id="au3780" author-id="S0370269322007833-1d44428a50028ba0167ad2e836cdccdd"><ce:given-name>L.M.</ce:given-name><ce:surname>Huhta</ce:surname><ce:cross-ref refid="aff1140" id="crf4010"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5397-6782" id="au3790" author-id="S0370269322007833-b77b5ca70871829f4a6caed289764804"><ce:given-name>C.V.</ce:given-name><ce:surname>Hulse</ce:surname><ce:cross-ref refid="aff0720" id="crf4020"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1008-5119" id="au3800" author-id="S0370269322007833-c0ec982d5ca2280aac9dadb166a34f51"><ce:given-name>T.J.</ce:given-name><ce:surname>Humanic</ce:surname><ce:cross-ref refid="aff0880" id="crf4030"><ce:sup>88</ce:sup></ce:cross-ref></ce:author><ce:author id="au3810" author-id="S0370269322007833-8cedcc0d345ecbd448b4d0e9a26c9612"><ce:given-name>H.</ce:given-name><ce:surname>Hushnud</ce:surname><ce:cross-ref refid="aff0990" id="crf4040"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-7787-9304" id="au3820" author-id="S0370269322007833-323f1afb31024750df32af8b3c6f19a1"><ce:given-name>A.</ce:given-name><ce:surname>Hutson</ce:surname><ce:cross-ref refid="aff1130" id="crf4050"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1488-4009" id="au3830" author-id="S0370269322007833-fe5062e806bfe0426515c8009f241e2b"><ce:given-name>D.</ce:given-name><ce:surname>Hutter</ce:surname><ce:cross-ref refid="aff0380" id="crf4060"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2851-5554" id="au3840" author-id="S0370269322007833-0e776b64ca9b6ad890dadafa39a52b22"><ce:given-name>J.P.</ce:given-name><ce:surname>Iddon</ce:surname><ce:cross-ref refid="aff1160" id="crf4070"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author id="au3850" author-id="S0370269322007833-9ba2a5336d3caa1deb6099cb7e45d7e1"><ce:given-name>R.</ce:given-name><ce:surname>Ilkaev</ce:surname><ce:cross-ref refid="aff1390" id="crf4080"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3693-2649" id="au3860" author-id="S0370269322007833-1143f987981760e3c4faf5e1333b2cb0"><ce:given-name>H.</ce:given-name><ce:surname>Ilyas</ce:surname><ce:cross-ref refid="aff0130" id="crf4090"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3895-9092" id="au3870" author-id="S0370269322007833-4b5d83b68ef345b89ecbef76ed248603"><ce:given-name>M.</ce:given-name><ce:surname>Inaba</ce:surname><ce:cross-ref refid="aff1220" id="crf4100"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2478-9651" id="au3880" author-id="S0370269322007833-9977d7231b3f865ed7ec78ac9a9c661d"><ce:given-name>G.M.</ce:given-name><ce:surname>Innocenti</ce:surname><ce:cross-ref refid="aff0320" id="crf4110"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9059-2414" id="au3890" author-id="S0370269322007833-0a5cfa2ee46360e63cba51ff45d06749"><ce:given-name>M.</ce:given-name><ce:surname>Ippolitov</ce:surname><ce:cross-ref refid="aff1390" id="crf4120"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2134-967X" id="au3900" author-id="S0370269322007833-0e13cf82a33559ab5ebec9f23873abb4"><ce:given-name>A.</ce:given-name><ce:surname>Isakov</ce:surname><ce:cross-ref refid="aff0860" id="crf4130"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7934-4038" id="au3910" author-id="S0370269322007833-a45aceacbad11ba05e293e86a5e905fa"><ce:given-name>T.</ce:given-name><ce:surname>Isidori</ce:surname><ce:cross-ref refid="aff1150" id="crf4140"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9047-4856" id="au3920" author-id="S0370269322007833-5130d91254c818e783bfe97407046033"><ce:given-name>M.S.</ce:given-name><ce:surname>Islam</ce:surname><ce:cross-ref refid="aff0990" id="crf4150"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7461-7327" id="au3930" author-id="S0370269322007833-54e062f9517cf13404565a1cfb0519df"><ce:given-name>M.</ce:given-name><ce:surname>Ivanov</ce:surname><ce:cross-ref refid="aff0980" id="crf4160"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-2983-9494" id="au3940" author-id="S0370269322007833-3257368019a48da005eff928bd69ddc7"><ce:given-name>V.</ce:given-name><ce:surname>Ivanov</ce:surname><ce:cross-ref refid="aff1390" id="crf4170"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au3950" author-id="S0370269322007833-744d295d4100d9b9a644faf7e3c07b69"><ce:given-name>V.</ce:given-name><ce:surname>Izucheev</ce:surname><ce:cross-ref refid="aff1390" id="crf4180"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2406-911X" id="au3960" author-id="S0370269322007833-04704e18ed6c47a4e430d1527c3e8979"><ce:given-name>M.</ce:given-name><ce:surname>Jablonski</ce:surname><ce:cross-ref refid="aff0020" id="crf4190"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2889-2234" id="au3970" author-id="S0370269322007833-e1a40c4976b3155e4324627b87160a72"><ce:given-name>B.</ce:given-name><ce:surname>Jacak</ce:surname><ce:cross-ref refid="aff0740" id="crf4200"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3066-855X" id="au3980" author-id="S0370269322007833-a9ad5469ba99da3ee1276a42cfc1e893"><ce:given-name>N.</ce:given-name><ce:surname>Jacazio</ce:surname><ce:cross-ref refid="aff0320" id="crf4210"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9980-5199" id="au3990" author-id="S0370269322007833-03a0ece9d78deda299068c18973826f4"><ce:given-name>P.M.</ce:given-name><ce:surname>Jacobs</ce:surname><ce:cross-ref refid="aff0740" id="crf4220"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au4000" author-id="S0370269322007833-db4b9e24a7edc69d716a7eaeb39d23bb"><ce:given-name>S.</ce:given-name><ce:surname>Jadlovska</ce:surname><ce:cross-ref refid="aff1050" id="crf4230"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au4010" author-id="S0370269322007833-624315fef87962ddbd4dfa43a00df878"><ce:given-name>J.</ce:given-name><ce:surname>Jadlovsky</ce:surname><ce:cross-ref refid="aff1050" id="crf4240"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au4020" author-id="S0370269322007833-d4ec561282e25984babb07f2923a1f18"><ce:given-name>L.</ce:given-name><ce:surname>Jaffe</ce:surname><ce:cross-ref refid="aff0380" id="crf4250"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1969-6960" id="au4030" author-id="S0370269322007833-1f660b822738c6ed8755191ebbb4fc37"><ce:given-name>C.</ce:given-name><ce:surname>Jahnke</ce:surname><ce:cross-ref refid="aff1100" id="crf4260"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9087-4665" id="au4040" author-id="S0370269322007833-47f486fd6a34a71748e4296e140bb514"><ce:given-name>M.A.</ce:given-name><ce:surname>Janik</ce:surname><ce:cross-ref refid="aff1320" id="crf4270"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au4050" author-id="S0370269322007833-2f7fea42c1c2ebec5172121a08f119ce"><ce:given-name>T.</ce:given-name><ce:surname>Janson</ce:surname><ce:cross-ref refid="aff0690" id="crf4280"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au4060" author-id="S0370269322007833-2425937bd24637e67d7635ce8c55346a"><ce:given-name>M.</ce:given-name><ce:surname>Jercic</ce:surname><ce:cross-ref refid="aff0890" id="crf4290"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au4070" author-id="S0370269322007833-919c09ef7cea2014a589c5a05b491b03"><ce:given-name>O.</ce:given-name><ce:surname>Jevons</ce:surname><ce:cross-ref refid="aff1000" id="crf4300"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7685-0808" id="au4080" author-id="S0370269322007833-0058ed807ba55e1dc3018df2944a05a9"><ce:given-name>A.A.P.</ce:given-name><ce:surname>Jimenez</ce:surname><ce:cross-ref refid="aff0640" id="crf4310"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1605-5837" id="au4090" author-id="S0370269322007833-77affd2a949bb3c47fc27d2788c61f73"><ce:given-name>F.</ce:given-name><ce:surname>Jonas</ce:surname><ce:cross-ref refid="aff0870" id="crf4320"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1340" id="crf4330"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au4100" author-id="S0370269322007833-6d3535b16f327cd1f041269fdeeb525e"><ce:given-name>P.G.</ce:given-name><ce:surname>Jones</ce:surname><ce:cross-ref refid="aff1000" id="crf4340"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9492-3775" id="au4110" author-id="S0370269322007833-332f78ad8211f0bce6beabba5723298a"><ce:given-name>J.M.</ce:given-name><ce:surname>Jowett</ce:surname><ce:cross-ref refid="aff0320" id="crf4350"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0980" id="crf4360"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6811-5240" id="au4120" author-id="S0370269322007833-20786a6320aecb24049c7d9f097b03cd"><ce:given-name>J.</ce:given-name><ce:surname>Jung</ce:surname><ce:cross-ref refid="aff0630" id="crf4370"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-0872-2785" id="au4130" author-id="S0370269322007833-00f2f22b65e3f00ce32e1e62d7cf8c0a"><ce:given-name>M.</ce:given-name><ce:surname>Jung</ce:surname><ce:cross-ref refid="aff0630" id="crf4380"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-4730-9489" id="au4140" author-id="S0370269322007833-ae7799423187e27a168e4e3b4f50107f"><ce:given-name>A.</ce:given-name><ce:surname>Junique</ce:surname><ce:cross-ref refid="aff0320" id="crf4390"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-3972-0631" id="au4150" author-id="S0370269322007833-678d0d3ca2c9237dc98c1814f934ea74"><ce:given-name>A.</ce:given-name><ce:surname>Jusko</ce:surname><ce:cross-ref refid="aff1000" id="crf4400"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7602-1121" id="au4160" author-id="S0370269322007833-a4ac5f5e32e8b75e8bcde7ebbeebad4a"><ce:given-name>M.J.</ce:given-name><ce:surname>Kabus</ce:surname><ce:cross-ref refid="aff0320" id="crf4410"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1320" id="crf4420"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au4170" author-id="S0370269322007833-62c64c1b6d866f1c9bf4715d6fbc492e"><ce:given-name>J.</ce:given-name><ce:surname>Kaewjai</ce:surname><ce:cross-ref refid="aff1040" id="crf4430"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0559-6697" id="au4180" author-id="S0370269322007833-25f33706ab3c0fc88cb8ef01da3691d8"><ce:given-name>P.</ce:given-name><ce:surname>Kalinak</ce:surname><ce:cross-ref refid="aff0590" id="crf4440"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0618-4843" id="au4190" author-id="S0370269322007833-41b64c1f5ba6342192ac11992e62b1a0"><ce:given-name>A.S.</ce:given-name><ce:surname>Kalteyer</ce:surname><ce:cross-ref refid="aff0980" id="crf4450"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6907-0486" id="au4200" author-id="S0370269322007833-dffd010dc0e688f6f012b5205d40bb61"><ce:given-name>A.</ce:given-name><ce:surname>Kalweit</ce:surname><ce:cross-ref refid="aff0320" id="crf4460"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1513-2845" id="au4210" author-id="S0370269322007833-493ff56921a9a64a54dcfee475f90fdd"><ce:given-name>V.</ce:given-name><ce:surname>Kaplin</ce:surname><ce:cross-ref refid="aff1390" id="crf4470"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6297-2532" id="au4220" author-id="S0370269322007833-74d55f23b79fbb800687a9849bf79462"><ce:given-name>A.</ce:given-name><ce:surname>Karasu Uysal</ce:surname><ce:cross-ref refid="aff0710" id="crf4480"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1726-5684" id="au4230" author-id="S0370269322007833-3e82be203cb62d9eea32b1aaf41e6e24"><ce:given-name>D.</ce:given-name><ce:surname>Karatovic</ce:surname><ce:cross-ref refid="aff0890" id="crf4490"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5629-5181" id="au4240" author-id="S0370269322007833-1817e4e142222876d2313b299f9843d8"><ce:given-name>O.</ce:given-name><ce:surname>Karavichev</ce:surname><ce:cross-ref refid="aff1390" id="crf4500"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9355-6379" id="au4250" author-id="S0370269322007833-580ddb0bc4ebcafe0237765610444018"><ce:given-name>T.</ce:given-name><ce:surname>Karavicheva</ce:surname><ce:cross-ref refid="aff1390" id="crf4510"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9057-9719" id="au4260" author-id="S0370269322007833-2c864e60f2f8af4d19e3507236bca643"><ce:given-name>P.</ce:given-name><ce:surname>Karczmarczyk</ce:surname><ce:cross-ref refid="aff1320" id="crf4520"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6603-6693" id="au4270" author-id="S0370269322007833-b47c69ba46dae7eac2d17ed8f0f0c52d"><ce:given-name>E.</ce:given-name><ce:surname>Karpechev</ce:surname><ce:cross-ref refid="aff1390" id="crf4530"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au4280" author-id="S0370269322007833-f003c09aa81337ca40de53f6ff64aebb"><ce:given-name>V.</ce:given-name><ce:surname>Kashyap</ce:surname><ce:cross-ref refid="aff0800" id="crf4540"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au4290" author-id="S0370269322007833-39796f172188c1223e4ea8fcad046412"><ce:given-name>A.</ce:given-name><ce:surname>Kazantsev</ce:surname><ce:cross-ref refid="aff1390" id="crf4550"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1831-7957" id="au4300" author-id="S0370269322007833-25097e2cb2885fb6e971c19ad9036846"><ce:given-name>U.</ce:given-name><ce:surname>Kebschull</ce:surname><ce:cross-ref refid="aff0690" id="crf4560"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1474-6191" id="au4310" author-id="S0370269322007833-3d6245ad4b6528ec5cd3dc4342645cb4"><ce:given-name>R.</ce:given-name><ce:surname>Keidel</ce:surname><ce:cross-ref refid="aff1380" id="crf4570"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au4320" author-id="S0370269322007833-ceb5d3838f7269f526d5ddd8df1cb948"><ce:given-name>D.L.D.</ce:given-name><ce:surname>Keijdener</ce:surname><ce:cross-ref refid="aff0580" id="crf4580"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-1055-0356" id="au4330" author-id="S0370269322007833-fecaf1ba0b6dd114dc8262a412352f43"><ce:given-name>M.</ce:given-name><ce:surname>Keil</ce:surname><ce:cross-ref refid="aff0320" id="crf4590"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3493-3891" id="au4340" author-id="S0370269322007833-a3efc7a21cb29c0f808956c91bfbb571"><ce:given-name>B.</ce:given-name><ce:surname>Ketzer</ce:surname><ce:cross-ref refid="aff0420" id="crf4600"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6189-3242" id="au4350" author-id="S0370269322007833-99c000594e31fd37cd95a982e448f9dc"><ce:given-name>A.M.</ce:given-name><ce:surname>Khan</ce:surname><ce:cross-ref refid="aff0060" id="crf4610"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3075-2871" id="au4360" author-id="S0370269322007833-f6c8839e395d611d25f6fa4213d5e698"><ce:given-name>S.</ce:given-name><ce:surname>Khan</ce:surname><ce:cross-ref refid="aff0150" id="crf4620"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5741-7144" id="au4370" author-id="S0370269322007833-186865278d1d181677646be57683775a"><ce:given-name>A.</ce:given-name><ce:surname>Khanzadeev</ce:surname><ce:cross-ref refid="aff1390" id="crf4630"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6653-6164" id="au4380" author-id="S0370269322007833-667eb5ff074568d1178a6a82bbbe94b7"><ce:given-name>Y.</ce:given-name><ce:surname>Kharlov</ce:surname><ce:cross-ref refid="aff1390" id="crf4640"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2724-668X" id="au4390" author-id="S0370269322007833-af29601a63909b511dc3fe2827d242d9"><ce:given-name>A.</ce:given-name><ce:surname>Khatun</ce:surname><ce:cross-ref refid="aff0150" id="crf4650"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0996-8547" id="au4400" author-id="S0370269322007833-75eccdf33b014088940ea8dfe6928ca8"><ce:given-name>A.</ce:given-name><ce:surname>Khuntia</ce:surname><ce:cross-ref refid="aff1060" id="crf4660"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-9098-9839" id="au4410" author-id="S0370269322007833-792a298eca520b567c604456dc6322b2"><ce:given-name>B.</ce:given-name><ce:surname>Kileng</ce:surname><ce:cross-ref refid="aff0340" id="crf4670"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7504-2809" id="au4420" author-id="S0370269322007833-9b23417ef9a5f93123d01e62c85ee2f1"><ce:given-name>B.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0160" id="crf4680"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6434-7084" id="au4430" author-id="S0370269322007833-8bc3985ada2d6d796030e3de8aea9f63"><ce:given-name>C.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0160" id="crf4690"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4816-283X" id="au4440" author-id="S0370269322007833-c18492d4842a66cb0d14646da5c084c8"><ce:given-name>D.J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1140" id="crf4700"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1433-6018" id="au4450" author-id="S0370269322007833-73b93e75a95f97d0b7fb71398a2bef69"><ce:given-name>E.J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0680" id="crf4710"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-0438-5567" id="au4460" author-id="S0370269322007833-6f8a289971f122fa7640055e2634f19d"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1370" id="crf4720"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-7951-7118" id="au4470" author-id="S0370269322007833-dfb0fb9c0568dd8cbf37c9f5f055de0c"><ce:given-name>J.S.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0400" id="crf4730"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9676-3309" id="au4480" author-id="S0370269322007833-f0f62d1a88ed70b50b4702c893373ef6"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0950" id="crf4740"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0078-8398" id="au4490" author-id="S0370269322007833-4996f50d237828fb641f2125c781fb18"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0680" id="crf4750"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0906-062X" id="au4500" author-id="S0370269322007833-edf468cf90c2dcc763cfd500dbda49bc"><ce:given-name>M.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0950" id="crf4760"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2102-7398" id="au4510" author-id="S0370269322007833-77086c040925a97ab71dcbcf2722d4dc"><ce:given-name>S.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0170" id="crf4770"><ce:sup>17</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4558-7856" id="au4520" author-id="S0370269322007833-70e64afd137aa22c6ba2e91f64c9dac9"><ce:given-name>T.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1370" id="crf4780"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-8978-9852" id="au4530" author-id="S0370269322007833-efcb2ff34ccc26684c4f862156dbc55a"><ce:given-name>S.</ce:given-name><ce:surname>Kirsch</ce:surname><ce:cross-ref refid="aff0630" id="crf4790"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4808-419X" id="au4540" author-id="S0370269322007833-df848de5f96c2592f3a76af09c90e839"><ce:given-name>I.</ce:given-name><ce:surname>Kisel</ce:surname><ce:cross-ref refid="aff0380" id="crf4800"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8354-7786" id="au4550" author-id="S0370269322007833-1ea25b0801f093face42e8b610a2d484"><ce:given-name>S.</ce:given-name><ce:surname>Kiselev</ce:surname><ce:cross-ref refid="aff1390" id="crf4810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8322-9510" id="au4560" author-id="S0370269322007833-b4b529dfa240f7101c6ef3cba6758335"><ce:given-name>A.</ce:given-name><ce:surname>Kisiel</ce:surname><ce:cross-ref refid="aff1320" id="crf4820"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3902-8310" id="au4570" author-id="S0370269322007833-3020f734fbf0ea535b95f85803c7ef8d"><ce:given-name>J.P.</ce:given-name><ce:surname>Kitowski</ce:surname><ce:cross-ref refid="aff0020" id="crf4830"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5592-0758" id="au4580" author-id="S0370269322007833-4018d364555aeb9f03f745de3249ceb1"><ce:given-name>J.L.</ce:given-name><ce:surname>Klay</ce:surname><ce:cross-ref refid="aff0050" id="crf4840"><ce:sup>5</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1301-1636" id="au4590" author-id="S0370269322007833-372c26d1a04e6fe5aee55307263fb082"><ce:given-name>J.</ce:given-name><ce:surname>Klein</ce:surname><ce:cross-ref refid="aff0320" id="crf4850"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2841-6553" id="au4600" author-id="S0370269322007833-02841ffd4e912d3392078c41f2d3f476"><ce:given-name>S.</ce:given-name><ce:surname>Klein</ce:surname><ce:cross-ref refid="aff0740" id="crf4860"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7285-3411" id="au4610" author-id="S0370269322007833-6bf927a1285ef066338061ff7129060f"><ce:given-name>C.</ce:given-name><ce:surname>Klein-Bösing</ce:surname><ce:cross-ref refid="aff1340" id="crf4870"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-0133-319X" id="au4620" author-id="S0370269322007833-de686ca459e7053bffb2eb548734fab9"><ce:given-name>M.</ce:given-name><ce:surname>Kleiner</ce:surname><ce:cross-ref refid="aff0630" id="crf4880"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4116-7002" id="au4630" author-id="S0370269322007833-d9c0b8c97e650cfceefe4795474835cd"><ce:given-name>T.</ce:given-name><ce:surname>Klemenz</ce:surname><ce:cross-ref refid="aff0960" id="crf4890"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6497-3974" id="au4640" author-id="S0370269322007833-3d35488d928629a86aacb8787aed73e0"><ce:given-name>A.</ce:given-name><ce:surname>Kluge</ce:surname><ce:cross-ref refid="aff0320" id="crf4900"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2211-715X" id="au4650" author-id="S0370269322007833-291644a1948a05fe8bb6f16d5715bffe"><ce:given-name>A.G.</ce:given-name><ce:surname>Knospe</ce:surname><ce:cross-ref refid="aff1130" id="crf4910"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7296-5248" id="au4660" author-id="S0370269322007833-9af73f258a62987a4bb0e3d5b123ac21"><ce:given-name>C.</ce:given-name><ce:surname>Kobdaj</ce:surname><ce:cross-ref refid="aff1040" id="crf4920"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author id="au4670" author-id="S0370269322007833-9002912594757f4703158b0d8b2f3fac"><ce:given-name>T.</ce:given-name><ce:surname>Kollegger</ce:surname><ce:cross-ref refid="aff0980" id="crf4930"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6203-9160" id="au4680" author-id="S0370269322007833-928dc5fa825dcae3f1c6433fdc958dcb"><ce:given-name>A.</ce:given-name><ce:surname>Kondratyev</ce:surname><ce:cross-ref refid="aff1400" id="crf4940"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-5996-0685" id="au4690" author-id="S0370269322007833-d7620b6a11f6a0eda9746e31690949db"><ce:given-name>N.</ce:given-name><ce:surname>Kondratyeva</ce:surname><ce:cross-ref refid="aff1390" id="crf4950"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9249-0435" id="au4700" author-id="S0370269322007833-168e8894834b8d6f8633ed84e99ae03a"><ce:given-name>E.</ce:given-name><ce:surname>Kondratyuk</ce:surname><ce:cross-ref refid="aff1390" id="crf4960"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8831-4009" id="au4710" author-id="S0370269322007833-2e621f6ebd3003956714d6ed1e9ba337"><ce:given-name>J.</ce:given-name><ce:surname>Konig</ce:surname><ce:cross-ref refid="aff0630" id="crf4970"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4824-2458" id="au4720" author-id="S0370269322007833-1aebff40479695495aa421611d1f2770"><ce:given-name>S.A.</ce:given-name><ce:surname>Konigstorfer</ce:surname><ce:cross-ref refid="aff0960" id="crf4980"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8738-7268" id="au4730" author-id="S0370269322007833-6fdeb78af09c425c2fc777a22b5ae9aa"><ce:given-name>P.J.</ce:given-name><ce:surname>Konopka</ce:surname><ce:cross-ref refid="aff0320" id="crf4990"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3652-6683" id="au4740" author-id="S0370269322007833-a6ebc19161b718e614409bd14cd742e2"><ce:given-name>G.</ce:given-name><ce:surname>Kornakov</ce:surname><ce:cross-ref refid="aff1320" id="crf5000"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6810-6897" id="au4750" author-id="S0370269322007833-bc606283f8e9b64ca017e5537c8a999c"><ce:given-name>S.D.</ce:given-name><ce:surname>Koryciak</ce:surname><ce:cross-ref refid="aff0020" id="crf5010"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3576-4185" id="au4760" author-id="S0370269322007833-584f8d6c45b2c92afa67eb902a0518d0"><ce:given-name>A.</ce:given-name><ce:surname>Kotliarov</ce:surname><ce:cross-ref refid="aff0860" id="crf5020"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-8435-0001" id="au4770" author-id="S0370269322007833-ca3a82a6876159a778c0defe2c9f7afc"><ce:given-name>O.</ce:given-name><ce:surname>Kovalenko</ce:surname><ce:cross-ref refid="aff0790" id="crf5030"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6012-6615" id="au4780" author-id="S0370269322007833-17207e96345007386cfe12e5162ff8cf"><ce:given-name>V.</ce:given-name><ce:surname>Kovalenko</ce:surname><ce:cross-ref refid="aff1390" id="crf5040"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7568-7498" id="au4790" author-id="S0370269322007833-0d9ac57469fae9491715aab4c71e2aef"><ce:given-name>M.</ce:given-name><ce:surname>Kowalski</ce:surname><ce:cross-ref refid="aff1060" id="crf5050"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6441-9300" id="au4800" author-id="S0370269322007833-0507f19b08166459bd555f81a134ecd8"><ce:given-name>I.</ce:given-name><ce:surname>Králik</ce:surname><ce:cross-ref refid="aff0590" id="crf5060"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1381-3436" id="au4810" author-id="S0370269322007833-023433a08cd3402e59db6401c669cb0f"><ce:given-name>A.</ce:given-name><ce:surname>Kravčáková</ce:surname><ce:cross-ref refid="aff0370" id="crf5070"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au4820" author-id="S0370269322007833-5ae20d0891d7ae02dfed674701ce3a0f"><ce:given-name>L.</ce:given-name><ce:surname>Kreis</ce:surname><ce:cross-ref refid="aff0980" id="crf5080"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5091-4159" id="au4830" author-id="S0370269322007833-cbcb2ee3fb84eb500c0f9ad43570a2f7"><ce:given-name>M.</ce:given-name><ce:surname>Krivda</ce:surname><ce:cross-ref refid="aff1000" id="crf5090"><ce:sup>100</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0590" id="crf5100"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6593-4574" id="au4840" author-id="S0370269322007833-5e1a6cb706f854d8977bdf9f4302ff9d"><ce:given-name>F.</ce:given-name><ce:surname>Krizek</ce:surname><ce:cross-ref refid="aff0860" id="crf5110"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5569-1254" id="au4850" author-id="S0370269322007833-c7ba6f3c10f1fdef5885803cb741ca27"><ce:given-name>K.</ce:given-name><ce:surname>Krizkova Gajdosova</ce:surname><ce:cross-ref refid="aff0350" id="crf5120"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-6795-6109" id="au4860" author-id="S0370269322007833-7c694b6b00252b450fe7d9c484f6e9d5"><ce:given-name>M.</ce:given-name><ce:surname>Kroesen</ce:surname><ce:cross-ref refid="aff0950" id="crf5130"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7174-6617" id="au4870" author-id="S0370269322007833-bf9e7ebe8c005dbf752b23333ffad9b1"><ce:given-name>M.</ce:given-name><ce:surname>Krüger</ce:surname><ce:cross-ref refid="aff0630" id="crf5140"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1706-4428" id="au4880" author-id="S0370269322007833-83394498cf07bf82c0da59782bb4b8fb"><ce:given-name>D.M.</ce:given-name><ce:surname>Krupova</ce:surname><ce:cross-ref refid="aff0350" id="crf5150"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2197-4109" id="au4890" author-id="S0370269322007833-152e2b03ce0f7c4b9e66b15f16da951b"><ce:given-name>E.</ce:given-name><ce:surname>Kryshen</ce:surname><ce:cross-ref refid="aff1390" id="crf5160"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au4900" author-id="S0370269322007833-003931bcfcc6c66261250e70a6411441"><ce:given-name>M.</ce:given-name><ce:surname>Krzewicki</ce:surname><ce:cross-ref refid="aff0380" id="crf5170"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3567-5177" id="au4910" author-id="S0370269322007833-2b9484aa61648b32a23a9d1c4e4afe4c"><ce:given-name>V.</ce:given-name><ce:surname>Kučera</ce:surname><ce:cross-ref refid="aff0320" id="crf5180"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7998-5046" id="au4920" author-id="S0370269322007833-6fbc34de0b19002d51fb1202918b911f"><ce:given-name>C.</ce:given-name><ce:surname>Kuhn</ce:surname><ce:cross-ref refid="aff1260" id="crf5190"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6987-2048" id="au4930" author-id="S0370269322007833-c0d55a9ea28fff5062fd266d451ebca3"><ce:given-name>P.G.</ce:given-name><ce:surname>Kuijer</ce:surname><ce:cross-ref refid="aff0840" id="crf5200"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author id="au4940" author-id="S0370269322007833-e2b27f4b8744bdf182d5dd995ab6a78e"><ce:given-name>T.</ce:given-name><ce:surname>Kumaoka</ce:surname><ce:cross-ref refid="aff1220" id="crf5210"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author id="au4950" author-id="S0370269322007833-5b6728977863a69bbdff287cf59159be"><ce:given-name>D.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff1310" id="crf5220"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2746-9840" id="au4960" author-id="S0370269322007833-452ed3f470356679f9c499737eb542ca"><ce:given-name>L.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff0900" id="crf5230"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au4970" author-id="S0370269322007833-73a13e8c13dacf2997abb66135afd4b1"><ce:given-name>N.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff0900" id="crf5240"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3150-2831" id="au4980" author-id="S0370269322007833-85d0d64065a457b5459be1bf42f572a3"><ce:given-name>S.</ce:given-name><ce:surname>Kundu</ce:surname><ce:cross-ref refid="aff0320" id="crf5250"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0613-5278" id="au4990" author-id="S0370269322007833-ec950fa04f628c5f396e087a0c14602b"><ce:given-name>P.</ce:given-name><ce:surname>Kurashvili</ce:surname><ce:cross-ref refid="aff0790" id="crf5260"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7672-2067" id="au5000" author-id="S0370269322007833-5ce987175ac4168048dcf57f52666019"><ce:given-name>A.</ce:given-name><ce:surname>Kurepin</ce:surname><ce:cross-ref refid="aff1390" id="crf5270"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1851-4136" id="au5010" author-id="S0370269322007833-e02c92a695af4218b2f1c3c369d286f9"><ce:given-name>A.B.</ce:given-name><ce:surname>Kurepin</ce:surname><ce:cross-ref refid="aff1390" id="crf5280"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9289-2840" id="au5020" author-id="S0370269322007833-c4f10c422c29745a408be11b6848006a"><ce:given-name>S.</ce:given-name><ce:surname>Kushpil</ce:surname><ce:cross-ref refid="aff0860" id="crf5290"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0298-9073" id="au5030" author-id="S0370269322007833-092f59a112f41bc28bcf84ea9bb2e0b3"><ce:given-name>J.</ce:given-name><ce:surname>Kvapil</ce:surname><ce:cross-ref refid="aff1000" id="crf5300"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8958-4190" id="au5040" author-id="S0370269322007833-72dbada6c41eb7339b24619e757e5ae7"><ce:given-name>M.J.</ce:given-name><ce:surname>Kweon</ce:surname><ce:cross-ref refid="aff0570" id="crf5310"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6586-9300" id="au5050" author-id="S0370269322007833-61c9d458ff6df99d164b8862dacbd3e4"><ce:given-name>J.Y.</ce:given-name><ce:surname>Kwon</ce:surname><ce:cross-ref refid="aff0570" id="crf5320"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4180-0413" id="au5060" author-id="S0370269322007833-266373239c29ba30d3a1c785c3ab69ad"><ce:given-name>Y.</ce:given-name><ce:surname>Kwon</ce:surname><ce:cross-ref refid="aff1370" id="crf5330"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5267-0140" id="au5070" author-id="S0370269322007833-6691eb515795d99ac215bc8b10f85758"><ce:given-name>S.L.</ce:given-name><ce:surname>La Pointe</ce:surname><ce:cross-ref refid="aff0380" id="crf5340"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7291-8166" id="au5080" author-id="S0370269322007833-e90aea54bfcd8809a4a391f3d39caa8e"><ce:given-name>P.</ce:given-name><ce:surname>La Rocca</ce:surname><ce:cross-ref refid="aff0260" id="crf5350"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author id="au5090" author-id="S0370269322007833-c3a2e758760734d44d0cbdf236a486e2"><ce:given-name>Y.S.</ce:given-name><ce:surname>Lai</ce:surname><ce:cross-ref refid="aff0740" id="crf5360"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au5100" author-id="S0370269322007833-36e308d0802cf92b90ccf4616096291c"><ce:given-name>A.</ce:given-name><ce:surname>Lakrathok</ce:surname><ce:cross-ref refid="aff1040" id="crf5370"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-1840-462X" id="au5110" author-id="S0370269322007833-ff5a2102a7f388c5230b30a441cd84ab"><ce:given-name>M.</ce:given-name><ce:surname>Lamanna</ce:surname><ce:cross-ref refid="aff0320" id="crf5380"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9471-1804" id="au5120" author-id="S0370269322007833-62a9bf37d4e0fdd48c7bd1f38dcfbf3a"><ce:given-name>R.</ce:given-name><ce:surname>Langoy</ce:surname><ce:cross-ref refid="aff1180" id="crf5390"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5489-3751" id="au5130" author-id="S0370269322007833-de3323d062bd80f0a2ab5558489c711f"><ce:given-name>P.</ce:given-name><ce:surname>Larionov</ce:surname><ce:cross-ref refid="aff0480" id="crf5400"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-8424-015X" id="au5140" author-id="S0370269322007833-010139fc11caead785cba90c3f22b78c"><ce:given-name>E.</ce:given-name><ce:surname>Laudi</ce:surname><ce:cross-ref refid="aff0320" id="crf5410"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7017-4183" id="au5150" author-id="S0370269322007833-d15f62cbf98296694c6b57b383cda374"><ce:given-name>L.</ce:given-name><ce:surname>Lautner</ce:surname><ce:cross-ref refid="aff0320" id="crf5420"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0960" id="crf5430"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8384-0384" id="au5160" author-id="S0370269322007833-5a4e839f45ef775afdfa6ac12c344603"><ce:given-name>R.</ce:given-name><ce:surname>Lavicka</ce:surname><ce:cross-ref refid="aff1020" id="crf5440"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8068-8786" id="au5170" author-id="S0370269322007833-7e32e6e6b61d9ff00c4dda9ac6d14492"><ce:given-name>T.</ce:given-name><ce:surname>Lazareva</ce:surname><ce:cross-ref refid="aff1390" id="crf5450"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5955-0769" id="au5180" author-id="S0370269322007833-cf38300965ac7a9451bda6d8a5680f06"><ce:given-name>R.</ce:given-name><ce:surname>Lea</ce:surname><ce:cross-ref refid="aff1300" id="crf5460"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf5470"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-3545-3275" id="au5190" author-id="S0370269322007833-37b2998cb24f91a83d6b8fe947873879"><ce:given-name>J.</ce:given-name><ce:surname>Lehrbach</ce:surname><ce:cross-ref refid="aff0380" id="crf5480"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1259-979X" id="au5200" author-id="S0370269322007833-bfac2d14339974e56090ce7d03cfd491"><ce:given-name>R.C.</ce:given-name><ce:surname>Lemmon</ce:surname><ce:cross-ref refid="aff0850" id="crf5490"><ce:sup>85</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7919-2150" id="au5210" author-id="S0370269322007833-c6fa5b28978d9fc7f7557a4533b27313"><ce:given-name>I.</ce:given-name><ce:surname>León Monzón</ce:surname><ce:cross-ref refid="aff1080" id="crf5500"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7480-7558" id="au5220" author-id="S0370269322007833-b47d573d570778c72250034133dd0dcd"><ce:given-name>M.M.</ce:given-name><ce:surname>Lesch</ce:surname><ce:cross-ref refid="aff0960" id="crf5510"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8367-8703" id="au5230" author-id="S0370269322007833-1220936f8c3e772c7bc5bd52d164ea62"><ce:given-name>E.D.</ce:given-name><ce:surname>Lesser</ce:surname><ce:cross-ref refid="aff0180" id="crf5520"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author id="au5240" author-id="S0370269322007833-7503ab74dc32cdca0d0ce2708b6fc62b"><ce:given-name>M.</ce:given-name><ce:surname>Lettrich</ce:surname><ce:cross-ref refid="aff0960" id="crf5530"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9345-9620" id="au5250" author-id="S0370269322007833-e70f722970d8fa57f48b1ecb148e671f"><ce:given-name>P.</ce:given-name><ce:surname>Lévai</ce:surname><ce:cross-ref refid="aff1350" id="crf5540"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author id="au5260" author-id="S0370269322007833-a0605ac4e72e44712381b82def9271d2"><ce:given-name>X.</ce:given-name><ce:surname>Li</ce:surname><ce:cross-ref refid="aff0100" id="crf5550"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author id="au5270" author-id="S0370269322007833-cc74eb2247ce3af85a6732c250f67c0a"><ce:given-name>X.L.</ce:given-name><ce:surname>Li</ce:surname><ce:cross-ref refid="aff0060" id="crf5560"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0425-9138" id="au5280" author-id="S0370269322007833-4a992df9625f4654079a1d54fe3050dc"><ce:given-name>J.</ce:given-name><ce:surname>Lien</ce:surname><ce:cross-ref refid="aff1180" id="crf5570"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9188-9428" id="au5290" author-id="S0370269322007833-7a65f3b7f678e5c2552787af798958bb"><ce:given-name>R.</ce:given-name><ce:surname>Lietava</ce:surname><ce:cross-ref refid="aff1000" id="crf5580"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1904-296X" id="au5300" author-id="S0370269322007833-d955dd326a6b24b472408dcf588fbe01"><ce:given-name>B.</ce:given-name><ce:surname>Lim</ce:surname><ce:cross-ref refid="aff0160" id="crf5590"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6335-7427" id="au5310" author-id="S0370269322007833-b2d24b5f31dcca3d1e704242a723ab1e"><ce:given-name>S.H.</ce:given-name><ce:surname>Lim</ce:surname><ce:cross-ref refid="aff0160" id="crf5600"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-7301-988X" id="au5320" author-id="S0370269322007833-a0abd4f8fbc66676d9d8cfbb0711ee28"><ce:given-name>V.</ce:given-name><ce:surname>Lindenstruth</ce:surname><ce:cross-ref refid="aff0380" id="crf5610"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au5330" author-id="S0370269322007833-3d24a1b74ec4fbe786708a1f8c9f6e11"><ce:given-name>A.</ce:given-name><ce:surname>Lindner</ce:surname><ce:cross-ref refid="aff0450" id="crf5620"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0062-0536" id="au5340" author-id="S0370269322007833-8a5fa3bee787865749e0168a8df6dd75"><ce:given-name>C.</ce:given-name><ce:surname>Lippmann</ce:surname><ce:cross-ref refid="aff0980" id="crf5630"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6895-4829" id="au5350" author-id="S0370269322007833-ead95e3a774c81b3f89bc054e5d6f79d"><ce:given-name>A.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff0180" id="crf5640"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-6383-6069" id="au5360" author-id="S0370269322007833-72c31cf7fd4f7cbc1e067c301e264a7b"><ce:given-name>D.H.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff0060" id="crf5650"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8397-7620" id="au5370" author-id="S0370269322007833-d33f3673745ac09a4bd83a9832067fc2"><ce:given-name>J.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff1160" id="crf5660"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9063-1599" id="au5380" author-id="S0370269322007833-b9e720b3892d6df4a602038adef2d89b"><ce:given-name>I.M.</ce:given-name><ce:surname>Lofnes</ce:surname><ce:cross-ref refid="aff0200" id="crf5670"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au5390" author-id="S0370269322007833-d2d5a8b78ccac0e373f920fe9a09aa97"><ce:given-name>V.</ce:given-name><ce:surname>Loginov</ce:surname><ce:cross-ref refid="aff1390" id="crf5680"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8635-8465" id="au5400" author-id="S0370269322007833-b413a08113ab7d7b659999e5cf6f80ec"><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname><ce:cross-ref refid="aff0870" id="crf5690"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6486-2230" id="au5410" author-id="S0370269322007833-7760f7b12e0ae50c6628884c9527b7f8"><ce:given-name>P.</ce:given-name><ce:surname>Loncar</ce:surname><ce:cross-ref refid="aff0330" id="crf5700"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5648-4206" id="au5420" author-id="S0370269322007833-746d5277a4842453b01541567420071c"><ce:given-name>J.A.</ce:given-name><ce:surname>Lopez</ce:surname><ce:cross-ref refid="aff0950" id="crf5710"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8159-8603" id="au5430" author-id="S0370269322007833-eb8caf4765a7b69b0b410dea503036ef"><ce:given-name>X.</ce:given-name><ce:surname>Lopez</ce:surname><ce:cross-ref refid="aff1240" id="crf5720"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2850-4222" id="au5440" author-id="S0370269322007833-bfdc7e80cc11f0b8e8ebbe116e3b40af"><ce:given-name>E.</ce:given-name><ce:surname>López Torres</ce:surname><ce:cross-ref refid="aff0070" id="crf5730"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7002-0061" id="au5450" author-id="S0370269322007833-a2a5203bc426c5b56c9677ef51fa9618"><ce:given-name>P.</ce:given-name><ce:surname>Lu</ce:surname><ce:cross-ref refid="aff0980" id="crf5740"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1170" id="crf5750"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-1802-5857" id="au5460" author-id="S0370269322007833-c5a67e8179608ec5b0aafcb27922b123"><ce:given-name>J.R.</ce:given-name><ce:surname>Luhder</ce:surname><ce:cross-ref refid="aff1340" id="crf5760"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6027-0024" id="au5470" author-id="S0370269322007833-ac354e12097ba3237b4e8becfa09068f"><ce:given-name>M.</ce:given-name><ce:surname>Lunardon</ce:surname><ce:cross-ref refid="aff0270" id="crf5770"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9901-2014" id="au5480" author-id="S0370269322007833-5e2aec4322b3a76ebd5b313f612d0ef9"><ce:given-name>G.</ce:given-name><ce:surname>Luparello</ce:surname><ce:cross-ref refid="aff0560" id="crf5780"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0233-9900" id="au5490" author-id="S0370269322007833-ae10f1124a6d10ee41f7dfd0969ec7f7"><ce:given-name>Y.G.</ce:given-name><ce:surname>Ma</ce:surname><ce:cross-ref refid="aff0390" id="crf5790"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au5500" author-id="S0370269322007833-ccf6c50f24679c23658aa80c5c5ba797"><ce:given-name>A.</ce:given-name><ce:surname>Maevskaya</ce:surname><ce:cross-ref refid="aff1390" id="crf5800"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-2291-691X" id="au5510" author-id="S0370269322007833-4db0592a99f5fe07487c6e2183bbec5e"><ce:given-name>M.</ce:given-name><ce:surname>Mager</ce:surname><ce:cross-ref refid="aff0320" id="crf5810"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au5520" author-id="S0370269322007833-49a35245a0dfd6d925af39e485fd2b19"><ce:given-name>T.</ce:given-name><ce:surname>Mahmoud</ce:surname><ce:cross-ref refid="aff0420" id="crf5820"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4831-2367" id="au5530" author-id="S0370269322007833-9e32a4eb2d60d07492ed07879d1ba899"><ce:given-name>A.</ce:given-name><ce:surname>Maire</ce:surname><ce:cross-ref refid="aff1260" id="crf5830"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-9974-0169" id="au5540" author-id="S0370269322007833-480dc40dd11dfc77e873a612eccdb132"><ce:given-name>M.</ce:given-name><ce:surname>Malaev</ce:surname><ce:cross-ref refid="aff1390" id="crf5840"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5682-0903" id="au5550" author-id="S0370269322007833-0e6be5f29bec28493d92882efdf51b71"><ce:given-name>N.M.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff0910" id="crf5850"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au5560" author-id="S0370269322007833-c6fcc95cd4cdedae79297703c0d08aa2"><ce:given-name>Q.W.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff0190" id="crf5860"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0311-9552" id="au5570" author-id="S0370269322007833-95205b5ef60e770f6d26841eabc2e1d7"><ce:given-name>S.K.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff0910" id="crf5870"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1723-4121" id="au5580" author-id="S0370269322007833-936b27afd733c31868b4919191980b7e"><ce:given-name>L.</ce:given-name><ce:surname>Malinina</ce:surname><ce:cross-ref refid="aff1400" id="crf5880"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0070" id="crf5890"><ce:sup>VII</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6683-7626" id="au5590" author-id="S0370269322007833-f926e6315c3305b537dca532275d8384"><ce:given-name>D.</ce:given-name><ce:surname>Mal'Kevich</ce:surname><ce:cross-ref refid="aff1390" id="crf5900"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4256-052X" id="au5600" author-id="S0370269322007833-dd91a2d4dbe46f21cab7d924d889e215"><ce:given-name>D.</ce:given-name><ce:surname>Mallick</ce:surname><ce:cross-ref refid="aff0800" id="crf5910"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2706-1025" id="au5610" author-id="S0370269322007833-cd1ebe862a29a9777788f8d7ec45ecb9"><ce:given-name>N.</ce:given-name><ce:surname>Mallick</ce:surname><ce:cross-ref refid="aff0470" id="crf5920"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4486-4807" id="au5620" author-id="S0370269322007833-d4c32185923f585ec34def60785e4b47"><ce:given-name>G.</ce:given-name><ce:surname>Mandaglio</ce:surname><ce:cross-ref refid="aff0300" id="crf5930"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf5940"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4772-3615" id="au5630" author-id="S0370269322007833-58aa8db033386d182aa416002abb0bb0"><ce:given-name>V.</ce:given-name><ce:surname>Manko</ce:surname><ce:cross-ref refid="aff1390" id="crf5950"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-5115-943X" id="au5640" author-id="S0370269322007833-ef1b895e9c8b25be214594011f130ecc"><ce:given-name>F.</ce:given-name><ce:surname>Manso</ce:surname><ce:cross-ref refid="aff1240" id="crf5960"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3102-1504" id="au5650" author-id="S0370269322007833-ee492d64c2c806fdfad2e45bb162139c"><ce:given-name>V.</ce:given-name><ce:surname>Manzari</ce:surname><ce:cross-ref refid="aff0490" id="crf5970"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0786-8545" id="au5660" author-id="S0370269322007833-bb39ae87032a2bc59c58de89d04c57e3"><ce:given-name>Y.</ce:given-name><ce:surname>Mao</ce:surname><ce:cross-ref refid="aff0060" id="crf5980"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1965-7953" id="au5670" author-id="S0370269322007833-f45a279d5594e6282983390571f98895"><ce:given-name>G.V.</ce:given-name><ce:surname>Margagliotti</ce:surname><ce:cross-ref refid="aff0230" id="crf5990"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2146-0391" id="au5680" author-id="S0370269322007833-a5a585b3a9c7faaf9557898ee27fdd26"><ce:given-name>A.</ce:given-name><ce:surname>Margotti</ce:surname><ce:cross-ref refid="aff0500" id="crf6000"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9069-0353" id="au5690" author-id="S0370269322007833-f5704986f4e8349acdb3984b81d54b4c"><ce:given-name>A.</ce:given-name><ce:surname>Marín</ce:surname><ce:cross-ref refid="aff0980" id="crf6010"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9675-4322" id="au5700" author-id="S0370269322007833-e992933fe49e7427774aa8771d49b5bb"><ce:given-name>C.</ce:given-name><ce:surname>Markert</ce:surname><ce:cross-ref refid="aff1070" id="crf6020"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author id="au5710" author-id="S0370269322007833-a7ddfbc7e23fce839e30d3ab7e77dfbe"><ce:given-name>M.</ce:given-name><ce:surname>Marquard</ce:surname><ce:cross-ref refid="aff0630" id="crf6030"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au5720" author-id="S0370269322007833-afdd164b01b94a7074f2fbc620eb0ff1"><ce:given-name>N.A.</ce:given-name><ce:surname>Martin</ce:surname><ce:cross-ref refid="aff0950" id="crf6040"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0288-202X" id="au5730" author-id="S0370269322007833-bdb63031953a92be3633c45b8eeeff7d"><ce:given-name>P.</ce:given-name><ce:surname>Martinengo</ce:surname><ce:cross-ref refid="aff0320" id="crf6050"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au5740" author-id="S0370269322007833-144ea5f8ec04406173257519f3d666bd"><ce:given-name>J.L.</ce:given-name><ce:surname>Martinez</ce:surname><ce:cross-ref refid="aff1130" id="crf6060"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8503-3009" id="au5750" author-id="S0370269322007833-83f64474d3c65ea58bb147eca56c0a15"><ce:given-name>M.I.</ce:given-name><ce:surname>Martínez</ce:surname><ce:cross-ref refid="aff0440" id="crf6070"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8657-6742" id="au5760" author-id="S0370269322007833-e0c323ef8d16b785104467ea438dbdc9"><ce:given-name>G.</ce:given-name><ce:surname>Martínez García</ce:surname><ce:cross-ref refid="aff1030" id="crf6080"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2064-6517" id="au5770" author-id="S0370269322007833-51e0e8c2cceb524872d8036ecd225af9"><ce:given-name>S.</ce:given-name><ce:surname>Masciocchi</ce:surname><ce:cross-ref refid="aff0980" id="crf6090"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1880-5467" id="au5780" author-id="S0370269322007833-2a90111ac3a071bbb8b004ca1ea40d3c"><ce:given-name>M.</ce:given-name><ce:surname>Masera</ce:surname><ce:cross-ref refid="aff0240" id="crf6100"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2699-1522" id="au5790" author-id="S0370269322007833-04a5f97b261c83c0c4637dd4d3bb9705"><ce:given-name>A.</ce:given-name><ce:surname>Masoni</ce:surname><ce:cross-ref refid="aff0510" id="crf6110"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5475-5092" id="au5800" author-id="S0370269322007833-a3b063ae91333c1b0ffd50f56b12dfa5"><ce:given-name>L.</ce:given-name><ce:surname>Massacrier</ce:surname><ce:cross-ref refid="aff0720" id="crf6120"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3711-8902" id="au5810" author-id="S0370269322007833-f0a1544d330e5c9d0acb6ac10969b50a"><ce:given-name>A.</ce:given-name><ce:surname>Mastroserio</ce:surname><ce:cross-ref refid="aff1280" id="crf6130"><ce:sup>128</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0490" id="crf6140"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7604-9116" id="au5820" author-id="S0370269322007833-bfa142a04a6735de2fc215a59104ae27"><ce:given-name>A.M.</ce:given-name><ce:surname>Mathis</ce:surname><ce:cross-ref refid="aff0960" id="crf6150"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0015-9367" id="au5830" author-id="S0370269322007833-f318ba961bb1bb8859b8865292e28ed8"><ce:given-name>O.</ce:given-name><ce:surname>Matonoha</ce:surname><ce:cross-ref refid="aff0750" id="crf6160"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au5840" author-id="S0370269322007833-ce0d736fb3b62cb6bed681391218a8ea"><ce:given-name>P.F.T.</ce:given-name><ce:surname>Matuoka</ce:surname><ce:cross-ref refid="aff1090" id="crf6170"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4524-563X" id="au5850" author-id="S0370269322007833-9ff707b7acfe73de465ebe0d45c6c10b"><ce:given-name>A.</ce:given-name><ce:surname>Matyja</ce:surname><ce:cross-ref refid="aff1060" id="crf6180"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2570-8278" id="au5860" author-id="S0370269322007833-c3f2456b769b2c53717852137b45469d"><ce:given-name>C.</ce:given-name><ce:surname>Mayer</ce:surname><ce:cross-ref refid="aff1060" id="crf6190"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-7230-3792" id="au5870" author-id="S0370269322007833-9e67741419a6e506564d35337abc13d8"><ce:given-name>A.L.</ce:given-name><ce:surname>Mazuecos</ce:surname><ce:cross-ref refid="aff0320" id="crf6200"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2613-2901" id="au5880" author-id="S0370269322007833-b18c826c86e77aa14ae310934f28848b"><ce:given-name>F.</ce:given-name><ce:surname>Mazzaschi</ce:surname><ce:cross-ref refid="aff0240" id="crf6210"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1415-4559" id="au5890" author-id="S0370269322007833-d4a2d54448732d195ca1f3405e563f36"><ce:given-name>M.</ce:given-name><ce:surname>Mazzilli</ce:surname><ce:cross-ref refid="aff0320" id="crf6220"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9745-0504" id="au5900" author-id="S0370269322007833-2dc3ae02f3986fe0007b48539572abad"><ce:given-name>J.E.</ce:given-name><ce:surname>Mdhluli</ce:surname><ce:cross-ref refid="aff1200" id="crf6230"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author id="au5910" author-id="S0370269322007833-9c4cf9aa4a93681a22bbeac30e3992ca"><ce:given-name>A.F.</ce:given-name><ce:surname>Mechler</ce:surname><ce:cross-ref refid="aff0630" id="crf6240"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4165-505X" id="au5920" author-id="S0370269322007833-fe3bd84b2ae42e55489dadcb6bf8e526"><ce:given-name>Y.</ce:given-name><ce:surname>Melikyan</ce:surname><ce:cross-ref refid="aff1390" id="crf6250"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4856-8055" id="au5930" author-id="S0370269322007833-679be24f5fe9089afe4b6443cc8d824d"><ce:given-name>A.</ce:given-name><ce:surname>Menchaca-Rocha</ce:surname><ce:cross-ref refid="aff0660" id="crf6260"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4389-7711" id="au5940" author-id="S0370269322007833-ade9e90d38be4880cfa450e0935dc1c4"><ce:given-name>E.</ce:given-name><ce:surname>Meninno</ce:surname><ce:cross-ref refid="aff1020" id="crf6270"><ce:sup>102</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0280" id="crf6280"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-3911-1744" id="au5950" author-id="S0370269322007833-8d4b98c0c67c27715a41cd7b188cfc99"><ce:given-name>A.S.</ce:given-name><ce:surname>Menon</ce:surname><ce:cross-ref refid="aff1130" id="crf6290"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-3106-8571" id="au5960" author-id="S0370269322007833-65fe57f72284fcc5a9d4d04bd694e61e"><ce:given-name>M.</ce:given-name><ce:surname>Meres</ce:surname><ce:cross-ref refid="aff0120" id="crf6300"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author id="au5970" author-id="S0370269322007833-5b43df089ea1f2f7448928ea22361631"><ce:given-name>S.</ce:given-name><ce:surname>Mhlanga</ce:surname><ce:cross-ref refid="aff1120" id="crf6310"><ce:sup>112</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0670" id="crf6320"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au5980" author-id="S0370269322007833-0e194c0ad078438bf71482e49c2edfdd"><ce:given-name>Y.</ce:given-name><ce:surname>Miake</ce:surname><ce:cross-ref refid="aff1220" id="crf6330"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1430-6655" id="au5990" author-id="S0370269322007833-5bde93661e530bacf2697fcdca0baba6"><ce:given-name>L.</ce:given-name><ce:surname>Micheletti</ce:surname><ce:cross-ref refid="aff0550" id="crf6340"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au6000" author-id="S0370269322007833-23da093ab0daff84a723157ce4593dd7"><ce:given-name>L.C.</ce:given-name><ce:surname>Migliorin</ce:surname><ce:cross-ref refid="aff1250" id="crf6350"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-2669-5696" id="au6010" author-id="S0370269322007833-ec8132d8c14dfab2bba67c3ff4584115"><ce:given-name>D.L.</ce:given-name><ce:surname>Mihaylov</ce:surname><ce:cross-ref refid="aff0960" id="crf6360"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6726-6407" id="au6020" author-id="S0370269322007833-38f09e4de019d55f2f02af6568866c3a"><ce:given-name>K.</ce:given-name><ce:surname>Mikhaylov</ce:surname><ce:cross-ref refid="aff1400" id="crf6370"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1390" id="crf6380"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3892-2719" id="au6030" author-id="S0370269322007833-559e4d90ae5661c2eeeb2c90664b0cf7"><ce:given-name>A.N.</ce:given-name><ce:surname>Mishra</ce:surname><ce:cross-ref refid="aff1350" id="crf6390"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8627-9721" id="au6040" author-id="S0370269322007833-11f22e778a9776fc0fb59c6d4d8f1bd0"><ce:given-name>D.</ce:given-name><ce:surname>Miśkowiec</ce:surname><ce:cross-ref refid="aff0980" id="crf6400"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3056-8353" id="au6050" author-id="S0370269322007833-0c4e4eb3dc7d469d8cd8c02bbf734cdf"><ce:given-name>A.</ce:given-name><ce:surname>Modak</ce:surname><ce:cross-ref refid="aff0040" id="crf6410"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7634-8949" id="au6060" author-id="S0370269322007833-9c87caca3446383afb2f64dc72e63992"><ce:given-name>A.P.</ce:given-name><ce:surname>Mohanty</ce:surname><ce:cross-ref refid="aff0580" id="crf6420"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au6070" author-id="S0370269322007833-41ecee891e15cd078816eed128811f97"><ce:given-name>B.</ce:given-name><ce:surname>Mohanty</ce:surname><ce:cross-ref refid="aff0800" id="crf6430"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4767-1464" id="au6080" author-id="S0370269322007833-ead117af1bce11ee81eb5678b9142144"><ce:given-name>M.</ce:given-name><ce:surname>Mohisin Khan</ce:surname><ce:cross-ref refid="aff0150" id="crf6440"><ce:sup>15</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0050" id="crf6450"><ce:sup>V</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2845-8702" id="au6090" author-id="S0370269322007833-49276c918e8bb1aec665967903f1bbbb"><ce:given-name>M.A.</ce:given-name><ce:surname>Molander</ce:surname><ce:cross-ref refid="aff0430" id="crf6460"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4512-1645" id="au6100" author-id="S0370269322007833-dfccadccd6ca8ddb988c7b71dbab8fec"><ce:given-name>Z.</ce:given-name><ce:surname>Moravcova</ce:surname><ce:cross-ref refid="aff0830" id="crf6470"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3265-9614" id="au6110" author-id="S0370269322007833-665f88a79158a8e8f788dc3953c97e7c"><ce:given-name>C.</ce:given-name><ce:surname>Mordasini</ce:surname><ce:cross-ref refid="aff0960" id="crf6480"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3941-7607" id="au6120" author-id="S0370269322007833-462924ae16f46927423eb84a4d54b8a3"><ce:given-name>D.A.</ce:given-name><ce:surname>Moreira De Godoy</ce:surname><ce:cross-ref refid="aff1340" id="crf6490"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7286-4543" id="au6130" author-id="S0370269322007833-77d54cd49e232a3d81ad62cb0cd3055b"><ce:given-name>I.</ce:given-name><ce:surname>Morozov</ce:surname><ce:cross-ref refid="aff1390" id="crf6500"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3276-0464" id="au6140" author-id="S0370269322007833-3b644752f2833a280590e7d2cb815635"><ce:given-name>A.</ce:given-name><ce:surname>Morsch</ce:surname><ce:cross-ref refid="aff0320" id="crf6510"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1281-8291" id="au6150" author-id="S0370269322007833-a6e52521563dadda4fcf66535744aa54"><ce:given-name>T.</ce:given-name><ce:surname>Mrnjavac</ce:surname><ce:cross-ref refid="aff0320" id="crf6520"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5624-6486" id="au6160" author-id="S0370269322007833-64a6ab0403f8cd64a5dff0e5eb920af6"><ce:given-name>V.</ce:given-name><ce:surname>Muccifora</ce:surname><ce:cross-ref refid="aff0480" id="crf6530"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au6170" author-id="S0370269322007833-a0c40dcd3bce329a03e938ee3cced0d4"><ce:given-name>E.</ce:given-name><ce:surname>Mudnic</ce:surname><ce:cross-ref refid="aff0330" id="crf6540"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2378-9553" id="au6180" author-id="S0370269322007833-b2ff5bf3b45a3f5a117d5b53ed508ff9"><ce:given-name>S.</ce:given-name><ce:surname>Muhuri</ce:surname><ce:cross-ref refid="aff1310" id="crf6550"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6905-4352" id="au6190" author-id="S0370269322007833-f99358c1c870cc0fafdf5a9795565aff"><ce:given-name>J.D.</ce:given-name><ce:surname>Mulligan</ce:surname><ce:cross-ref refid="aff0740" id="crf6560"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au6200" author-id="S0370269322007833-8f73c238e6e583a6df239dd210d13e32"><ce:given-name>A.</ce:given-name><ce:surname>Mulliri</ce:surname><ce:cross-ref refid="aff0220" id="crf6570"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3695-3180" id="au6210" author-id="S0370269322007833-9080edf78fcbf8b6d3a149c5ce8954f3"><ce:given-name>M.G.</ce:given-name><ce:surname>Munhoz</ce:surname><ce:cross-ref refid="aff1090" id="crf6580"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8334-6933" id="au6220" author-id="S0370269322007833-e51a6131c1e53a702848dcae56610cce"><ce:given-name>R.H.</ce:given-name><ce:surname>Munzer</ce:surname><ce:cross-ref refid="aff0630" id="crf6590"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6548-6775" id="au6230" author-id="S0370269322007833-344903685fb7770611263048525de44e"><ce:given-name>H.</ce:given-name><ce:surname>Murakami</ce:surname><ce:cross-ref refid="aff1210" id="crf6600"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0548-588X" id="au6240" author-id="S0370269322007833-35c19811823556aa6752bbb2f1c2b6cf"><ce:given-name>S.</ce:given-name><ce:surname>Murray</ce:surname><ce:cross-ref refid="aff1120" id="crf6610"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8814-2254" id="au6250" author-id="S0370269322007833-996d7aa154f9e16144e1fa3ce47f80e3"><ce:given-name>L.</ce:given-name><ce:surname>Musa</ce:surname><ce:cross-ref refid="aff0320" id="crf6620"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5729-4535" id="au6260" author-id="S0370269322007833-c3c3f8549f7e22fead6ca27af14e10d4"><ce:given-name>J.</ce:given-name><ce:surname>Musinsky</ce:surname><ce:cross-ref refid="aff0590" id="crf6630"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8506-2275" id="au6270" author-id="S0370269322007833-6765998f81ce52a2c4fa56ca6b017ec7"><ce:given-name>J.W.</ce:given-name><ce:surname>Myrcha</ce:surname><ce:cross-ref refid="aff1320" id="crf6640"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0172-6976" id="au6280" author-id="S0370269322007833-32cbdc1abfa0993c30d8aae3934faaf0"><ce:given-name>B.</ce:given-name><ce:surname>Naik</ce:surname><ce:cross-ref refid="aff1200" id="crf6650"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8326-9846" id="au6290" author-id="S0370269322007833-237c22584c6ca621c5f96749067cb80b"><ce:given-name>R.</ce:given-name><ce:surname>Nair</ce:surname><ce:cross-ref refid="aff0790" id="crf6660"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-3988-5095" id="au6300" author-id="S0370269322007833-96df9e459c583260aabd5d0ed4f6a184"><ce:given-name>B.K.</ce:given-name><ce:surname>Nandi</ce:surname><ce:cross-ref refid="aff0460" id="crf6670"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6039-190X" id="au6310" author-id="S0370269322007833-d5b2107e950ed3c64325f13319a81643"><ce:given-name>R.</ce:given-name><ce:surname>Nania</ce:surname><ce:cross-ref refid="aff0500" id="crf6680"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2080-9010" id="au6320" author-id="S0370269322007833-9ba41c03cc318ef428880dcb5da67606"><ce:given-name>E.</ce:given-name><ce:surname>Nappi</ce:surname><ce:cross-ref refid="aff0490" id="crf6690"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8927-2798" id="au6330" author-id="S0370269322007833-3c125a6637088af60bd793c11fb5a33b"><ce:given-name>A.F.</ce:given-name><ce:surname>Nassirpour</ce:surname><ce:cross-ref refid="aff0750" id="crf6700"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-1524-5654" id="au6340" author-id="S0370269322007833-1e7fe6aadf2bcb2c38d8f3d9927a40ae"><ce:given-name>A.</ce:given-name><ce:surname>Nath</ce:surname><ce:cross-ref refid="aff0950" id="crf6710"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8768-6468" id="au6350" author-id="S0370269322007833-34c7d2644de61fcbe29b3524320549d2"><ce:given-name>C.</ce:given-name><ce:surname>Nattrass</ce:surname><ce:cross-ref refid="aff1190" id="crf6720"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au6360" author-id="S0370269322007833-1395554728c6ef90ffc3e5fa4dfc2c3b"><ce:given-name>A.</ce:given-name><ce:surname>Neagu</ce:surname><ce:cross-ref refid="aff0190" id="crf6730"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au6370" author-id="S0370269322007833-fa04620255b5cf0ced8f6667ebb14e2a"><ce:given-name>A.</ce:given-name><ce:surname>Negru</ce:surname><ce:cross-ref refid="aff1230" id="crf6740"><ce:sup>123</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1059-8731" id="au6380" author-id="S0370269322007833-a260e0eca19fe1fd80c2e37bfbd86124"><ce:given-name>L.</ce:given-name><ce:surname>Nellen</ce:surname><ce:cross-ref refid="aff0640" id="crf6750"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au6390" author-id="S0370269322007833-c946e720e5c4165725521e0645d718d3"><ce:given-name>S.V.</ce:given-name><ce:surname>Nesbo</ce:surname><ce:cross-ref refid="aff0340" id="crf6760"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8585-7991" id="au6400" author-id="S0370269322007833-83f70f2ab8981554505a64559e0c4bdf"><ce:given-name>G.</ce:given-name><ce:surname>Neskovic</ce:surname><ce:cross-ref refid="aff0380" id="crf6770"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-6321-4889" id="au6410" author-id="S0370269322007833-1d968aa32dbb9adf717bc2ff0fe1c73e"><ce:given-name>D.</ce:given-name><ce:surname>Nesterov</ce:surname><ce:cross-ref refid="aff1390" id="crf6780"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0091-1934" id="au6420" author-id="S0370269322007833-4fad4b4cacdcc5494054455fc7fe2a57"><ce:given-name>B.S.</ce:given-name><ce:surname>Nielsen</ce:surname><ce:cross-ref refid="aff0830" id="crf6790"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9394-1066" id="au6430" author-id="S0370269322007833-5e0d6d3bef37eeacd455ff2fd35d7c94"><ce:given-name>E.G.</ce:given-name><ce:surname>Nielsen</ce:surname><ce:cross-ref refid="aff0830" id="crf6800"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1242-4866" id="au6440" author-id="S0370269322007833-03b317ae7a9074295a88e923fef71eed"><ce:given-name>S.</ce:given-name><ce:surname>Nikolaev</ce:surname><ce:cross-ref refid="aff1390" id="crf6810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8573-0851" id="au6450" author-id="S0370269322007833-13a982b695211ee03e5720fbeafedfd5"><ce:given-name>S.</ce:given-name><ce:surname>Nikulin</ce:surname><ce:cross-ref refid="aff1390" id="crf6820"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4826-6516" id="au6460" author-id="S0370269322007833-6a266cd208374cbd71bc43a69fad5755"><ce:given-name>V.</ce:given-name><ce:surname>Nikulin</ce:surname><ce:cross-ref refid="aff1390" id="crf6830"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6704-0256" id="au6470" author-id="S0370269322007833-e0c454b7c7fca2007515b9557d23fed7"><ce:given-name>F.</ce:given-name><ce:surname>Noferini</ce:surname><ce:cross-ref refid="aff0500" id="crf6840"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6104-1752" id="au6480" author-id="S0370269322007833-ce73d6ac08a836b15cf89863b264d142"><ce:given-name>S.</ce:given-name><ce:surname>Noh</ce:surname><ce:cross-ref refid="aff0110" id="crf6850"><ce:sup>11</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1220-1443" id="au6490" author-id="S0370269322007833-5f60d9249b1e118c4e1e19a061466d3a"><ce:given-name>P.</ce:given-name><ce:surname>Nomokonov</ce:surname><ce:cross-ref refid="aff1400" id="crf6860"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3783-5760" id="au6500" author-id="S0370269322007833-04ddb040e7256d81459d8b2d604d82be"><ce:given-name>J.</ce:given-name><ce:surname>Norman</ce:surname><ce:cross-ref refid="aff1160" id="crf6870"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9609-566X" id="au6510" author-id="S0370269322007833-10082a1d2cb23b84ec2af915ab3ce0dd"><ce:given-name>N.</ce:given-name><ce:surname>Novitzky</ce:surname><ce:cross-ref refid="aff1220" id="crf6880"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8971-0874" id="au6520" author-id="S0370269322007833-89cee932c98742dde8d37f2569bac78e"><ce:given-name>P.</ce:given-name><ce:surname>Nowakowski</ce:surname><ce:cross-ref refid="aff1320" id="crf6890"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7877-2006" id="au6530" author-id="S0370269322007833-b704b555691c87aa51029be41c32abc6"><ce:given-name>A.</ce:given-name><ce:surname>Nyanin</ce:surname><ce:cross-ref refid="aff1390" id="crf6900"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-4425-586X" id="au6540" author-id="S0370269322007833-0fe5b7b2ffee5dcde79ac59bb5204e22"><ce:given-name>J.</ce:given-name><ce:surname>Nystrand</ce:surname><ce:cross-ref refid="aff0200" id="crf6910"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3390-2804" id="au6550" author-id="S0370269322007833-1f6dbf99ddefa547cb8092a10e74fc06"><ce:given-name>M.</ce:given-name><ce:surname>Ogino</ce:surname><ce:cross-ref refid="aff0760" id="crf6920"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4214-5844" id="au6560" author-id="S0370269322007833-68c856e3e31ba9ae46e1a3cf0fd7b39f"><ce:given-name>A.</ce:given-name><ce:surname>Ohlson</ce:surname><ce:cross-ref refid="aff0750" id="crf6930"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7162-5345" id="au6570" author-id="S0370269322007833-b6dd7e1db4469e2b861a26c63c002f91"><ce:given-name>V.A.</ce:given-name><ce:surname>Okorokov</ce:surname><ce:cross-ref refid="aff1390" id="crf6940"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2966-4903" id="au6580" author-id="S0370269322007833-4b54637a0b3dbb9f03da377fb857f191"><ce:given-name>J.</ce:given-name><ce:surname>Oleniacz</ce:surname><ce:cross-ref refid="aff1320" id="crf6950"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9421-5568" id="au6590" author-id="S0370269322007833-e919d0a3ebb4bb927bf3a87e6fc67c88"><ce:given-name>A.C.</ce:given-name><ce:surname>Oliveira Da Silva</ce:surname><ce:cross-ref refid="aff1190" id="crf6960"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5241-6735" id="au6600" author-id="S0370269322007833-ee3f97c8e319fe4cdf98e0660785c85a"><ce:given-name>M.H.</ce:given-name><ce:surname>Oliver</ce:surname><ce:cross-ref refid="aff1360" id="crf6970"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8848-1800" id="au6610" author-id="S0370269322007833-e6f50f7f16b66af365a7af642930fd18"><ce:given-name>A.</ce:given-name><ce:surname>Onnerstad</ce:surname><ce:cross-ref refid="aff1140" id="crf6980"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6194-4601" id="au6620" author-id="S0370269322007833-dda435886a590cbfc7ea1d77af3e51f5"><ce:given-name>C.</ce:given-name><ce:surname>Oppedisano</ce:surname><ce:cross-ref refid="aff0550" id="crf6990"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4788-7943" id="au6630" author-id="S0370269322007833-c6a2d1996925547f52c523a908287916"><ce:given-name>A.</ce:given-name><ce:surname>Ortiz Velasquez</ce:surname><ce:cross-ref refid="aff0640" id="crf7000"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au6640" author-id="S0370269322007833-d7f1b48c18151d2adcfd0901daea63ca"><ce:given-name>A.</ce:given-name><ce:surname>Oskarsson</ce:surname><ce:cross-ref refid="aff0750" id="crf7010"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5471-6595" id="au6650" author-id="S0370269322007833-453c2920b4d8be43344a508683c61206"><ce:given-name>J.</ce:given-name><ce:surname>Otwinowski</ce:surname><ce:cross-ref refid="aff1060" id="crf7020"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au6660" author-id="S0370269322007833-3397848215c1376cf0f1ed7b9a934e8b"><ce:given-name>M.</ce:given-name><ce:surname>Oya</ce:surname><ce:cross-ref refid="aff0930" id="crf7030"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8576-1268" id="au6670" author-id="S0370269322007833-ef1f97862dcdec187e1b2f91615f60fb"><ce:given-name>K.</ce:given-name><ce:surname>Oyama</ce:surname><ce:cross-ref refid="aff0760" id="crf7040"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6142-1528" id="au6680" author-id="S0370269322007833-02951a4df40a044a3fdcb144a019433a"><ce:given-name>Y.</ce:given-name><ce:surname>Pachmayer</ce:surname><ce:cross-ref refid="aff0950" id="crf7050"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-8144-2829" id="au6690" author-id="S0370269322007833-0b6285cc2d39707ea9f13a51bd6d5b54"><ce:given-name>S.</ce:given-name><ce:surname>Padhan</ce:surname><ce:cross-ref refid="aff0460" id="crf7060"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0333-448X" id="au6700" author-id="S0370269322007833-9069b38983788ec66d195a57d1524b7f"><ce:given-name>D.</ce:given-name><ce:surname>Pagano</ce:surname><ce:cross-ref refid="aff1300" id="crf7070"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf7080"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2513-2459" id="au6710" author-id="S0370269322007833-ce839a94242220bf435631842afb0293"><ce:given-name>G.</ce:given-name><ce:surname>Paić</ce:surname><ce:cross-ref refid="aff0640" id="crf7090"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5686-6626" id="au6720" author-id="S0370269322007833-6cba21a41aca7c6610396c00bfd39885"><ce:given-name>A.</ce:given-name><ce:surname>Palasciano</ce:surname><ce:cross-ref refid="aff0490" id="crf7100"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0343-2082" id="au6730" author-id="S0370269322007833-e703bd295ab2957c66eb8214d8eca59a"><ce:given-name>S.</ce:given-name><ce:surname>Panebianco</ce:surname><ce:cross-ref refid="aff1270" id="crf7110"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2540-2394" id="au6740" author-id="S0370269322007833-74cbb4ced7b52b8c9691caed9743ca8c"><ce:given-name>J.</ce:given-name><ce:surname>Park</ce:surname><ce:cross-ref refid="aff0570" id="crf7120"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5166-5788" id="au6750" author-id="S0370269322007833-95c25ea1f28adf21626083f349ff97e2"><ce:given-name>J.E.</ce:given-name><ce:surname>Parkkila</ce:surname><ce:cross-ref refid="aff0320" id="crf7130"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1140" id="crf7140"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author id="au6760" author-id="S0370269322007833-680583f3874b29c55eb10d3520e268f0"><ce:given-name>S.P.</ce:given-name><ce:surname>Pathak</ce:surname><ce:cross-ref refid="aff1130" id="crf7150"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au6770" author-id="S0370269322007833-847552a53a245de70c10f37cd68d4367"><ce:given-name>R.N.</ce:given-name><ce:surname>Patra</ce:surname><ce:cross-ref refid="aff0910" id="crf7160"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1461-3743" id="au6780" author-id="S0370269322007833-d3578f964b837ff3a07c28a314787b67"><ce:given-name>B.</ce:given-name><ce:surname>Paul</ce:surname><ce:cross-ref refid="aff0220" id="crf7170"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5078-3336" id="au6790" author-id="S0370269322007833-91dac35df9959699e674ebdc8c87d401"><ce:given-name>H.</ce:given-name><ce:surname>Pei</ce:surname><ce:cross-ref refid="aff0060" id="crf7180"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7116-899X" id="au6800" author-id="S0370269322007833-8ed13caacc363e25fa12cfdfffef053c"><ce:given-name>T.</ce:given-name><ce:surname>Peitzmann</ce:surname><ce:cross-ref refid="aff0580" id="crf7190"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0759-2283" id="au6810" author-id="S0370269322007833-5165c595313be6e458617394fd9c952a"><ce:given-name>X.</ce:given-name><ce:surname>Peng</ce:surname><ce:cross-ref refid="aff0060" id="crf7200"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5496-580X" id="au6820" author-id="S0370269322007833-ed78e1c6148862c89d30efaf8d02e12f"><ce:given-name>L.G.</ce:given-name><ce:surname>Pereira</ce:surname><ce:cross-ref refid="aff0650" id="crf7210"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3863-352X" id="au6830" author-id="S0370269322007833-4bb9824b0aa379c6439ad125c62316dd"><ce:given-name>H.</ce:given-name><ce:surname>Pereira Da Costa</ce:surname><ce:cross-ref refid="aff1270" id="crf7220"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3709-5130" id="au6840" author-id="S0370269322007833-d4e399695b3a5debf242545c3b1c4098"><ce:given-name>D.</ce:given-name><ce:surname>Peresunko</ce:surname><ce:cross-ref refid="aff1390" id="crf7230"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8817-5013" id="au6850" author-id="S0370269322007833-6f89487c37f9d14b5cbdc975e4b25187"><ce:given-name>G.M.</ce:given-name><ce:surname>Perez</ce:surname><ce:cross-ref refid="aff0070" id="crf7240"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1192-137X" id="au6860" author-id="S0370269322007833-85c7c25be2c15d308a265918f2373419"><ce:given-name>S.</ce:given-name><ce:surname>Perrin</ce:surname><ce:cross-ref refid="aff1270" id="crf7250"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author id="au6870" author-id="S0370269322007833-b2a1cbaa55a74f346f1338623a67cd26"><ce:given-name>Y.</ce:given-name><ce:surname>Pestov</ce:surname><ce:cross-ref refid="aff1390" id="crf7260"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4057-3415" id="au6880" author-id="S0370269322007833-45f917c01c367be5af8a10d42512d4c3"><ce:given-name>V.</ce:given-name><ce:surname>Petráček</ce:surname><ce:cross-ref refid="aff0350" id="crf7270"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4054-2336" id="au6890" author-id="S0370269322007833-dbee9581f6b117e88194a9f22c5368c0"><ce:given-name>V.</ce:given-name><ce:surname>Petrov</ce:surname><ce:cross-ref refid="aff1390" id="crf7280"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2291-6955" id="au6900" author-id="S0370269322007833-727e781718043733efb713fa083fe9a6"><ce:given-name>M.</ce:given-name><ce:surname>Petrovici</ce:surname><ce:cross-ref refid="aff0450" id="crf7290"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0452-3103" id="au6910" author-id="S0370269322007833-10cb6be81a76cf436f1607dc49b9bc27"><ce:given-name>R.P.</ce:given-name><ce:surname>Pezzi</ce:surname><ce:cross-ref refid="aff1030" id="crf7300"><ce:sup>103</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0650" id="crf7310"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4903-9865" id="au6920" author-id="S0370269322007833-78123ee98907dd03c1791d033e172234"><ce:given-name>S.</ce:given-name><ce:surname>Piano</ce:surname><ce:cross-ref refid="aff0560" id="crf7320"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-8574-2392" id="au6930" author-id="S0370269322007833-946883e1f561d1a058691674b9d6bd2e"><ce:given-name>M.</ce:given-name><ce:surname>Pikna</ce:surname><ce:cross-ref refid="aff0120" id="crf7330"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9067-0803" id="au6940" author-id="S0370269322007833-527c1efc9afeb3aa34f6162708c25dbc"><ce:given-name>P.</ce:given-name><ce:surname>Pillot</ce:surname><ce:cross-ref refid="aff1030" id="crf7340"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8923-4003" id="au6950" author-id="S0370269322007833-cb4892c3af4fce0f3301066e18feebc7"><ce:given-name>O.</ce:given-name><ce:surname>Pinazza</ce:surname><ce:cross-ref refid="aff0500" id="crf7350"><ce:sup>50</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0320" id="crf7360"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au6960" author-id="S0370269322007833-f12732ef44b9fddd17576a6bf3d93dd4"><ce:given-name>L.</ce:given-name><ce:surname>Pinsky</ce:surname><ce:cross-ref refid="aff1130" id="crf7370"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7454-4324" id="au6970" author-id="S0370269322007833-aa9f34aad1442387090668b31d40f7e8"><ce:given-name>C.</ce:given-name><ce:surname>Pinto</ce:surname><ce:cross-ref refid="aff0960" id="crf7380"><ce:sup>96</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0260" id="crf7390"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4080-6562" id="au6980" author-id="S0370269322007833-2173f54350c1cc047c951d953e5eb99a"><ce:given-name>S.</ce:given-name><ce:surname>Pisano</ce:surname><ce:cross-ref refid="aff0480" id="crf7400"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3161-9183" id="au6990" author-id="S0370269322007833-586f6951340128ab950c16d5381f227b"><ce:given-name>M.</ce:given-name><ce:surname>Płoskoń</ce:surname><ce:cross-ref refid="aff0740" id="crf7410"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au7000" author-id="S0370269322007833-bdf0ea6d648be81134e3c70730309a46"><ce:given-name>M.</ce:given-name><ce:surname>Planinic</ce:surname><ce:cross-ref refid="aff0890" id="crf7420"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au7010" author-id="S0370269322007833-771a1f0dd09d872127750683d29073c7"><ce:given-name>F.</ce:given-name><ce:surname>Pliquett</ce:surname><ce:cross-ref refid="aff0630" id="crf7430"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1832-595X" id="au7020" author-id="S0370269322007833-836d8f10606252b7f8a3e21597618b48"><ce:given-name>M.G.</ce:given-name><ce:surname>Poghosyan</ce:surname><ce:cross-ref refid="aff0870" id="crf7440"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0414-5525" id="au7030" author-id="S0370269322007833-6138c603a71a85658d61e7d6a0e9a208"><ce:given-name>S.</ce:given-name><ce:surname>Politano</ce:surname><ce:cross-ref refid="aff0290" id="crf7450"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4512-9620" id="au7040" author-id="S0370269322007833-3a072758372f85ff545317ad0bacae7b"><ce:given-name>N.</ce:given-name><ce:surname>Poljak</ce:surname><ce:cross-ref refid="aff0890" id="crf7460"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0425-5724" id="au7050" author-id="S0370269322007833-e71d8fde1386ed3a932ccefe4ea490de"><ce:given-name>A.</ce:given-name><ce:surname>Pop</ce:surname><ce:cross-ref refid="aff0450" id="crf7470"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2646-6189" id="au7060" author-id="S0370269322007833-9e010953a762b9a34b2d116e86545c5b"><ce:given-name>S.</ce:given-name><ce:surname>Porteboeuf-Houssais</ce:surname><ce:cross-ref refid="aff1240" id="crf7480"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6265-8794" id="au7070" author-id="S0370269322007833-6a27792c6e8b46cda863565b5129954c"><ce:given-name>J.</ce:given-name><ce:surname>Porter</ce:surname><ce:cross-ref refid="aff0740" id="crf7490"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3362-7411" id="au7080" author-id="S0370269322007833-82e39c20b7a006475aceeb9dfe20f382"><ce:given-name>V.</ce:given-name><ce:surname>Pozdniakov</ce:surname><ce:cross-ref refid="aff1400" id="crf7500"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7394-8834" id="au7090" author-id="S0370269322007833-729ca80d5d6badc9a9e0fd66f9f0876f"><ce:given-name>S.K.</ce:given-name><ce:surname>Prasad</ce:surname><ce:cross-ref refid="aff0040" id="crf7510"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0607-2841" id="au7100" author-id="S0370269322007833-0c367e61960037a7557e1736f53ae90e"><ce:given-name>S.</ce:given-name><ce:surname>Prasad</ce:surname><ce:cross-ref refid="aff0470" id="crf7520"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1539-9275" id="au7110" author-id="S0370269322007833-af36364e9428395e5ba1b270ff19e711"><ce:given-name>R.</ce:given-name><ce:surname>Preghenella</ce:surname><ce:cross-ref refid="aff0500" id="crf7530"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6179-150X" id="au7120" author-id="S0370269322007833-b1be19acf78612f1d95f75cd0255877b"><ce:given-name>F.</ce:given-name><ce:surname>Prino</ce:surname><ce:cross-ref refid="aff0550" id="crf7540"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0458-538X" id="au7130" author-id="S0370269322007833-5558a77500034358e5b29f499c1295cc"><ce:given-name>C.A.</ce:given-name><ce:surname>Pruneau</ce:surname><ce:cross-ref refid="aff1330" id="crf7550"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1752-4524" id="au7140" author-id="S0370269322007833-b348e07611f034bb2f7158e98ac2658b"><ce:given-name>I.</ce:given-name><ce:surname>Pshenichnov</ce:surname><ce:cross-ref refid="aff1390" id="crf7560"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8118-9049" id="au7150" author-id="S0370269322007833-481a95d94e97d9c977c233501c2895dd"><ce:given-name>M.</ce:given-name><ce:surname>Puccio</ce:surname><ce:cross-ref refid="aff0320" id="crf7570"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1401-5900" id="au7160" author-id="S0370269322007833-1b3912746ce28a2860e22fc2f3d0cae4"><ce:given-name>S.</ce:given-name><ce:surname>Qiu</ce:surname><ce:cross-ref refid="aff0840" id="crf7580"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0793-8275" id="au7170" author-id="S0370269322007833-7097bc2294a71f0e69f49eab4e586b85"><ce:given-name>L.</ce:given-name><ce:surname>Quaglia</ce:surname><ce:cross-ref refid="aff0240" id="crf7590"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au7180" author-id="S0370269322007833-71d8dc818ab74635daaf926f8b34037e"><ce:given-name>R.E.</ce:given-name><ce:surname>Quishpe</ce:surname><ce:cross-ref refid="aff1130" id="crf7600"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9765-5668" id="au7190" author-id="S0370269322007833-dddddcdd47ebc9eee291f039bec41a4d"><ce:given-name>S.</ce:given-name><ce:surname>Ragoni</ce:surname><ce:cross-ref refid="aff1000" id="crf7610"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4484-6430" id="au7200" author-id="S0370269322007833-176ecf3eb3fe45c3e73fecf652633cc7"><ce:given-name>A.</ce:given-name><ce:surname>Rakotozafindrabe</ce:surname><ce:cross-ref refid="aff1270" id="crf7620"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2325-8680" id="au7210" author-id="S0370269322007833-3550a6ae6d4fdbfad22c58d69be393c7"><ce:given-name>L.</ce:given-name><ce:surname>Ramello</ce:surname><ce:cross-ref refid="aff1290" id="crf7630"><ce:sup>129</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf7640"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6101-5981" id="au7220" author-id="S0370269322007833-d0ae04bab4ad3134b6a70a06711094fd"><ce:given-name>F.</ce:given-name><ce:surname>Rami</ce:surname><ce:cross-ref refid="aff1260" id="crf7650"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2864-8565" id="au7230" author-id="S0370269322007833-11f74769c1c1575b2e73bb945306edc5"><ce:given-name>S.A.R.</ce:given-name><ce:surname>Ramirez</ce:surname><ce:cross-ref refid="aff0440" id="crf7660"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author id="au7240" author-id="S0370269322007833-bb79a1577b895a313cd01551c0cff4ae"><ce:given-name>T.A.</ce:given-name><ce:surname>Rancien</ce:surname><ce:cross-ref refid="aff0730" id="crf7670"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9172-5474" id="au7250" author-id="S0370269322007833-4e7e932d80a9c86a0e106f445053b4fa"><ce:given-name>R.</ce:given-name><ce:surname>Raniwala</ce:surname><ce:cross-ref refid="aff0920" id="crf7680"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au7260" author-id="S0370269322007833-49fd933c0d6250b48845decbabdfb786"><ce:given-name>S.</ce:given-name><ce:surname>Raniwala</ce:surname><ce:cross-ref refid="aff0920" id="crf7690"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6792-7773" id="au7270" author-id="S0370269322007833-db43f171a496f6f31ddfdb67593b86a7"><ce:given-name>S.S.</ce:given-name><ce:surname>Räsänen</ce:surname><ce:cross-ref refid="aff0430" id="crf7700"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0118-3131" id="au7280" author-id="S0370269322007833-d71f95538ce6f71980e675efdbda3380"><ce:given-name>R.</ce:given-name><ce:surname>Rath</ce:surname><ce:cross-ref refid="aff0470" id="crf7710"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6120-4726" id="au7290" author-id="S0370269322007833-d27a2fbe6ac2d9c16ccb59957307db0d"><ce:given-name>I.</ce:given-name><ce:surname>Ravasenga</ce:surname><ce:cross-ref refid="aff0840" id="crf7720"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3358-7667" id="au7300" author-id="S0370269322007833-d98ca0903edf64e661cfee1dcff4a7ca"><ce:given-name>K.F.</ce:given-name><ce:surname>Read</ce:surname><ce:cross-ref refid="aff0870" id="crf7730"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1190" id="crf7740"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8102-9686" id="au7310" author-id="S0370269322007833-213c316b352d00bbebd305687bd0ca22"><ce:given-name>A.R.</ce:given-name><ce:surname>Redelbach</ce:surname><ce:cross-ref refid="aff0380" id="crf7750"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2629-1710" id="au7320" author-id="S0370269322007833-aa8eb7b583e843357cd9e2a00971c9b4"><ce:given-name>K.</ce:given-name><ce:surname>Redlich</ce:surname><ce:cross-ref refid="aff0790" id="crf7760"><ce:sup>79</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0060" id="crf7770"><ce:sup>VI</ce:sup></ce:cross-ref></ce:author><ce:author id="au7330" author-id="S0370269322007833-1d60b3d2a37988e081ca18f40e2ddf3b"><ce:given-name>A.</ce:given-name><ce:surname>Rehman</ce:surname><ce:cross-ref refid="aff0200" id="crf7780"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au7340" author-id="S0370269322007833-bb75f985eb82991cb0bfa8a3c1ea6462"><ce:given-name>P.</ce:given-name><ce:surname>Reichelt</ce:surname><ce:cross-ref refid="aff0630" id="crf7790"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5263-3593" id="au7350" author-id="S0370269322007833-8827563cee5df01ff22cadd8cf3a294b"><ce:given-name>F.</ce:given-name><ce:surname>Reidt</ce:surname><ce:cross-ref refid="aff0320" id="crf7800"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-8025-735X" id="au7360" author-id="S0370269322007833-6f0417fbf4f67ca8b78c945db16dcea1"><ce:given-name>H.A.</ce:given-name><ce:surname>Reme-Ness</ce:surname><ce:cross-ref refid="aff0340" id="crf7810"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au7370" author-id="S0370269322007833-45755ece9a112e15955ca4a1e30074ff"><ce:given-name>Z.</ce:given-name><ce:surname>Rescakova</ce:surname><ce:cross-ref refid="aff0370" id="crf7820"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9808-1811" id="au7380" author-id="S0370269322007833-a6381c8edaeb00e649c612097f3361e2"><ce:given-name>K.</ce:given-name><ce:surname>Reygers</ce:surname><ce:cross-ref refid="aff0950" id="crf7830"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-9874-9819" id="au7390" author-id="S0370269322007833-8df4b35a499d19eab1d1fa55152b7c13"><ce:given-name>A.</ce:given-name><ce:surname>Riabov</ce:surname><ce:cross-ref refid="aff1390" id="crf7840"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8142-6374" id="au7400" author-id="S0370269322007833-a7b5f65d277951798efd475aaedb6e48"><ce:given-name>V.</ce:given-name><ce:surname>Riabov</ce:surname><ce:cross-ref refid="aff1390" id="crf7850"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5208-6657" id="au7410" author-id="S0370269322007833-91129b25e4ed659b8ac880785ced7ab4"><ce:given-name>R.</ce:given-name><ce:surname>Ricci</ce:surname><ce:cross-ref refid="aff0280" id="crf7860"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author id="au7420" author-id="S0370269322007833-8561e3b1cc47e0d1dadd96b6e68abb2a"><ce:given-name>T.</ce:given-name><ce:surname>Richert</ce:surname><ce:cross-ref refid="aff0750" id="crf7870"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-3492-3758" id="au7430" author-id="S0370269322007833-a25047b3bf8a5b0df891afd4177a02a9"><ce:given-name>M.</ce:given-name><ce:surname>Richter</ce:surname><ce:cross-ref refid="aff0190" id="crf7880"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1824-0822" id="au7440" author-id="S0370269322007833-249a8b0c9ba2a65e2db6d83a7a762fa5"><ce:given-name>W.</ce:given-name><ce:surname>Riegler</ce:surname><ce:cross-ref refid="aff0320" id="crf7890"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0030-8377" id="au7450" author-id="S0370269322007833-b1de41581c0aa07bde38faa0c8bc8127"><ce:given-name>F.</ce:given-name><ce:surname>Riggi</ce:surname><ce:cross-ref refid="aff0260" id="crf7900"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9760-645X" id="au7460" author-id="S0370269322007833-1316be5b198c4e2b06565bf3c8ec4acf"><ce:given-name>C.</ce:given-name><ce:surname>Ristea</ce:surname><ce:cross-ref refid="aff0620" id="crf7910"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9596-1060" id="au7470" author-id="S0370269322007833-0edc57380bd02242b3e4ee941d40a812"><ce:given-name>M.</ce:given-name><ce:surname>Rodríguez Cahuantzi</ce:surname><ce:cross-ref refid="aff0440" id="crf7920"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7803-9640" id="au7480" author-id="S0370269322007833-79a3009a79f907ea5b523a3f11ab5c68"><ce:given-name>K.</ce:given-name><ce:surname>Røed</ce:surname><ce:cross-ref refid="aff0190" id="crf7930"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4680-4413" id="au7490" author-id="S0370269322007833-99691760df845e7cfdfa6dd28ffe36cc"><ce:given-name>R.</ce:given-name><ce:surname>Rogalev</ce:surname><ce:cross-ref refid="aff1390" id="crf7940"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4278-5999" id="au7500" author-id="S0370269322007833-bcf5559677299b97f9f37d3bb7f623ab"><ce:given-name>E.</ce:given-name><ce:surname>Rogochaya</ce:surname><ce:cross-ref refid="aff1400" id="crf7950"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0649-2283" id="au7510" author-id="S0370269322007833-6cc4a99452d937a67cad874ba707ece6"><ce:given-name>T.S.</ce:given-name><ce:surname>Rogoschinski</ce:surname><ce:cross-ref refid="aff0630" id="crf7960"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4101-0160" id="au7520" author-id="S0370269322007833-0e4712e9f552e33a3df9ed01e24b3c77"><ce:given-name>D.</ce:given-name><ce:surname>Rohr</ce:surname><ce:cross-ref refid="aff0320" id="crf7970"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4966-9584" id="au7530" author-id="S0370269322007833-0234962e01cea9cdd0c8e3813ba4ca92"><ce:given-name>D.</ce:given-name><ce:surname>Röhrich</ce:surname><ce:cross-ref refid="aff0200" id="crf7980"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au7540" author-id="S0370269322007833-2fa2d55f41cf3c57f01a723410343149"><ce:given-name>P.F.</ce:given-name><ce:surname>Rojas</ce:surname><ce:cross-ref refid="aff0440" id="crf7990"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2361-2662" id="au7550" author-id="S0370269322007833-a2b6a59ba7a2dd0e0af80c978111a313"><ce:given-name>S.</ce:given-name><ce:surname>Rojas Torres</ce:surname><ce:cross-ref refid="aff0350" id="crf8000"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4433-2133" id="au7560" author-id="S0370269322007833-ff1942d078b1084dc5f931fc019637e5"><ce:given-name>P.S.</ce:given-name><ce:surname>Rokita</ce:surname><ce:cross-ref refid="aff1320" id="crf8010"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5245-8441" id="au7570" author-id="S0370269322007833-a3dafc6b3ccad8fa7df553fd077eec49"><ce:given-name>F.</ce:given-name><ce:surname>Ronchetti</ce:surname><ce:cross-ref refid="aff0480" id="crf8020"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6467-2418" id="au7580" author-id="S0370269322007833-d95c4b1d7c9e33905a1ec11bd5bd7a91"><ce:given-name>A.</ce:given-name><ce:surname>Rosano</ce:surname><ce:cross-ref refid="aff0300" id="crf8030"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf8040"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au7590" author-id="S0370269322007833-9ac9b056d9260107e6f66bd2e85f16a9"><ce:given-name>E.D.</ce:given-name><ce:surname>Rosas</ce:surname><ce:cross-ref refid="aff0640" id="crf8050"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6067-6294" id="au7600" author-id="S0370269322007833-0789cf0acb459ac48aae646ea4fff36d"><ce:given-name>A.</ce:given-name><ce:surname>Rossi</ce:surname><ce:cross-ref refid="aff0530" id="crf8060"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1142-3186" id="au7610" author-id="S0370269322007833-3c7922816f3a4b140a03dca05a48170d"><ce:given-name>A.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0470" id="crf8070"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author id="au7620" author-id="S0370269322007833-a2c95ea42148b64204b813f041087279"><ce:given-name>P.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0990" id="crf8080"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1397-8334" id="au7630" author-id="S0370269322007833-e8216bb3c9e672b808a72c0b142580dc"><ce:given-name>S.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0460" id="crf8090"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9874-7249" id="au7640" author-id="S0370269322007833-21d23b231a94875bee109b04f056699a"><ce:given-name>N.</ce:given-name><ce:surname>Rubini</ce:surname><ce:cross-ref refid="aff0250" id="crf8100"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6365-3258" id="au7650" author-id="S0370269322007833-58372d9b3f7e75dda762297cde10d248"><ce:given-name>O.V.</ce:given-name><ce:surname>Rueda</ce:surname><ce:cross-ref refid="aff0750" id="crf8110"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7082-5890" id="au7660" author-id="S0370269322007833-812d388ab783acda0f18fef29f22be4a"><ce:given-name>D.</ce:given-name><ce:surname>Ruggiano</ce:surname><ce:cross-ref refid="aff1320" id="crf8120"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6993-0332" id="au7670" author-id="S0370269322007833-cce1449286029844bca6b3747d02298a"><ce:given-name>R.</ce:given-name><ce:surname>Rui</ce:surname><ce:cross-ref refid="aff0230" id="crf8130"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au7680" author-id="S0370269322007833-625be96a2f92a34f4ab28acc012163fa"><ce:given-name>B.</ce:given-name><ce:surname>Rumyantsev</ce:surname><ce:cross-ref refid="aff1400" id="crf8140"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3858-4278" id="au7690" author-id="S0370269322007833-811bc8b4f52e23443d85b7df17a8c0f8"><ce:given-name>P.G.</ce:given-name><ce:surname>Russek</ce:surname><ce:cross-ref refid="aff0020" id="crf8150"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7492-974X" id="au7700" author-id="S0370269322007833-382bae6674b95129a686a1582c2cbd62"><ce:given-name>R.</ce:given-name><ce:surname>Russo</ce:surname><ce:cross-ref refid="aff0840" id="crf8160"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8678-6400" id="au7710" author-id="S0370269322007833-3f18061f27d8ef882f8bc13c3ad28a1e"><ce:given-name>A.</ce:given-name><ce:surname>Rustamov</ce:surname><ce:cross-ref refid="aff0810" id="crf8170"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-8982-9510" id="au7720" author-id="S0370269322007833-da224bbaa7d58df68ca142bd1d327ea1"><ce:given-name>E.</ce:given-name><ce:surname>Ryabinkin</ce:surname><ce:cross-ref refid="aff1390" id="crf8180"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3028-8776" id="au7730" author-id="S0370269322007833-9dc7fbdefd058c8dbbadbcccacfaa812"><ce:given-name>Y.</ce:given-name><ce:surname>Ryabov</ce:surname><ce:cross-ref refid="aff1390" id="crf8190"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3076-0505" id="au7740" author-id="S0370269322007833-0a49addc5bf52af0bf1d9600608df117"><ce:given-name>A.</ce:given-name><ce:surname>Rybicki</ce:surname><ce:cross-ref refid="aff1060" id="crf8200"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7493-5552" id="au7750" author-id="S0370269322007833-4e71a4d8878b932d0f7f0fac8338f177"><ce:given-name>H.</ce:given-name><ce:surname>Rytkonen</ce:surname><ce:cross-ref refid="aff1140" id="crf8210"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3274-9986" id="au7760" author-id="S0370269322007833-cb56ae8a44e3cc494d7b67afa9bccd92"><ce:given-name>W.</ce:given-name><ce:surname>Rzesa</ce:surname><ce:cross-ref refid="aff1320" id="crf8220"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3346-3645" id="au7770" author-id="S0370269322007833-0028258bab866460c144c7c968794773"><ce:given-name>O.A.M.</ce:given-name><ce:surname>Saarimaki</ce:surname><ce:cross-ref refid="aff0430" id="crf8230"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0438-8359" id="au7780" author-id="S0370269322007833-30d43d51897675cf9cd495896fc130f9"><ce:given-name>R.</ce:given-name><ce:surname>Sadek</ce:surname><ce:cross-ref refid="aff1030" id="crf8240"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6781-416X" id="au7790" author-id="S0370269322007833-95444e1d677ab64f8776a30d178e54e2"><ce:given-name>S.</ce:given-name><ce:surname>Sadovsky</ce:surname><ce:cross-ref refid="aff1390" id="crf8250"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8769-0865" id="au7800" author-id="S0370269322007833-0a168bc99240d66a8925ff06e271bdf5"><ce:given-name>J.</ce:given-name><ce:surname>Saetre</ce:surname><ce:cross-ref refid="aff0200" id="crf8260"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2512-5451" id="au7810" author-id="S0370269322007833-21a9d7d32dbc31b6d9fe58ee57047f0f"><ce:given-name>K.</ce:given-name><ce:surname>Šafařík</ce:surname><ce:cross-ref refid="aff0350" id="crf8270"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-0580-829X" id="au7820" author-id="S0370269322007833-e124e41bd8c9a15152d347654ca43d3a"><ce:given-name>S.K.</ce:given-name><ce:surname>Saha</ce:surname><ce:cross-ref refid="aff1310" id="crf8280"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4159-3549" id="au7830" author-id="S0370269322007833-97780e442ae33eb1a0ab97a98d717272"><ce:given-name>S.</ce:given-name><ce:surname>Saha</ce:surname><ce:cross-ref refid="aff0800" id="crf8290"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7383-4418" id="au7840" author-id="S0370269322007833-2d0dbe8d0df0bf01a83ddf19e043addc"><ce:given-name>B.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0460" id="crf8300"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au7850" author-id="S0370269322007833-c91ceefdaf62924dbe41969b9214a864"><ce:given-name>P.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0460" id="crf8310"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3334-0661" id="au7860" author-id="S0370269322007833-bf022b9756aebb065155d194bfc5e116"><ce:given-name>R.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0470" id="crf8320"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author id="au7870" author-id="S0370269322007833-d12dd0293e56fb8f196c824e945688ef"><ce:given-name>S.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0600" id="crf8330"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8980-1362" id="au7880" author-id="S0370269322007833-7da34c080308a4a878b936642dad5d72"><ce:given-name>D.</ce:given-name><ce:surname>Sahu</ce:surname><ce:cross-ref refid="aff0470" id="crf8340"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3546-3390" id="au7890" author-id="S0370269322007833-2bddf806dd23a81f5fa7e547686c633f"><ce:given-name>P.K.</ce:given-name><ce:surname>Sahu</ce:surname><ce:cross-ref refid="aff0600" id="crf8350"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3266-9959" id="au7900" author-id="S0370269322007833-d5d387bbf6ac7c96302a2261913a190e"><ce:given-name>J.</ce:given-name><ce:surname>Saini</ce:surname><ce:cross-ref refid="aff1310" id="crf8360"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au7910" author-id="S0370269322007833-f703969e0e9785229512bda850aef2e1"><ce:given-name>K.</ce:given-name><ce:surname>Sajdakova</ce:surname><ce:cross-ref refid="aff0370" id="crf8370"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1380-0392" id="au7920" author-id="S0370269322007833-f5ff96bab08f662fd05e088cca2830f6"><ce:given-name>S.</ce:given-name><ce:surname>Sakai</ce:surname><ce:cross-ref refid="aff1220" id="crf8380"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8111-5576" id="au7930" author-id="S0370269322007833-8a3806e0320b7d360b40762c9a667520"><ce:given-name>M.P.</ce:given-name><ce:surname>Salvan</ce:surname><ce:cross-ref refid="aff0980" id="crf8390"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5018-6902" id="au7940" author-id="S0370269322007833-1bc9f8186efa42ba63b483c287a4106e"><ce:given-name>S.</ce:given-name><ce:surname>Sambyal</ce:surname><ce:cross-ref refid="aff0910" id="crf8400"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au7950" author-id="S0370269322007833-cd56f5a9e647bb69890a3a180b5ed4f6"><ce:given-name>T.B.</ce:given-name><ce:surname>Saramela</ce:surname><ce:cross-ref refid="aff1090" id="crf8410"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2393-0804" id="au7960" author-id="S0370269322007833-4e7b512d816400994223e9f92ecca2ec"><ce:given-name>D.</ce:given-name><ce:surname>Sarkar</ce:surname><ce:cross-ref refid="aff1330" id="crf8420"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author id="au7970" author-id="S0370269322007833-2142bcc0044d7022f40dbf34b4e197ca"><ce:given-name>N.</ce:given-name><ce:surname>Sarkar</ce:surname><ce:cross-ref refid="aff1310" id="crf8430"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3191-4513" id="au7980" author-id="S0370269322007833-a3851d6513ae8b68029b7958a5abed81"><ce:given-name>P.</ce:given-name><ce:surname>Sarma</ce:surname><ce:cross-ref refid="aff0410" id="crf8440"><ce:sup>41</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9879-1119" id="au7990" author-id="S0370269322007833-cba5c2ba21cd453e06c3e5024f528642"><ce:given-name>V.</ce:given-name><ce:surname>Sarritzu</ce:surname><ce:cross-ref refid="aff0220" id="crf8450"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8438-3966" id="au8000" author-id="S0370269322007833-cc5ffcd83ec77f5fd9325b0b7118b774"><ce:given-name>V.M.</ce:given-name><ce:surname>Sarti</ce:surname><ce:cross-ref refid="aff0960" id="crf8460"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1419-2085" id="au8010" author-id="S0370269322007833-4f6b354f623cbb6890bb23228e05b5fe"><ce:given-name>M.H.P.</ce:given-name><ce:surname>Sas</ce:surname><ce:cross-ref refid="aff1360" id="crf8470"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3266-1332" id="au8020" author-id="S0370269322007833-2b91d041007f9e176264d73e2d0de0a4"><ce:given-name>J.</ce:given-name><ce:surname>Schambach</ce:surname><ce:cross-ref refid="aff0870" id="crf8480"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1184-9627" id="au8030" author-id="S0370269322007833-c66444d5ef774ee49802c74363dc640a"><ce:given-name>H.S.</ce:given-name><ce:surname>Scheid</ce:surname><ce:cross-ref refid="aff0630" id="crf8490"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-3728-8849" id="au8040" author-id="S0370269322007833-03804028f617309bc048e5933e616e73"><ce:given-name>C.</ce:given-name><ce:surname>Schiaua</ce:surname><ce:cross-ref refid="aff0450" id="crf8500"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1230-4274" id="au8050" author-id="S0370269322007833-784adb72642054424e9362d8386b26e7"><ce:given-name>R.</ce:given-name><ce:surname>Schicker</ce:surname><ce:cross-ref refid="aff0950" id="crf8510"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author id="au8060" author-id="S0370269322007833-0217b26765b58bf272de6570444ed5dc"><ce:given-name>A.</ce:given-name><ce:surname>Schmah</ce:surname><ce:cross-ref refid="aff0950" id="crf8520"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2295-6199" id="au8070" author-id="S0370269322007833-f94f964488b585f9462e6ab4015791c9"><ce:given-name>C.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0980" id="crf8530"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author id="au8080" author-id="S0370269322007833-fd43f769f1f7612b2725ab8467cb3988"><ce:given-name>H.R.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0940" id="crf8540"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5335-1515" id="au8090" author-id="S0370269322007833-000dbff16850e64d09345b19cc7e2cae"><ce:given-name>M.O.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0320" id="crf8550"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8100" author-id="S0370269322007833-676a3e2f083d7445aad07e3df271a3ea"><ce:given-name>M.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0940" id="crf8560"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5795-4871" id="au8110" author-id="S0370269322007833-31162c06a9fc108e5b35973a2ffb24b8"><ce:given-name>N.V.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0870" id="crf8570"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0630" id="crf8580"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9093-4461" id="au8120" author-id="S0370269322007833-dd604e595646814f08f6fa8e83e76398"><ce:given-name>A.R.</ce:given-name><ce:surname>Schmier</ce:surname><ce:cross-ref refid="aff1190" id="crf8590"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4791-5481" id="au8130" author-id="S0370269322007833-337f117e371476d9154b3392d1da6bf8"><ce:given-name>R.</ce:given-name><ce:surname>Schotter</ce:surname><ce:cross-ref refid="aff1260" id="crf8600"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6638-2932" id="au8140" author-id="S0370269322007833-d9df8e3f4beecadb05967ec0da49ff70"><ce:given-name>J.</ce:given-name><ce:surname>Schukraft</ce:surname><ce:cross-ref refid="aff0320" id="crf8610"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8150" author-id="S0370269322007833-6310a0f15817e728ebcc79e2ab7c4c2f"><ce:given-name>K.</ce:given-name><ce:surname>Schwarz</ce:surname><ce:cross-ref refid="aff0980" id="crf8620"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9935-6995" id="au8160" author-id="S0370269322007833-2b6a538fbe623fb4022aa1b75b26c442"><ce:given-name>K.</ce:given-name><ce:surname>Schweda</ce:surname><ce:cross-ref refid="aff0980" id="crf8630"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0144-0713" id="au8170" author-id="S0370269322007833-fc518e7578036d8d371116685c31012a"><ce:given-name>G.</ce:given-name><ce:surname>Scioli</ce:surname><ce:cross-ref refid="aff0250" id="crf8640"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9015-9610" id="au8180" author-id="S0370269322007833-d42cd071cfc74dbae9b48d5cd17800d0"><ce:given-name>E.</ce:given-name><ce:surname>Scomparin</ce:surname><ce:cross-ref refid="aff0550" id="crf8650"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1423-6973" id="au8190" author-id="S0370269322007833-94181a0b17774396a39a9ed6fc47c3d5"><ce:given-name>J.E.</ce:given-name><ce:surname>Seger</ce:surname><ce:cross-ref refid="aff0140" id="crf8660"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author id="au8200" author-id="S0370269322007833-1f4043c3186036a978d62e3e2d162134"><ce:given-name>Y.</ce:given-name><ce:surname>Sekiguchi</ce:surname><ce:cross-ref refid="aff1210" id="crf8670"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-9692-8812" id="au8210" author-id="S0370269322007833-231e8d80e70f7aa46fc7b8201643f307"><ce:given-name>D.</ce:given-name><ce:surname>Sekihata</ce:surname><ce:cross-ref refid="aff1210" id="crf8680"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8042-4924" id="au8220" author-id="S0370269322007833-87e546912eabfb863538b176fde78749"><ce:given-name>I.</ce:given-name><ce:surname>Selyuzhenkov</ce:surname><ce:cross-ref refid="aff0980" id="crf8690"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1390" id="crf8700"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1907-9786" id="au8230" author-id="S0370269322007833-919152051a0186bd761a33e9a12c962e"><ce:given-name>S.</ce:given-name><ce:surname>Senyukov</ce:surname><ce:cross-ref refid="aff1260" id="crf8710"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6368-3350" id="au8240" author-id="S0370269322007833-1d84cdddde85c220045f4e9374e0487a"><ce:given-name>J.J.</ce:given-name><ce:surname>Seo</ce:surname><ce:cross-ref refid="aff0570" id="crf8720"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5546-6524" id="au8250" author-id="S0370269322007833-45d295ee783dda945d1339d17b8f7552"><ce:given-name>D.</ce:given-name><ce:surname>Serebryakov</ce:surname><ce:cross-ref refid="aff1390" id="crf8730"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5657-5351" id="au8260" author-id="S0370269322007833-fb3d7b2c3c2b219cdba56ad462fd16d5"><ce:given-name>L.</ce:given-name><ce:surname>Šerkšnytė</ce:surname><ce:cross-ref refid="aff0960" id="crf8740"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4151-1056" id="au8270" author-id="S0370269322007833-a1ba0c3722a1611161b0a6acdcd217eb"><ce:given-name>A.</ce:given-name><ce:surname>Sevcenco</ce:surname><ce:cross-ref refid="aff0620" id="crf8750"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2290-9031" id="au8280" author-id="S0370269322007833-230e0ab7c6dad85e0c9ab44030ee0c31"><ce:given-name>T.J.</ce:given-name><ce:surname>Shaba</ce:surname><ce:cross-ref refid="aff0670" id="crf8760"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au8290" author-id="S0370269322007833-6ba1905bfb57edd3371e7497f125fc77"><ce:given-name>A.</ce:given-name><ce:surname>Shabanov</ce:surname><ce:cross-ref refid="aff1390" id="crf8770"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3069-726X" id="au8300" author-id="S0370269322007833-eccc4eb373e67b000b70c03bc953f7be"><ce:given-name>A.</ce:given-name><ce:surname>Shabetai</ce:surname><ce:cross-ref refid="aff1030" id="crf8780"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author id="au8310" author-id="S0370269322007833-4044ca3befd9dd6a2145d809b5f421e3"><ce:given-name>R.</ce:given-name><ce:surname>Shahoyan</ce:surname><ce:cross-ref refid="aff0320" id="crf8790"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8320" author-id="S0370269322007833-433f918d1193b919b935c4071c45d479"><ce:given-name>W.</ce:given-name><ce:surname>Shaikh</ce:surname><ce:cross-ref refid="aff0990" id="crf8800"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5053-7506" id="au8330" author-id="S0370269322007833-7a1a1ea0b774f666a219a219f61965e3"><ce:given-name>A.</ce:given-name><ce:surname>Shangaraev</ce:surname><ce:cross-ref refid="aff1390" id="crf8810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au8340" author-id="S0370269322007833-b32067d8486ea2da83ae42c6015b7272"><ce:given-name>A.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0900" id="crf8820"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-9105-0729" id="au8350" author-id="S0370269322007833-5ec7e4fb2fecc24569d920e4223f15d5"><ce:given-name>D.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0460" id="crf8830"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2753-4283" id="au8360" author-id="S0370269322007833-9ba2f4c0358179c0a4269919f6db9efb"><ce:given-name>H.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1060" id="crf8840"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8256-8200" id="au8370" author-id="S0370269322007833-2bc2983d44ca6edf1e245c910a07f8fd"><ce:given-name>M.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0910" id="crf8850"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8046-1752" id="au8380" author-id="S0370269322007833-ff55826e9881b12af97414d6bafc15e3"><ce:given-name>N.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0900" id="crf8860"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7159-6839" id="au8390" author-id="S0370269322007833-dea65ea1ea56fa5802a2370cbb001777"><ce:given-name>S.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0910" id="crf8870"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7686-070X" id="au8400" author-id="S0370269322007833-cab15d0853c296aff65e7db1f0d635e9"><ce:given-name>U.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0910" id="crf8880"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7432-6669" id="au8410" author-id="S0370269322007833-7b902e1f81916b8184832cdb1f36e07a"><ce:given-name>A.</ce:given-name><ce:surname>Shatat</ce:surname><ce:cross-ref refid="aff0720" id="crf8890"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author id="au8420" author-id="S0370269322007833-18136795fe5b5eb02309150c4d868125"><ce:given-name>O.</ce:given-name><ce:surname>Sheibani</ce:surname><ce:cross-ref refid="aff1130" id="crf8900"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8416-8617" id="au8430" author-id="S0370269322007833-e9a146adc7540fa5ca0c3067beb56b46"><ce:given-name>K.</ce:given-name><ce:surname>Shigaki</ce:surname><ce:cross-ref refid="aff0930" id="crf8910"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au8440" author-id="S0370269322007833-3a406d92f47d3c342f4cd2f352b93fb3"><ce:given-name>M.</ce:given-name><ce:surname>Shimomura</ce:surname><ce:cross-ref refid="aff0770" id="crf8920"><ce:sup>77</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-0106-6054" id="au8450" author-id="S0370269322007833-6b2c2e57131e32b5ebf84058b73f54aa"><ce:given-name>S.</ce:given-name><ce:surname>Shirinkin</ce:surname><ce:cross-ref refid="aff1390" id="crf8930"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5128-6238" id="au8460" author-id="S0370269322007833-d5e441fdcf341f7bada490393ce8066d"><ce:given-name>Q.</ce:given-name><ce:surname>Shou</ce:surname><ce:cross-ref refid="aff0390" id="crf8940"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3348-1221" id="au8470" author-id="S0370269322007833-5cb068ab6f979cc8e49de0b405e08c4f"><ce:given-name>Y.</ce:given-name><ce:surname>Sibiriak</ce:surname><ce:cross-ref refid="aff1390" id="crf8950"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0543-9245" id="au8480" author-id="S0370269322007833-8247044a9ad9588b26bf570f8f92a1aa"><ce:given-name>S.</ce:given-name><ce:surname>Siddhanta</ce:surname><ce:cross-ref refid="aff0510" id="crf8960"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2014-5229" id="au8490" author-id="S0370269322007833-eba2779dc45d8567f427c55b555dc0ca"><ce:given-name>T.</ce:given-name><ce:surname>Siemiarczuk</ce:surname><ce:cross-ref refid="aff0790" id="crf8970"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7643-2198" id="au8500" author-id="S0370269322007833-0592f5524b7d1a38d09aabb737c94ec0"><ce:given-name>T.F.</ce:given-name><ce:surname>Silva</ce:surname><ce:cross-ref refid="aff1090" id="crf8980"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0526-5791" id="au8510" author-id="S0370269322007833-cc36c04c40e19a8455422de9daca4c31"><ce:given-name>D.</ce:given-name><ce:surname>Silvermyr</ce:surname><ce:cross-ref refid="aff0750" id="crf8990"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au8520" author-id="S0370269322007833-5d12b1d6955a3601b5814b9bb8588f4f"><ce:given-name>T.</ce:given-name><ce:surname>Simantathammakul</ce:surname><ce:cross-ref refid="aff1040" id="crf9000"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7729-5503" id="au8530" author-id="S0370269322007833-6393617ad1fb1402611f370fffec2382"><ce:given-name>R.</ce:given-name><ce:surname>Simeonov</ce:surname><ce:cross-ref refid="aff0360" id="crf9010"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au8540" author-id="S0370269322007833-038f483f6d2e5bcdf914c3b9a3a2cf25"><ce:given-name>G.</ce:given-name><ce:surname>Simonetti</ce:surname><ce:cross-ref refid="aff0320" id="crf9020"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8550" author-id="S0370269322007833-aab1420eddc341b05321ead42cc4c9fc"><ce:given-name>B.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0910" id="crf9030"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8997-0019" id="au8560" author-id="S0370269322007833-07775d5aa901011f3821dba3282fb3e0"><ce:given-name>B.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0960" id="crf9040"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-7617-1577" id="au8570" author-id="S0370269322007833-02af59487e20a18c520fea31d6730338"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0800" id="crf9050"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6904-9879" id="au8580" author-id="S0370269322007833-aa581cc51fe123db4c7c12c8e1d0af87"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0910" id="crf9060"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6746-6847" id="au8590" author-id="S0370269322007833-166ab0fa2fb6caa61da1b8a040b1e278"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0470" id="crf9070"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5783-3551" id="au8600" author-id="S0370269322007833-4c33c2641d33d44eca005f652b553f47"><ce:given-name>V.K.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff1310" id="crf9080"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6315-9671" id="au8610" author-id="S0370269322007833-6475573f1c042491a9461800f84f7e17"><ce:given-name>V.</ce:given-name><ce:surname>Singhal</ce:surname><ce:cross-ref refid="aff1310" id="crf9090"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1290-8388" id="au8620" author-id="S0370269322007833-fb688ef16b53507c773a0c466022686b"><ce:given-name>T.</ce:given-name><ce:surname>Sinha</ce:surname><ce:cross-ref refid="aff0990" id="crf9100"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-7519-0796" id="au8630" author-id="S0370269322007833-4dd174a5e9d45db4325b2a80d33b8149"><ce:given-name>B.</ce:given-name><ce:surname>Sitar</ce:surname><ce:cross-ref refid="aff0120" id="crf9110"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4175-148X" id="au8640" author-id="S0370269322007833-3b59aee01be38f76fa93e8cd0616e67e"><ce:given-name>M.</ce:given-name><ce:surname>Sitta</ce:surname><ce:cross-ref refid="aff1290" id="crf9120"><ce:sup>129</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf9130"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au8650" author-id="S0370269322007833-0ffea690781a8ef42b20d2bf3605a48d"><ce:given-name>T.B.</ce:given-name><ce:surname>Skaali</ce:surname><ce:cross-ref refid="aff0190" id="crf9140"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5747-4096" id="au8660" author-id="S0370269322007833-8f1f2ab39bfb478d52b2fca1d1026928"><ce:given-name>G.</ce:given-name><ce:surname>Skorodumovs</ce:surname><ce:cross-ref refid="aff0950" id="crf9150"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2966-8445" id="au8670" author-id="S0370269322007833-ce5d8d52aff3b9a257186938eba69940"><ce:given-name>M.</ce:given-name><ce:surname>Slupecki</ce:surname><ce:cross-ref refid="aff0430" id="crf9160"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1361-0305" id="au8680" author-id="S0370269322007833-4dff2a8cce793ddddad546bf49106817"><ce:given-name>N.</ce:given-name><ce:surname>Smirnov</ce:surname><ce:cross-ref refid="aff1360" id="crf9170"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9720-0604" id="au8690" author-id="S0370269322007833-e12bdf24e76db6c87b277836cf233019"><ce:given-name>R.J.M.</ce:given-name><ce:surname>Snellings</ce:surname><ce:cross-ref refid="aff0580" id="crf9180"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6002-8732" id="au8700" author-id="S0370269322007833-6ea57c0f96da7e01b9086dca27a4b7be"><ce:given-name>E.H.</ce:given-name><ce:surname>Solheim</ce:surname><ce:cross-ref refid="aff0190" id="crf9190"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au8710" author-id="S0370269322007833-897d4030aa386814d80fb77010ef5002"><ce:given-name>C.</ce:given-name><ce:surname>Soncco</ce:surname><ce:cross-ref refid="aff1010" id="crf9200"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2847-2291" id="au8720" author-id="S0370269322007833-e423ef18c708c9c8e5076d3ad9fa7345"><ce:given-name>J.</ce:given-name><ce:surname>Song</ce:surname><ce:cross-ref refid="aff1130" id="crf9210"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au8730" author-id="S0370269322007833-0a281b197a34a8ec6f58600b763f438c"><ce:given-name>A.</ce:given-name><ce:surname>Songmoolnak</ce:surname><ce:cross-ref refid="aff1040" id="crf9220"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1018-0987" id="au8740" author-id="S0370269322007833-657fdca353e29412dc258d4f8080fd5e"><ce:given-name>F.</ce:given-name><ce:surname>Soramel</ce:surname><ce:cross-ref refid="aff0270" id="crf9230"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5595-5643" id="au8750" author-id="S0370269322007833-08d0e06daec8127f6f7fd46b9d3ad98b"><ce:given-name>S.</ce:given-name><ce:surname>Sorensen</ce:surname><ce:cross-ref refid="aff1190" id="crf9240"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8625-763X" id="au8760" author-id="S0370269322007833-bd98e1f9191343ada467da8f1660394e"><ce:given-name>R.</ce:given-name><ce:surname>Spijkers</ce:surname><ce:cross-ref refid="aff0840" id="crf9250"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7590-7171" id="au8770" author-id="S0370269322007833-5c46e847eb41f641ef007f47ceeef5f5"><ce:given-name>I.</ce:given-name><ce:surname>Sputowska</ce:surname><ce:cross-ref refid="aff1060" id="crf9260"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8476-3547" id="au8780" author-id="S0370269322007833-ae6659f61a7ea40d63c55774ac78445c"><ce:given-name>J.</ce:given-name><ce:surname>Staa</ce:surname><ce:cross-ref refid="aff0750" id="crf9270"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0750-6664" id="au8790" author-id="S0370269322007833-08dabed2ad53ce608b50cc80a0f32bac"><ce:given-name>J.</ce:given-name><ce:surname>Stachel</ce:surname><ce:cross-ref refid="aff0950" id="crf9280"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1336-4092" id="au8800" author-id="S0370269322007833-b0ef98fe4c3a58484c52cb4402b727ce"><ce:given-name>I.</ce:given-name><ce:surname>Stan</ce:surname><ce:cross-ref refid="aff0620" id="crf9290"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6814-1040" id="au8810" author-id="S0370269322007833-3b05d082368606695b16be0f0e9cad4e"><ce:given-name>P.J.</ce:given-name><ce:surname>Steffanic</ce:surname><ce:cross-ref refid="aff1190" id="crf9300"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2269-1490" id="au8820" author-id="S0370269322007833-9f04bc942ad6802c66589e3d7978ef55"><ce:given-name>S.F.</ce:given-name><ce:surname>Stiefelmaier</ce:surname><ce:cross-ref refid="aff0950" id="crf9310"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5377-5163" id="au8830" author-id="S0370269322007833-f1ab20d63ed8b3d6e274b0f330e99ed7"><ce:given-name>D.</ce:given-name><ce:surname>Stocco</ce:surname><ce:cross-ref refid="aff1030" id="crf9320"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3254-7305" id="au8840" author-id="S0370269322007833-598d38c90217ab7f780f227de96d75b3"><ce:given-name>I.</ce:given-name><ce:surname>Storehaug</ce:surname><ce:cross-ref refid="aff0190" id="crf9330"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-4489-2858" id="au8850" author-id="S0370269322007833-e0ac4d17343a69ab9c671ac17ce1facd"><ce:given-name>M.M.</ce:given-name><ce:surname>Storetvedt</ce:surname><ce:cross-ref refid="aff0340" id="crf9340"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1978-3351" id="au8860" author-id="S0370269322007833-ad4835e85d6503fb1e04dae8b2992acd"><ce:given-name>P.</ce:given-name><ce:surname>Stratmann</ce:surname><ce:cross-ref refid="aff1340" id="crf9350"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2329-0330" id="au8870" author-id="S0370269322007833-d7676321ebd560a622de6bcd0ed6c69f"><ce:given-name>S.</ce:given-name><ce:surname>Strazzi</ce:surname><ce:cross-ref refid="aff0250" id="crf9360"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au8880" author-id="S0370269322007833-a142771e3c6f474eb5a3ddda56e62fc0"><ce:given-name>C.P.</ce:given-name><ce:surname>Stylianidis</ce:surname><ce:cross-ref refid="aff0840" id="crf9370"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2847-6556" id="au8890" author-id="S0370269322007833-56fcf7cb23017eaab1a1abea1843850b"><ce:given-name>A.A.P.</ce:given-name><ce:surname>Suaide</ce:surname><ce:cross-ref refid="aff1090" id="crf9380"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1675-503X" id="au8900" author-id="S0370269322007833-c7f2d71be2bf887594e88c1fd3379036"><ce:given-name>C.</ce:given-name><ce:surname>Suire</ce:surname><ce:cross-ref refid="aff0720" id="crf9390"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4506-8071" id="au8910" author-id="S0370269322007833-9c3a2c9348e05d1e433977af31502d61"><ce:given-name>M.</ce:given-name><ce:surname>Sukhanov</ce:surname><ce:cross-ref refid="aff1390" id="crf9400"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4490-1930" id="au8920" author-id="S0370269322007833-5458a9eb75a0419661b9c7016efda138"><ce:given-name>M.</ce:given-name><ce:surname>Suljic</ce:surname><ce:cross-ref refid="aff0320" id="crf9410"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6779-208X" id="au8930" author-id="S0370269322007833-589a5a6051c44be9b7f299681578bdfd"><ce:given-name>V.</ce:given-name><ce:surname>Sumberia</ce:surname><ce:cross-ref refid="aff0910" id="crf9420"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4252-8877" id="au8940" author-id="S0370269322007833-1699d1b890617ec1ccffdff98f188057"><ce:given-name>S.</ce:given-name><ce:surname>Sumowidagdo</ce:surname><ce:cross-ref refid="aff0820" id="crf9430"><ce:sup>82</ce:sup></ce:cross-ref></ce:author><ce:author id="au8950" author-id="S0370269322007833-0cd9b2c7c70607120d8ed18269c10358"><ce:given-name>S.</ce:given-name><ce:surname>Swain</ce:surname><ce:cross-ref refid="aff0600" id="crf9440"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author id="au8960" author-id="S0370269322007833-a17ccaf2b16f932fe91acee8fb4fee2e"><ce:given-name>A.</ce:given-name><ce:surname>Szabo</ce:surname><ce:cross-ref refid="aff0120" id="crf9450"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-4361-0257" id="au8970" author-id="S0370269322007833-9dc29d8d923f26ea3fd8d57a90d30390"><ce:given-name>I.</ce:given-name><ce:surname>Szarka</ce:surname><ce:cross-ref refid="aff0120" id="crf9460"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author id="au8980" author-id="S0370269322007833-e0aaec5b1b1950d6e671c1ed67a68fc7"><ce:given-name>U.</ce:given-name><ce:surname>Tabassam</ce:surname><ce:cross-ref refid="aff0130" id="crf9470"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2642-5720" id="au8990" author-id="S0370269322007833-c60a92de60aa0e4f8c13c6708cd184e8"><ce:given-name>S.F.</ce:given-name><ce:surname>Taghavi</ce:surname><ce:cross-ref refid="aff0960" id="crf9480"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3470-2230" id="au9000" author-id="S0370269322007833-059a2de3e52ba5db1d032268085cf1e5"><ce:given-name>G.</ce:given-name><ce:surname>Taillepied</ce:surname><ce:cross-ref refid="aff0980" id="crf9490"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1240" id="crf9500"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4091-1779" id="au9010" author-id="S0370269322007833-c0f167bf69dc8eb13da2b029b041a055"><ce:given-name>J.</ce:given-name><ce:surname>Takahashi</ce:surname><ce:cross-ref refid="aff1100" id="crf9510"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7174-3379" id="au9020" author-id="S0370269322007833-f250805ae64e3f0cfdb9411d4443bfe8"><ce:given-name>G.J.</ce:given-name><ce:surname>Tambave</ce:surname><ce:cross-ref refid="aff0200" id="crf9520"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9413-9534" id="au9030" author-id="S0370269322007833-89c33e492725d4c181ab38572713cbc6"><ce:given-name>S.</ce:given-name><ce:surname>Tang</ce:surname><ce:cross-ref refid="aff1240" id="crf9530"><ce:sup>124</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf9540"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4247-0081" id="au9040" author-id="S0370269322007833-872753327c0c65d809bbcf7bec18aa6a"><ce:given-name>Z.</ce:given-name><ce:surname>Tang</ce:surname><ce:cross-ref refid="aff1170" id="crf9550"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0098-4279" id="au9050" author-id="S0370269322007833-d9c970afed857aa54a47f34a5d10bdad"><ce:given-name>J.D.</ce:given-name><ce:surname>Tapia Takaki</ce:surname><ce:cross-ref refid="aff1150" id="crf9560"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au9060" author-id="S0370269322007833-361f0a80011b90d6e1e7a305834de5ec"><ce:given-name>N.</ce:given-name><ce:surname>Tapus</ce:surname><ce:cross-ref refid="aff1230" id="crf9570"><ce:sup>123</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5086-8658" id="au9070" author-id="S0370269322007833-0992513f12e5d923609a6e7255921ec5"><ce:given-name>L.A.</ce:given-name><ce:surname>Tarasovicova</ce:surname><ce:cross-ref refid="aff1340" id="crf9580"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8865-9613" id="au9080" author-id="S0370269322007833-655cee6c20e95d653f76ee5554633dfe"><ce:given-name>M.G.</ce:given-name><ce:surname>Tarzila</ce:surname><ce:cross-ref refid="aff0450" id="crf9590"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-3124-9093" id="au9090" author-id="S0370269322007833-59aaa29065f6796159aa543e639298c7"><ce:given-name>A.</ce:given-name><ce:surname>Tauro</ce:surname><ce:cross-ref refid="aff0320" id="crf9600"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6783-7230" id="au9100" author-id="S0370269322007833-e32b8e2ac0c864eac40a37b39e286a55"><ce:given-name>A.</ce:given-name><ce:surname>Telesca</ce:surname><ce:cross-ref refid="aff0320" id="crf9610"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4119-7228" id="au9110" author-id="S0370269322007833-a8fc702cfc3f2781d3f44ce57fef99fa"><ce:given-name>L.</ce:given-name><ce:surname>Terlizzi</ce:surname><ce:cross-ref refid="aff0240" id="crf9620"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1318-684X" id="au9120" author-id="S0370269322007833-1463848cd4d3f997204d95350f6ec09e"><ce:given-name>C.</ce:given-name><ce:surname>Terrevoli</ce:surname><ce:cross-ref refid="aff1130" id="crf9630"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au9130" author-id="S0370269322007833-3117906cff50143c8578edcd5d472f8f"><ce:given-name>G.</ce:given-name><ce:surname>Tersimonov</ce:surname><ce:cross-ref refid="aff0030" id="crf9640"><ce:sup>3</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-2329-5039" id="au9140" author-id="S0370269322007833-364b9b5c5740ad64b0bfd748bcc98319"><ce:given-name>S.</ce:given-name><ce:surname>Thakur</ce:surname><ce:cross-ref refid="aff1310" id="crf9650"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3408-3097" id="au9150" author-id="S0370269322007833-a2ec5b979d461b062cd03d49d6e8d67b"><ce:given-name>D.</ce:given-name><ce:surname>Thomas</ce:surname><ce:cross-ref refid="aff1070" id="crf9660"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2106-5415" id="au9160" author-id="S0370269322007833-1aedf986c49e01602efb19c767f2f80e"><ce:given-name>R.</ce:given-name><ce:surname>Tieulent</ce:surname><ce:cross-ref refid="aff1250" id="crf9670"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7799-8858" id="au9170" author-id="S0370269322007833-1622f94cfabd47942fa3c2ea0d3e6a1e"><ce:given-name>A.</ce:given-name><ce:surname>Tikhonov</ce:surname><ce:cross-ref refid="aff1390" id="crf9680"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1305-8757" id="au9180" author-id="S0370269322007833-7e98d622fbf1de9d69786eccee47944e"><ce:given-name>A.R.</ce:given-name><ce:surname>Timmins</ce:surname><ce:cross-ref refid="aff1130" id="crf9690"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au9190" author-id="S0370269322007833-a1ab2ffb64eaab4cb2d232ddd2bb97d6"><ce:given-name>M.</ce:given-name><ce:surname>Tkacik</ce:surname><ce:cross-ref refid="aff1050" id="crf9700"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8308-7882" id="au9200" author-id="S0370269322007833-8e8f16c729742ac824d65f8afcaf4e49"><ce:given-name>T.</ce:given-name><ce:surname>Tkacik</ce:surname><ce:cross-ref refid="aff1050" id="crf9710"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9567-3360" id="au9210" author-id="S0370269322007833-baa2844898740f45581b73a5159189fd"><ce:given-name>A.</ce:given-name><ce:surname>Toia</ce:surname><ce:cross-ref refid="aff0630" id="crf9720"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5137-3582" id="au9220" author-id="S0370269322007833-7f0c866168b6a030377f76e811939a25"><ce:given-name>N.</ce:given-name><ce:surname>Topilskaya</ce:surname><ce:cross-ref refid="aff1390" id="crf9730"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0392-0895" id="au9230" author-id="S0370269322007833-3fb5746f79e2f9b28eecf5a47a516d6f"><ce:given-name>M.</ce:given-name><ce:surname>Toppi</ce:surname><ce:cross-ref refid="aff0480" id="crf9740"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au9240" author-id="S0370269322007833-a5c53ec1b18840e9215691c8237119a2"><ce:given-name>F.</ce:given-name><ce:surname>Torales-Acosta</ce:surname><ce:cross-ref refid="aff0180" id="crf9750"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9753-329X" id="au9250" author-id="S0370269322007833-b4e81d58f6dd564b7404d4b9ecbc5871"><ce:given-name>T.</ce:given-name><ce:surname>Tork</ce:surname><ce:cross-ref refid="aff0720" id="crf9760"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3997-0883" id="au9260" author-id="S0370269322007833-a98a1f1d8d24de0ecb13aa75917ea587"><ce:given-name>A.G.</ce:given-name><ce:surname>Torres Ramos</ce:surname><ce:cross-ref refid="aff0310" id="crf9770"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1078-1157" id="au9270" author-id="S0370269322007833-cb5f7f76f9be8a5b6f7f1f676ee0148e"><ce:given-name>A.</ce:given-name><ce:surname>Trifiró</ce:surname><ce:cross-ref refid="aff0300" id="crf9780"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf9790"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-7570-5972" id="au9280" author-id="S0370269322007833-f0952a23f4b03e256f2dddd4e7e7755e"><ce:given-name>A.S.</ce:given-name><ce:surname>Triolo</ce:surname><ce:cross-ref refid="aff0300" id="crf9800"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf9810"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0061-5107" id="au9290" author-id="S0370269322007833-43e5d915054f543c1b38d719f8c23294"><ce:given-name>S.</ce:given-name><ce:surname>Tripathy</ce:surname><ce:cross-ref refid="aff0500" id="crf9820"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6719-7130" id="au9300" author-id="S0370269322007833-cf5679180a033531cecbf308c26a3b2f"><ce:given-name>T.</ce:given-name><ce:surname>Tripathy</ce:surname><ce:cross-ref refid="aff0460" id="crf9830"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7474-5361" id="au9310" author-id="S0370269322007833-25f25f0207443c8141fbcc02fde4f484"><ce:given-name>S.</ce:given-name><ce:surname>Trogolo</ce:surname><ce:cross-ref refid="aff0320" id="crf9840"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-8143-0956" id="au9320" author-id="S0370269322007833-506889cabc7808922c96b983210184de"><ce:given-name>V.</ce:given-name><ce:surname>Trubnikov</ce:surname><ce:cross-ref refid="aff0030" id="crf9850"><ce:sup>3</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0672-9137" id="au9330" author-id="S0370269322007833-e248aa646c1f5daa31a6d10f338f7b99"><ce:given-name>W.H.</ce:given-name><ce:surname>Trzaska</ce:surname><ce:cross-ref refid="aff1140" id="crf9860"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1486-8906" id="au9340" author-id="S0370269322007833-0ad99eccccf5f6614c9b2fe212a09e1c"><ce:given-name>T.P.</ce:given-name><ce:surname>Trzcinski</ce:surname><ce:cross-ref refid="aff1320" id="crf9870"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5272-337X" id="au9350" author-id="S0370269322007833-1436d4c149a79ba68f037180a5bef32f"><ce:given-name>R.</ce:given-name><ce:surname>Turrisi</ce:surname><ce:cross-ref refid="aff0530" id="crf9880"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-7140-8644" id="au9360" author-id="S0370269322007833-8930c9cc922f1a4d2e8603e46ee1c6c6"><ce:given-name>T.S.</ce:given-name><ce:surname>Tveter</ce:surname><ce:cross-ref refid="aff0190" id="crf9890"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0002-8834" id="au9370" author-id="S0370269322007833-7004545697a114acfbeb346d1a39e4be"><ce:given-name>K.</ce:given-name><ce:surname>Ullaland</ce:surname><ce:cross-ref refid="aff0200" id="crf9900"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9554-2256" id="au9380" author-id="S0370269322007833-cf4537ec4a11afe2ff4b1d298cc0ae0e"><ce:given-name>B.</ce:given-name><ce:surname>Ulukutlu</ce:surname><ce:cross-ref refid="aff0960" id="crf9910"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7552-0228" id="au9390" author-id="S0370269322007833-3cfbab78c93b29828742ada152554508"><ce:given-name>A.</ce:given-name><ce:surname>Uras</ce:surname><ce:cross-ref refid="aff1250" id="crf9920"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4455-7383" id="au9400" author-id="S0370269322007833-f49cc4427c45636fa54f2a6de1c5f08f"><ce:given-name>M.</ce:given-name><ce:surname>Urioni</ce:surname><ce:cross-ref refid="aff0540" id="crf9930"><ce:sup>54</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1300" id="crf9940"><ce:sup>130</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8659-8378" id="au9410" author-id="S0370269322007833-324dab33f57f1180619ebdaa70e4abab"><ce:given-name>G.L.</ce:given-name><ce:surname>Usai</ce:surname><ce:cross-ref refid="aff0220" id="crf9950"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author id="au9420" author-id="S0370269322007833-e516037685b89d9a08de77db128730b1"><ce:given-name>M.</ce:given-name><ce:surname>Vala</ce:surname><ce:cross-ref refid="aff0370" id="crf9960"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4041-4788" id="au9430" author-id="S0370269322007833-a0c4f21667dff5e8981ca9b1d39685d4"><ce:given-name>N.</ce:given-name><ce:surname>Valle</ce:surname><ce:cross-ref refid="aff0210" id="crf9970"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1264-9651" id="au9440" author-id="S0370269322007833-a7aa620f38416bf7d0dc458451379255"><ce:given-name>S.</ce:given-name><ce:surname>Vallero</ce:surname><ce:cross-ref refid="aff0550" id="crf9980"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au9450" author-id="S0370269322007833-ae37ad8881ac4b149b7b63e6d4fddb0d"><ce:given-name>L.V.R.</ce:given-name><ce:surname>van Doremalen</ce:surname><ce:cross-ref refid="aff0580" id="crf9990"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5222-4888" id="au9460" author-id="S0370269322007833-fdb8c461fd0d1fa85731a38267910ce2"><ce:given-name>M.</ce:given-name><ce:surname>van Leeuwen</ce:surname><ce:cross-ref refid="aff0840" id="crf10000"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1199-4445" id="au9470" author-id="S0370269322007833-666dcfd069ac72114394a6abd411efad"><ce:given-name>C.A.</ce:given-name><ce:surname>van Veen</ce:surname><ce:cross-ref refid="aff0950" id="crf10010"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4389-203X" id="au9480" author-id="S0370269322007833-96adea6f429987f5d2ffec8c33902b73"><ce:given-name>R.J.G.</ce:given-name><ce:surname>van Weelden</ce:surname><ce:cross-ref refid="aff0840" id="crf10020"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7277-7706" id="au9490" author-id="S0370269322007833-8a84f08ce1aebf2c7b8befb57acdc802"><ce:given-name>P.</ce:given-name><ce:surname>Vande Vyvre</ce:surname><ce:cross-ref refid="aff0320" id="crf10030"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2450-1331" id="au9500" author-id="S0370269322007833-d178e7dcce00a1698d32c5daf78b3b7c"><ce:given-name>D.</ce:given-name><ce:surname>Varga</ce:surname><ce:cross-ref refid="aff1350" id="crf10040"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1501-5569" id="au9510" author-id="S0370269322007833-90ecee6000728a3ba3eb611ffe4e9527"><ce:given-name>Z.</ce:given-name><ce:surname>Varga</ce:surname><ce:cross-ref refid="aff1350" id="crf10050"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5638-4440" id="au9520" author-id="S0370269322007833-b5dabd92030f2d122750e9b75c9f5397"><ce:given-name>M.</ce:given-name><ce:surname>Varga-Kofarago</ce:surname><ce:cross-ref refid="aff1350" id="crf10060"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3160-8524" id="au9530" author-id="S0370269322007833-a0bf6e725e14efc934de14b5b9951a85"><ce:given-name>M.</ce:given-name><ce:surname>Vasileiou</ce:surname><ce:cross-ref refid="aff0780" id="crf10070"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-1676-234X" id="au9540" author-id="S0370269322007833-e2af25202e7b57a8ff0655807a73cce7"><ce:given-name>A.</ce:given-name><ce:surname>Vasiliev</ce:surname><ce:cross-ref refid="aff1390" id="crf10080"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6459-8134" id="au9550" author-id="S0370269322007833-ecdd4e446f958ae1e111e1f6f14ad352"><ce:given-name>O.</ce:given-name><ce:surname>Vázquez Doce</ce:surname><ce:cross-ref refid="aff0960" id="crf10090"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1458-8055" id="au9560" author-id="S0370269322007833-da7a5bcc54df9d651a45f4257178bc62"><ce:given-name>V.</ce:given-name><ce:surname>Vechernin</ce:surname><ce:cross-ref refid="aff1390" id="crf10100"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9030-5347" id="au9570" author-id="S0370269322007833-d84eb57d181dea407ab6d899a7410f59"><ce:given-name>E.</ce:given-name><ce:surname>Vercellin</ce:surname><ce:cross-ref refid="aff0240" id="crf10110"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au9580" author-id="S0370269322007833-c1a53a278608661ec566b926a681edc7"><ce:given-name>S.</ce:given-name><ce:surname>Vergara Limón</ce:surname><ce:cross-ref refid="aff0440" id="crf10120"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2640-1342" id="au9590" author-id="S0370269322007833-2764a989c35d305debc4de86602af73f"><ce:given-name>L.</ce:given-name><ce:surname>Vermunt</ce:surname><ce:cross-ref refid="aff0580" id="crf10130"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3706-5265" id="au9600" author-id="S0370269322007833-76bafee7a92e2a9cecba44d698e753a6"><ce:given-name>R.</ce:given-name><ce:surname>Vértesi</ce:surname><ce:cross-ref refid="aff1350" id="crf10140"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1504-3420" id="au9610" author-id="S0370269322007833-64be48eb95af6b610ab081e031096a44"><ce:given-name>M.</ce:given-name><ce:surname>Verweij</ce:surname><ce:cross-ref refid="aff0580" id="crf10150"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au9620" author-id="S0370269322007833-94c0fe97ff67b961e7e99d69e2a56443"><ce:given-name>L.</ce:given-name><ce:surname>Vickovic</ce:surname><ce:cross-ref refid="aff0330" id="crf10160"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author id="au9630" author-id="S0370269322007833-04bd1d2d69efff87b33654e43eb3022b"><ce:given-name>Z.</ce:given-name><ce:surname>Vilakazi</ce:surname><ce:cross-ref refid="aff1200" id="crf10170"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0983-6504" id="au9640" author-id="S0370269322007833-b7d9564507a321d2d26fc5d8c8348aaa"><ce:given-name>O.</ce:given-name><ce:surname>Villalobos Baillie</ce:surname><ce:cross-ref refid="aff1000" id="crf10180"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8470-3648" id="au9650" author-id="S0370269322007833-a3892e1fc2199ba26a125f00d8ca3539"><ce:given-name>G.</ce:given-name><ce:surname>Vino</ce:surname><ce:cross-ref refid="aff0490" id="crf10190"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8850-8540" id="au9660" author-id="S0370269322007833-29e0fcd83fe999ea91976589e864f21b"><ce:given-name>A.</ce:given-name><ce:surname>Vinogradov</ce:surname><ce:cross-ref refid="aff1390" id="crf10200"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0471-7052" id="au9670" author-id="S0370269322007833-7ee08c34b6d7479dea4e2b8c3d7ce4f7"><ce:given-name>T.</ce:given-name><ce:surname>Virgili</ce:surname><ce:cross-ref refid="aff0280" id="crf10210"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author id="au9680" author-id="S0370269322007833-fed6a5fcddf4a94294db2d0973ecaea8"><ce:given-name>V.</ce:given-name><ce:surname>Vislavicius</ce:surname><ce:cross-ref refid="aff0830" id="crf10220"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-4952-2563" id="au9690" author-id="S0370269322007833-9f60c23f9225d23ef504e6419753bf79"><ce:given-name>A.</ce:given-name><ce:surname>Vodopyanov</ce:surname><ce:cross-ref refid="aff1400" id="crf10230"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8982-5548" id="au9700" author-id="S0370269322007833-c98c6b9e5e2755a8c08f90d4dd0ce54c"><ce:given-name>B.</ce:given-name><ce:surname>Volkel</ce:surname><ce:cross-ref refid="aff0320" id="crf10240"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3478-4259" id="au9710" author-id="S0370269322007833-409eb37c5637fb136e58faf92c3bb1ca"><ce:given-name>M.A.</ce:given-name><ce:surname>Völkl</ce:surname><ce:cross-ref refid="aff0950" id="crf10250"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author id="au9720" author-id="S0370269322007833-5fa3b0c5cd63074069320744aebd6d13"><ce:given-name>K.</ce:given-name><ce:surname>Voloshin</ce:surname><ce:cross-ref refid="aff1390" id="crf10260"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1330-9096" id="au9730" author-id="S0370269322007833-57ec712e9628632a2ec4ba85186ee32a"><ce:given-name>S.A.</ce:given-name><ce:surname>Voloshin</ce:surname><ce:cross-ref refid="aff1330" id="crf10270"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2921-2475" id="au9740" author-id="S0370269322007833-f6777f409ca72674ceb72ffa4f303b59"><ce:given-name>G.</ce:given-name><ce:surname>Volpe</ce:surname><ce:cross-ref refid="aff0310" id="crf10280"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3422-4585" id="au9750" author-id="S0370269322007833-3996b3e93129a2159ed0eb3b176f20e6"><ce:given-name>B.</ce:given-name><ce:surname>von Haller</ce:surname><ce:cross-ref refid="aff0320" id="crf10290"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2218-6905" id="au9760" author-id="S0370269322007833-58249f4749b1084a40d3644672e443f3"><ce:given-name>I.</ce:given-name><ce:surname>Vorobyev</ce:surname><ce:cross-ref refid="aff0960" id="crf10300"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2784-4516" id="au9770" author-id="S0370269322007833-d2b4078835ab540da8b2d9fea3ef0e52"><ce:given-name>N.</ce:given-name><ce:surname>Vozniuk</ce:surname><ce:cross-ref refid="aff1390" id="crf10310"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5846-8496" id="au9780" author-id="S0370269322007833-9feadfb4556ab34e1316f18d086e7bed"><ce:given-name>J.</ce:given-name><ce:surname>Vrláková</ce:surname><ce:cross-ref refid="aff0370" id="crf10320"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au9790" author-id="S0370269322007833-ab1490e4e82947dd774ac4cb21acfea5"><ce:given-name>B.</ce:given-name><ce:surname>Wagner</ce:surname><ce:cross-ref refid="aff0200" id="crf10330"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5383-0970" id="au9800" author-id="S0370269322007833-6ed7035a79dd824bd6a0b2572108463b"><ce:given-name>C.</ce:given-name><ce:surname>Wang</ce:surname><ce:cross-ref refid="aff0390" id="crf10340"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au9810" author-id="S0370269322007833-acba1a294e63a54789e94f0c48170a7c"><ce:given-name>D.</ce:given-name><ce:surname>Wang</ce:surname><ce:cross-ref refid="aff0390" id="crf10350"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5742-294X" id="au9820" author-id="S0370269322007833-86448d3a1cf868fca209fc2d36f58f5e"><ce:given-name>M.</ce:given-name><ce:surname>Weber</ce:surname><ce:cross-ref refid="aff1020" id="crf10360"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3155-0887" id="au9830" author-id="S0370269322007833-8ed929c2763388d291ed05f7803d55a7"><ce:given-name>A.</ce:given-name><ce:surname>Wegrzynek</ce:surname><ce:cross-ref refid="aff0320" id="crf10370"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au9840" author-id="S0370269322007833-8f33d0fd6dc5f64aaf88651441e68b9c"><ce:given-name>F.T.</ce:given-name><ce:surname>Weiglhofer</ce:surname><ce:cross-ref refid="aff0380" id="crf10380"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3495-4131" id="au9850" author-id="S0370269322007833-fc054185e3e03ba2ba73fedce1880cf3"><ce:given-name>S.C.</ce:given-name><ce:surname>Wenzel</ce:surname><ce:cross-ref refid="aff0320" id="crf10390"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1339-286X" id="au9860" author-id="S0370269322007833-2315a255b201c88ad0087de64fcac834"><ce:given-name>J.P.</ce:given-name><ce:surname>Wessels</ce:surname><ce:cross-ref refid="aff1340" id="crf10400"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5405-3480" id="au9870" author-id="S0370269322007833-d0369f0e3d93a955cb5577312878292a"><ce:given-name>S.L.</ce:given-name><ce:surname>Weyhmiller</ce:surname><ce:cross-ref refid="aff1360" id="crf10410"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-9201-8114" id="au9880" author-id="S0370269322007833-d35206c8771dcf8151d8531c8b5a4ad9"><ce:given-name>J.</ce:given-name><ce:surname>Wiechula</ce:surname><ce:cross-ref refid="aff0630" id="crf10420"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-9617-3102" id="au9890" author-id="S0370269322007833-924aa82bb7057758dfd6b448c22248a6"><ce:given-name>J.</ce:given-name><ce:surname>Wikne</ce:surname><ce:cross-ref refid="aff0190" id="crf10430"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5584-2860" id="au9900" author-id="S0370269322007833-c6cf2d96fecc56427c920ff58c5f8f6c"><ce:given-name>G.</ce:given-name><ce:surname>Wilk</ce:surname><ce:cross-ref refid="aff0790" id="crf10440"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0689-2858" id="au9910" author-id="S0370269322007833-defbde1b1ee45aba41243923803c24ee"><ce:given-name>J.</ce:given-name><ce:surname>Wilkinson</ce:surname><ce:cross-ref refid="aff0980" id="crf10450"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-9939-3892" id="au9920" author-id="S0370269322007833-acd8b64118fe312de8703fd0ec307f2f"><ce:given-name>G.A.</ce:given-name><ce:surname>Willems</ce:surname><ce:cross-ref refid="aff1340" id="crf10460"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-2759-5453" id="au9930" author-id="S0370269322007833-e27950605181c5633f31db79992710c0"><ce:given-name>B.</ce:given-name><ce:surname>Windelband</ce:surname><ce:cross-ref refid="aff0950" id="crf10470"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2207-0101" id="au9940" author-id="S0370269322007833-a855e71c5af983bba42efb2e9f0e3725"><ce:given-name>M.</ce:given-name><ce:surname>Winn</ce:surname><ce:cross-ref refid="aff1270" id="crf10480"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9351-6517" id="au9950" author-id="S0370269322007833-5cd6a9eca5037ab2657c1654558d4a0d"><ce:given-name>J.R.</ce:given-name><ce:surname>Wright</ce:surname><ce:cross-ref refid="aff1070" id="crf10490"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author id="au9960" author-id="S0370269322007833-e020a09e1f80d41df58661e69fc302a8"><ce:given-name>W.</ce:given-name><ce:surname>Wu</ce:surname><ce:cross-ref refid="aff0390" id="crf10500"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2991-9849" id="au9970" author-id="S0370269322007833-4d41bda7d295237516fe3d3063752576"><ce:given-name>Y.</ce:given-name><ce:surname>Wu</ce:surname><ce:cross-ref refid="aff1170" id="crf10510"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4674-9482" id="au9980" author-id="S0370269322007833-11e0bfbbade486f5296c5883173dddc5"><ce:given-name>R.</ce:given-name><ce:surname>Xu</ce:surname><ce:cross-ref refid="aff0060" id="crf10520"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-9300-0439" id="au9990" author-id="S0370269322007833-e54d32bfd83e51167a20e139c21050fa"><ce:given-name>A.K.</ce:given-name><ce:surname>Yadav</ce:surname><ce:cross-ref refid="aff1310" id="crf10530"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8905-8089" id="au10000" author-id="S0370269322007833-d16c3a83fafe0285a03db859ddb8d52f"><ce:given-name>S.</ce:given-name><ce:surname>Yalcin</ce:surname><ce:cross-ref refid="aff0710" id="crf10540"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-3842-7345" id="au10010" author-id="S0370269322007833-6142045f4cddc2cbac95eef90bcf1515"><ce:given-name>Y.</ce:given-name><ce:surname>Yamaguchi</ce:surname><ce:cross-ref refid="aff0930" id="crf10550"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au10020" author-id="S0370269322007833-77379878ecd8dcc55d4db065c5ede31e"><ce:given-name>K.</ce:given-name><ce:surname>Yamakawa</ce:surname><ce:cross-ref refid="aff0930" id="crf10560"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au10030" author-id="S0370269322007833-8645710c17bcf77063da5e08aaede517"><ce:given-name>S.</ce:given-name><ce:surname>Yang</ce:surname><ce:cross-ref refid="aff0200" id="crf10570"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5563-1884" id="au10040" author-id="S0370269322007833-a137667bdd118fdb6c97cbd5d31e1415"><ce:given-name>S.</ce:given-name><ce:surname>Yano</ce:surname><ce:cross-ref refid="aff0930" id="crf10580"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4532-7544" id="au10050" author-id="S0370269322007833-37532ff0bd8bdddc6df232a268ec17d2"><ce:given-name>Z.</ce:given-name><ce:surname>Yin</ce:surname><ce:cross-ref refid="aff0060" id="crf10590"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2835-5941" id="au10060" author-id="S0370269322007833-020b9765024ea0865dd600006691f5a2"><ce:given-name>I.-K.</ce:given-name><ce:surname>Yoo</ce:surname><ce:cross-ref refid="aff0160" id="crf10600"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7676-0821" id="au10070" author-id="S0370269322007833-52b96fdb9799a5cd26e06d18a506c4aa"><ce:given-name>J.H.</ce:given-name><ce:surname>Yoon</ce:surname><ce:cross-ref refid="aff0570" id="crf10610"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author id="au10080" author-id="S0370269322007833-73709c3035c088e15ed8b7411bf05566"><ce:given-name>S.</ce:given-name><ce:surname>Yuan</ce:surname><ce:cross-ref refid="aff0200" id="crf10620"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9696-9331" id="au10090" author-id="S0370269322007833-9a5a6d1f377a824ff90b8d2f97e01c35"><ce:given-name>A.</ce:given-name><ce:surname>Yuncu</ce:surname><ce:cross-ref refid="aff0950" id="crf10630"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3128-3157" id="au10100" author-id="S0370269322007833-286a6ccdb4251b1bec6b128436079ec4"><ce:given-name>V.</ce:given-name><ce:surname>Zaccolo</ce:surname><ce:cross-ref refid="aff0230" id="crf10640"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2608-4834" id="au10110" author-id="S0370269322007833-a4e873872ea785d77aa421904b204360"><ce:given-name>C.</ce:given-name><ce:surname>Zampolli</ce:surname><ce:cross-ref refid="aff0320" id="crf10650"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au10120" author-id="S0370269322007833-8fbc365281747946d5ece488d0df7135"><ce:given-name>H.J.C.</ce:given-name><ce:surname>Zanoli</ce:surname><ce:cross-ref refid="aff0580" id="crf10660"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-9061-1060" id="au10130" author-id="S0370269322007833-549f6b95123fe7d205fa36c1057adff8"><ce:given-name>F.</ce:given-name><ce:surname>Zanone</ce:surname><ce:cross-ref refid="aff0950" id="crf10670"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-3929-209X" id="au10140" author-id="S0370269322007833-3f33ea0269cd662681f8b953e30ea589"><ce:given-name>N.</ce:given-name><ce:surname>Zardoshti</ce:surname><ce:cross-ref refid="aff0320" id="crf10680"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1000" id="crf10690"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3502-8084" id="au10150" author-id="S0370269322007833-394bfeaec10ec1e18faa261c714ef923"><ce:given-name>A.</ce:given-name><ce:surname>Zarochentsev</ce:surname><ce:cross-ref refid="aff1390" id="crf10700"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8296-2128" id="au10160" author-id="S0370269322007833-819bdf9fb8c4d95f2d6f73c62d8f60d3"><ce:given-name>P.</ce:given-name><ce:surname>Závada</ce:surname><ce:cross-ref refid="aff0610" id="crf10710"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au10170" author-id="S0370269322007833-84e913ff8c5dae1bd2aa265385102007"><ce:given-name>N.</ce:given-name><ce:surname>Zaviyalov</ce:surname><ce:cross-ref refid="aff1390" id="crf10720"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0419-321X" id="au10180" author-id="S0370269322007833-aed647673bbdab8917ad7db7c9323c65"><ce:given-name>M.</ce:given-name><ce:surname>Zhalov</ce:surname><ce:cross-ref refid="aff1390" id="crf10730"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6097-1878" id="au10190" author-id="S0370269322007833-796f81177fe027cdcc20b15a209a6b3b"><ce:given-name>B.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0060" id="crf10740"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2782-7801" id="au10200" author-id="S0370269322007833-1ccde66d9ebf8813477a4bfc150ffac7"><ce:given-name>S.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0390" id="crf10750"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1881-8711" id="au10210" author-id="S0370269322007833-3aaf3e1d918b8b028995e495ca87e476"><ce:given-name>X.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0060" id="crf10760"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au10220" author-id="S0370269322007833-ba459de08e401db79a3e12f11312451d"><ce:given-name>Y.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff1170" id="crf10770"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2858-2167" id="au10230" author-id="S0370269322007833-12180c1197f518891ae10d1d151ae767"><ce:given-name>M.</ce:given-name><ce:surname>Zhao</ce:surname><ce:cross-ref refid="aff0100" id="crf10780"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6021-5113" id="au10240" author-id="S0370269322007833-9feeecb04ac9bd35d770466fb86792be"><ce:given-name>V.</ce:given-name><ce:surname>Zherebchevskii</ce:surname><ce:cross-ref refid="aff1390" id="crf10790"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au10250" author-id="S0370269322007833-617c42c28cb1b1d3dab680558c293767"><ce:given-name>Y.</ce:given-name><ce:surname>Zhi</ce:surname><ce:cross-ref refid="aff0100" id="crf10800"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author id="au10260" author-id="S0370269322007833-3038f7cd79250ffa05fa0aff7644d2b3"><ce:given-name>N.</ce:given-name><ce:surname>Zhigareva</ce:surname><ce:cross-ref refid="aff1390" id="crf10810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-2528-906X" id="au10270" author-id="S0370269322007833-e9bc0465b352cd706eac4fc8b795a4c2"><ce:given-name>D.</ce:given-name><ce:surname>Zhou</ce:surname><ce:cross-ref refid="aff0060" id="crf10820"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7868-6706" id="au10280" author-id="S0370269322007833-4a0cdba9c352af9310759dd83e906db9"><ce:given-name>Y.</ce:given-name><ce:surname>Zhou</ce:surname><ce:cross-ref refid="aff0830" id="crf10830"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9358-5762" id="au10290" author-id="S0370269322007833-b564bd6149c66f06bbea2780670b8f50"><ce:given-name>J.</ce:given-name><ce:surname>Zhu</ce:surname><ce:cross-ref refid="aff0980" id="crf10840"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf10850"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au10300" author-id="S0370269322007833-1fb0ab925cfcdaacb160193d82c1a978"><ce:given-name>Y.</ce:given-name><ce:surname>Zhu</ce:surname><ce:cross-ref refid="aff0060" id="crf10860"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au10310" author-id="S0370269322007833-2ad055472e2fac995111c51c08396d0c"><ce:given-name>G.</ce:given-name><ce:surname>Zinovjev</ce:surname><ce:cross-ref refid="aff0030" id="crf10870"><ce:sup>3</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0010" id="crf10880"><ce:sup>I</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7478-2493" id="au10320" author-id="S0370269322007833-92b5ecf5612e2e849fc1bba72c6cff99"><ce:given-name>N.</ce:given-name><ce:surname>Zurlo</ce:surname><ce:cross-ref refid="aff1300" id="crf10890"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf10900"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:affiliation id="aff0010" affiliation-id="S0370269322007833-79d30baa35325e84d46378ba6ce12c18"><ce:label>1</ce:label><ce:textfn>A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation, Yerevan, Armenia</ce:textfn><sa:affiliation><sa:organization>A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation</sa:organization><sa:city>Yerevan</sa:city><sa:country>Armenia</sa:country></sa:affiliation><ce:source-text id="srct0005">A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation, Yerevan, Armenia</ce:source-text></ce:affiliation><ce:affiliation id="aff0020" affiliation-id="S0370269322007833-65754d218cf7f84bf1e02306b80caca0"><ce:label>2</ce:label><ce:textfn>AGH University of Science and Technology, Cracow, Poland</ce:textfn><sa:affiliation><sa:organization>AGH University of Science and Technology</sa:organization><sa:city>Cracow</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0010">AGH University of Science and Technology, Cracow, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff0030" affiliation-id="S0370269322007833-e916a2f48a17bc32220b61ae0e9b8e05"><ce:label>3</ce:label><ce:textfn>Bogolyubov Institute for Theoretical Physics, National Academy of Sciences of Ukraine, Kiev, Ukraine</ce:textfn><sa:affiliation><sa:organization>Bogolyubov Institute for Theoretical Physics</sa:organization><sa:organization>National Academy of Sciences of Ukraine</sa:organization><sa:city>Kiev</sa:city><sa:country>Ukraine</sa:country></sa:affiliation><ce:source-text id="srct0015">Bogolyubov Institute for Theoretical Physics, National Academy of Sciences of Ukraine, Kiev, Ukraine</ce:source-text></ce:affiliation><ce:affiliation id="aff0040" affiliation-id="S0370269322007833-9869d95133b2275e34836b8ad2f235c3"><ce:label>4</ce:label><ce:textfn>Bose Institute, Department of Physics and Centre for Astroparticle Physics and Space Science (CAPSS), Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Bose Institute</sa:organization><sa:organization>Department of Physics</sa:organization><sa:organization>Centre for Astroparticle Physics and Space Science (CAPSS)</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0020">Bose Institute, Department of Physics and Centre for Astroparticle Physics and Space Science (CAPSS), Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0050" affiliation-id="S0370269322007833-b7f796ef6c934d79a497288cdec192f6"><ce:label>5</ce:label><ce:textfn>California Polytechnic State University, San Luis Obispo, CA, United States</ce:textfn><sa:affiliation><sa:organization>California Polytechnic State University</sa:organization><sa:city>San Luis Obispo</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0025">California Polytechnic State University, San Luis Obispo, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0060" affiliation-id="S0370269322007833-3dcd6ffc2e8f27d6ed2f6237a209a384"><ce:label>6</ce:label><ce:textfn>Central China Normal University, Wuhan, China</ce:textfn><sa:affiliation><sa:organization>Central China Normal University</sa:organization><sa:city>Wuhan</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0030">Central China Normal University, Wuhan, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0070" affiliation-id="S0370269322007833-110460c7f2fbb319ec6d52e7cc3fc1d5"><ce:label>7</ce:label><ce:textfn>Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN), Havana, Cuba</ce:textfn><sa:affiliation><sa:organization>Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN)</sa:organization><sa:city>Havana</sa:city><sa:country>Cuba</sa:country></sa:affiliation><ce:source-text id="srct0035">Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN), Havana, Cuba</ce:source-text></ce:affiliation><ce:affiliation id="aff0080" affiliation-id="S0370269322007833-641aa526558990d110c090840e6f3d0c"><ce:label>8</ce:label><ce:textfn>Centro de Investigación y de Estudios Avanzados (CINVESTAV), Mexico City and Mérida, Mexico</ce:textfn><sa:affiliation><sa:organization>Centro de Investigación y de Estudios Avanzados (CINVESTAV)</sa:organization><sa:city>Mexico City and Mérida</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0040">Centro de Investigación y de Estudios Avanzados (CINVESTAV), Mexico City and Mérida, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0090" affiliation-id="S0370269322007833-9c73ece39ab638447cd10f268e329b2e"><ce:label>9</ce:label><ce:textfn>Chicago State University, Chicago, IL, United States</ce:textfn><sa:affiliation><sa:organization>Chicago State University</sa:organization><sa:city>Chicago</sa:city><sa:state>IL</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0045">Chicago State University, Chicago, Illinois, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0100" affiliation-id="S0370269322007833-d7da93bf3f02be0a46bee74f439b5930"><ce:label>10</ce:label><ce:textfn>China Institute of Atomic Energy, Beijing, China</ce:textfn><sa:affiliation><sa:organization>China Institute of Atomic Energy</sa:organization><sa:city>Beijing</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0050">China Institute of Atomic Energy, Beijing, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0110" affiliation-id="S0370269322007833-d477851cd020cd39da135784676a96ff"><ce:label>11</ce:label><ce:textfn>Chungbuk National University, Cheongju, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Chungbuk National University</sa:organization><sa:city>Cheongju</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0055">Chungbuk National University, Cheongju, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0120" affiliation-id="S0370269322007833-b03a6e652a70daee257206602eb6f83f"><ce:label>12</ce:label><ce:textfn>Comenius University Bratislava, Faculty of Mathematics, Physics and Informatics, Bratislava, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Comenius University Bratislava</sa:organization><sa:organization>Faculty of Mathematics, Physics and Informatics</sa:organization><sa:city>Bratislava</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0060">Comenius University Bratislava, Faculty of Mathematics, Physics and Informatics, Bratislava, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0130" affiliation-id="S0370269322007833-78cc8333b14d598fc5e3c0230d1de22e"><ce:label>13</ce:label><ce:textfn>COMSATS University Islamabad, Islamabad, Pakistan</ce:textfn><sa:affiliation><sa:organization>COMSATS University Islamabad</sa:organization><sa:city>Islamabad</sa:city><sa:country>Pakistan</sa:country></sa:affiliation><ce:source-text id="srct0065">COMSATS University Islamabad, Islamabad, Pakistan</ce:source-text></ce:affiliation><ce:affiliation id="aff0140" affiliation-id="S0370269322007833-42161ea7466da89325c5b37601107c55"><ce:label>14</ce:label><ce:textfn>Creighton University, Omaha, NE, United States</ce:textfn><sa:affiliation><sa:organization>Creighton University</sa:organization><sa:city>Omaha</sa:city><sa:state>NE</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0070">Creighton University, Omaha, Nebraska, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0150" affiliation-id="S0370269322007833-bd5e6b818668501c1deea76e96cac833"><ce:label>15</ce:label><ce:textfn>Department of Physics, Aligarh Muslim University, Aligarh, India</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Aligarh Muslim University</sa:organization><sa:city>Aligarh</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0075">Department of Physics, Aligarh Muslim University, Aligarh, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0160" affiliation-id="S0370269322007833-ebe7875fb705d3c179953d196aa8b94b"><ce:label>16</ce:label><ce:textfn>Department of Physics, Pusan National University, Pusan, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Pusan National University</sa:organization><sa:city>Pusan</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0080">Department of Physics, Pusan National University, Pusan, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0170" affiliation-id="S0370269322007833-24ddc81b37e640977b88412ba28336a4"><ce:label>17</ce:label><ce:textfn>Department of Physics, Sejong University, Seoul, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Sejong University</sa:organization><sa:city>Seoul</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0085">Department of Physics, Sejong University, Seoul, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0180" affiliation-id="S0370269322007833-66245837acb0d7fb7ada51de0fd95043"><ce:label>18</ce:label><ce:textfn>Department of Physics, University of California, Berkeley, CA, United States</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>University of California</sa:organization><sa:city>Berkeley</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0090">Department of Physics, University of California, Berkeley, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0190" affiliation-id="S0370269322007833-63776eabafa9e32856b35562692a4488"><ce:label>19</ce:label><ce:textfn>Department of Physics, University of Oslo, Oslo, Norway</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>University of Oslo</sa:organization><sa:city>Oslo</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0095">Department of Physics, University of Oslo, Oslo, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0200" affiliation-id="S0370269322007833-020451a59d5e257505166bdb7847cdd7"><ce:label>20</ce:label><ce:textfn>Department of Physics and Technology, University of Bergen, Bergen, Norway</ce:textfn><sa:affiliation><sa:organization>Department of Physics and Technology</sa:organization><sa:organization>University of Bergen</sa:organization><sa:city>Bergen</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0100">Department of Physics and Technology, University of Bergen, Bergen, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0210" affiliation-id="S0370269322007833-f2de76852013198101844806b89d3836"><ce:label>21</ce:label><ce:textfn>Dipartimento di Fisica, Università di Pavia, Pavia, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica</sa:organization><sa:organization>Università di Pavia</sa:organization><sa:city>Pavia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0105">Dipartimento di Fisica, Università di Pavia, Pavia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0220" affiliation-id="S0370269322007833-81d87d2cd8c9f6aa2a1c7f4b13115ef3"><ce:label>22</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Cagliari, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Cagliari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0110">Dipartimento di Fisica dell'Università and Sezione INFN, Cagliari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0230" affiliation-id="S0370269322007833-849d0ba7888fcb2a09aad7ac1095ec15"><ce:label>23</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Trieste, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Trieste</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0115">Dipartimento di Fisica dell'Università and Sezione INFN, Trieste, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0240" affiliation-id="S0370269322007833-68c63fd1cb9e8623af62118bbef39c9e"><ce:label>24</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0120">Dipartimento di Fisica dell'Università and Sezione INFN, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0250" affiliation-id="S0370269322007833-7a40dab487121429c63e59c3de15ccfa"><ce:label>25</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Bologna, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bologna</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0125">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Bologna, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0260" affiliation-id="S0370269322007833-72e3fe624de7d3d3223574366a22ef30"><ce:label>26</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Catania, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Catania</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0130">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Catania, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0270" affiliation-id="S0370269322007833-6145c67e3009fb117e82f5429b2af282"><ce:label>27</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Padova, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Padova</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0135">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Padova, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0280" affiliation-id="S0370269322007833-a001bc692b1f1f84377401c9e2632e51"><ce:label>28</ce:label><ce:textfn>Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università and Gruppo Collegato INFN, Salerno, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università</sa:organization><sa:organization>Gruppo Collegato INFN</sa:organization><sa:city>Salerno</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0140">Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università and Gruppo Collegato INFN, Salerno, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0290" affiliation-id="S0370269322007833-362983c57dbe79a62add2550bfe565dc"><ce:label>29</ce:label><ce:textfn>Dipartimento DISAT del Politecnico and Sezione INFN, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento DISAT del Politecnico</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0145">Dipartimento DISAT del Politecnico and Sezione INFN, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0300" affiliation-id="S0370269322007833-7a82e32411929fc5768d11b72609a4d8"><ce:label>30</ce:label><ce:textfn>Dipartimento di Scienze MIFT, Università di Messina, Messina, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Scienze MIFT</sa:organization><sa:organization>Università di Messina</sa:organization><sa:city>Messina</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0150">Dipartimento di Scienze MIFT, Università di Messina, Messina, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0310" affiliation-id="S0370269322007833-0bfba0b176e2b6e1b67e6564c87308b5"><ce:label>31</ce:label><ce:textfn>Dipartimento Interateneo di Fisica ‘M. Merlin’ and Sezione INFN, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento Interateneo di Fisica ‘M. Merlin’</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0155">Dipartimento Interateneo di Fisica ‘M. Merlin’ and Sezione INFN, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0320" affiliation-id="S0370269322007833-44f92095d23d6e3d2fb8e8fc998c51f2"><ce:label>32</ce:label><ce:textfn>European Organization for Nuclear Research (CERN), Geneva, Switzerland</ce:textfn><sa:affiliation><sa:organization>European Organization for Nuclear Research (CERN)</sa:organization><sa:city>Geneva</sa:city><sa:country>Switzerland</sa:country></sa:affiliation><ce:source-text id="srct0160">European Organization for Nuclear Research (CERN), Geneva, Switzerland</ce:source-text></ce:affiliation><ce:affiliation id="aff0330" affiliation-id="S0370269322007833-f220870dd6ed2747e8ec11b2ba624bf5"><ce:label>33</ce:label><ce:textfn>Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, University of Split, Split, Croatia</ce:textfn><sa:affiliation><sa:organization>Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture</sa:organization><sa:organization>University of Split</sa:organization><sa:city>Split</sa:city><sa:country>Croatia</sa:country></sa:affiliation><ce:source-text id="srct0165">Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, University of Split, Split, Croatia</ce:source-text></ce:affiliation><ce:affiliation id="aff0340" affiliation-id="S0370269322007833-5bf4b9d297f0544e6037addfb7689840"><ce:label>34</ce:label><ce:textfn>Faculty of Engineering and Science, Western Norway University of Applied Sciences, Bergen, Norway</ce:textfn><sa:affiliation><sa:organization>Faculty of Engineering and Science</sa:organization><sa:organization>Western Norway University of Applied Sciences</sa:organization><sa:city>Bergen</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0170">Faculty of Engineering and Science, Western Norway University of Applied Sciences, Bergen, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0350" affiliation-id="S0370269322007833-56d412e1c3fe114d9a18225fa76274c9"><ce:label>35</ce:label><ce:textfn>Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Prague, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Faculty of Nuclear Sciences and Physical Engineering</sa:organization><sa:organization>Czech Technical University in Prague</sa:organization><sa:city>Prague</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0175">Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Prague, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0360" affiliation-id="S0370269322007833-de312990ec5b7745ed2a9609074bb450"><ce:label>36</ce:label><ce:textfn>Faculty of Physics, Sofia University, Sofia, Bulgaria</ce:textfn><sa:affiliation><sa:organization>Faculty of Physics</sa:organization><sa:organization>Sofia University</sa:organization><sa:city>Sofia</sa:city><sa:country>Bulgaria</sa:country></sa:affiliation><ce:source-text id="srct0180">Faculty of Physics, Sofia University, Sofia, Bulgaria</ce:source-text></ce:affiliation><ce:affiliation id="aff0370" affiliation-id="S0370269322007833-0879c60c6550c16bd60686725f5c6938"><ce:label>37</ce:label><ce:textfn>Faculty of Science, P.J. Šafárik University, Košice, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Faculty of Science</sa:organization><sa:organization>P.J. Šafárik University</sa:organization><sa:city>Košice</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0185">Faculty of Science, P.J. Šafárik University, Košice, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0380" affiliation-id="S0370269322007833-a18716885f5bc83f5d1aee8d0d80c7af"><ce:label>38</ce:label><ce:textfn>Frankfurt Institute for Advanced Studies, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Frankfurt Institute for Advanced Studies</sa:organization><sa:organization>Johann Wolfgang Goethe-Universität Frankfurt</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0190">Frankfurt Institute for Advanced Studies, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0390" affiliation-id="S0370269322007833-f0b0a2b18fef5547dcd39253b5714404"><ce:label>39</ce:label><ce:textfn>Fudan University, Shanghai, China</ce:textfn><sa:affiliation><sa:organization>Fudan University</sa:organization><sa:city>Shanghai</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0195">Fudan University, Shanghai, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0400" affiliation-id="S0370269322007833-a2398937a38c48ebf6ac3ff5e5d60b95"><ce:label>40</ce:label><ce:textfn>Gangneung-Wonju National University, Gangneung, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Gangneung-Wonju National University</sa:organization><sa:city>Gangneung</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0200">Gangneung-Wonju National University, Gangneung, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0410" affiliation-id="S0370269322007833-73bc80872cd116960a09bc477e035838"><ce:label>41</ce:label><ce:textfn>Gauhati University, Department of Physics, Guwahati, India</ce:textfn><sa:affiliation><sa:organization>Gauhati University</sa:organization><sa:organization>Department of Physics</sa:organization><sa:city>Guwahati</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0205">Gauhati University, Department of Physics, Guwahati, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0420" affiliation-id="S0370269322007833-9fd27eebf76465366fe59cb8d9620ae8"><ce:label>42</ce:label><ce:textfn>Helmholtz-Institut für Strahlen- und Kernphysik, Rheinische Friedrich-Wilhelms-Universität Bonn, Bonn, Germany</ce:textfn><sa:affiliation><sa:organization>Helmholtz-Institut für Strahlen- und Kernphysik</sa:organization><sa:organization>Rheinische Friedrich-Wilhelms-Universität Bonn</sa:organization><sa:city>Bonn</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0210">Helmholtz-Institut für Strahlen- und Kernphysik, Rheinische Friedrich-Wilhelms-Universität Bonn, Bonn, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0430" affiliation-id="S0370269322007833-66b9f8889421b091fa908925e638d91e"><ce:label>43</ce:label><ce:textfn>Helsinki Institute of Physics (HIP), Helsinki, Finland</ce:textfn><sa:affiliation><sa:organization>Helsinki Institute of Physics (HIP)</sa:organization><sa:city>Helsinki</sa:city><sa:country>Finland</sa:country></sa:affiliation><ce:source-text id="srct0215">Helsinki Institute of Physics (HIP), Helsinki, Finland</ce:source-text></ce:affiliation><ce:affiliation id="aff0440" affiliation-id="S0370269322007833-6968018d6fe1bd12a4413918be70ab85"><ce:label>44</ce:label><ce:textfn>High Energy Physics Group, Universidad Autónoma de Puebla, Puebla, Mexico</ce:textfn><sa:affiliation><sa:organization>High Energy Physics Group</sa:organization><sa:organization>Universidad Autónoma de Puebla</sa:organization><sa:city>Puebla</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0220">High Energy Physics Group, Universidad Autónoma de Puebla, Puebla, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0450" affiliation-id="S0370269322007833-16bdf6e3577a480da99159f5d54452b1"><ce:label>45</ce:label><ce:textfn>Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>Horia Hulubei National Institute of Physics and Nuclear Engineering</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0225">Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff0460" affiliation-id="S0370269322007833-78df0ad3e050545612fd8d71a4776a19"><ce:label>46</ce:label><ce:textfn>Indian Institute of Technology Bombay (IIT), Mumbai, India</ce:textfn><sa:affiliation><sa:organization>Indian Institute of Technology Bombay (IIT)</sa:organization><sa:city>Mumbai</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0230">Indian Institute of Technology Bombay (IIT), Mumbai, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0470" affiliation-id="S0370269322007833-b8ad6c9375b7a89b768adb13f27427b4"><ce:label>47</ce:label><ce:textfn>Indian Institute of Technology Indore, Indore, India</ce:textfn><sa:affiliation><sa:organization>Indian Institute of Technology Indore</sa:organization><sa:city>Indore</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0235">Indian Institute of Technology Indore, Indore, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0480" affiliation-id="S0370269322007833-25658fba725d22058ae2a8649ceeb084"><ce:label>48</ce:label><ce:textfn>INFN, Laboratori Nazionali di Frascati, Frascati, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Laboratori Nazionali di Frascati</sa:organization><sa:city>Frascati</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0240">INFN, Laboratori Nazionali di Frascati, Frascati, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0490" affiliation-id="S0370269322007833-5d9dee68bdf16e34f2f3f01d930f367d"><ce:label>49</ce:label><ce:textfn>INFN, Sezione di Bari, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Bari</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0245">INFN, Sezione di Bari, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0500" affiliation-id="S0370269322007833-340d750afed4ff705cf1dd72bf688ca4"><ce:label>50</ce:label><ce:textfn>INFN, Sezione di Bologna, Bologna, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Bologna</sa:organization><sa:city>Bologna</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0250">INFN, Sezione di Bologna, Bologna, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0510" affiliation-id="S0370269322007833-436e8c989d6c10cae74944a81714a4e2"><ce:label>51</ce:label><ce:textfn>INFN, Sezione di Cagliari, Cagliari, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Cagliari</sa:organization><sa:city>Cagliari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0255">INFN, Sezione di Cagliari, Cagliari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0520" affiliation-id="S0370269322007833-f0607c03a8b381da2bb83a11f8d899c8"><ce:label>52</ce:label><ce:textfn>INFN, Sezione di Catania, Catania, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Catania</sa:organization><sa:city>Catania</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0260">INFN, Sezione di Catania, Catania, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0530" affiliation-id="S0370269322007833-cb33711bf32ecc9cc4697cbbea10fa88"><ce:label>53</ce:label><ce:textfn>INFN, Sezione di Padova, Padova, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Padova</sa:organization><sa:city>Padova</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0265">INFN, Sezione di Padova, Padova, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0540" affiliation-id="S0370269322007833-5c70f16aa0d389aa33e2589db6fcd5d6"><ce:label>54</ce:label><ce:textfn>INFN, Sezione di Pavia, Pavia, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Pavia</sa:organization><sa:city>Pavia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0270">INFN, Sezione di Pavia, Pavia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0550" affiliation-id="S0370269322007833-f1faa0de67f6d8d1ece0914257c7635c"><ce:label>55</ce:label><ce:textfn>INFN, Sezione di Torino, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Torino</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0275">INFN, Sezione di Torino, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0560" affiliation-id="S0370269322007833-0035d662cbe7eef98bed21545fd04324"><ce:label>56</ce:label><ce:textfn>INFN, Sezione di Trieste, Trieste, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Trieste</sa:organization><sa:city>Trieste</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0280">INFN, Sezione di Trieste, Trieste, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0570" affiliation-id="S0370269322007833-22e3a6d8462b39bb6c155bce0c9b21cd"><ce:label>57</ce:label><ce:textfn>Inha University, Incheon, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Inha University</sa:organization><sa:city>Incheon</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0285">Inha University, Incheon, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0580" affiliation-id="S0370269322007833-d4941ebd67ab9bbf96b1e6a906f4397c"><ce:label>58</ce:label><ce:textfn>Institute for Gravitational and Subatomic Physics (GRASP), Utrecht University/Nikhef, Utrecht, Netherlands</ce:textfn><sa:affiliation><sa:organization>Institute for Gravitational and Subatomic Physics (GRASP)</sa:organization><sa:organization>Utrecht University/Nikhef</sa:organization><sa:city>Utrecht</sa:city><sa:country>Netherlands</sa:country></sa:affiliation><ce:source-text id="srct0290">Institute for Gravitational and Subatomic Physics (GRASP), Utrecht University/Nikhef, Utrecht, Netherlands</ce:source-text></ce:affiliation><ce:affiliation id="aff0590" affiliation-id="S0370269322007833-f6d8becf2ef35885577b8164313401cb"><ce:label>59</ce:label><ce:textfn>Institute of Experimental Physics, Slovak Academy of Sciences, Košice, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Institute of Experimental Physics</sa:organization><sa:organization>Slovak Academy of Sciences</sa:organization><sa:city>Košice</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0295">Institute of Experimental Physics, Slovak Academy of Sciences, Košice, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0600" affiliation-id="S0370269322007833-6fa96ff1fcc4aaff09633c1217f06ff0"><ce:label>60</ce:label><ce:textfn>Institute of Physics, Homi Bhabha National Institute, Bhubaneswar, India</ce:textfn><sa:affiliation><sa:organization>Institute of Physics</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Bhubaneswar</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0300">Institute of Physics, Homi Bhabha National Institute, Bhubaneswar, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0610" affiliation-id="S0370269322007833-9f77e70dcbde10c6ed3d37b3b0071107"><ce:label>61</ce:label><ce:textfn>Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Institute of Physics of the Czech Academy of Sciences</sa:organization><sa:city>Prague</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0305">Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0620" affiliation-id="S0370269322007833-3309ea65bfe3ae2f96b232545cb67043"><ce:label>62</ce:label><ce:textfn>Institute of Space Science (ISS), Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>Institute of Space Science (ISS)</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0310">Institute of Space Science (ISS), Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff0630" affiliation-id="S0370269322007833-2759820a41f8b0ece8c42aa319465ed5"><ce:label>63</ce:label><ce:textfn>Institut für Kernphysik, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Institut für Kernphysik</sa:organization><sa:organization>Johann Wolfgang Goethe-Universität Frankfurt</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0315">Institut für Kernphysik, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0640" affiliation-id="S0370269322007833-b18018b82a469dc4e4eb94f595cf4812"><ce:label>64</ce:label><ce:textfn>Instituto de Ciencias Nucleares, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:textfn><sa:affiliation><sa:organization>Instituto de Ciencias Nucleares</sa:organization><sa:organization>Universidad Nacional Autónoma de México</sa:organization><sa:city>Mexico City</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0320">Instituto de Ciencias Nucleares, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0650" affiliation-id="S0370269322007833-2aa194eda46d62198ea9b929240200b8"><ce:label>65</ce:label><ce:textfn>Instituto de Física, Universidade Federal do Rio Grande do Sul (UFRGS), Porto Alegre, Brazil</ce:textfn><sa:affiliation><sa:organization>Instituto de Física</sa:organization><sa:organization>Universidade Federal do Rio Grande do Sul (UFRGS)</sa:organization><sa:city>Porto Alegre</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0325">Instituto de Física, Universidade Federal do Rio Grande do Sul (UFRGS), Porto Alegre, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff0660" affiliation-id="S0370269322007833-9e9b95fa2c082308cb0efc3488541c67"><ce:label>66</ce:label><ce:textfn>Instituto de Física, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:textfn><sa:affiliation><sa:organization>Instituto de Física</sa:organization><sa:organization>Universidad Nacional Autónoma de México</sa:organization><sa:city>Mexico City</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0330">Instituto de Física, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0670" affiliation-id="S0370269322007833-4ef9aeae6b2f74e366edd12aafbea4cf"><ce:label>67</ce:label><ce:textfn>iThemba LABS, National Research Foundation, Somerset West, South Africa</ce:textfn><sa:affiliation><sa:organization>iThemba LABS</sa:organization><sa:organization>National Research Foundation</sa:organization><sa:city>Somerset West</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0335">iThemba LABS, National Research Foundation, Somerset West, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff0680" affiliation-id="S0370269322007833-2f4c4db0447d27fd2e43117b90bb74d4"><ce:label>68</ce:label><ce:textfn>Jeonbuk National University, Jeonju, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Jeonbuk National University</sa:organization><sa:city>Jeonju</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0340">Jeonbuk National University, Jeonju, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0690" affiliation-id="S0370269322007833-81ec7d4c8c69486a57ef1ca6a567076c"><ce:label>69</ce:label><ce:textfn>Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik, Fachbereich Informatik und Mathematik, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik</sa:organization><sa:organization>Fachbereich Informatik und Mathematik</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0345">Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik, Fachbereich Informatik und Mathematik, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0700" affiliation-id="S0370269322007833-c1d849875c0de0db6476f9cc96b07dd2"><ce:label>70</ce:label><ce:textfn>Korea Institute of Science and Technology Information, Daejeon, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Korea Institute of Science and Technology Information</sa:organization><sa:city>Daejeon</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0350">Korea Institute of Science and Technology Information, Daejeon, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0710" affiliation-id="S0370269322007833-c5cd420fa3d6b7c79dc3ab9e7c2dfb06"><ce:label>71</ce:label><ce:textfn>KTO Karatay University, Konya, Turkey</ce:textfn><sa:affiliation><sa:organization>KTO Karatay University</sa:organization><sa:city>Konya</sa:city><sa:country>Turkey</sa:country></sa:affiliation><ce:source-text id="srct0355">KTO Karatay University, Konya, Turkey</ce:source-text></ce:affiliation><ce:affiliation id="aff0720" affiliation-id="S0370269322007833-0bdd954451acb47f491c8c4996fa87da"><ce:label>72</ce:label><ce:textfn>Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie, Orsay, France</ce:textfn><sa:affiliation><sa:organization>Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie</sa:organization><sa:city>Orsay</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0360">Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie, Orsay, France</ce:source-text></ce:affiliation><ce:affiliation id="aff0730" affiliation-id="S0370269322007833-1487532e5bfe30325bc10c0583f7c38e"><ce:label>73</ce:label><ce:textfn>Laboratoire de Physique Subatomique et de Cosmologie, Université Grenoble-Alpes, CNRS-IN2P3, Grenoble, France</ce:textfn><sa:affiliation><sa:organization>Laboratoire de Physique Subatomique et de Cosmologie</sa:organization><sa:organization>Université Grenoble-Alpes</sa:organization><sa:organization>CNRS-IN2P3</sa:organization><sa:city>Grenoble</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0365">Laboratoire de Physique Subatomique et de Cosmologie, Université Grenoble-Alpes, CNRS-IN2P3, Grenoble, France</ce:source-text></ce:affiliation><ce:affiliation id="aff0740" affiliation-id="S0370269322007833-dd5512fbf2faf90b56635e0b411d44a2"><ce:label>74</ce:label><ce:textfn>Lawrence Berkeley National Laboratory, Berkeley, CA, United States</ce:textfn><sa:affiliation><sa:organization>Lawrence Berkeley National Laboratory</sa:organization><sa:city>Berkeley</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0370">Lawrence Berkeley National Laboratory, Berkeley, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0750" affiliation-id="S0370269322007833-ed03eefd58007822249c697d882deffc"><ce:label>75</ce:label><ce:textfn>Lund University Department of Physics, Division of Particle Physics, Lund, Sweden</ce:textfn><sa:affiliation><sa:organization>Lund University Department of Physics</sa:organization><sa:organization>Division of Particle Physics</sa:organization><sa:city>Lund</sa:city><sa:country>Sweden</sa:country></sa:affiliation><ce:source-text id="srct0375">Lund University Department of Physics, Division of Particle Physics, Lund, Sweden</ce:source-text></ce:affiliation><ce:affiliation id="aff0760" affiliation-id="S0370269322007833-5b47ca06644b7f88e2267e9accbe867b"><ce:label>76</ce:label><ce:textfn>Nagasaki Institute of Applied Science, Nagasaki, Japan</ce:textfn><sa:affiliation><sa:organization>Nagasaki Institute of Applied Science</sa:organization><sa:city>Nagasaki</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0380">Nagasaki Institute of Applied Science, Nagasaki, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0770" affiliation-id="S0370269322007833-61cd55f0b96e9831d6063318d9967d43"><ce:label>77</ce:label><ce:textfn>Nara Women's University (NWU), Nara, Japan</ce:textfn><sa:affiliation><sa:organization>Nara Women's University (NWU)</sa:organization><sa:city>Nara</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0385">Nara Women's University (NWU), Nara, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0780" affiliation-id="S0370269322007833-7f50d99eb340e408fbc323cbce0c8905"><ce:label>78</ce:label><ce:textfn>National and Kapodistrian University of Athens, School of Science, Department of Physics , Athens, Greece</ce:textfn><sa:affiliation><sa:organization>National and Kapodistrian University of Athens</sa:organization><sa:organization>School of Science</sa:organization><sa:organization>Department of Physics</sa:organization><sa:city>Athens</sa:city><sa:country>Greece</sa:country></sa:affiliation><ce:source-text id="srct0390">National and Kapodistrian University of Athens, School of Science, Department of Physics , Athens, Greece</ce:source-text></ce:affiliation><ce:affiliation id="aff0790" affiliation-id="S0370269322007833-58192de9f95a93cb8bf485b9a5647bf5"><ce:label>79</ce:label><ce:textfn>National Centre for Nuclear Research, Warsaw, Poland</ce:textfn><sa:affiliation><sa:organization>National Centre for Nuclear Research</sa:organization><sa:city>Warsaw</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0395">National Centre for Nuclear Research, Warsaw, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff0800" affiliation-id="S0370269322007833-5c73c93f2c9aba1b7fcfa30741ce17ca"><ce:label>80</ce:label><ce:textfn>National Institute of Science Education and Research, Homi Bhabha National Institute, Jatni, India</ce:textfn><sa:affiliation><sa:organization>National Institute of Science Education and Research</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Jatni</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0400">National Institute of Science Education and Research, Homi Bhabha National Institute, Jatni, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0810" affiliation-id="S0370269322007833-1e229a9758219f877a7f903c2dde9c2b"><ce:label>81</ce:label><ce:textfn>National Nuclear Research Center, Baku, Azerbaijan</ce:textfn><sa:affiliation><sa:organization>National Nuclear Research Center</sa:organization><sa:city>Baku</sa:city><sa:country>Azerbaijan</sa:country></sa:affiliation><ce:source-text id="srct0405">National Nuclear Research Center, Baku, Azerbaijan</ce:source-text></ce:affiliation><ce:affiliation id="aff0820" affiliation-id="S0370269322007833-ab3fe404fa49046cc1d6ed593a4d5eb8"><ce:label>82</ce:label><ce:textfn>National Research and Innovation Agency - BRIN, Jakarta, Indonesia</ce:textfn><sa:affiliation><sa:organization>National Research and Innovation Agency - BRIN</sa:organization><sa:city>Jakarta</sa:city><sa:country>Indonesia</sa:country></sa:affiliation><ce:source-text id="srct0410">National Research and Innovation Agency - BRIN, Jakarta, Indonesia</ce:source-text></ce:affiliation><ce:affiliation id="aff0830" affiliation-id="S0370269322007833-3e7cb9222cae4e75df0d93d2ea96329f"><ce:label>83</ce:label><ce:textfn>Niels Bohr Institute, University of Copenhagen, Copenhagen, Denmark</ce:textfn><sa:affiliation><sa:organization>Niels Bohr Institute</sa:organization><sa:organization>University of Copenhagen</sa:organization><sa:city>Copenhagen</sa:city><sa:country>Denmark</sa:country></sa:affiliation><ce:source-text id="srct0415">Niels Bohr Institute, University of Copenhagen, Copenhagen, Denmark</ce:source-text></ce:affiliation><ce:affiliation id="aff0840" affiliation-id="S0370269322007833-11b144edfb6d992e108d17991cc7681b"><ce:label>84</ce:label><ce:textfn>Nikhef, National institute for subatomic physics, Amsterdam, Netherlands</ce:textfn><sa:affiliation><sa:organization>Nikhef, National institute for subatomic physics</sa:organization><sa:city>Amsterdam</sa:city><sa:country>Netherlands</sa:country></sa:affiliation><ce:source-text id="srct0420">Nikhef, National institute for subatomic physics, Amsterdam, Netherlands</ce:source-text></ce:affiliation><ce:affiliation id="aff0850" affiliation-id="S0370269322007833-7ffc71d9a245ae3927bb4d373ff478ed"><ce:label>85</ce:label><ce:textfn>Nuclear Physics Group, STFC Daresbury Laboratory, Daresbury, United Kingdom</ce:textfn><sa:affiliation><sa:organization>Nuclear Physics Group</sa:organization><sa:organization>STFC Daresbury Laboratory</sa:organization><sa:city>Daresbury</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0425">Nuclear Physics Group, STFC Daresbury Laboratory, Daresbury, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff0860" affiliation-id="S0370269322007833-4ea73349ab4e79a7b6570dd0fd42cd13"><ce:label>86</ce:label><ce:textfn>Nuclear Physics Institute of the Czech Academy of Sciences, Husinec-Řež, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Nuclear Physics Institute of the Czech Academy of Sciences</sa:organization><sa:city>Husinec-Řež</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0430">Nuclear Physics Institute of the Czech Academy of Sciences, Husinec-Řež, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0870" affiliation-id="S0370269322007833-43c0b745ad096562d858417552718575"><ce:label>87</ce:label><ce:textfn>Oak Ridge National Laboratory, Oak Ridge, TN, United States</ce:textfn><sa:affiliation><sa:organization>Oak Ridge National Laboratory</sa:organization><sa:city>Oak Ridge</sa:city><sa:state>TN</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0435">Oak Ridge National Laboratory, Oak Ridge, Tennessee, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0880" affiliation-id="S0370269322007833-e4e32a64c7e436b0f2a688687dedfe5e"><ce:label>88</ce:label><ce:textfn>Ohio State University, Columbus, OH, United States</ce:textfn><sa:affiliation><sa:organization>Ohio State University</sa:organization><sa:city>Columbus</sa:city><sa:state>OH</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0440">Ohio State University, Columbus, Ohio, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0890" affiliation-id="S0370269322007833-3c4eb171ede7112c64f1bc2c164f4732"><ce:label>89</ce:label><ce:textfn>Physics department, Faculty of science, University of Zagreb, Zagreb, Croatia</ce:textfn><sa:affiliation><sa:organization>Physics department</sa:organization><sa:organization>Faculty of science, University of Zagreb</sa:organization><sa:city>Zagreb</sa:city><sa:country>Croatia</sa:country></sa:affiliation><ce:source-text id="srct0445">Physics department, Faculty of science, University of Zagreb, Zagreb, Croatia</ce:source-text></ce:affiliation><ce:affiliation id="aff0900" affiliation-id="S0370269322007833-30d6dbb96747c914840798f88bf250cb"><ce:label>90</ce:label><ce:textfn>Physics Department, Panjab University, Chandigarh, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>Panjab University</sa:organization><sa:city>Chandigarh</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0450">Physics Department, Panjab University, Chandigarh, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0910" affiliation-id="S0370269322007833-712bc80495e97050498604da603cb5cc"><ce:label>91</ce:label><ce:textfn>Physics Department, University of Jammu, Jammu, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>University of Jammu</sa:organization><sa:city>Jammu</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0455">Physics Department, University of Jammu, Jammu, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0920" affiliation-id="S0370269322007833-500771749243cadcbaeeac3f726e6a62"><ce:label>92</ce:label><ce:textfn>Physics Department, University of Rajasthan, Jaipur, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>University of Rajasthan</sa:organization><sa:city>Jaipur</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0460">Physics Department, University of Rajasthan, Jaipur, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0930" affiliation-id="S0370269322007833-87f0c1fe6b138b8300b7695dc3391666"><ce:label>93</ce:label><ce:textfn>Physics Program and International Institute for Sustainability with Knotted Chiral Meta Matter (SKCM2), Hiroshima University, Hiroshima, Japan</ce:textfn><sa:affiliation><sa:organization>Physics Program and International Institute for Sustainability with Knotted Chiral Meta Matter (SKCM2)</sa:organization><sa:organization>Hiroshima University</sa:organization><sa:city>Hiroshima</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0465">Physics Program and International Institute for Sustainability with Knotted Chiral Meta Matter (SKCM2), Hiroshima University, Hiroshima, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0940" affiliation-id="S0370269322007833-0886f70da565231fd0e43398021fd604"><ce:label>94</ce:label><ce:textfn>Physikalisches Institut, Eberhard-Karls-Universität Tübingen, Tübingen, Germany</ce:textfn><sa:affiliation><sa:organization>Physikalisches Institut</sa:organization><sa:organization>Eberhard-Karls-Universität Tübingen</sa:organization><sa:city>Tübingen</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0470">Physikalisches Institut, Eberhard-Karls-Universität Tübingen, Tübingen, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0950" affiliation-id="S0370269322007833-1c67678e124982de924355cdd6d6b91b"><ce:label>95</ce:label><ce:textfn>Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany</ce:textfn><sa:affiliation><sa:organization>Physikalisches Institut</sa:organization><sa:organization>Ruprecht-Karls-Universität Heidelberg</sa:organization><sa:city>Heidelberg</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0475">Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0960" affiliation-id="S0370269322007833-7a5765cc3928149c8b77128cd52462ae"><ce:label>96</ce:label><ce:textfn>Physik Department, Technische Universität München, Munich, Germany</ce:textfn><sa:affiliation><sa:organization>Physik Department</sa:organization><sa:organization>Technische Universität München</sa:organization><sa:city>Munich</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0480">Physik Department, Technische Universität München, Munich, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0970" affiliation-id="S0370269322007833-0a06f4f5fb60a25c8f1936ed71c96cfe"><ce:label>97</ce:label><ce:textfn>Politecnico di Bari and Sezione INFN, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>Politecnico di Bari</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0485">Politecnico di Bari and Sezione INFN, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0980" affiliation-id="S0370269322007833-3451d358e90b759225813c9b9a6f098c"><ce:label>98</ce:label><ce:textfn>Research Division and ExtreMe Matter Institute EMMI, GSI Helmholtzzentrum für Schwerionenforschung GmbH, Darmstadt, Germany</ce:textfn><sa:affiliation><sa:organization>Research Division</sa:organization><sa:organization>ExtreMe Matter Institute EMMI</sa:organization><sa:organization>GSI Helmholtzzentrum für Schwerionenforschung GmbH</sa:organization><sa:city>Darmstadt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0490">Research Division and ExtreMe Matter Institute EMMI, GSI Helmholtzzentrum für Schwerionenforschung GmbH, Darmstadt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0990" affiliation-id="S0370269322007833-2771a2ae295804be11a4a937b894a546"><ce:label>99</ce:label><ce:textfn>Saha Institute of Nuclear Physics, Homi Bhabha National Institute, Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Saha Institute of Nuclear Physics</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0495">Saha Institute of Nuclear Physics, Homi Bhabha National Institute, Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1000" affiliation-id="S0370269322007833-b602cde70213041ca40ec5720e4e3e75"><ce:label>100</ce:label><ce:textfn>School of Physics and Astronomy, University of Birmingham, Birmingham, United Kingdom</ce:textfn><sa:affiliation><sa:organization>School of Physics and Astronomy</sa:organization><sa:organization>University of Birmingham</sa:organization><sa:city>Birmingham</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0500">School of Physics and Astronomy, University of Birmingham, Birmingham, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff1010" affiliation-id="S0370269322007833-1a1f0f3ae33ba0323ad4da08a216f4c3"><ce:label>101</ce:label><ce:textfn>Sección Física, Departamento de Ciencias, Pontificia Universidad Católica del Perú, Lima, Peru</ce:textfn><sa:affiliation><sa:organization>Sección Física</sa:organization><sa:organization>Departamento de Ciencias</sa:organization><sa:organization>Pontificia Universidad Católica del Perú</sa:organization><sa:city>Lima</sa:city><sa:country>Peru</sa:country></sa:affiliation><ce:source-text id="srct0505">Sección Física, Departamento de Ciencias, Pontificia Universidad Católica del Perú, Lima, Peru</ce:source-text></ce:affiliation><ce:affiliation id="aff1020" affiliation-id="S0370269322007833-24347400090c9a1efb87e7537af7461b"><ce:label>102</ce:label><ce:textfn>Stefan Meyer Institut für Subatomare Physik (SMI), Vienna, Austria</ce:textfn><sa:affiliation><sa:organization>Stefan Meyer Institut für Subatomare Physik (SMI)</sa:organization><sa:city>Vienna</sa:city><sa:country>Austria</sa:country></sa:affiliation><ce:source-text id="srct0510">Stefan Meyer Institut für Subatomare Physik (SMI), Vienna, Austria</ce:source-text></ce:affiliation><ce:affiliation id="aff1030" affiliation-id="S0370269322007833-317714469d8c208c77efd6f026942633"><ce:label>103</ce:label><ce:textfn>SUBATECH, IMT Atlantique, Nantes Université, CNRS-IN2P3, Nantes, France</ce:textfn><sa:affiliation><sa:organization>SUBATECH</sa:organization><sa:organization>IMT Atlantique</sa:organization><sa:organization>Nantes Université</sa:organization><sa:organization>CNRS-IN2P3</sa:organization><sa:city>Nantes</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0515">SUBATECH, IMT Atlantique, Nantes Université, CNRS-IN2P3, Nantes, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1040" affiliation-id="S0370269322007833-c3972f6af24eef12cc2ae3a53d6a7623"><ce:label>104</ce:label><ce:textfn>Suranaree University of Technology, Nakhon Ratchasima, Thailand</ce:textfn><sa:affiliation><sa:organization>Suranaree University of Technology</sa:organization><sa:city>Nakhon Ratchasima</sa:city><sa:country>Thailand</sa:country></sa:affiliation><ce:source-text id="srct0520">Suranaree University of Technology, Nakhon Ratchasima, Thailand</ce:source-text></ce:affiliation><ce:affiliation id="aff1050" affiliation-id="S0370269322007833-9186de958ef0b51277f8f34872e5c71b"><ce:label>105</ce:label><ce:textfn>Technical University of Košice, Košice, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Technical University of Košice</sa:organization><sa:city>Košice</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0525">Technical University of Košice, Košice, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff1060" affiliation-id="S0370269322007833-425836ada61fe0d3ee4ebf5b87598919"><ce:label>106</ce:label><ce:textfn>The Henryk Niewodniczanski Institute of Nuclear Physics, Polish Academy of Sciences, Cracow, Poland</ce:textfn><sa:affiliation><sa:organization>The Henryk Niewodniczanski Institute of Nuclear Physics</sa:organization><sa:organization>Polish Academy of Sciences</sa:organization><sa:city>Cracow</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0530">The Henryk Niewodniczanski Institute of Nuclear Physics, Polish Academy of Sciences, Cracow, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff1070" affiliation-id="S0370269322007833-302a66584ead3636c3e74b86b51cf474"><ce:label>107</ce:label><ce:textfn>The University of Texas at Austin, Austin, TX, United States</ce:textfn><sa:affiliation><sa:organization>The University of Texas at Austin</sa:organization><sa:city>Austin</sa:city><sa:state>TX</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0535">The University of Texas at Austin, Austin, Texas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1080" affiliation-id="S0370269322007833-48ea3700cc067946e6c3032832f0ce0a"><ce:label>108</ce:label><ce:textfn>Universidad Autónoma de Sinaloa, Culiacán, Mexico</ce:textfn><sa:affiliation><sa:organization>Universidad Autónoma de Sinaloa</sa:organization><sa:city>Culiacán</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0540">Universidad Autónoma de Sinaloa, Culiacán, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff1090" affiliation-id="S0370269322007833-310945a13cafb9845fe651fc7aa661b6"><ce:label>109</ce:label><ce:textfn>Universidade de São Paulo (USP), São Paulo, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade de São Paulo (USP)</sa:organization><sa:city>São Paulo</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0545">Universidade de São Paulo (USP), São Paulo, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1100" affiliation-id="S0370269322007833-226f6a475b7a1634e1530e2077d7590e"><ce:label>110</ce:label><ce:textfn>Universidade Estadual de Campinas (UNICAMP), Campinas, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade Estadual de Campinas (UNICAMP)</sa:organization><sa:city>Campinas</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0550">Universidade Estadual de Campinas (UNICAMP), Campinas, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1110" affiliation-id="S0370269322007833-7582533209ee7a368c4d249782e93c03"><ce:label>111</ce:label><ce:textfn>Universidade Federal do ABC, Santo Andre, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade Federal do ABC</sa:organization><sa:city>Santo Andre</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0555">Universidade Federal do ABC, Santo Andre, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1120" affiliation-id="S0370269322007833-f37f0b36132124cce5539b1f9c518079"><ce:label>112</ce:label><ce:textfn>University of Cape Town, Cape Town, South Africa</ce:textfn><sa:affiliation><sa:organization>University of Cape Town</sa:organization><sa:city>Cape Town</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0560">University of Cape Town, Cape Town, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff1130" affiliation-id="S0370269322007833-58fe35a5cc9d91eea34fd6e19293599b"><ce:label>113</ce:label><ce:textfn>University of Houston, Houston, TX, United States</ce:textfn><sa:affiliation><sa:organization>University of Houston</sa:organization><sa:city>Houston</sa:city><sa:state>TX</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0565">University of Houston, Houston, Texas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1140" affiliation-id="S0370269322007833-e9be2b1885c8285b7cb7b6534ca93d98"><ce:label>114</ce:label><ce:textfn>University of Jyväskylä, Jyväskylä, Finland</ce:textfn><sa:affiliation><sa:organization>University of Jyväskylä</sa:organization><sa:city>Jyväskylä</sa:city><sa:country>Finland</sa:country></sa:affiliation><ce:source-text id="srct0570">University of Jyväskylä, Jyväskylä, Finland</ce:source-text></ce:affiliation><ce:affiliation id="aff1150" affiliation-id="S0370269322007833-6e2074f6fd0b88987501b22e5d74f9c9"><ce:label>115</ce:label><ce:textfn>University of Kansas, Lawrence, KS, United States</ce:textfn><sa:affiliation><sa:organization>University of Kansas</sa:organization><sa:city>Lawrence</sa:city><sa:state>KS</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0575">University of Kansas, Lawrence, Kansas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1160" affiliation-id="S0370269322007833-f538fc5a59ec1d1c8f86d2a83cb4ced6"><ce:label>116</ce:label><ce:textfn>University of Liverpool, Liverpool, United Kingdom</ce:textfn><sa:affiliation><sa:organization>University of Liverpool</sa:organization><sa:city>Liverpool</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0580">University of Liverpool, Liverpool, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff1170" affiliation-id="S0370269322007833-5507e3344bf7b46ba698c2c045a8aba6"><ce:label>117</ce:label><ce:textfn>University of Science and Technology of China, Hefei, China</ce:textfn><sa:affiliation><sa:organization>University of Science and Technology of China</sa:organization><sa:city>Hefei</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0585">University of Science and Technology of China, Hefei, China</ce:source-text></ce:affiliation><ce:affiliation id="aff1180" affiliation-id="S0370269322007833-5825f1740b6b974441dd90d9c8ad0a53"><ce:label>118</ce:label><ce:textfn>University of South-Eastern Norway, Kongsberg, Norway</ce:textfn><sa:affiliation><sa:organization>University of South-Eastern Norway</sa:organization><sa:city>Kongsberg</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0590">University of South-Eastern Norway, Kongsberg, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff1190" affiliation-id="S0370269322007833-d6620449e5365c80224ff22fe1ca4e4a"><ce:label>119</ce:label><ce:textfn>University of Tennessee, Knoxville, TN, United States</ce:textfn><sa:affiliation><sa:organization>University of Tennessee</sa:organization><sa:city>Knoxville</sa:city><sa:state>TN</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0595">University of Tennessee, Knoxville, Tennessee, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1200" affiliation-id="S0370269322007833-6d43022152ccaa62119e4287bf3b5270"><ce:label>120</ce:label><ce:textfn>University of the Witwatersrand, Johannesburg, South Africa</ce:textfn><sa:affiliation><sa:organization>University of the Witwatersrand</sa:organization><sa:city>Johannesburg</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0600">University of the Witwatersrand, Johannesburg, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff1210" affiliation-id="S0370269322007833-9b9071fc23073da0e4317b3863c91b9e"><ce:label>121</ce:label><ce:textfn>University of Tokyo, Tokyo, Japan</ce:textfn><sa:affiliation><sa:organization>University of Tokyo</sa:organization><sa:city>Tokyo</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0605">University of Tokyo, Tokyo, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff1220" affiliation-id="S0370269322007833-da3fb88e8779358429638ee8f8dc4cb5"><ce:label>122</ce:label><ce:textfn>University of Tsukuba, Tsukuba, Japan</ce:textfn><sa:affiliation><sa:organization>University of Tsukuba</sa:organization><sa:city>Tsukuba</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0610">University of Tsukuba, Tsukuba, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff1230" affiliation-id="S0370269322007833-9fc1715eadb7b2ba79b1a87cef8015cd"><ce:label>123</ce:label><ce:textfn>University Politehnica of Bucharest, Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>University Politehnica of Bucharest</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0615">University Politehnica of Bucharest, Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff1240" affiliation-id="S0370269322007833-43e2ac82e11c4ca2fabbc7e457c74b37"><ce:label>124</ce:label><ce:textfn>Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France</ce:textfn><sa:affiliation><sa:organization>Université Clermont Auvergne</sa:organization><sa:organization>CNRS/IN2P3</sa:organization><sa:organization>LPC</sa:organization><sa:city>Clermont-Ferrand</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0620">Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1250" affiliation-id="S0370269322007833-08f13150d05b32d440951efec6f80d29"><ce:label>125</ce:label><ce:textfn>Université de Lyon, CNRS/IN2P3, Institut de Physique des 2 Infinis de Lyon, Lyon, France</ce:textfn><sa:affiliation><sa:organization>Université de Lyon</sa:organization><sa:organization>CNRS/IN2P3</sa:organization><sa:organization>Institut de Physique des 2 Infinis de Lyon</sa:organization><sa:city>Lyon</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0625">Université de Lyon, CNRS/IN2P3, Institut de Physique des 2 Infinis de Lyon, Lyon, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1260" affiliation-id="S0370269322007833-766d0075165899c16752f5f7ff1b8771"><ce:label>126</ce:label><ce:textfn>Université de Strasbourg, CNRS, IPHC UMR 7178, F-67000 Strasbourg, France</ce:textfn><sa:affiliation><sa:organization>Université de Strasbourg</sa:organization><sa:organization>CNRS</sa:organization><sa:organization>IPHC UMR 7178</sa:organization><sa:city>Strasbourg</sa:city><sa:postal-code>F-67000</sa:postal-code><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0630">Université de Strasbourg, CNRS, IPHC UMR 7178, F-67000 Strasbourg, France, Strasbourg, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1270" affiliation-id="S0370269322007833-36117066550bb6faaf9708b1b0ea670e"><ce:label>127</ce:label><ce:textfn>Université Paris-Saclay Centre d'Etudes de Saclay (CEA), IRFU, Départment de Physique Nucléaire (DPhN), Saclay, France</ce:textfn><sa:affiliation><sa:organization>Université Paris-Saclay Centre d'Etudes de Saclay (CEA)</sa:organization><sa:organization>IRFU</sa:organization><sa:organization>Départment de Physique Nucléaire (DPhN)</sa:organization><sa:city>Saclay</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0635">Université Paris-Saclay Centre d'Etudes de Saclay (CEA), IRFU, Départment de Physique Nucléaire (DPhN), Saclay, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1280" affiliation-id="S0370269322007833-47ef552cdaf90d05d791574b14a8dcf9"><ce:label>128</ce:label><ce:textfn>Università degli Studi di Foggia, Foggia, Italy</ce:textfn><sa:affiliation><sa:organization>Università degli Studi di Foggia</sa:organization><sa:city>Foggia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0640">Università degli Studi di Foggia, Foggia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1290" affiliation-id="S0370269322007833-79fbcbe2a42e9099094360b5bf7bd602"><ce:label>129</ce:label><ce:textfn>Università del Piemonte Orientale, Vercelli, Italy</ce:textfn><sa:affiliation><sa:organization>Università del Piemonte Orientale</sa:organization><sa:city>Vercelli</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0645">Università del Piemonte Orientale, Vercelli, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1300" affiliation-id="S0370269322007833-83cd0c0929f483f88e3d2cb59f064287"><ce:label>130</ce:label><ce:textfn>Università di Brescia, Brescia, Italy</ce:textfn><sa:affiliation><sa:organization>Università di Brescia</sa:organization><sa:city>Brescia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0650">Università di Brescia, Brescia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1310" affiliation-id="S0370269322007833-f1ae52f852d4d7d99988b3e872f887e4"><ce:label>131</ce:label><ce:textfn>Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Variable Energy Cyclotron Centre</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0655">Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1320" affiliation-id="S0370269322007833-bfd4fe0d3b8675ea55d96ce64033d817"><ce:label>132</ce:label><ce:textfn>Warsaw University of Technology, Warsaw, Poland</ce:textfn><sa:affiliation><sa:organization>Warsaw University of Technology</sa:organization><sa:city>Warsaw</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0660">Warsaw University of Technology, Warsaw, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff1330" affiliation-id="S0370269322007833-4e11d38f810a3540206ffb5151a35d3b"><ce:label>133</ce:label><ce:textfn>Wayne State University, Detroit, MI, United States</ce:textfn><sa:affiliation><sa:organization>Wayne State University</sa:organization><sa:city>Detroit</sa:city><sa:state>MI</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0665">Wayne State University, Detroit, Michigan, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1340" affiliation-id="S0370269322007833-0b76517a6de7ff0579ec14780f79d81b"><ce:label>134</ce:label><ce:textfn>Westfälische Wilhelms-Universität Münster, Institut für Kernphysik, Münster, Germany</ce:textfn><sa:affiliation><sa:organization>Westfälische Wilhelms-Universität Münster</sa:organization><sa:organization>Institut für Kernphysik</sa:organization><sa:city>Münster</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0670">Westfälische Wilhelms-Universität Münster, Institut für Kernphysik, Münster, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1350" affiliation-id="S0370269322007833-6b1ae45228f1f040c55767dc107b589d"><ce:label>135</ce:label><ce:textfn>Wigner Research Centre for Physics, Budapest, Hungary</ce:textfn><sa:affiliation><sa:organization>Wigner Research Centre for Physics</sa:organization><sa:city>Budapest</sa:city><sa:country>Hungary</sa:country></sa:affiliation><ce:source-text id="srct0675">Wigner Research Centre for Physics, Budapest, Hungary</ce:source-text></ce:affiliation><ce:affiliation id="aff1360" affiliation-id="S0370269322007833-96e79e7381eab77664732c3553e247e8"><ce:label>136</ce:label><ce:textfn>Yale University, New Haven, CT, United States</ce:textfn><sa:affiliation><sa:organization>Yale University</sa:organization><sa:city>New Haven</sa:city><sa:state>CT</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0680">Yale University, New Haven, Connecticut, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1370" affiliation-id="S0370269322007833-f3db17ceaf6ea4190e2176a6a129c96b"><ce:label>137</ce:label><ce:textfn>Yonsei University, Seoul, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Yonsei University</sa:organization><sa:city>Seoul</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0685">Yonsei University, Seoul, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff1380" affiliation-id="S0370269322007833-2e935afd39a812eb118b95cc53ef2ac3"><ce:label>138</ce:label><ce:textfn>Zentrum für Technologie und Transfer (ZTT), Worms, Germany</ce:textfn><sa:affiliation><sa:organization>Zentrum für Technologie und Transfer (ZTT)</sa:organization><sa:city>Worms</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0690">Zentrum für Technologie und Transfer (ZTT), Worms, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1390" affiliation-id="S0370269322007833-7972cea8d4a6e5b7150baf4a74e03970"><ce:label>139</ce:label><ce:textfn>Affiliated with an institute covered by a cooperation agreement with CERN</ce:textfn><sa:affiliation><sa:address-line>Affiliated with an institute covered by a cooperation agreement with CERN</sa:address-line></sa:affiliation><ce:source-text id="srct0695">Affiliated with an institute covered by a cooperation agreement with CERN</ce:source-text></ce:affiliation><ce:affiliation id="aff1400" affiliation-id="S0370269322007833-3c2eaa2a494293a99583fccbf5d95e9f"><ce:label>140</ce:label><ce:textfn>Affiliated with an international laboratory covered by a cooperation agreement with CERN</ce:textfn><sa:affiliation><sa:address-line>Affiliated with an international laboratory covered by a cooperation agreement with CERN</sa:address-line></sa:affiliation><ce:source-text id="srct0700">Affiliated with an international laboratory covered by a cooperation agreement with CERN</ce:source-text></ce:affiliation><ce:footnote id="fn0010"><ce:label>I</ce:label><ce:note-para id="np0010">Deceased.</ce:note-para></ce:footnote><ce:footnote id="fn0020"><ce:label>II</ce:label><ce:note-para id="np0020">Also at: Max-Planck-Institut für Physik, Munich, Germany.</ce:note-para></ce:footnote><ce:footnote id="fn0030"><ce:label>III</ce:label><ce:note-para id="np0030">Also at: Italian National Agency for New Technologies, Energy and Sustainable Economic Development (ENEA), Bologna, Italy.</ce:note-para></ce:footnote><ce:footnote id="fn0040"><ce:label>IV</ce:label><ce:note-para id="np0040">Also at: Dipartimento DET del Politecnico di Torino, Turin, Italy.</ce:note-para></ce:footnote><ce:footnote id="fn0050"><ce:label>V</ce:label><ce:note-para id="np0050">Also at: Department of Applied Physics, Aligarh Muslim University, Aligarh, India.</ce:note-para></ce:footnote><ce:footnote id="fn0060"><ce:label>VI</ce:label><ce:note-para id="np0060">Also at: Institute of Theoretical Physics, University of Wroclaw, Poland.</ce:note-para></ce:footnote><ce:footnote id="fn0070"><ce:label>VII</ce:label><ce:note-para id="np0070">Also at: An institution covered by a cooperation agreement with CERN.</ce:note-para></ce:footnote></ce:author-group></ce:collaboration><ce:footnote id="fn0080"><ce:label>⋆</ce:label><ce:note-para id="np0080"><ce:italic>E-mail address:</ce:italic> <ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="mailto:alice-publications@cern.ch" id="inf0020">alice-publications@cern.ch</ce:inter-ref>.</ce:note-para></ce:footnote></ce:author-group><ce:date-received day="5" month="5" year="2022"/><ce:date-revised day="2" month="12" year="2022"/><ce:date-accepted day="23" month="12" year="2022"/><ce:miscellaneous id="ms0010">Editor: M. Pierini</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0070">This letter reports measurements which characterize the underlying event associated with hard scatterings at mid-pseudorapidity (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math>) in pp, p–Pb and Pb–Pb collisions at centre-of-mass energy per nucleon pair, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The measurements are performed with ALICE at the LHC. Different multiplicity classes are defined based on the event activity measured at forward rapidities. The hard scatterings are identified by the leading particle defined as the charged particle with the largest transverse momentum (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) in the collision and having 8 <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mo linebreak="badbreak" linebreakstyle="after"><</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra of associated particles (0.5 <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si5.svg"><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) are measured in different azimuthal regions defined with respect to the leading particle direction: toward, transverse, and away. The associated charged particle yields in the transverse region are subtracted from those of the away and toward regions. The remaining jet-like yields are reported as a function of the multiplicity measured in the transverse region. The measurements show a suppression of the jet-like yield in the away region and an enhancement of high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> associated particles in the toward region in central Pb–Pb collisions, as compared to minimum-bias pp collisions. These observations are consistent with previous measurements that used two-particle correlations, and with an interpretation in terms of parton energy loss in a high-density quark gluon plasma. These yield modifications vanish in peripheral Pb–Pb collisions and are not observed in either high-multiplicity pp or p–Pb collisions.</ce:simple-para></ce:abstract-sec></ce:abstract><ce:data-availability id="dav0001"><ce:section-title id="st0080">Data availability</ce:section-title><ce:para id="pr0200">This manuscript has associated data in a HEPData repository at <ce:inter-ref xlink:href="https://www.hepdata.net/" xlink:role="http://www.elsevier.com/xml/linking-roles/research-data" id="inf0550">https://www.hepdata.net/</ce:inter-ref>.</ce:para></ce:data-availability></head><body><ce:sections><ce:section id="se0010" role="introduction"><ce:label>1</ce:label><ce:section-title id="st0020">Introduction</ce:section-title><ce:para id="pr0010">In proton-proton (pp) collisions, jets, originating from partonic scatterings with large momentum transfer, are accompanied by particles produced by initial- and final-state radiation (ISR and FSR, respectively), as well as, by a plethora of other mechanisms. These include proton break-up, and, in a scenario incorporating multi-parton interactions (MPI) <ce:cross-refs refid="br0010 br0020" id="crs0010">[1,2]</ce:cross-refs>, several semi-hard parton-parton scatterings in a single pp collision. These jet-accompanying particles experimentally make up the underlying event (UE) and are commonly studied via azimuthal separations from the jets to minimise the influence of hard scatterings. The present study follows the strategy originally introduced by the CDF collaboration <ce:cross-ref refid="br0030" id="crf10910">[3]</ce:cross-ref>. First, the leading charged particle in the event is found, i.e., the charged particle with the highest transverse momentum in the collision (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math>). Secondly, the associated particles (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math>) are measured in three topological regions depending on their azimuthal angle relative to the leading particle, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>φ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:msup><mml:mrow><mml:mi>φ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">assoc</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>φ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="false">|</mml:mo></mml:math>, see <ce:cross-ref refid="fg0010" id="crf10920">Fig. 1</ce:cross-ref><ce:float-anchor refid="fg0010"/>.</ce:para><ce:para id="pr0020">The toward region contains the primary jet within the acceptance of the detector, while the away region contains the back-scattered particles of the recoil jet <ce:cross-ref refid="br0040" id="crf10930">[4]</ce:cross-ref>. In contrast, the transverse region is dominated by the underlying-event dynamics, but it also includes contributions from ISR and FSR <ce:cross-ref refid="br0050" id="crf10940">[5]</ce:cross-ref>.</ce:para><ce:para id="pr0030">The measurements performed at RHIC and LHC in small systems (pp, p–A, and d–A collisions) have shown for high particle multiplicities similar phenomena as were originally observed only in A–A collisions and have been attributed there to the formation of the strongly interacting quark gluon plasma <ce:cross-refs refid="br0060 br0070" id="crs0020">[6,7]</ce:cross-refs>, namely, long range angular correlations and collectivity <ce:cross-ref refid="br0080" id="crf10950">[8]</ce:cross-ref>. The origin of these effects in small systems is still an open question; on one hand, hydrodynamical calculations describe some aspects of the data <ce:cross-ref refid="br0090" id="crf10960">[9]</ce:cross-ref>; on the other hand, mechanisms like colour reconnection <ce:cross-ref refid="br0100" id="crf10970">[10]</ce:cross-ref>, rope hadronisation <ce:cross-ref refid="br0110" id="crf10980">[11]</ce:cross-ref>, and string shoving <ce:cross-ref refid="br0120" id="crf10990">[12]</ce:cross-ref> can produce collective-like effects in Monte Carlo event generators such as <ce:small-caps>PYTHIA</ce:small-caps> 8 <ce:cross-ref refid="br0130" id="crf11000">[13]</ce:cross-ref>. Thus, investigating pp collisions as a function of the charged particle multiplicity has become ever more pertinent <ce:cross-refs refid="br0090 br0140 br0150 br0160 br0170 br0180" id="crs0030">[9,14–18]</ce:cross-refs>. The interpretation of the results from the analysis of high-multiplicity pp collisions is challenging due to the selection biases of the sample towards events in which partonic scatterings with large momentum transfer (hard scatterings) occurred. To mitigate this inherent bias, Martin et al. <ce:cross-ref refid="br0190" id="crf11010">[19]</ce:cross-ref> suggested to use the charged-particle multiplicity in the transverse region (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>) as a classifier of the activity in the collisions, since the correlation between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math> and the hardest scattering in the collision is small. The ALICE collaboration has reported the first <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math> spectra measured in pp collisions at centre-of-mass energy, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>13</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV <ce:cross-ref refid="br0200" id="crf11020">[20]</ce:cross-ref>. Event generators, such as <ce:small-caps>PYTHIA</ce:small-caps> 8 <ce:cross-ref refid="br0130" id="crf11030">[13]</ce:cross-ref> and EPOS-LHC <ce:cross-ref refid="br0210" id="crf11040">[21]</ce:cross-ref>, do not provide a good description of the measured distribution of the ratio <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>/<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> is the event-averaged charged-particle multiplicity in the transverse region, underestimating in particular the number of collisions with large <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">></mml:mo><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:math>. In the framework of MPI-based models, like those implemented in <ce:small-caps>PYTHIA</ce:small-caps> 8 and <ce:small-caps>HERWIG</ce:small-caps> 7 <ce:cross-ref refid="br0220" id="crf11050">[22]</ce:cross-ref>, the probability for a hard scattering in the collision increases with decreasing impact parameter<ce:cross-ref refid="fn0090" id="crf11060"><ce:sup>VIII</ce:sup></ce:cross-ref><ce:footnote id="fn0090"><ce:label>VIII</ce:label><ce:note-para id="np0090">In event generators like <ce:small-caps>PYTHIA</ce:small-caps> 8 the impact parameter profile is described by an overlap matter distribution of the two incoming hadrons.</ce:note-para></ce:footnote> between the colliding protons. Thus, requiring a high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> particle (e.g., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>8</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) in a given pp collision biases the selection of collisions towards those with a smaller impact parameter <ce:cross-ref refid="br0230" id="crf11070">[23]</ce:cross-ref>, which in turn biases the selection towards pp collisions with more MPI <ce:cross-ref refid="br0200" id="crf11080">[20]</ce:cross-ref>. This feature of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>-based analysis is important for the isolation of potential MPI and colour reconnection effects, which according to <ce:small-caps>PYTHIA</ce:small-caps> 8, produce effects resembling collective behaviour <ce:cross-ref refid="br0100" id="crf11090">[10]</ce:cross-ref>. By construction, MPI and colour reconnection effects are expected to be more relevant in the transverse region than in the away and toward regions <ce:cross-ref refid="br0240" id="crf11100">[24]</ce:cross-ref>. It is worth mentioning that the MPI picture has been used to explain the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in p–Pb collisions and peripheral Pb–Pb collisions <ce:cross-refs refid="br0250 br0260 br0270" id="crs0040">[25–27]</ce:cross-refs>. Studies, as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>, are therefore important to the understanding of the effects observed in high-multiplicity pp collisions. Last but not least, measurements of UE observables are also important to tune event generators <ce:cross-ref refid="br0280" id="crf11110">[28]</ce:cross-ref> that include hard partonic scatterings and MPI.</ce:para><ce:para id="pr0040">This letter reports the inclusive charged-particle transverse momentum spectra in pp, p–Pb and Pb–Pb collisions at centre-of-mass energy per nucleon pair <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV containing a high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> leading particle within the kinematic intervals <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>8</mml:mn><mml:mo>≤</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math>. This guarantees the selection of collisions in which the average activity in the transverse region is roughly flat as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math> <ce:cross-ref refid="br0200" id="crf11120">[20]</ce:cross-ref>, and therefore, any additional selection on the charged particle multiplicity will only modulate the UE activity. The measurements are performed considering different event classes defined in terms of the multiplicity registered in the forward detectors. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra of associated charged particles (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mn>0.5</mml:mn><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math>) are measured in the toward, away, and transverse regions as a function of the average charged particle multiplicity in the transverse region. To further investigate the possible modification of the particles produced in the hard scattering in pp, p–Pb, and Pb–Pb collisions, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> distributions in the toward (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) and away (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) regions obtained after the subtraction of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in the transverse region (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) are also reported. The subtracted yields (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) are further normalised to those measured in minimum-bias (MB) pp collisions,<ce:display><ce:formula id="fm0010"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo>≡</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pp</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">MB</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pp</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">MB</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:italic>X</ce:italic> indicates the collision system and the event multiplicity class. In this way, the hard process <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in the toward and away regions are isolated, and thus allowing us to study possible modifications to the produced particles due to medium effects in high-multiplicity pp, p–Pb, and Pb–Pb collisions. In heavy-ion collisions, this ratio is sensitive to the same effects which were studied using the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math> quantity <ce:cross-refs refid="br0290 br0300 br0310" id="crs0050">[29–31]</ce:cross-refs>, where jets produced in the early stage of the collision propagate through the hot and dense quark–gluon plasma. Their interaction with the coloured medium lead to parton-energy loss (jet quenching) <ce:cross-ref refid="br0320" id="crf11130">[32]</ce:cross-ref> which, for example, results in the suppression of the charged-particle yield at high <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> <ce:cross-ref refid="br0330" id="crf11140">[33]</ce:cross-ref>, and the suppression of the high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> yield in the away region <ce:cross-refs refid="br0290 br0300" id="crs0060">[29,30]</ce:cross-refs>. It is worth mentioning that jet quenching effects have not been observed so far in small systems <ce:cross-refs refid="br0330 br0340" id="crs0070">[33,34]</ce:cross-refs>.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">Experiment and data analysis</ce:section-title><ce:para id="pr0050">This analysis is based on the data recorded by the ALICE apparatus during the pp and Pb–Pb runs at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV in 2015, and the p–Pb run at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV in 2016. The present study uses the V0 detector, and the Silicon Pixel Detector (SPD) for triggering and background rejection. The V0 consists of two arrays of scintillating tiles placed on each side of the interaction point covering the full azimuthal acceptance and the pseudorapidity intervals of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:mn>2.8</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5.1</mml:mn></mml:math> (V0A) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.7</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1.7</mml:mn></mml:math> (V0C). The SPD is the innermost part of the Inner Tracking System (ITS) and it is the closest detector to the interaction point. It consists of two cylindrical silicon pixel layers at radial distances of 3.9 and 7.6 cm from the beam line and the pseudorapidity coverages of the two layers are <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1.4</mml:mn></mml:math>, respectively. The data were collected using a minimum-bias trigger, which required a signal in both V0A and V0C detectors. The offline event selection was optimised to reject beam-induced background in all collision systems by utilising the timing signals in the two V0 detectors. In Pb–Pb collisions, the beam-induced background is further suppressed by correlating the timing signals of the neutron zero degree calorimeters, which are positioned on both sides of the interaction point at 112.5<ce:hsp sp="0.20"/>m distance along the beam axis <ce:cross-ref refid="br0350" id="crf11150">[35]</ce:cross-ref>. The signals from the zero degree calorimeters are also used to suppress the contamination from electromagnetic interactions. This is performed by requesting the coincidence of the signals coming from both side zero degree calorimeters by which the background due to single nucleus electromagnetic dissociation processes is excluded. A criterion based on the offline reconstruction of multiple primary vertices in the SPD is applied to reduce the pileup caused by multiple interactions in the same bunch crossing <ce:cross-ref refid="br0360" id="crf11160">[36]</ce:cross-ref>. The results presented in this letter are for minimum-bias triggered pp collisions having at least one charged particle in the pseudorapidity interval <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1</mml:mn></mml:math> (INEL>0). The INEL>0 event class corresponds to about 75% of the total inelastic cross section <ce:cross-ref refid="br0370" id="crf11170">[37]</ce:cross-ref>. For pp and Pb–Pb collisions, the sample is subdivided into different multiplicity classes based on the total charge deposited in both V0 sub-detectors, which is termed as V0M amplitude <ce:cross-ref refid="br0380" id="crf11180">[38]</ce:cross-ref>. For p–Pb collisions, the sample is subdivided based on the total charge deposited in V0A sub-detector (V0A amplitude) <ce:cross-ref refid="br0390" id="crf11190">[39]</ce:cross-ref>, which is located in the Pb-going direction. The V0A estimator has been implemented in previous measurements that used p–Pb data (see e.g. <ce:cross-ref refid="br0400" id="crf11200">[40]</ce:cross-ref>). This allows for comparisons with other observables for similar V0A multiplicity classes. To ensure that a hard scattering took place in the collision, events are required to have a trigger particle within <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>8</mml:mn><mml:mo>≤</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math> GeV/<ce:italic>c</ce:italic>. In this <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math> interval, the momentum resolution effects are negligible on the extracted yields, and therefore, no <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math> resolution correction is applied. The total number of analysed collisions before the trigger particle selection are about 10<ce:sup>8</ce:sup>, 10<ce:sup>8</ce:sup>, and 10<ce:sup>7</ce:sup> for pp, p–Pb, and Pb–Pb collisions, respectively.</ce:para><ce:para id="pr0060">The transverse momentum of particles is determined from measurements in the central barrel with the ITS and the Time Projection Chamber (TPC). The ITS is a tracking detector which consists of six cylindrical layers of silicon detectors. The TPC is a cylindrical drift detector which covers a radial distance of 85-247<ce:hsp sp="0.20"/>cm from the beam axis and it has longitudinal dimension extending from about -250<ce:hsp sp="0.20"/>cm to +250<ce:hsp sp="0.20"/>cm around the nominal interaction point. Primary charged particles are measured in the pseudorapidity range of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math> and with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0.5</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, where <ce:italic>η</ce:italic> is measured in the laboratory frame for the three collision systems. The configuration for p–Pb collisions with protons at 4<ce:hsp sp="0.20"/>TeV energy colliding with Pb ions that have per-nucleon energies of (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:mi>Z</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>A</mml:mi></mml:math>) × 4<ce:hsp sp="0.20"/>TeV ∼ 1.58<ce:hsp sp="0.20"/>TeV results in a shift in the rapidity of the nucleon–nucleon centre-of-mass system by 0.465 in the direction of the proton beam (negative z-direction). Here <ce:italic>Z</ce:italic> and <ce:italic>A</ce:italic> are the atomic and mass numbers of the Pb ion, respectively. Therefore, the detector coverage <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math> corresponds to roughly <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>0.3</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">cms</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1.3</mml:mn></mml:math> for p–Pb collisions. The particles with mean proper lifetime larger than 1<ce:hsp sp="0.20"/>cm/<ce:italic>c</ce:italic>, which are either produced directly in the interaction or from decays of particles with mean proper lifetime smaller than 1<ce:hsp sp="0.20"/>cm/<ce:italic>c</ce:italic> are termed as primary particles <ce:cross-ref refid="br0410" id="crf11210">[41]</ce:cross-ref>. The track selection follows a procedure similar to the one described in Ref. <ce:cross-ref refid="br0420" id="crf11220">[42]</ce:cross-ref> and only few specific details are reported here. Tracks (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">tracks</mml:mi></mml:mrow></mml:msub></mml:math>) are required to have two hits in the ITS, out of which at least one should be in either of the two innermost layers. The geometrical track length <ce:italic>L</ce:italic> is calculated in the TPC readout plane, excluding the information from the pads at the sector boundaries (≈3<ce:hsp sp="0.20"/>cm from the sector edges). The trajectory lengths built from radial segments, i.e. the crossed TPC pad rows, traversed in the TPC by a particle are required to be larger than 85% of the geometrical track length. The pad rows are made of at least 3 neighbouring individual observations (clusters), and their height varies from 7.5<ce:hsp sp="0.20"/>mm to 15<ce:hsp sp="0.20"/>mm <ce:cross-ref refid="br0430" id="crf11230">[43]</ce:cross-ref>. The trajectory lengths built from clusters (one cluster per pad row) is required to be larger than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mn>0.7</mml:mn><mml:mo>×</mml:mo><mml:mi>L</mml:mi></mml:math>. The fraction of TPC clusters shared with another track is required to be lower than 0.4. The fit quality for the ITS and TPC track points must satisfy <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">hits</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>36</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">clusters</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>4</mml:mn></mml:math>, respectively, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">hits</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">clusters</mml:mi></mml:mrow></mml:msub></mml:math> are the numbers of hits in the ITS and the number of clusters in the TPC, respectively. Only tracks with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>36</mml:mn></mml:math> are included in the analysis, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> is calculated comparing the track parameters from the combined ITS and TPC track reconstruction to that derived only from the TPC and constrained to the interaction point. The definition of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> can be found in Ref. <ce:cross-ref refid="br0440" id="crf11240">[44]</ce:cross-ref>. To reduce the contamination from secondary particles, tracks are accepted if their distance-of-closest-approach (DCA) to the reconstructed primary interaction vertex satisfies in the longitudinal (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">z</mml:mi></mml:mrow></mml:msub></mml:math>) and transverse (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">xy</mml:mi></mml:mrow></mml:msub></mml:math>) directions the conditions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">z</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math><ce:hsp sp="0.20"/>cm and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">xy</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.018</mml:mn></mml:math><ce:hsp sp="0.20"/>cm + 0.035<ce:hsp sp="0.20"/>(cm×GeV/<ce:italic>c</ce:italic>)<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>.</ce:para><ce:para id="pr0070">The measurement of the transverse momentum spectra of charged particles follows the standard procedure of the ALICE collaboration <ce:cross-refs refid="br0420 br0450" id="crs0080">[42,45]</ce:cross-refs>. The raw yields are corrected for efficiency and contamination from secondary particles. The efficiency correction is calculated from Monte Carlo simulations with GEANT3 <ce:cross-ref refid="br0460" id="crf11250">[46]</ce:cross-ref> transport code, which made use of PYTHIA 8 (Monash) <ce:cross-ref refid="br0280" id="crf11260">[28]</ce:cross-ref>, EPOS-LHC <ce:cross-ref refid="br0210" id="crf11270">[21]</ce:cross-ref> and HIJING <ce:cross-ref refid="br0470" id="crf11280">[47]</ce:cross-ref> event generators for pp, p–Pb and Pb–Pb collisions, respectively and incorporated a detailed description of the detector material, geometry and response. Since the event generators do not reproduce the relative abundances of different particle species in the real data, the efficiency obtained from the simulations is re-weighted considering the particle composition from data as outlined in <ce:cross-ref refid="br0420" id="crf11290">[42]</ce:cross-ref>. A multi-component template fit based on the DCA distributions from the simulation is used for the estimation of secondary contamination <ce:cross-ref refid="br0420" id="crf11300">[42]</ce:cross-ref>.</ce:para><ce:para id="pr0080">The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra for the toward and away regions include contributions from the jet fragmentation, ISR, and FSR, as well as, the contribution from the underlying event. In order to increase the sensitivity to the hardest process of the event, the particle yields measured in the transverse region are subtracted from the corresponding yields in both the toward and away regions: <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>. This approach assumes that the background (UE, ISR, and FSR) in the toward and away regions is similar to the activity in the transverse region. However, one has to keep in mind that in Pb–Pb collisions two-particle correlations are affected by anisotropic transverse flow. In particular, the main contribution is due to the elliptic flow, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math>, which is the second order coefficient in the Fourier expansion of the azimuthal distribution of the particle momenta <ce:cross-ref refid="br0480" id="crf11310">[48]</ce:cross-ref>. This elliptic azimuthal anisotropy modulates the background according to:<ce:display><ce:formula id="fm0020"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi>B</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>φ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi mathvariant="normal">cos</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>φ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> is approximately given by the product of anisotropic flow coefficients for trigger and associated particles at their respective momenta i.e. <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:msubsup><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mi mathvariant="normal">assoc</mml:mi></mml:mrow></mml:msubsup></mml:math>. The existing <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> measurements over a broad transverse momentum range <ce:cross-ref refid="br0490" id="crf11320">[49]</ce:cross-ref> suggest that the effect of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulation of background should be more relevant in semi-central Pb–Pb collisions. The effect is expected to be important at low and intermediate transverse momenta and decreases for high transverse momentum particles <ce:cross-ref refid="br0300" id="crf11330">[30]</ce:cross-ref>. In the high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> region of interest for the jet quenching studies, namely <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>4</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, the effect of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulation is estimated to be small (about 5%) for Pb–Pb collisions. Given that the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> effect is larger in Pb–Pb collisions than in pp and p–Pb collisions, no correction for the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulation is applied for pp and p–Pb collisions since its effect is smaller than the other sources of systematic uncertainty.</ce:para><ce:para id="pr0090">The results are shown as a function of the average number of charged particles in the transverse region <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math>. The values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> are extracted in each multiplicity class from the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">tracks</mml:mi></mml:mrow></mml:msub></mml:math> distributions in the transverse region that are corrected for detector effects using a Bayesian unfolding <ce:cross-ref refid="br0500" id="crf11340">[50]</ce:cross-ref>. The Bayesian unfolding requires the multiplicity response matrix, which is built from the correlation between the measured multiplicity and the multiplicity at generator level (without detector effects) in the transverse region. This has been obtained from MC simulations which include the propagation of particles through the detector using GEANT 3. As a crosscheck, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> values are also calculated by integrating the transverse momentum distributions in the interval <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mn>0.5</mml:mn><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>8</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>. The difference between the results from the two strategies is assigned as the systematic uncertainty on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math>, where the effects related to the discrepancy between data and MC in the particle composition and secondary contamination are considered. This uncertainty amounts up to 3.5%, 4% and 6.5% for pp, p–Pb and Pb–Pb collisions, respectively.</ce:para><ce:para id="pr0100">The systematic uncertainties related to the track selection criteria were studied by repeating the analysis varying one-by-one the track selection criteria <ce:cross-refs refid="br0420 br0450" id="crs0090">[42,45]</ce:cross-refs>. In particular, the upper limits of the track fit quality parameters in the ITS (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">hits</mml:mi></mml:mrow></mml:msub></mml:math>) and in the TPC (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">clusters</mml:mi></mml:mrow></mml:msub></mml:math>) were varied in the ranges of 25–49 and 3–5, respectively. The maximum fraction of shared TPC clusters was varied between 0.2 to 1 and the maximum <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">z</mml:mi></mml:mrow></mml:msub></mml:math> was varied between 1 and 5<ce:hsp sp="0.20"/>cm <ce:cross-ref refid="br0420" id="crf11350">[42]</ce:cross-ref>. We have also quantified the impact of not including the ITS hit requirement in the track selection. The systematic uncertainty on the primary particle composition was estimated using a procedure similar to the one described in <ce:cross-ref refid="br0420" id="crf11360">[42]</ce:cross-ref>. To quantify the uncertainty due to the imperfect simulation of the detector response, the track matching between the TPC and the ITS information in the data and in the simulation were compared. To achieve this, the fraction of secondary particles was rescaled according to fits to the measured DCA distributions. After this rescaling, the agreement between data and model was found to be within 3% for all collision systems. This value was assigned as an additional systematic uncertainty <ce:cross-ref refid="br0420" id="crf11370">[42]</ce:cross-ref>. The systematic uncertainty on the secondary particle contamination considers the imperfection of the method (multi-component template fit) used to extract the correction. The fit ranges were varied and the fit was repeated using templates with two (primaries, secondaries) or three (primaries, secondaries from material, secondaries from weak decays) components. The maximum spread among these variations was assigned as the systematic uncertainty on the secondary contamination. This contribution dominates at low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>. The density of materials used in simulations of the experimental setup was varied by ± 4.5% <ce:cross-ref refid="br0350" id="crf11380">[35]</ce:cross-ref>, resulting in a negligible systematic uncertainty in the considered <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> range of 0.5 to 6.0 GeV/<ce:italic>c</ce:italic>. For the estimation of total systematic uncertainty, all the above listed contributions were summed in quadrature. The systematic uncertainties are independent of the difference between the azimuthal angle of the associated particle and that of the trigger particle. The estimated systematic uncertainties on the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra significantly depend on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>, while the dependence on the multiplicity classes is mild. The ranges of systematic uncertainties in the three considered collision systems are reported in <ce:cross-ref refid="tbl0010" id="crf11390">Table 1</ce:cross-ref><ce:float-anchor refid="tbl0010"/> for the various sources described above.</ce:para></ce:section><ce:section id="se0030" role="results"><ce:label>3</ce:label><ce:section-title id="st0040">Results and discussion</ce:section-title><ce:para id="pr0110">The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra measured in the transverse region for pp, p–Pb, and Pb–Pb collisions are shown in <ce:cross-ref refid="fg0020" id="crf11400">Fig. 2</ce:cross-ref><ce:float-anchor refid="fg0020"/> (top panel). Results are presented for different multiplicity classes. The ratios between the spectra in the individual multiplicity classes and the MB (0−100%) one are shown in the bottom panel. In the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> range <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:mn>0.5</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, the ratios for the highest multiplicity class (0−5%) are larger than unity and show an increasing trend with increasing <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> at low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:mo linebreak="badbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) followed at higher <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> by a slow decrease. Instead, for the lowest multiplicity classes (40−60% and 60−90%) the ratios are lower than unity and follow an opposite trend with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>, decreasing at low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> and increasing for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>3</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>. The behaviour of the ratios as a function of the event activity is reminiscent of analogous ratios as a function of the number of MPI in pp collisions simulated with <ce:small-caps>PYTHIA</ce:small-caps> 8, including colour reconnection <ce:cross-ref refid="br0510" id="crf11410">[51]</ce:cross-ref>. In particular, at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si56.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:math> GeV/<ce:italic>c</ce:italic> the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectrum of pp collisions with large MPI activity exhibits an enhancement with respect to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectrum of MB pp collisions. The effect was not observed before in data because, in contrast to the present analysis, the jet contribution was included in the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra <ce:cross-ref refid="br0450" id="crf11420">[45]</ce:cross-ref>.</ce:para><ce:para id="pr0120">The top (bottom) panel of <ce:cross-ref refid="fg0030" id="crf11430">Fig. 3</ce:cross-ref><ce:float-anchor refid="fg0030"/> shows the charged particle yields for the toward (away) region after the subtraction of the yields measured in the transverse region in pp, p–Pb and Pb–Pb collisions. Results are compared with the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra measured for MB pp collisions (0−100% V0M pp event class) quantified with the ratio <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math>, as defined in Eq. <ce:cross-ref refid="fm0010" id="crf11440">(1)</ce:cross-ref>. At low transverse momenta, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>4</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is close to unity in pp and p–Pb collisions. In contrast, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> in Pb–Pb collisions exhibits a strong multiplicity dependence over the whole measured <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> interval. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> magnitude is larger for semi-peripheral Pb–Pb collisions, the maximum is observed for 20−40% Pb–Pb collisions, and is smaller for the most central and most peripheral classes. Given that the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> contribution is not subtracted from the jet-like yields reported in <ce:cross-ref refid="fg0030" id="crf11450">Fig. 3</ce:cross-ref>, the centrality dependence of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> follows the behaviour of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> as a function of collision centrality and particle <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> in Pb–Pb collisions at LHC energies <ce:cross-ref refid="br0520" id="crf11460">[52]</ce:cross-ref>.</ce:para><ce:para id="pr0130"><ce:cross-ref refid="fg0040" id="crf11660">Fig. 4</ce:cross-ref><ce:float-anchor refid="fg0040"/> shows the measured values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> in the transverse momentum interval <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mn>4</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> as a function of the average multiplicity in the transverse region for all the multiplicity classes considered in pp, p–Pb and Pb–Pb collisions. The figure shows that, within uncertainties, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are close to unity for all the multiplicity classes measured in pp and p–Pb collisions. This indicates that effects induced by possible energy loss in these systems are not observed within uncertainties. This result is consistent with previous studies of nuclear modification factor <ce:cross-ref refid="br0330" id="crf11480">[33]</ce:cross-ref> and hadron-jet recoil measurements <ce:cross-ref refid="br0340" id="crf11490">[34]</ce:cross-ref>. By contrast, for Pb–Pb collisions the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are compatible to unity for peripheral collisions, and show a gradual enhancement (reduction) with the increase in multiplicity for the toward (away) region. The behaviour is the same for the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values measured either assuming a flat background or a <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math>-modulated background. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math>-modulated background was estimated following the approach depicted in Eq. <ce:cross-ref refid="fm0020" id="crf11500">(2)</ce:cross-ref> and using the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> data reported in <ce:cross-ref refid="br0490" id="crf11510">[49]</ce:cross-ref>. This behaviour is qualitatively similar to the di-hadron correlation results reported by the STAR and ALICE collaborations <ce:cross-refs refid="br0290 br0300" id="crs0100">[29,30]</ce:cross-refs>. In Pb–Pb collisions, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> provides information about the fragmenting jet leaving the medium, while on the away side, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> reflects the survival probability of the recoiling parton during passage through the medium. Thus a suppression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> would indicate that fewer partons survive the passage through the medium and is expected from the strong in-medium energy loss. On the other hand, the enhancement observed in the toward region is also subject to medium effects. The ratio is sensitive to a) a possible change of the fragmentation functions, b) a possible modification of the quark to gluon jet ratio in the final state due to different coupling with medium, and c) a possible bias on the parton spectrum due to trigger particle selection. Moreover, given that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is sensitive to the same effects as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math>, the interpretation of the results is similar to that reported in <ce:cross-ref refid="br0300" id="crf11520">[30]</ce:cross-ref>. It is likely that all three effects play a role <ce:cross-ref refid="br0300" id="crf11530">[30]</ce:cross-ref>. A detailed quantification of the contribution of each effect is beyond the scope of the present paper.</ce:para><ce:para id="pr0140">In order to get further insight into the effect, the measured <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are compared in <ce:cross-ref refid="fg0050" id="crf11540">Fig. 5</ce:cross-ref><ce:float-anchor refid="fg0050"/> with model predictions. Following the similar treatment of the experimental data, for the models, the total sample is subdivided into different V0M classes and the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> is calculated for each class. For high-multiplicity pp collisions, although <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is close to unity, a small trend with multiplicity is visible, which is not seen at similar multiplicities (20−90% V0A) in p–Pb data. To understand the source of these slight deviations from unity, the data are compared with the predictions from the <ce:small-caps>PYTHIA</ce:small-caps> 8 (Monash tune <ce:cross-ref refid="br0280" id="crf11550">[28]</ce:cross-ref>) and EPOS-LHC <ce:cross-ref refid="br0210" id="crf11560">[21]</ce:cross-ref> event generators. In PYTHIA, the hadronization of quarks is simulated using the Lund string fragmentation model <ce:cross-ref refid="br0530" id="crf11570">[53]</ce:cross-ref>. Various PYTHIA tunes have been developed through extensive comparison of Monte Carlo distributions with the minimum-bias data from different experiments. The Monash tune of <ce:small-caps>PYTHIA</ce:small-caps> 8 is tuned to LHC data and uses an updated set of hadronization parameters compared to the previous tunes <ce:cross-ref refid="br0280" id="crf11580">[28]</ce:cross-ref>. EPOS-LHC is built on the Parton-Based Gribov Regge Theory. Utilising the colour exchange mechanism of string excitation, the model is tuned to LHC data <ce:cross-ref refid="br0210" id="crf11590">[21]</ce:cross-ref>. In this model, a part of the collision system which has high parton densities becomes a “core” region that evolves hydrodynamically as a quark–gluon plasma and it is surrounded by a more dilute “corona” for which fragmentation occurs in the vacuum. The upper panel of <ce:cross-ref refid="fg0050" id="crf11600">Fig. 5</ce:cross-ref> shows <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> for different multiplicity classes. The observed deviations from unity are reproduced by <ce:small-caps>PYTHIA</ce:small-caps> 8 for both the toward and away regions. Given that <ce:small-caps>PYTHIA</ce:small-caps> 8 does not incorporate any jet quenching mechanism, the origin of the effect in high <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> collisions is related to a remaining bias towards harder fragmentation and more activity from initial and final state radiation <ce:cross-ref refid="br0540" id="crf11610">[54]</ce:cross-ref>. These effects enhance the high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> yield in the toward region, and produce a broadening in the away region <ce:cross-ref refid="br0550" id="crf11620">[55]</ce:cross-ref>. The EPOS-LHC results in the away region are similar to both data and <ce:small-caps>PYTHIA</ce:small-caps> 8. However, for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> EPOS-LHC exhibits a trend with a maximum at intermediate multiplicity and a reduction toward low and high multiplicities, which is not consistent with the measurements.</ce:para><ce:para id="pr0150">The middle and bottom panels of <ce:cross-ref refid="fg0050" id="crf11630">Fig. 5</ce:cross-ref> show <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> measured for p–Pb and Pb–Pb collisions, respectively. The data are compared to <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr <ce:cross-ref refid="br0560" id="crf11640">[56]</ce:cross-ref> and EPOS-LHC predictions. The Angantyr model in <ce:small-caps>PYTHIA</ce:small-caps> 8 extrapolates the dynamics from pp collisions to p–Pb and Pb–Pb collisions, generalising the formalism adopted for pp collisions by including a description of the nucleon positions within the colliding nuclei and utilising the Glauber model to calculate the number of interacting nucleons and binary nucleon–nucleon collisions. <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr, which does not include jet quenching effects, predicts <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values consistent with unity for all the multiplicity classes in Pb–Pb collisions. Whereas for p–Pb collisions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is consistent with unity, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> is slightly below unity. In EPOS-LHC, a certain <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> cutoff is defined in such a way that, above this cutoff, a particle loses part of its momentum in the core but survives as an independent particle produced by a flux tube. Soft particles, which are below the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> cutoff, get completely absorbed and form the core. This sort of energy loss mechanism implemented in EPOS-LHC depends on the system size <ce:cross-refs refid="br0210 br0570 br0580" id="crs0110">[21,57,58]</ce:cross-refs>. <ce:cross-ref refid="fg0050" id="crf11650">Fig. 5</ce:cross-ref> (middle) shows that for p–Pb collisions, EPOS-LHC does not describe either the magnitude or the trend of the multiplicity dependence of the measured ratio in the toward region, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math>. However, the model is in reasonable agreement with data in the away region. For Pb–Pb collisions, EPOS-LHC predicts a significant enhancement of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> for low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> ranges and deviates significantly from the experimental results.</ce:para><ce:para id="pr0160">In summary, while the data from Pb–Pb collisions are in qualitative agreement with expectations from parton energy loss due to the presence of a hot and dense medium, pp and p–Pb data do not show any hint of medium effects in the multiplicity range which is reported.</ce:para></ce:section><ce:section id="se0040"><ce:label>4</ce:label><ce:section-title id="st0050">Summary</ce:section-title><ce:para id="pr0170">The transverse momentum spectra (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mn>0.5</mml:mn><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) of primary charged particles in three azimuthal regions (toward, away and transverse) defined with respect to the direction of the particle with the highest transverse momentum in the event (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>8</mml:mn><mml:mo>≤</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) are reported. The spectra are studied in intervals of the multiplicity measured at forward pseudorapidities for pp, p–Pb, and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in the transverse region are subtracted from those of the away and toward regions. This is based on the assumption that the transverse side provides a good estimation of the underlying event contribution in both the toward and away regions. However, for the interpretation of the results one has to keep in mind that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulates the background and this effect is important for semi-central Pb–Pb collisions and for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>4</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> the effect is less than 5% in central and peripheral Pb–Pb collisions. Ratios to MB pp (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math>), i.e., the multiplicity dependent yields normalised to the yield measured in MB pp collisions, are reported. At low transverse momentum (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>), within 20%, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are multiplicity independent for both the toward and away regions in pp and p–Pb collisions. In contrast, in Pb–Pb collisions for both toward and away regions the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values exhibit a centrality dependence which is expected given the residual presence of elliptic flow. In the highest transverse momentum interval (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mn>4</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>), the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values in pp collisions are closer to unity but they exhibit a small reduction (increase) towards high V0 activity in pp collisions. This trend is well reproduced by <ce:small-caps>PYTHIA</ce:small-caps> 8. In the model, it is due to a selection bias towards pp collisions with harder fragmentation and larger activity from initial and final state radiation. For p–Pb collisions, within uncertainties, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are consistent with unity and do not show a multiplicity dependence. <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr fairly describes <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math>, but it underestimates by about 10% the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> values in the low multiplicity classes (40−90% V0A event class). For Pb–Pb collisions, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are close to unity for peripheral collisions, and show a gradual increase (reduction) in the toward (away) region with increasing multiplicity. A similar observable, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math>, based on the per-trigger yield of associated particles in di-hadron correlation has been studied for central and peripheral Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The behaviour of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> exhibits the same features as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math>: in central collisions, on the away-side, a suppression is observed as expected from strong in-medium energy loss. In the toward region, an enhancement is observed. <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr predicts <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo>≈</mml:mo><mml:mn>1</mml:mn></mml:math> for all multiplicity intervals, and it does not reproduce the observed away-side suppression or toward-side enhancement. Generally, EPOS-LHC does not describe the measured <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> ratios.</ce:para><ce:para id="pr0180">In summary, within the multiplicity reach reported in this paper, no jet quenching effects are observed in pp and p–Pb collisions within uncertainties. Further studies are required to extend the present analysis to higher multiplicities, which are currently limited by the event selection based on the forward V0 detector. The analysis of future pp and p–Pb collisions with much larger integrated luminosity may remove this limitation.</ce:para> </ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0090">Declaration of Competing Interest</ce:section-title><ce:para id="pr0210">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0060">Acknowledgements</ce:section-title><ce:para id="pr0190">The ALICE Collaboration would like to thank all its engineers and technicians for their invaluable contributions to the construction of the experiment and the CERN accelerator teams for the outstanding performance of the LHC complex. The ALICE Collaboration gratefully acknowledges the resources and support provided by all Grid centres and the Worldwide LHC Computing Grid (WLCG) collaboration. The ALICE Collaboration acknowledges the following funding agencies for their support in building and running the ALICE detector: <ce:grant-sponsor id="gsp0010">A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation (ANSL)</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0020" sponsor-id="https://doi.org/10.13039/501100007029">State Committee of Science</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0030">World Federation of Scientists (WFS)</ce:grant-sponsor>, Armenia; <ce:grant-sponsor id="gsp0040" sponsor-id="https://doi.org/10.13039/501100001822">Austrian Academy of Sciences</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0050" sponsor-id="https://doi.org/10.13039/501100002428">Austrian Science Fund</ce:grant-sponsor> (FWF): [<ce:grant-number refid="gsp0050">M 2467-N36</ce:grant-number>] and <ce:grant-sponsor id="gsp0060">Nationalstiftung für Forschung, Technologie und Entwicklung</ce:grant-sponsor>, Austria; <ce:grant-sponsor id="gsp0070">Ministry of Communications and High Technologies, National Nuclear Research Center</ce:grant-sponsor>, Azerbaijan; Conselho Nacional de Desenvolvimento Científico e Tecnológico (<ce:grant-sponsor id="gsp0080" sponsor-id="https://doi.org/10.13039/501100003593">CNPq</ce:grant-sponsor>), <ce:grant-sponsor id="gsp0090" sponsor-id="https://doi.org/10.13039/501100004809">Financiadora de Estudos e Projetos</ce:grant-sponsor> (Finep), <ce:grant-sponsor id="gsp0100" sponsor-id="https://doi.org/10.13039/501100001807">Fundação de Amparo à Pesquisa do Estado de São Paulo</ce:grant-sponsor> (<ce:grant-sponsor id="gsp0110" sponsor-id="https://doi.org/10.13039/501100001807">FAPESP</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0120" sponsor-id="https://doi.org/10.13039/501100004909">Universidade Federal do Rio Grande do Sul</ce:grant-sponsor> (<ce:grant-sponsor id="gsp0130" sponsor-id="https://doi.org/10.13039/501100004909">UFRGS</ce:grant-sponsor>), Brazil; Bulgarian <ce:grant-sponsor id="gsp0140" sponsor-id="https://doi.org/10.13039/501100005992">Ministry of Education and Science</ce:grant-sponsor>, within the National Roadmap for Research Infrastructures 2020–2027 (object CERN), Bulgaria; <ce:grant-sponsor id="gsp0150" sponsor-id="https://doi.org/10.13039/501100002338">Ministry of Education of China</ce:grant-sponsor> (MOEC), <ce:grant-sponsor id="gsp0160">Ministry of Science & Technology of China</ce:grant-sponsor> (MSTC) and <ce:grant-sponsor id="gsp0170" sponsor-id="https://doi.org/10.13039/501100001809">National Natural Science Foundation of China</ce:grant-sponsor> (NSFC), China; <ce:grant-sponsor id="gsp0180" sponsor-id="https://doi.org/10.13039/100015526">Ministry of Science and Education</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0190" sponsor-id="https://doi.org/10.13039/501100004488">Croatian Science Foundation</ce:grant-sponsor>, Croatia; <ce:grant-sponsor id="gsp0200" sponsor-id="https://doi.org/10.13039/501100019929">Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear</ce:grant-sponsor> (CEADEN), <ce:grant-sponsor id="gsp0210">Cubaenergía</ce:grant-sponsor>, Cuba; <ce:grant-sponsor id="gsp0220">Ministry of Education, Youth and Sports of the Czech Republic</ce:grant-sponsor>, Czech Republic; The <ce:grant-sponsor id="gsp0230">Danish Council for Independent Research | Natural Sciences</ce:grant-sponsor>, the <ce:grant-sponsor id="gsp0240" sponsor-id="https://doi.org/10.13039/100008398">Villum Fonden</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0250" sponsor-id="https://doi.org/10.13039/501100001732">Danish National Research Foundation</ce:grant-sponsor> (DNRF), Denmark; <ce:grant-sponsor id="gsp0260">Helsinki Institute of Physics</ce:grant-sponsor> (HIP), Finland; Commissariat à l'Energie Atomique (<ce:grant-sponsor id="gsp0270" sponsor-id="https://doi.org/10.13039/501100006489">CEA</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0280" sponsor-id="https://doi.org/10.13039/501100012441">Institut National de Physique Nucléaire et de Physique des Particules</ce:grant-sponsor> (IN2P3) and <ce:grant-sponsor id="gsp0290" sponsor-id="https://doi.org/10.13039/501100004794">Centre National de la Recherche Scientifique</ce:grant-sponsor> (CNRS), France; Bundesministerium für Bildung und Forschung (<ce:grant-sponsor id="gsp0300" sponsor-id="https://doi.org/10.13039/501100002347">BMBF</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0310" sponsor-id="https://doi.org/10.13039/501100010958">GSI Helmholtzzentrum für Schwerionenforschung GmbH</ce:grant-sponsor>, Germany; <ce:grant-sponsor id="gsp0320" sponsor-id="https://doi.org/10.13039/501100003448">General Secretariat for Research and Technology</ce:grant-sponsor>, Ministry of Education, Research and Religions, Greece; <ce:grant-sponsor id="gsp0330" sponsor-id="https://doi.org/10.13039/501100018818">National Research, Development and Innovation Office</ce:grant-sponsor>, Hungary; Department of Atomic Energy Government of India (<ce:grant-sponsor id="gsp0340" sponsor-id="https://doi.org/10.13039/501100001502">DAE</ce:grant-sponsor>), Department of Science and Technology, Government of India (<ce:grant-sponsor id="gsp0350" sponsor-id="https://doi.org/10.13039/501100001409">DST</ce:grant-sponsor>), <ce:grant-sponsor id="gsp0360" sponsor-id="https://doi.org/10.13039/501100001501">University Grants Commission</ce:grant-sponsor>, Government of India (UGC) and <ce:grant-sponsor id="gsp0370" sponsor-id="https://doi.org/10.13039/501100001412">Council of Scientific and Industrial Research</ce:grant-sponsor> (CSIR), India; National Research and Innovation Agency - <ce:grant-sponsor id="gsp0380" sponsor-id="https://doi.org/10.13039/100020473">BRIN</ce:grant-sponsor>, Indonesia; Istituto Nazionale di Fisica Nucleare (<ce:grant-sponsor id="gsp0390" sponsor-id="https://doi.org/10.13039/501100004007">INFN</ce:grant-sponsor>), Italy; Japanese <ce:grant-sponsor id="gsp0400" sponsor-id="https://doi.org/10.13039/501100001700">Ministry of Education, Culture, Sports, Science and Technology</ce:grant-sponsor> (MEXT) and <ce:grant-sponsor id="gsp0410" sponsor-id="https://doi.org/10.13039/501100001691">Japan Society for the Promotion of Science</ce:grant-sponsor> (JSPS) KAKENHI, Japan; Consejo Nacional de Ciencia (<ce:grant-sponsor id="gsp0420" sponsor-id="https://doi.org/10.13039/501100003141">CONACYT</ce:grant-sponsor>) y Tecnología, through <ce:grant-sponsor id="gsp0430" sponsor-id="https://doi.org/10.13039/501100007709">Fondo de Cooperación Internacional en Ciencia y Tecnología</ce:grant-sponsor> (FONCICYT) and <ce:grant-sponsor id="gsp0440" sponsor-id="https://doi.org/10.13039/501100006087">Dirección General de Asuntos del Personal Académico</ce:grant-sponsor> (DGAPA), Mexico; <ce:grant-sponsor id="gsp0450" sponsor-id="https://doi.org/10.13039/501100003246">Nederlandse Organisatie voor Wetenschappelijk Onderzoek</ce:grant-sponsor> (NWO), Netherlands; The <ce:grant-sponsor id="gsp0460" sponsor-id="https://doi.org/10.13039/501100005416">Research Council of Norway</ce:grant-sponsor>, Norway; <ce:grant-sponsor id="gsp0470">Commission on Science and Technology for Sustainable Development in the South</ce:grant-sponsor> (COMSATS), Pakistan; <ce:grant-sponsor id="gsp0480" sponsor-id="https://doi.org/10.13039/501100011871">Pontificia Universidad Católica del Perú</ce:grant-sponsor>, Peru; <ce:grant-sponsor id="gsp0490">Ministry of Education and Science</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0500" sponsor-id="https://doi.org/10.13039/501100004281">National Science Centre</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0510">WUT ID-UB</ce:grant-sponsor>, Poland; <ce:grant-sponsor id="gsp0520" sponsor-id="https://doi.org/10.13039/501100003708">Korea Institute of Science and Technology Information</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0530" sponsor-id="https://doi.org/10.13039/501100003725">National Research Foundation of Korea</ce:grant-sponsor> (NRF), Republic of Korea; <ce:grant-sponsor id="gsp0540">Ministry of Education and Scientific Research</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0550" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0560" sponsor-id="https://doi.org/10.13039/501100015622">Ministry of Research and Innovation</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0570" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0580">University Politehnica of Bucharest</ce:grant-sponsor>, Romania; <ce:grant-sponsor id="gsp0590" sponsor-id="https://doi.org/10.13039/501100003193">Ministry of Education, Science, Research and Sport of the Slovak Republic</ce:grant-sponsor>, Slovakia; <ce:grant-sponsor id="gsp0600">National Research Foundation of South Africa</ce:grant-sponsor>, South Africa; <ce:grant-sponsor id="gsp0610" sponsor-id="https://doi.org/10.13039/501100004359">Swedish Research Council</ce:grant-sponsor> (VR) and <ce:grant-sponsor id="gsp0620">Knut & Alice Wallenberg Foundation</ce:grant-sponsor> (KAW), Sweden; <ce:grant-sponsor id="gsp0630" sponsor-id="https://doi.org/10.13039/100012470">European Organization for Nuclear Research</ce:grant-sponsor>, Switzerland; <ce:grant-sponsor id="gsp0640" sponsor-id="https://doi.org/10.13039/501100004352">Suranaree University of Technology</ce:grant-sponsor> (SUT), <ce:grant-sponsor id="gsp0650" sponsor-id="https://doi.org/10.13039/501100004192">National Science and Technology Development Agency</ce:grant-sponsor> (NSTDA), <ce:grant-sponsor id="gsp0660" sponsor-id="https://doi.org/10.13039/501100017170">Thailand Science Research and Innovation</ce:grant-sponsor> (TSRI) and <ce:grant-sponsor id="gsp0670">National Science, Research and Innovation Fund</ce:grant-sponsor> (NSRF), Thailand; <ce:grant-sponsor id="gsp0680" sponsor-id="https://doi.org/10.13039/100020381">Turkish Energy, Nuclear and Mineral Research Agency</ce:grant-sponsor> (TENMAK), Turkey; <ce:grant-sponsor id="gsp0690" sponsor-id="https://doi.org/10.13039/501100004742">National Academy of Sciences of Ukraine</ce:grant-sponsor>, Ukraine; <ce:grant-sponsor id="gsp0700" sponsor-id="https://doi.org/10.13039/501100000271">Science and Technology Facilities Council</ce:grant-sponsor> (STFC), United Kingdom; National Science Foundation of the United States of America (<ce:grant-sponsor id="gsp0710" sponsor-id="https://doi.org/10.13039/100000001">NSF</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0720" sponsor-id="https://doi.org/10.13039/100000015">United States Department of Energy</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0730" sponsor-id="https://doi.org/10.13039/100006209">Office of Nuclear Physics</ce:grant-sponsor> (DOE NP), United States of America. In addition, individual groups or members have received support from: Marie Skłodowska Curie, Strong 2020 - <ce:grant-sponsor id="gsp0740" sponsor-id="https://doi.org/10.13039/100010661">Horizon 2020</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0750" sponsor-id="https://doi.org/10.13039/501100000781">European Research Council</ce:grant-sponsor> (grant nos. <ce:grant-number refid="gsp0750">824093</ce:grant-number>, <ce:grant-number refid="gsp0750">896850</ce:grant-number>, <ce:grant-number refid="gsp0750">950692</ce:grant-number>), <ce:grant-sponsor id="gsp0760" sponsor-id="https://doi.org/10.13039/501100000780">European Union</ce:grant-sponsor>; <ce:grant-sponsor id="gsp0770" sponsor-id="https://doi.org/10.13039/501100002341">Academy of Finland</ce:grant-sponsor> (Center of Excellence in Quark Matter) (grant nos. <ce:grant-number refid="gsp0770">346327</ce:grant-number>, <ce:grant-number refid="gsp0770">346328</ce:grant-number>), Finland; <ce:grant-sponsor id="gsp0780">Programa de Apoyos para la Superación del Personal Académico</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0790" sponsor-id="https://doi.org/10.13039/501100005739">UNAM</ce:grant-sponsor>, Mexico.</ce:para></ce:acknowledgment></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0070">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bibD17CEA27EFFA6FC144ED8C3DC8A6A4C2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjöstrand</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>van Zijl</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A multiple interaction model for the event structure in hadron collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>36</sb:volume-nr></sb:series><sb:date>1987</sb:date></sb:issue><sb:pages><sb:first-page>2019</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0705">T. Sjöstrand and M. van Zijl, “A Multiple Interaction Model for the Event Structure in Hadron Collisions”, Phys. Rev. D 36 (1987) 2019.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bib99C506C6BA395B591B93A1A3D88707E6s1"><sb:host><sb:edited-book><sb:editors><sb:editor><ce:given-name>P.</ce:given-name><ce:surname>Bartalini</ce:surname></sb:editor><sb:editor><ce:given-name>J.R.</ce:given-name><ce:surname>Gaunt</ce:surname></sb:editor></sb:editors><sb:title><sb:maintitle>Multiple Parton Interactions at the LHC, vol. 29</sb:maintitle></sb:title><sb:date>2019</sb:date><sb:publisher><sb:name>WSP</sb:name></sb:publisher></sb:edited-book></sb:host></sb:reference><ce:source-text id="srct0710">P. Bartalini and J. R. Gaunt, eds., Multiple Parton Interactions at the LHC, vol. 29. WSP, 2019.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bibFB264D00BA264CC87E35537BCAF6A5AAs1"><sb:contribution><sb:authors><sb:collaboration>CDF Collaboration</sb:collaboration><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Affolder</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged jet evolution and the underlying event in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:mi>p</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">¯</mml:mo></mml:mrow></mml:mover></mml:math> collisions at 1.8 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>65</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:article-number>092002</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0715">CDF Collaboration, T. Affolder et al., “Charged Jet Evolution and the Underlying Event in pp¯ Collisions at 1.8 TeV”, Phys. Rev. D 65 (2002) 092002.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bib07B2629CC01A859B0F986B8A6F0829DBs1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Underlying event measurements in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:mi>p</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>p</mml:mi></mml:math> collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>200</mml:mn></mml:math> GeV at RHIC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>101</sb:volume-nr></sb:series><sb:issue-nr>5</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:article-number>052004</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1912.08187" id="inf0060">arXiv:1912.08187 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0720">STAR Collaboration, J. Adam et al., “Underlying event measurements in p+p collisions at s= 200 GeV at RHIC”, Phys. Rev. D 101 no. 5, (2020) 052004, arXiv:1912.08187 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib48AF80894AE1B7BD89023AF86CABE552s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.M.</ce:given-name><ce:surname>Buttar</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The underlying event</sb:maintitle></sb:title></sb:contribution><sb:host><sb:edited-book><sb:title><sb:maintitle>HERA and the LHC: A Workshop on the Implications of HERA for LHC Physics: CERN - DESY Workshop 2004/2005</sb:maintitle></sb:title><sb:conference>Midterm Meeting, CERN, 11–13 October 2004; Final Meeting, DESY, 17–21 January 2005</sb:conference><sb:date>2005</sb:date><sb:publisher><sb:name>CERN</sb:name><sb:location>Geneva</sb:location></sb:publisher></sb:edited-book></sb:host></sb:reference><ce:source-text id="srct0725">C. M. Buttar et al., “The Underlying Event”, in: HERA and the LHC: A Workshop on the Implications of HERA for LHC Physics: CERN - DESY Workshop 2004/2005 (Midterm Meeting, CERN, 11-13 October 2004; Final Meeting, DESY, 17-21 January 2005). CERN, Geneva, 12, 2005.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bib17C4D32D47BE060AB697FF001FB3878Ds1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adams</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Experimental and theoretical challenges in the search for the quark gluon plasma: the STAR Collaboration's critical assessment of the evidence from RHIC collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>102</sb:first-page><sb:last-page>183</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0501009" id="inf0070">arXiv:nucl-ex/0501009</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0730">STAR Collaboration, J. Adams et al., “Experimental and theoretical challenges in the search for the quark gluon plasma: The STAR Collaboration's critical assessment of the evidence from RHIC collisions”, Nucl. Phys. A 757 (2005) 102–183, arXiv:nucl-ex/0501009.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bib6BF29EFB56A1DFF8E5A6B2848A5CA0BFs1"><sb:contribution><sb:authors><sb:collaboration>PHENIX Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Adcox</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: experimental evaluation by the PHENIX collaboration</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>184</sb:first-page><sb:last-page>283</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410003" id="inf0080">arXiv:nucl-ex/0410003</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0735">PHENIX Collaboration, K. Adcox et al., “Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: Experimental evaluation by the PHENIX collaboration”, Nucl. Phys. A 757 (2005) 184–283, arXiv:nucl-ex/0410003.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bibB6DC4FB033D6B329E41C0BE3B32DD5F7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Wit</ce:given-name><ce:surname>Busza</ce:surname></sb:author><sb:author><ce:given-name>Krishna</ce:given-name><ce:surname>Rajagopal</ce:surname></sb:author><sb:author><ce:given-name>Wilke</ce:given-name><ce:surname>van der Schee</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Heavy ion collisions: the big picture, and the big questions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Annu. Rev. Nucl. Part. Sci.</sb:maintitle></sb:title><sb:volume-nr>68</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>339</sb:first-page><sb:last-page>376</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1802.04801" id="inf0090">arXiv:1802.04801 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0740">Busza, Wit and Rajagopal, Krishna and van der Schee, Wilke, “Heavy Ion Collisions: The Big Picture, and the Big Questions”, Ann. Rev. Nucl. Part. Sci. 68 (2018) 339–376, arXiv:1802.04801 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib94CB2AFC5706585A17AD7C2174A30E89s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.L.</ce:given-name><ce:surname>Nagle</ce:surname></sb:author><sb:author><ce:given-name>W.A.</ce:given-name><ce:surname>Zajc</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Small system collectivity in relativistic hadronic and nuclear collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Annu. Rev. Nucl. Part. Sci.</sb:maintitle></sb:title><sb:volume-nr>68</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>211</sb:first-page><sb:last-page>235</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1801.03477" id="inf0100">arXiv:1801.03477 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0745">J. L. Nagle and W. A. Zajc, “Small System Collectivity in Relativistic Hadronic and Nuclear Collisions”, Ann. Rev. Nucl. Part. Sci. 68 (2018) 211–235, arXiv:1801.03477 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bib08BB41636ADA0214E13285C8200C51FEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Christiansen</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Cuautle Flores</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Maldonado Cervantes</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Paić</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Color reconnection and flowlike patterns in <ce:italic>pp</ce:italic> collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>111</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2013</sb:date></sb:issue><sb:article-number>042001</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1303.6326" id="inf0110">arXiv:1303.6326 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0750">A. Ortiz, P. Christiansen, E. Cuautle Flores, I. Maldonado Cervantes, and G. Paić, “Color Reconnection and Flowlike Patterns in pp Collisions”, Phys. Rev. Lett. 111 no. 4, (2013) 042001, arXiv:1303.6326 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib9966EB119479295CF4257B29C2C4834Cs1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Lönnblad</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Tarasov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Effects of overlapping strings in pp collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>148</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6259" id="inf0120">arXiv:1412.6259 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0755">C. Bierlich, G. Gustafson, L. Lönnblad, and A. Tarasov, “Effects of Overlapping Strings in pp Collisions”, JHEP 03 (2015) 148, arXiv:1412.6259 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bibAD413375DBCD0D32335ED4ACEDD55418s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Chakraborty</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Lönnblad</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Setting the string shoving picture in a new frame</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>270</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2010.07595" id="inf0130">arXiv:2010.07595 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0760">C. Bierlich, S. Chakraborty, G. Gustafson, and L. Lönnblad, “Setting the string shoving picture in a new frame”, JHEP 03 (2021) 270, arXiv:2010.07595 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bib52E0141B59A5D3E5BF7C55D1B143BBEEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjöstrand</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Ask</ce:surname></sb:author><sb:author><ce:given-name>J.R.</ce:given-name><ce:surname>Christiansen</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Corke</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Desai</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Ilten</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Mrenna</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Prestel</ce:surname></sb:author><sb:author><ce:given-name>C.O.</ce:given-name><ce:surname>Rasmussen</ce:surname></sb:author><sb:author><ce:given-name>P.Z.</ce:given-name><ce:surname>Skands</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>An introduction to PYTHIA 8.2</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Comput. Phys. Commun.</sb:maintitle></sb:title><sb:volume-nr>191</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:pages><sb:first-page>159</sb:first-page><sb:last-page>177</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1410.3012" id="inf0140">arXiv:1410.3012 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0765">T. Sjöstrand, S. Ask, J. R. Christiansen, R. Corke, N. Desai, P. Ilten, S. Mrenna, S. Prestel, C. O. Rasmussen, and P. Z. Skands, “An introduction to PYTHIA 8.2”, Comput. Phys. Commun. 191 (2015) 159–177, arXiv:1410.3012 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bib6E90E9C0E32240F0C3CA01539ED52CF6s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Enhanced production of multi-strange hadrons in high-multiplicity proton-proton collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nat. Phys.</sb:maintitle></sb:title><sb:volume-nr>13</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>535</sb:first-page><sb:last-page>539</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1606.07424" id="inf0150">arXiv:1606.07424 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0770">ALICE Collaboration, J. Adam et al., “Enhanced production of multi-strange hadrons in high-multiplicity proton-proton collisions”, Nature Phys. 13 (2017) 535–539, arXiv:1606.07424 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bib5CF13B37E9782E00B8F01518C0F55AD2s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mtext mathvariant="bold-italic">s</mml:mtext></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt></mml:math> = 5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>760</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>720</sb:first-page><sb:last-page>735</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1601.03658" id="inf0160">arXiv:1601.03658 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0775">ALICE Collaboration, J. Adam et al., “Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at sNN = 5.02 TeV”, Phys. Lett. B 760 (2016) 720–735, arXiv:1601.03658 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bibB0FC48C41318F762D596EE43E064B0D0s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of light-flavor hadron production in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt></mml:math> = 7 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>99</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2019</sb:date></sb:issue><sb:article-number>024906</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1807.11321" id="inf0170">arXiv:1807.11321 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0780">ALICE Collaboration, S. Acharya et al., “Multiplicity dependence of light-flavor hadron production in pp collisions at s = 7 TeV”, Phys. Rev. C 99 no. 2, (2019) 024906, arXiv:1807.11321 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bib5B91C0A6B7E4714524327153B0E8D9C7s1"><sb:contribution><sb:authors><sb:collaboration>CMS Collaboration</sb:collaboration><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Khachatryan</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Observation of long-range near-side angular correlations in proton-proton collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>09</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>091</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1009.4122" id="inf0180">arXiv:1009.4122 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0785">CMS Collaboration, V. Khachatryan et al., “Observation of Long-Range Near-Side Angular Correlations in Proton-Proton Collisions at the LHC”, JHEP 09 (2010) 091, arXiv:1009.4122 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bib244B3D264D019F35DB56522C13A8DB46s1"><sb:contribution><sb:authors><sb:collaboration>CMS Collaboration</sb:collaboration><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Khachatryan</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Evidence for collectivity in pp collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>765</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>193</sb:first-page><sb:last-page>220</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1606.06198" id="inf0190">arXiv:1606.06198 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0790">CMS Collaboration, V. Khachatryan et al., “Evidence for collectivity in pp collisions at the LHC”, Phys. Lett. B 765 (2017) 193–220, arXiv:1606.06198 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bibC1E19585E24C46FA7D2BFE97724804B0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Martin</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Skands</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Farrington</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Probing collective effects in hadronisation with the extremes of the underlying event</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:issue-nr>5</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>299</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1603.05298" id="inf0200">arXiv:1603.05298 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0795">T. Martin, P. Skands, and S. Farrington, “Probing Collective Effects in Hadronisation with the Extremes of the Underlying Event”, Eur. Phys. J. C 76 no. 5, (2016) 299, arXiv:1603.05298 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bibDEB15F04C74837F75837FA8FB504BFD6s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Underlying event properties in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt></mml:math> = 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>04</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:article-number>192</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1910.14400" id="inf0210">arXiv:1910.14400 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0800">ALICE Collaboration, S. Acharya et al., “Underlying Event properties in pp collisions at s = 13 TeV”, JHEP 04 (2020) 192, arXiv:1910.14400 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib4A9884A777D90A59B73E151E4DAAE909s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Pierog</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Karpenko</ce:surname></sb:author><sb:author><ce:given-name>J.M.</ce:given-name><ce:surname>Katzy</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Yatsenko</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Werner</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>EPOS LHC: test of collective hadronization with data measured at the CERN large hadron collider</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>92</sb:volume-nr></sb:series><sb:issue-nr>3</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>034906</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1306.0121" id="inf0220">arXiv:1306.0121 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0805">T. Pierog, I. Karpenko, J. M. Katzy, E. Yatsenko, and K. Werner, “EPOS LHC: Test of collective hadronization with data measured at the CERN Large Hadron Collider”, Phys. Rev. C 92 no. 3, (2015) 034906, arXiv:1306.0121 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bibA7E1901DE5619FCB7F66AF96C961ECEEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Bellm</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Herwig 7.0/Herwig++ 3.0 release note</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>196</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1512.01178" id="inf0230">arXiv:1512.01178 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0810">J. Bellm et al., “Herwig 7.0/Herwig++ 3.0 release note”, Eur. Phys. J. C 76 no. 4, (2016) 196, arXiv:1512.01178 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bibC78CAD234A994A597B5B22FC8EFA2DAAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Strikman</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Transverse nucleon structure and multiparton interactions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Acta Phys. Pol. B</sb:maintitle></sb:title><sb:volume-nr>42</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:pages><sb:first-page>2607</sb:first-page><sb:last-page>2630</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1112.3834" id="inf0240">arXiv:1112.3834 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0815">M. Strikman, “Transverse Nucleon Structure and Multiparton Interactions”, Acta Phys. Polon. B 42 (2011) 2607–2630, arXiv:1112.3834 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bib432AFF26700358B6E757FDBE9F193FFAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Valencia Palomo</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Probing color reconnection with underlying event observables at the LHC energies</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>99</sb:volume-nr></sb:series><sb:issue-nr>3</sb:issue-nr><sb:date>2019</sb:date></sb:issue><sb:article-number>034027</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1809.01744" id="inf0250">arXiv:1809.01744 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0820">A. Ortiz and L. Valencia Palomo, “Probing color reconnection with underlying event observables at the LHC energies”, Phys. Rev. D 99 no. 3, (2019) 034027, arXiv:1809.01744 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0250"><ce:label>[25]</ce:label><sb:reference id="bibEBAA847611C9D2169EC04870379E7854s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of particle production in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt></mml:math>= 5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:issue-nr>6</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>064905</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6828" id="inf0260">arXiv:1412.6828 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0825">ALICE Collaboration, J. Adam et al., “Centrality dependence of particle production in p-Pb collisions at sNN= 5.02 TeV”, Phys. Rev. C 91 no. 6, (2015) 064905, arXiv:1412.6828 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0260"><ce:label>[26]</ce:label><sb:reference id="bibC5870F195BC1EFCA9B661EC138372E49s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Morsch</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Absence of jet quenching in peripheral nucleus–nucleus collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>773</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>408</sb:first-page><sb:last-page>411</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1705.08856" id="inf0270">arXiv:1705.08856 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0830">C. Loizides and A. Morsch, “Absence of jet quenching in peripheral nucleus–nucleus collisions”, Phys. Lett. B 773 (2017) 408–411, arXiv:1705.08856 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0270"><ce:label>[27]</ce:label><sb:reference id="bibE93206BA703B8F9055E72CFD76C0BA61s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Analysis of the apparent nuclear modification in peripheral Pb–Pb collisions at 5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>793</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>420</sb:first-page><sb:last-page>432</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1805.05212" id="inf0280">arXiv:1805.05212 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0835">ALICE Collaboration, S. Acharya et al., “Analysis of the apparent nuclear modification in peripheral Pb–Pb collisions at 5.02 TeV”, Phys. Lett. B 793 (2019) 420–432, arXiv:1805.05212 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0280"><ce:label>[28]</ce:label><sb:reference id="bib303AFAB922CD5DFF46850B87BD569A7Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Skands</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Carrazza</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Rojo</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Tuning PYTHIA 8.1: the Monash 2013 tune</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>74</sb:volume-nr></sb:series><sb:issue-nr>8</sb:issue-nr><sb:date>2014</sb:date></sb:issue><sb:pages><sb:first-page>3024</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1404.5630" id="inf0290">arXiv:1404.5630 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0840">P. Skands, S. Carrazza, and J. Rojo, “Tuning PYTHIA 8.1: the Monash 2013 Tune”, Eur. Phys. J. C 74 no. 8, (2014) 3024, arXiv:1404.5630 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0290"><ce:label>[29]</ce:label><sb:reference id="bibF9FD5128613F7FDD98E7A26F3CC35BCEs1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adams</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Direct observation of dijets in central Au+Au collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>200</mml:mn></mml:math> GeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>97</sb:volume-nr></sb:series><sb:date>2006</sb:date></sb:issue><sb:article-number>162301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0604018" id="inf0300">arXiv:nucl-ex/0604018</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0845">STAR Collaboration, J. Adams et al., “Direct observation of dijets in central Au+Au collisions at sNN = 200 GeV”, Phys. Rev. Lett. 97 (2006) 162301, arXiv:nucl-ex/0604018.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0300"><ce:label>[30]</ce:label><sb:reference id="bibBA45D776DB8FCE5ACAEEA1D1830D3E8Ds1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Particle-yield modification in jet-like azimuthal di-hadron correlations in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>108</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:article-number>092301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1110.0121" id="inf0310">arXiv:1110.0121 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0850">ALICE Collaboration, K. Aamodt et al., “Particle-yield modification in jet-like azimuthal di-hadron correlations in Pb-Pb collisions at sNN=2.76 TeV”, Phys. Rev. Lett. 108 (2012) 092301, arXiv:1110.0121 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0310"><ce:label>[31]</ce:label><sb:reference id="bib9C8B82DCBFEA597059947E2EAFC29C27s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Jet-like correlations with neutral pion triggers in pp and central Pb–Pb collisions at 2.76 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>763</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>238</sb:first-page><sb:last-page>250</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1608.07201" id="inf0320">arXiv:1608.07201 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0855">ALICE Collaboration, J. Adam et al., “Jet-like correlations with neutral pion triggers in pp and central Pb–Pb collisions at 2.76 TeV”, Phys. Lett. B 763 (2016) 238–250, arXiv:1608.07201 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0320"><ce:label>[32]</ce:label><sb:reference id="bib5605CE5E94AC5F65EDCB170C31805F8Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.-Y.</ce:given-name><ce:surname>Qin</ce:surname></sb:author><sb:author><ce:given-name>X.-N.</ce:given-name><ce:surname>Wang</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Jet quenching in high-energy heavy-ion collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. E</sb:maintitle></sb:title><sb:volume-nr>24</sb:volume-nr></sb:series><sb:issue-nr>11</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>1530014</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1511.00790" id="inf0330">arXiv:1511.00790 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0860">G.-Y. Qin and X.-N. Wang, “Jet quenching in high-energy heavy-ion collisions”, Int. J. Mod. Phys. E 24 no. 11, (2015) 1530014, arXiv:1511.00790 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0330"><ce:label>[33]</ce:label><sb:reference id="bibCCC07CB37F10E2C662E394F541AA58EDs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>013</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1802.09145" id="inf0340">arXiv:1802.09145 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0865">ALICE Collaboration, S. Acharya et al., “Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC”, JHEP 11 (2018) 013, arXiv:1802.09145 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0340"><ce:label>[34]</ce:label><sb:reference id="bib17C0854CB47826606E937D66715D1724s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Constraints on jet quenching in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi mathvariant="bold">s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="bold">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV measured by the event-activity dependence of semi-inclusive hadron-jet distributions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>783</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>95</sb:first-page><sb:last-page>113</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1712.05603" id="inf0350">arXiv:1712.05603 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0870">ALICE Collaboration, S. Acharya et al., “Constraints on jet quenching in p-Pb collisions at sNN = 5.02 TeV measured by the event-activity dependence of semi-inclusive hadron-jet distributions”, Phys. Lett. B 783 (2018) 95–113, arXiv:1712.05603 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0350"><ce:label>[35]</ce:label><sb:reference id="bib1C40B21E544639126654DEEB3C9BBDA7s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Performance of the ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. A</sb:maintitle></sb:title><sb:volume-nr>29</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>1430044</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1402.4476" id="inf0360">arXiv:1402.4476 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0875">ALICE Collaboration, B. B. Abelev et al., “Performance of the ALICE Experiment at the CERN LHC”, Int. J. Mod. Phys. A 29 (2014) 1430044, arXiv:1402.4476 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0360"><ce:label>[36]</ce:label><sb:reference id="bib010897502DA166075415163536084493s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Instrum.</sb:maintitle></sb:title><sb:volume-nr>3</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>S08002</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0880">ALICE Collaboration, K. Aamodt et al., “The ALICE experiment at the CERN LHC”, JINST 3 (2008) S08002.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0370"><ce:label>[37]</ce:label><sb:reference id="bib5F9F055033DA2B9F4A85EF828893850Bs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of (multi-)strange hadron production in proton-proton collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>13</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:pages><sb:first-page>167</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1908.01861" id="inf0370">arXiv:1908.01861 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0885">ALICE Collaboration, S. Acharya et al., “Multiplicity dependence of (multi-)strange hadron production in proton-proton collisions at s = 13 TeV”, Eur. Phys. J. C 80 no. 2, (2020) 167, arXiv:1908.01861 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0380"><ce:label>[38]</ce:label><sb:reference id="bib1A4604424520927248410E567267BB43s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>116</sb:volume-nr></sb:series><sb:issue-nr>22</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:article-number>222302</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1512.06104" id="inf0380">arXiv:1512.06104 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0890">ALICE Collaboration, J. Adam et al., “Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at sNN = 5.02 TeV”, Phys. Rev. Lett. 116 no. 22, (2016) 222302, arXiv:1512.06104 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0390"><ce:label>[39]</ce:label><sb:reference id="bib7C52B784CF8FE4B55B4BEA2337655590s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of particle production in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:issue-nr>6</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>064905</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6828" id="inf0390">arXiv:1412.6828 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0895">ALICE Collaboration, J. Adam et al., “Centrality dependence of particle production in p-Pb collisions at sNN= 5.02 TeV”, Phys. Rev. C 91 no. 6, (2015) 064905, arXiv:1412.6828 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0400"><ce:label>[40]</ce:label><sb:reference id="bib6B969851FEE0FEBCEB3D0308852608E5s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mtext mathvariant="bold-italic">s</mml:mtext></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>760</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>720</sb:first-page><sb:last-page>735</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1601.03658" id="inf0400">arXiv:1601.03658 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0900">ALICE Collaboration, J. Adam et al., “Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at sNN = 5.02 TeV”, Phys. Lett. B 760 (2016) 720–735, arXiv:1601.03658 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0410"><ce:label>[41]</ce:label><sb:reference id="bib06169A22994B1664CC132CA101390D26s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration></sb:authors><sb:title><sb:maintitle>The ALICE definition of primary particles</sb:maintitle></sb:title></sb:contribution><sb:comment>ALICE-PUBLIC-2017-005</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="https://cds.cern.ch/record/2270008" id="inf0030">https://cds.cern.ch/record/2270008</ce:inter-ref><sb:date>Jun 2017</sb:date></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0905">ALICE Collaboration, “The ALICE definition of primary particles”, ALICE-PUBLIC-2017-005 (Jun, 2017). https://cds.cern.ch/record/2270008.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0420"><ce:label>[42]</ce:label><sb:reference id="bib74317CE97B7657B924186B0695F8686Ds1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>013</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1802.09145" id="inf0410">arXiv:1802.09145 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0910">ALICE Collaboration, S. Acharya et al., “Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC”, JHEP 11 (2018) 013, arXiv:1802.09145 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0430"><ce:label>[43]</ce:label><sb:reference id="bib3EB7F2616445934BAA5CB49E86F49E93s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration></sb:authors><sb:title><sb:maintitle>ALICE time projection chamber: Technical Design Report</sb:maintitle></sb:title></sb:contribution><sb:comment>Technical design report</sb:comment><sb:host><sb:book class="report"><sb:date>2000</sb:date><sb:publisher><sb:name>ALICE, CERN</sb:name><sb:location>Geneva</sb:location></sb:publisher></sb:book></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="http://cds.cern.ch/record/451098" id="inf0040">http://cds.cern.ch/record/451098</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0915">ALICE Collaboration, ALICE time projection chamber: Technical Design Report. Technical design report. ALICE. CERN, Geneva, 2000. http://cds.cern.ch/record/451098.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0440"><ce:label>[44]</ce:label><sb:reference id="bib2B32E4AB6A1C971330A5CB6EC19EEED2s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of charged particle production at large transverse momentum in Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>720</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:pages><sb:first-page>52</sb:first-page><sb:last-page>62</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1208.2711" id="inf0420">arXiv:1208.2711 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0920">ALICE Collaboration, B. Abelev et al., “Centrality Dependence of Charged Particle Production at Large Transverse Momentum in Pb–Pb Collisions at sNN=2.76 TeV”, Phys. Lett. B 720 (2013) 52–62, arXiv:1208.2711 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0450"><ce:label>[45]</ce:label><sb:reference id="bibA14692696D01E34CE7DEB7367AC5B632s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> and 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>79</sb:volume-nr></sb:series><sb:issue-nr>10</sb:issue-nr><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>857</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1905.07208" id="inf0430">arXiv:1905.07208 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0925">ALICE Collaboration, S. Acharya et al., “Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at s=5.02 and 13 TeV”, Eur. Phys. J. C 79 no. 10, (2019) 857, arXiv:1905.07208 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0460"><ce:label>[46]</ce:label><sb:reference id="bibDC431D2AFBCF6A327258D35E20052782s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Brun</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Bruyant</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Carminati</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Giani</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Maire</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>McPherson</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Patrick</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Urban</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>GEANT: Detector Description and Simulation Tool; Oct 1994</sb:maintitle></sb:title></sb:contribution><sb:host><sb:book><sb:title><sb:maintitle>CERN Program Library</sb:maintitle></sb:title><sb:date>1993</sb:date><sb:publisher><sb:name>CERN</sb:name><sb:location>Geneva</sb:location></sb:publisher></sb:book></sb:host><sb:comment>Long Writeup W5013</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="https://cds.cern.ch/record/1082634" id="inf0050">https://cds.cern.ch/record/1082634</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0930">R. Brun, F. Bruyant, F. Carminati, S. Giani, M. Maire, A. McPherson, G. Patrick, and L. Urban, GEANT: Detector Description and Simulation Tool; Oct 1994. CERN Program Library. CERN, Geneva, 1993. https://cds.cern.ch/record/1082634. Long Writeup W5013.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0470"><ce:label>[47]</ce:label><sb:reference id="bib62F70A5E3FDA3F3F66E437EF91AA38D8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>W.-T.</ce:given-name><ce:surname>Deng</ce:surname></sb:author><sb:author><ce:given-name>X.-N.</ce:given-name><ce:surname>Wang</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Xu</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Hadron production in p+p, p+Pb, and Pb+Pb collisions with the HIJING 2.0 model at energies available at the CERN large hadron collider</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>83</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:article-number>014915</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1008.1841" id="inf0440">arXiv:1008.1841 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0935">W.-T. Deng, X.-N. Wang, and R. Xu, “Hadron production in p+p, p+Pb, and Pb+Pb collisions with the HIJING 2.0 model at energies available at the CERN Large Hadron Collider”, Phys. Rev. C 83 (2011) 014915, arXiv:1008.1841 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0480"><ce:label>[48]</ce:label><sb:reference id="bib75C74FD46E0FBA1E4D51AE5E74BB9DBAs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Harmonic decomposition of two-particle angular correlations in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>708</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:pages><sb:first-page>249</sb:first-page><sb:last-page>264</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1109.2501" id="inf0450">arXiv:1109.2501 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0940">ALICE Collaboration, K. Aamodt et al., “Harmonic decomposition of two-particle angular correlations in Pb-Pb collisions at sNN= 2.76 TeV”, Phys. Lett. B 708 (2012) 249–264, arXiv:1109.2501 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0490"><ce:label>[49]</ce:label><sb:reference id="bib18E52CBC47419F6FC193405E8E839D3Es1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Anisotropic flow of charged hadrons, pions and (anti-)protons measured at high transverse momentum in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>719</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:pages><sb:first-page>18</sb:first-page><sb:last-page>28</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1205.5761" id="inf0460">arXiv:1205.5761 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0945">ALICE Collaboration, B. Abelev et al., “Anisotropic flow of charged hadrons, pions and (anti-)protons measured at high transverse momentum in Pb-Pb collisions at sNN=2.76 TeV”, Phys. Lett. B 719 (2013) 18–28, arXiv:1205.5761 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0500"><ce:label>[50]</ce:label><sb:reference id="bibE1F37A3462CC08458128C5918578A0A9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>D'Agostini</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A multidimensional unfolding method based on Bayes' theorem</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Instrum. Methods Phys. Res., Sect. A</sb:maintitle></sb:title><sb:volume-nr>362</sb:volume-nr></sb:series><sb:date>1995</sb:date></sb:issue><sb:pages><sb:first-page>487</sb:first-page><sb:last-page>498</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0950">G. D'Agostini, “A Multidimensional unfolding method based on Bayes' theorem”, Nucl. Instrum. Meth. A 362 (1995) 487–498.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0510"><ce:label>[51]</ce:label><sb:reference id="bibF7D20B559AB5B330D351E47877E83F66s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Paz</ce:surname></sb:author><sb:author><ce:given-name>J.D.</ce:given-name><ce:surname>Romo</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tripathy</ce:surname></sb:author><sb:author><ce:given-name>E.A.</ce:given-name><ce:surname>Zepeda</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Bautista</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Multiparton interactions in <ce:italic>pp</ce:italic> collisions from machine learning-based regression</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>102</sb:volume-nr></sb:series><sb:issue-nr>7</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:article-number>076014</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2004.03800" id="inf0470">arXiv:2004.03800 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0955">A. Ortiz, A. Paz, J. D. Romo, S. Tripathy, E. A. Zepeda, and I. Bautista, “Multiparton interactions in pp collisions from machine learning-based regression”, Phys. Rev. D 102 no. 7, (2020) 076014, arXiv:2004.03800 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0520"><ce:label>[52]</ce:label><sb:reference id="bib145973CFC1E4D91A190507F686A6B8B4s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Anisotropic flow of charged particles in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>116</sb:volume-nr></sb:series><sb:issue-nr>13</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:article-number>132302</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1602.01119" id="inf0480">arXiv:1602.01119 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0960">ALICE Collaboration, J. Adam et al., “Anisotropic flow of charged particles in Pb-Pb collisions at sNN=5.02 TeV”, Phys. Rev. Lett. 116 no. 13, (2016) 132302, arXiv:1602.01119 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0530"><ce:label>[53]</ce:label><sb:reference id="bib9867A72BBC2522B0FE2F6F25C8AD1AE0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Andersson</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Ingelman</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjostrand</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Parton fragmentation and string dynamics</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>97</sb:volume-nr></sb:series><sb:date>1983</sb:date></sb:issue><sb:pages><sb:first-page>31</sb:first-page><sb:last-page>145</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0965">B. Andersson, G. Gustafson, G. Ingelman, and T. Sjostrand, “Parton Fragmentation and String Dynamics”, Phys. Rept. 97 (1983) 31–145.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0540"><ce:label>[54]</ce:label><sb:reference id="bib7F946B057450F13DBF8A6E2443DB7980s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Bencedi</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Paz</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Disentangling the hard gluon bremsstrahlung effects from the relative transverse activity classifier in pp collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>104</sb:volume-nr></sb:series><sb:issue-nr>1</sb:issue-nr><sb:date>2021</sb:date></sb:issue><sb:article-number>016017</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2105.04838" id="inf0490">arXiv:2105.04838 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0970">G. Bencedi, A. Ortiz, and A. Paz, “Disentangling the hard gluon bremsstrahlung effects from the relative transverse activity classifier in pp collisions”, Phys. Rev. D 104 no. 1, (2021) 016017, arXiv:2105.04838 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0550"><ce:label>[55]</ce:label><sb:reference id="bibA208AF4F582F97FB9F2D79AB1CF74CE8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Bencédi</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tripathy</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Apparent modification of the jet-like yield in proton-proton collisions with large underlying event</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Phys. G</sb:maintitle></sb:title><sb:volume-nr>48</sb:volume-nr></sb:series><sb:issue-nr>1</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:article-number>015007</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2007.03857" id="inf0500">arXiv:2007.03857 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0975">G. Bencédi, A. Ortiz, and S. Tripathy, “Apparent modification of the jet-like yield in proton-proton collisions with large underlying event”, J. Phys. G 48 no. 1, (2020) 015007, arXiv:2007.03857 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0560"><ce:label>[56]</ce:label><sb:reference id="bibF4F3E67D7F4D11C93043A8609A8F243Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Lönnblad</ce:surname></sb:author><sb:author><ce:given-name>H.</ce:given-name><ce:surname>Shah</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The angantyr model for heavy-ion collisions in PYTHIA8</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>134</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1806.10820" id="inf0510">arXiv:1806.10820 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0980">C. Bierlich, G. Gustafson, L. Lönnblad, and H. Shah, “The Angantyr model for Heavy-Ion Collisions in PYTHIA8”, JHEP 10 (2018) 134, arXiv:1806.10820 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0570"><ce:label>[57]</ce:label><sb:reference id="bib8A64163687FDBE43EA922655C3F4004Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Baier</ce:surname></sb:author><sb:author><ce:given-name>Y.L.</ce:given-name><ce:surname>Dokshitzer</ce:surname></sb:author><sb:author><ce:given-name>A.H.</ce:given-name><ce:surname>Mueller</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Peigne</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Schiff</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Radiative energy loss of high-energy quarks and gluons in a finite volume quark - gluon plasma</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>483</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>291</sb:first-page><sb:last-page>320</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/9607355" id="inf0520">arXiv:hep-ph/9607355</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0985">R. Baier, Y. L. Dokshitzer, A. H. Mueller, S. Peigne, and D. Schiff, “Radiative energy loss of high-energy quarks and gluons in a finite volume quark - gluon plasma”, Nucl. Phys. B 483 (1997) 291–320, arXiv:hep-ph/9607355.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0580"><ce:label>[58]</ce:label><sb:reference id="bibD7BF0D25CD6E3571E0C4BA0E20F9637Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Peigne</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Collisional energy loss of a fast parton in a QGP</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>AIP Conf. Proc.</sb:maintitle></sb:title><sb:volume-nr>1038</sb:volume-nr></sb:series><sb:issue-nr>1</sb:issue-nr><sb:date>2008</sb:date></sb:issue><sb:pages><sb:first-page>139</sb:first-page><sb:last-page>148</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0806.0242" id="inf0530">arXiv:0806.0242 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0990">S. Peigne, “Collisional Energy Loss of a Fast Parton in a QGP”, AIP Conf. Proc. 1038 no. 1, (2008) 139–148, arXiv:0806.0242 [hep-ph].</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> \ No newline at end of file +<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd" [<!ENTITY gr001 SYSTEM "gr001" NDATA IMAGE><!ENTITY gr002 SYSTEM "gr002" NDATA IMAGE><!ENTITY gr003 SYSTEM "gr003" NDATA IMAGE><!ENTITY gr004 SYSTEM "gr004" NDATA IMAGE><!ENTITY gr005 SYSTEM "gr005" NDATA IMAGE>]><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="sco" xml:lang="en"><item-info><jid>PLB</jid><aid>137649</aid><ce:article-number>137649</ce:article-number><ce:pii>S0370-2693(22)00783-3</ce:pii><ce:doi>10.1016/j.physletb.2022.137649</ce:doi><ce:copyright year="2023" type="other">The Author(s)</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Experiments</ce:text></ce:doctopic></ce:doctopics><ce:preprint><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2204.10157" id="inf0010"/></ce:preprint><ce:associated-resource><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/research-data" xlink:href="https://www.hepdata.net/" id="inf0540">https://www.hepdata.net/</ce:inter-ref></ce:associated-resource></item-info><ce:floats><ce:figure id="fg0010"><ce:label>Fig. 1</ce:label><ce:caption id="cp0010"><ce:simple-para id="sp0010">Illustration of toward, away and transverse regions with respect to the leading particle in a collision.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0010">Fig. 1</ce:alt-text><ce:link locator="gr001" xlink:type="simple" xlink:href="pii:S0370269322007833/gr001" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0010"/></ce:figure><ce:figure id="fg0020"><ce:label>Fig. 2</ce:label><ce:caption id="cp0020"><ce:simple-para id="sp0020">Top panels: transverse momentum spectra of charged particles in the transverse region for different multiplicity classes in pp (left), p–Pb (middle) and Pb–Pb (right) collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra are measured at mid pseudorapidity (|<ce:italic>η</ce:italic>| < 0.8). Lower panels: Ratio of <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra in different multiplicity classes to the <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectrum in the 0−100% multiplicity class for the corresponding collision systems. The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0020">Fig. 2</ce:alt-text><ce:link locator="gr002" xlink:type="simple" xlink:href="pii:S0370269322007833/gr002" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0020"/></ce:figure><ce:figure id="fg0030"><ce:label>Fig. 3</ce:label><ce:caption id="cp0030"><ce:simple-para id="sp0030">Transverse momentum spectra of charged particles in Toward-Transverse, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> (top plot) and Away-Transverse, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> (bottom plot) regions for different multiplicity classes in pp (left), p–Pb (middle) and Pb–Pb (right) collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra are measured at mid pseudorapidity (|<ce:italic>η</ce:italic>| < 0.8). The lower panels of both plots show the ratio to minimum bias pp collisions. The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0030">Fig. 3</ce:alt-text><ce:link locator="gr003" xlink:type="simple" xlink:href="pii:S0370269322007833/gr003" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0030"/></ce:figure><ce:figure id="fg0040"><ce:label>Fig. 4</ce:label><ce:caption id="cp0040"><ce:simple-para id="sp0040">The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> (left) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> (right) as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> in 4 <<ce:italic>p</ce:italic><ce:inf>T</ce:inf>< 6 GeV/<ce:italic>c</ce:italic> for different multiplicity classes in pp, p–Pb and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. Pb–Pb results are shown assuming a flat background (filled markers), and assuming a <ce:italic>v</ce:italic><ce:inf>2</ce:inf>-modulated background (empty markers). The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0040">Fig. 4</ce:alt-text><ce:link locator="gr004" xlink:type="simple" xlink:href="pii:S0370269322007833/gr004" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0040"/></ce:figure><ce:figure id="fg0050"><ce:label>Fig. 5</ce:label><ce:caption id="cp0050"><ce:simple-para id="sp0050">Comparison of the measured the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> (left) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> (right) in 4 <<ce:italic>p</ce:italic><ce:inf>T</ce:inf>< 6 GeV/<ce:italic>c</ce:italic> with model predictions. The results are shown as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> for different multiplicity classes in pp (top panel), p–Pb (middle panel) and Pb–Pb (bottom panel) collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The red and magenta lines show the <ce:small-caps>PYTHIA</ce:small-caps> 8 (Monash) <ce:cross-ref refid="br0280" id="crf0010">[28]</ce:cross-ref> and <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr <ce:cross-ref refid="br0280" id="crf0020">[28]</ce:cross-ref> predictions, respectively. The blue lines show the EPOS-LHC <ce:cross-ref refid="br0210" id="crf0030">[21]</ce:cross-ref> results. The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0050">Fig. 5</ce:alt-text><ce:link locator="gr005" xlink:type="simple" xlink:href="pii:S0370269322007833/gr005" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0050"/></ce:figure><ce:table xmlns="http://www.elsevier.com/xml/common/cals/dtd" xmlns:tb="http://www.elsevier.com/xml/common/table/dtd" id="tbl0010" frame="topbot" rowsep="0" colsep="0"><ce:label>Table 1</ce:label><ce:caption id="cp0060"><ce:simple-para id="sp0060">Contributions to the relative (%) systematic uncertainty on the <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra of primary charged particles in pp, p–Pb, and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. Just for illustration, the range in the table corresponds to the lowest and highest relative systematic uncertainty in the considered <ce:italic>p</ce:italic><ce:inf>T</ce:inf> range. The individual contributions are summed in quadrature to obtain the total uncertainty.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0060">Table 1</ce:alt-text><tgroup cols="4"><colspec colnum="1" colname="col1" align="left"/><colspec colnum="2" colname="col2" align="left"/><colspec colnum="3" colname="col3" align="left"/><colspec colnum="4" colname="col4" align="left"/><thead valign="top"><row rowsep="1"><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Source of uncertainty</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">pp</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">p–Pb</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">Pb–Pb</entry></row></thead><tbody valign="top"><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Track selection</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.1–8.2</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.4–5.8</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.0–9.9</entry></row><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Particle composition</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.3–1.8</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.5–1.9</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.3–2.4</entry></row><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Secondary particles</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.0–0.4</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.0–2.4</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.0–1.9</entry></row><row rowsep="1"><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Matching efficiency</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.0–4.2</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.7–3.7</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.6–3.7</entry></row><row rowsep="1"><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Total</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.2–8.8</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.6–6.3</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.5–10.0</entry></row><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Total (<ce:italic>N</ce:italic><ce:inf>ch</ce:inf>-dependent)</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.0–4.5</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">1.7–4.0</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">1.1–3.7</entry></row></tbody></tgroup></ce:table></ce:floats><head><ce:title id="ti0010">Study of charged particle production at high <ce:italic>p</ce:italic><ce:inf>T</ce:inf> using event topology in pp, p–Pb and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV</ce:title><ce:author-group id="ag0010"><ce:collaboration id="co0010" collaboration-id="S0370269322007833-3bea72599603117cd9d18494a0279c47"><ce:text>ALICE Collaboration</ce:text><ce:cross-ref refid="fn0080" id="crf0040"><ce:sup>⋆</ce:sup></ce:cross-ref><ce:author-group id="ag0020"><ce:author orcid="0000-0002-9213-5329" id="au0010" author-id="S0370269322007833-e60c93a934b81cf9801254193264c6ee"><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname><ce:cross-ref refid="aff1240" id="crf0050"><ce:sup>124</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1310" id="crf0060"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0504-7428" id="au0020" author-id="S0370269322007833-0eab85892b6d74b18661e74a7987c599"><ce:given-name>D.</ce:given-name><ce:surname>Adamová</ce:surname><ce:cross-ref refid="aff0860" id="crf0070"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author id="au0030" author-id="S0370269322007833-e83a30ae1d5f89088c60ca2ee154d714"><ce:given-name>A.</ce:given-name><ce:surname>Adler</ce:surname><ce:cross-ref refid="aff0690" id="crf0080"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9611-3696" id="au0040" author-id="S0370269322007833-ed2d58d89990c41bb43c091d01e5029a"><ce:given-name>G.</ce:given-name><ce:surname>Aglieri Rinella</ce:surname><ce:cross-ref refid="aff0320" id="crf0090"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0760-5075" id="au0050" author-id="S0370269322007833-0c7a7863b7384aa5fdf06a0f187949c8"><ce:given-name>M.</ce:given-name><ce:surname>Agnello</ce:surname><ce:cross-ref refid="aff0290" id="crf0100"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0348-9836" id="au0060" author-id="S0370269322007833-bbdbb014653d7bdacb111c613a0fcbe0"><ce:given-name>N.</ce:given-name><ce:surname>Agrawal</ce:surname><ce:cross-ref refid="aff0500" id="crf0110"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5241-7412" id="au0070" author-id="S0370269322007833-2059a9508121069139ea49dbf566539a"><ce:given-name>Z.</ce:given-name><ce:surname>Ahammed</ce:surname><ce:cross-ref refid="aff1310" id="crf0120"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0497-5705" id="au0080" author-id="S0370269322007833-397c2b4743f367cb4aceb69d448bb6c6"><ce:given-name>S.</ce:given-name><ce:surname>Ahmad</ce:surname><ce:cross-ref refid="aff0150" id="crf0130"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8847-489X" id="au0090" author-id="S0370269322007833-f7c3cbd2e9a0f545640d2202ad1ddbf3"><ce:given-name>S.U.</ce:given-name><ce:surname>Ahn</ce:surname><ce:cross-ref refid="aff0700" id="crf0140"><ce:sup>70</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4417-1392" id="au0100" author-id="S0370269322007833-07322fd13596772e8f99876f081be003"><ce:given-name>I.</ce:given-name><ce:surname>Ahuja</ce:surname><ce:cross-ref refid="aff0370" id="crf0150"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7388-3022" id="au0110" author-id="S0370269322007833-e1ca35714b53c8e677e37d627a5bbf38"><ce:given-name>A.</ce:given-name><ce:surname>Akindinov</ce:surname><ce:cross-ref refid="aff1390" id="crf0160"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8071-4497" id="au0120" author-id="S0370269322007833-92548b9c2ec6b0a94be4b4532227aed9"><ce:given-name>M.</ce:given-name><ce:surname>Al-Turany</ce:surname><ce:cross-ref refid="aff0980" id="crf0170"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9719-7035" id="au0130" author-id="S0370269322007833-9065823209e70d0656d37d4008b49b34"><ce:given-name>D.</ce:given-name><ce:surname>Aleksandrov</ce:surname><ce:cross-ref refid="aff1390" id="crf0180"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9680-4940" id="au0140" author-id="S0370269322007833-79cd00674b886e25d315860e3eeed8b4"><ce:given-name>B.</ce:given-name><ce:surname>Alessandro</ce:surname><ce:cross-ref refid="aff0550" id="crf0190"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5659-2119" id="au0150" author-id="S0370269322007833-1c1181472bc0aba99490cd3bca5e4a55"><ce:given-name>H.M.</ce:given-name><ce:surname>Alfanda</ce:surname><ce:cross-ref refid="aff0060" id="crf0200"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4713-7069" id="au0160" author-id="S0370269322007833-fe723c43bc1641702461996d042297c7"><ce:given-name>R.</ce:given-name><ce:surname>Alfaro Molina</ce:surname><ce:cross-ref refid="aff0660" id="crf0210"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0877-7979" id="au0170" author-id="S0370269322007833-9e891354cda61f6d260a73da741fb124"><ce:given-name>B.</ce:given-name><ce:surname>Ali</ce:surname><ce:cross-ref refid="aff0150" id="crf0220"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author id="au0180" author-id="S0370269322007833-b09579e692bf4a5fcd8b3fc371c313f5"><ce:given-name>Y.</ce:given-name><ce:surname>Ali</ce:surname><ce:cross-ref refid="aff0130" id="crf0230"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3618-4617" id="au0190" author-id="S0370269322007833-ee0688e61ecfdd140d9fea489d16b4dc"><ce:given-name>A.</ce:given-name><ce:surname>Alici</ce:surname><ce:cross-ref refid="aff0250" id="crf0240"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-7365-1064" id="au0200" author-id="S0370269322007833-16d05696cd8ce792318dff507d143cd5"><ce:given-name>N.</ce:given-name><ce:surname>Alizadehvandchali</ce:surname><ce:cross-ref refid="aff1130" id="crf0250"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2205-5761" id="au0210" author-id="S0370269322007833-8a6281092995529070f381a78dafb967"><ce:given-name>A.</ce:given-name><ce:surname>Alkin</ce:surname><ce:cross-ref refid="aff0320" id="crf0260"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0177-0536" id="au0220" author-id="S0370269322007833-6ea637f099a6fac803f976a052eb847d"><ce:given-name>J.</ce:given-name><ce:surname>Alme</ce:surname><ce:cross-ref refid="aff0200" id="crf0270"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8910-9173" id="au0230" author-id="S0370269322007833-cfed79dabbd809c4f840372b7b333691"><ce:given-name>G.</ce:given-name><ce:surname>Alocco</ce:surname><ce:cross-ref refid="aff0510" id="crf0280"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-4862-5370" id="au0240" author-id="S0370269322007833-3913f92e05be5c8a4269310703479917"><ce:given-name>T.</ce:given-name><ce:surname>Alt</ce:surname><ce:cross-ref refid="aff0630" id="crf0290"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8079-7026" id="au0250" author-id="S0370269322007833-cd55dbcf87db947368b6d9e810290bde"><ce:given-name>I.</ce:given-name><ce:surname>Altsybeev</ce:surname><ce:cross-ref refid="aff1390" id="crf0300"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6180-4243" id="au0260" author-id="S0370269322007833-c2bd71abda2e1783ed29485409a5251a"><ce:given-name>M.N.</ce:given-name><ce:surname>Anaam</ce:surname><ce:cross-ref refid="aff0060" id="crf0310"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8535-0680" id="au0270" author-id="S0370269322007833-24aef273ee0f167b64df679b37d185f6"><ce:given-name>C.</ce:given-name><ce:surname>Andrei</ce:surname><ce:cross-ref refid="aff0450" id="crf0320"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2372-6117" id="au0280" author-id="S0370269322007833-4583c32301189b6af5ae6e891825f79b"><ce:given-name>A.</ce:given-name><ce:surname>Andronic</ce:surname><ce:cross-ref refid="aff1340" id="crf0330"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-0236-2680" id="au0290" author-id="S0370269322007833-1df1a80e8e72952f9f77a204304d580b"><ce:given-name>V.</ce:given-name><ce:surname>Anguelov</ce:surname><ce:cross-ref refid="aff0950" id="crf0340"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7366-8891" id="au0300" author-id="S0370269322007833-bf4ee61ac0ac1dbdb5dd7c494a935e91"><ce:given-name>F.</ce:given-name><ce:surname>Antinori</ce:surname><ce:cross-ref refid="aff0530" id="crf0350"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7516-3726" id="au0310" author-id="S0370269322007833-51fafbdf488707238bb68ddcfdcc1d43"><ce:given-name>P.</ce:given-name><ce:surname>Antonioli</ce:surname><ce:cross-ref refid="aff0500" id="crf0360"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2205-4419" id="au0320" author-id="S0370269322007833-574d7b11d83a95e65b2890c6cc6204a2"><ce:given-name>C.</ce:given-name><ce:surname>Anuj</ce:surname><ce:cross-ref refid="aff0150" id="crf0370"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5478-6120" id="au0330" author-id="S0370269322007833-090df06bfcab984221f60b24b52c30c3"><ce:given-name>N.</ce:given-name><ce:surname>Apadula</ce:surname><ce:cross-ref refid="aff0740" id="crf0380"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7662-3878" id="au0340" author-id="S0370269322007833-6e095add140944d2ab055d51972eed48"><ce:given-name>L.</ce:given-name><ce:surname>Aphecetche</ce:surname><ce:cross-ref refid="aff1030" id="crf0390"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0614-7671" id="au0350" author-id="S0370269322007833-0e6d19528507f8cc3f37539a3381820b"><ce:given-name>H.</ce:given-name><ce:surname>Appelshäuser</ce:surname><ce:cross-ref refid="aff0630" id="crf0400"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6367-9215" id="au0360" author-id="S0370269322007833-680f2a41c459bec210e2ebd5a58612be"><ce:given-name>S.</ce:given-name><ce:surname>Arcelli</ce:surname><ce:cross-ref refid="aff0250" id="crf0410"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6698-9577" id="au0370" author-id="S0370269322007833-ab22692334a2fe57e1742058759c61dd"><ce:given-name>R.</ce:given-name><ce:surname>Arnaldi</ce:surname><ce:cross-ref refid="aff0550" id="crf0420"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2316-9565" id="au0380" author-id="S0370269322007833-697698547c36f9d3e7187cd6f06d1183"><ce:given-name>I.C.</ce:given-name><ce:surname>Arsene</ce:surname><ce:cross-ref refid="aff0190" id="crf0430"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3888-8303" id="au0390" author-id="S0370269322007833-ff7baf83a4c274c1a18de37c9dc67976"><ce:given-name>M.</ce:given-name><ce:surname>Arslandok</ce:surname><ce:cross-ref refid="aff1360" id="crf0440"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-5460-6805" id="au0400" author-id="S0370269322007833-755bc219fdc7b4d25c2e083c10e7e386"><ce:given-name>A.</ce:given-name><ce:surname>Augustinus</ce:surname><ce:cross-ref refid="aff0320" id="crf0450"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4277-4963" id="au0410" author-id="S0370269322007833-e39ad2348626d77041016a5dd27ef327"><ce:given-name>R.</ce:given-name><ce:surname>Averbeck</ce:surname><ce:cross-ref refid="aff0980" id="crf0460"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4333-8090" id="au0420" author-id="S0370269322007833-5732689b5ef336a6b98f6ceb0dcd0c76"><ce:given-name>S.</ce:given-name><ce:surname>Aziz</ce:surname><ce:cross-ref refid="aff0720" id="crf0470"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2501-6856" id="au0430" author-id="S0370269322007833-9477d32af0ceb836b9acd7ac436a380f"><ce:given-name>M.D.</ce:given-name><ce:surname>Azmi</ce:surname><ce:cross-ref refid="aff0150" id="crf0480"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0569-4828" id="au0440" author-id="S0370269322007833-7c7197c0ac2a51bf94b01b500c38aedc"><ce:given-name>A.</ce:given-name><ce:surname>Badalà</ce:surname><ce:cross-ref refid="aff0520" id="crf0490"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4343-4883" id="au0450" author-id="S0370269322007833-e2f139312a0e407b3c4d2412844bc5b9"><ce:given-name>Y.W.</ce:given-name><ce:surname>Baek</ce:surname><ce:cross-ref refid="aff0400" id="crf0500"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-9085-079X" id="au0460" author-id="S0370269322007833-76ff90ea5e839f7d98fb0c680c85c071"><ce:given-name>X.</ce:given-name><ce:surname>Bai</ce:surname><ce:cross-ref refid="aff0980" id="crf0510"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7987-4592" id="au0470" author-id="S0370269322007833-04bb83e7910b72460bb5a8aa2184d9e6"><ce:given-name>R.</ce:given-name><ce:surname>Bailhache</ce:surname><ce:cross-ref refid="aff0630" id="crf0520"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1172-0225" id="au0480" author-id="S0370269322007833-a3a4a409d48c9f5b05ac793332afe23a"><ce:given-name>Y.</ce:given-name><ce:surname>Bailung</ce:surname><ce:cross-ref refid="aff0470" id="crf0530"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4116-2861" id="au0490" author-id="S0370269322007833-9fb0ec712dc4e6ddbda7e348eaa5aa42"><ce:given-name>R.</ce:given-name><ce:surname>Bala</ce:surname><ce:cross-ref refid="aff0910" id="crf0540"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0359-1403" id="au0500" author-id="S0370269322007833-606ef386959ea7ad1f85ece5b5ed9802"><ce:given-name>A.</ce:given-name><ce:surname>Balbino</ce:surname><ce:cross-ref refid="aff0290" id="crf0550"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6186-289X" id="au0510" author-id="S0370269322007833-139e513e7bdef112603b9937bdd15344"><ce:given-name>A.</ce:given-name><ce:surname>Baldisseri</ce:surname><ce:cross-ref refid="aff1270" id="crf0560"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3082-4209" id="au0520" author-id="S0370269322007833-ec47c921c460662d73915f08d3c4e99d"><ce:given-name>B.</ce:given-name><ce:surname>Balis</ce:surname><ce:cross-ref refid="aff0020" id="crf0570"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5743-7578" id="au0530" author-id="S0370269322007833-d9c0e441fb4cce3ea39e47b4517d88e4"><ce:given-name>D.</ce:given-name><ce:surname>Banerjee</ce:surname><ce:cross-ref refid="aff0040" id="crf0580"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7178-3001" id="au0540" author-id="S0370269322007833-87ef230129be957c4822b50f0c31a178"><ce:given-name>Z.</ce:given-name><ce:surname>Banoo</ce:surname><ce:cross-ref refid="aff0910" id="crf0590"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5971-6415" id="au0550" author-id="S0370269322007833-34de4a3f87192e0e6f4308aac96e6dc4"><ce:given-name>R.</ce:given-name><ce:surname>Barbera</ce:surname><ce:cross-ref refid="aff0260" id="crf0600"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7328-9154" id="au0560" author-id="S0370269322007833-e5b88594df42f98e0851a8fe8fceecc6"><ce:given-name>L.</ce:given-name><ce:surname>Barioglio</ce:surname><ce:cross-ref refid="aff0960" id="crf0610"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au0570" author-id="S0370269322007833-fadb436ca8c9ff7743d434468cc79e44"><ce:given-name>M.</ce:given-name><ce:surname>Barlou</ce:surname><ce:cross-ref refid="aff0780" id="crf0620"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9223-6480" id="au0580" author-id="S0370269322007833-6cc8c551caade64d21a326a2042741be"><ce:given-name>G.G.</ce:given-name><ce:surname>Barnaföldi</ce:surname><ce:cross-ref refid="aff1350" id="crf0630"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7357-9904" id="au0590" author-id="S0370269322007833-e5502945a2b5f28905e341734bcb3b15"><ce:given-name>L.S.</ce:given-name><ce:surname>Barnby</ce:surname><ce:cross-ref refid="aff0850" id="crf0640"><ce:sup>85</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0611-9283" id="au0600" author-id="S0370269322007833-73acb1b6c325d96b54abe7b64278d6ea"><ce:given-name>V.</ce:given-name><ce:surname>Barret</ce:surname><ce:cross-ref refid="aff1240" id="crf0650"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6454-0052" id="au0610" author-id="S0370269322007833-a130b62023ffdd4c78649c858c5a5181"><ce:given-name>L.</ce:given-name><ce:surname>Barreto</ce:surname><ce:cross-ref refid="aff1090" id="crf0660"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-3371-4483" id="au0620" author-id="S0370269322007833-9a2434a1659f1f4116c84df1f01b53fb"><ce:given-name>C.</ce:given-name><ce:surname>Bartels</ce:surname><ce:cross-ref refid="aff1160" id="crf0670"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7633-1189" id="au0630" author-id="S0370269322007833-99991a11640d18ba216157ce9bd24b50"><ce:given-name>K.</ce:given-name><ce:surname>Barth</ce:surname><ce:cross-ref refid="aff0320" id="crf0680"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-7928-4203" id="au0640" author-id="S0370269322007833-7b25cdf12989c93bb0b35e9a7b6c993e"><ce:given-name>E.</ce:given-name><ce:surname>Bartsch</ce:surname><ce:cross-ref refid="aff0630" id="crf0690"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7790-1152" id="au0650" author-id="S0370269322007833-b5da78f945a908823fccca3ceb97d4e0"><ce:given-name>F.</ce:given-name><ce:surname>Baruffaldi</ce:surname><ce:cross-ref refid="aff0270" id="crf0700"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6905-8345" id="au0660" author-id="S0370269322007833-ffe3cbf955e2397362cc39ed0f8eb51b"><ce:given-name>N.</ce:given-name><ce:surname>Bastid</ce:surname><ce:cross-ref refid="aff1240" id="crf0710"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0687-8124" id="au0670" author-id="S0370269322007833-1b8917b5d28e8d66a2eaf20a4369cc82"><ce:given-name>S.</ce:given-name><ce:surname>Basu</ce:surname><ce:cross-ref refid="aff0750" id="crf0720"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8638-6300" id="au0680" author-id="S0370269322007833-2fee908da21994198610c94092286ad8"><ce:given-name>G.</ce:given-name><ce:surname>Batigne</ce:surname><ce:cross-ref refid="aff1030" id="crf0730"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-0199-3372" id="au0690" author-id="S0370269322007833-ae7ea2ea342f84cd933b89c4fad5eef9"><ce:given-name>D.</ce:given-name><ce:surname>Battistini</ce:surname><ce:cross-ref refid="aff0960" id="crf0740"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-2974-6985" id="au0700" author-id="S0370269322007833-f1278714281193a9113b12f11f4b9fc7"><ce:given-name>B.</ce:given-name><ce:surname>Batyunya</ce:surname><ce:cross-ref refid="aff1400" id="crf0750"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author id="au0710" author-id="S0370269322007833-772fb486e156612f473f520cf6e42e86"><ce:given-name>D.</ce:given-name><ce:surname>Bauri</ce:surname><ce:cross-ref refid="aff0460" id="crf0760"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9148-9101" id="au0720" author-id="S0370269322007833-a404ff459710628a1f713272c3bb180d"><ce:given-name>J.L.</ce:given-name><ce:surname>Bazo Alba</ce:surname><ce:cross-ref refid="aff1010" id="crf0770"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2784-3094" id="au0730" author-id="S0370269322007833-6ce098f5eecbf05e4aaa4608b11de130"><ce:given-name>I.G.</ce:given-name><ce:surname>Bearden</ce:surname><ce:cross-ref refid="aff0830" id="crf0780"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7431-4051" id="au0740" author-id="S0370269322007833-988af7c4a1a02633cec7556367a97f67"><ce:given-name>C.</ce:given-name><ce:surname>Beattie</ce:surname><ce:cross-ref refid="aff1360" id="crf0790"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7908-3288" id="au0750" author-id="S0370269322007833-298b21ad4bbe7f5bcc2c38ccb2632505"><ce:given-name>P.</ce:given-name><ce:surname>Becht</ce:surname><ce:cross-ref refid="aff0980" id="crf0800"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2599-7957" id="au0760" author-id="S0370269322007833-088129a7139b7920364b197dd725a3b6"><ce:given-name>D.</ce:given-name><ce:surname>Behera</ce:surname><ce:cross-ref refid="aff0470" id="crf0810"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-5922-8936" id="au0770" author-id="S0370269322007833-5d2d7a16cd35f4d3785b17babb9070df"><ce:given-name>I.</ce:given-name><ce:surname>Belikov</ce:surname><ce:cross-ref refid="aff1260" id="crf0820"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0442-6549" id="au0780" author-id="S0370269322007833-f831363a9a364d2888bee1b54b9c6655"><ce:given-name>A.D.C.</ce:given-name><ce:surname>Bell Hechavarria</ce:surname><ce:cross-ref refid="aff1340" id="crf0830"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3498-4661" id="au0790" author-id="S0370269322007833-d318064eeee8fd40dbd66c520988d249"><ce:given-name>F.</ce:given-name><ce:surname>Bellini</ce:surname><ce:cross-ref refid="aff0250" id="crf0840"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3156-0188" id="au0800" author-id="S0370269322007833-cab20ff28ec1589da7c887beda889d58"><ce:given-name>R.</ce:given-name><ce:surname>Bellwied</ce:surname><ce:cross-ref refid="aff1130" id="crf0850"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4862-3384" id="au0810" author-id="S0370269322007833-ac533471f4a2f043af3b2b34c625d95d"><ce:given-name>S.</ce:given-name><ce:surname>Belokurova</ce:surname><ce:cross-ref refid="aff1390" id="crf0860"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2843-9667" id="au0820" author-id="S0370269322007833-4749bab9bad414cd3c122f77c5bd5402"><ce:given-name>V.</ce:given-name><ce:surname>Belyaev</ce:surname><ce:cross-ref refid="aff1390" id="crf0870"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9040-5292" id="au0830" author-id="S0370269322007833-0aecf4edec2c9cae77988b370adb4658"><ce:given-name>G.</ce:given-name><ce:surname>Bencedi</ce:surname><ce:cross-ref refid="aff1350" id="crf0880"><ce:sup>135</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0640" id="crf0890"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4673-8038" id="au0840" author-id="S0370269322007833-81edadc17682ae9a2b7f71eaae2a757d"><ce:given-name>S.</ce:given-name><ce:surname>Beole</ce:surname><ce:cross-ref refid="aff0240" id="crf0900"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4911-7766" id="au0850" author-id="S0370269322007833-bcf9a82e901891493dbfd94acd91b04c"><ce:given-name>A.</ce:given-name><ce:surname>Bercuci</ce:surname><ce:cross-ref refid="aff0450" id="crf0910"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0309-5917" id="au0860" author-id="S0370269322007833-c83fb9b377a557b716c0035aa8d4241d"><ce:given-name>Y.</ce:given-name><ce:surname>Berdnikov</ce:surname><ce:cross-ref refid="aff1390" id="crf0920"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3705-7898" id="au0870" author-id="S0370269322007833-504c6c7ed1e748f96a24a1f005fce11b"><ce:given-name>A.</ce:given-name><ce:surname>Berdnikova</ce:surname><ce:cross-ref refid="aff0950" id="crf0930"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-5511-2496" id="au0880" author-id="S0370269322007833-af14be22f2cea9eb53da09ae47124fa6"><ce:given-name>L.</ce:given-name><ce:surname>Bergmann</ce:surname><ce:cross-ref refid="aff0950" id="crf0940"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5253-2517" id="au0890" author-id="S0370269322007833-ad14e502bae8e79a1899fa39c32c0aa3"><ce:given-name>M.G.</ce:given-name><ce:surname>Besoiu</ce:surname><ce:cross-ref refid="aff0620" id="crf0950"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1373-1844" id="au0900" author-id="S0370269322007833-b9c9f0fc16efe15ebf71c4ddde1ea4b1"><ce:given-name>L.</ce:given-name><ce:surname>Betev</ce:surname><ce:cross-ref refid="aff0320" id="crf0960"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7883-3190" id="au0910" author-id="S0370269322007833-c300e6d02ec44e82317124bddf4f8323"><ce:given-name>P.P.</ce:given-name><ce:surname>Bhaduri</ce:surname><ce:cross-ref refid="aff1310" id="crf0970"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3687-8179" id="au0920" author-id="S0370269322007833-b502d2ccf79479aafebcf37b0fc9063a"><ce:given-name>A.</ce:given-name><ce:surname>Bhasin</ce:surname><ce:cross-ref refid="aff0910" id="crf0980"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au0930" author-id="S0370269322007833-975bc10c094c6226b584470386e5ac2f"><ce:given-name>I.R.</ce:given-name><ce:surname>Bhat</ce:surname><ce:cross-ref refid="aff0910" id="crf0990"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3643-1502" id="au0940" author-id="S0370269322007833-be7e13f98c122574c5c22aeff3f45e8b"><ce:given-name>M.A.</ce:given-name><ce:surname>Bhat</ce:surname><ce:cross-ref refid="aff0040" id="crf1000"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3755-0992" id="au0950" author-id="S0370269322007833-26b8ea7a427bae4f10cc8bd50df32f35"><ce:given-name>B.</ce:given-name><ce:surname>Bhattacharjee</ce:surname><ce:cross-ref refid="aff0410" id="crf1010"><ce:sup>41</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1664-8189" id="au0960" author-id="S0370269322007833-7d9d8644874e33887aa709229e5c8fb3"><ce:given-name>L.</ce:given-name><ce:surname>Bianchi</ce:surname><ce:cross-ref refid="aff0240" id="crf1020"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6861-2810" id="au0970" author-id="S0370269322007833-c52603ede367045bc5b1c88182e87247"><ce:given-name>N.</ce:given-name><ce:surname>Bianchi</ce:surname><ce:cross-ref refid="aff0480" id="crf1030"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4940-2441" id="au0980" author-id="S0370269322007833-9b31f1a04c2b498f5a576b72f7485363"><ce:given-name>J.</ce:given-name><ce:surname>Bielčík</ce:surname><ce:cross-ref refid="aff0350" id="crf1040"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1659-0394" id="au0990" author-id="S0370269322007833-7590d774d5836aa61573a7cad65ca8f0"><ce:given-name>J.</ce:given-name><ce:surname>Bielčíková</ce:surname><ce:cross-ref refid="aff0860" id="crf1050"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5613-7629" id="au1000" author-id="S0370269322007833-38f4492a2a11d413186fa95232a5b4cf"><ce:given-name>J.</ce:given-name><ce:surname>Biernat</ce:surname><ce:cross-ref refid="aff1060" id="crf1060"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0002-4654" id="au1010" author-id="S0370269322007833-e3be63156c1cdfac44448fb09353b115"><ce:given-name>A.</ce:given-name><ce:surname>Bilandzic</ce:surname><ce:cross-ref refid="aff0960" id="crf1070"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2849-0120" id="au1020" author-id="S0370269322007833-f02748a3878e75534bc627583c3bf69a"><ce:given-name>G.</ce:given-name><ce:surname>Biro</ce:surname><ce:cross-ref refid="aff1350" id="crf1080"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3578-5373" id="au1030" author-id="S0370269322007833-bc7130db08452b31982128347fa4fd92"><ce:given-name>S.</ce:given-name><ce:surname>Biswas</ce:surname><ce:cross-ref refid="aff0040" id="crf1090"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4681-3002" id="au1040" author-id="S0370269322007833-fbb755b405da1a6d31dc799e8935a439"><ce:given-name>J.T.</ce:given-name><ce:surname>Blair</ce:surname><ce:cross-ref refid="aff1070" id="crf1100"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4266-8338" id="au1050" author-id="S0370269322007833-76c0d7896425f9166c821b2a567723db"><ce:given-name>D.</ce:given-name><ce:surname>Blau</ce:surname><ce:cross-ref refid="aff1390" id="crf1110"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8085-8597" id="au1060" author-id="S0370269322007833-ba4d03db38769c77f7df0d67754c4a0c"><ce:given-name>M.B.</ce:given-name><ce:surname>Blidaru</ce:surname><ce:cross-ref refid="aff0980" id="crf1120"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author id="au1070" author-id="S0370269322007833-0c5ab579e3b510389163ca629076334f"><ce:given-name>N.</ce:given-name><ce:surname>Bluhme</ce:surname><ce:cross-ref refid="aff0380" id="crf1130"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6800-3465" id="au1080" author-id="S0370269322007833-16af81fa43d3b91d3180849896379639"><ce:given-name>C.</ce:given-name><ce:surname>Blume</ce:surname><ce:cross-ref refid="aff0630" id="crf1140"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2829-5950" id="au1090" author-id="S0370269322007833-63094e5b721634a7e0fc8da8fc5c037a"><ce:given-name>G.</ce:given-name><ce:surname>Boca</ce:surname><ce:cross-ref refid="aff0210" id="crf1150"><ce:sup>21</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf1160"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4185-2093" id="au1100" author-id="S0370269322007833-2181a3055116bec552a35581b829ab7c"><ce:given-name>F.</ce:given-name><ce:surname>Bock</ce:surname><ce:cross-ref refid="aff0870" id="crf1170"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4479-0417" id="au1110" author-id="S0370269322007833-b2b5a6f9f0dc0a93dc9b1b2da6367b47"><ce:given-name>T.</ce:given-name><ce:surname>Bodova</ce:surname><ce:cross-ref refid="aff0200" id="crf1180"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au1120" author-id="S0370269322007833-dc5b666b81b8311e24807b98a355dc0b"><ce:given-name>A.</ce:given-name><ce:surname>Bogdanov</ce:surname><ce:cross-ref refid="aff1390" id="crf1190"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5942-812X" id="au1130" author-id="S0370269322007833-5930588886d1890a60dc3e5c0b9a8baa"><ce:given-name>S.</ce:given-name><ce:surname>Boi</ce:surname><ce:cross-ref refid="aff0220" id="crf1200"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6283-2927" id="au1140" author-id="S0370269322007833-75ba81153caecc42ab057cd4528fbddd"><ce:given-name>J.</ce:given-name><ce:surname>Bok</ce:surname><ce:cross-ref refid="aff0570" id="crf1210"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-8669-3875" id="au1150" author-id="S0370269322007833-7d461e77b3a4750af82052f87161d9b7"><ce:given-name>L.</ce:given-name><ce:surname>Boldizsár</ce:surname><ce:cross-ref refid="aff1350" id="crf1220"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8224-4302" id="au1160" author-id="S0370269322007833-2000ecef4090512918d1c03b88f7454b"><ce:given-name>A.</ce:given-name><ce:surname>Bolozdynya</ce:surname><ce:cross-ref refid="aff1390" id="crf1230"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7333-224X" id="au1170" author-id="S0370269322007833-fc84b4608c4bb2178fd7b63ab1ef1e20"><ce:given-name>M.</ce:given-name><ce:surname>Bombara</ce:surname><ce:cross-ref refid="aff0370" id="crf1240"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-0514-1723" id="au1180" author-id="S0370269322007833-b166173e02d1efb88ffb2de9e6661cc3"><ce:given-name>P.M.</ce:given-name><ce:surname>Bond</ce:surname><ce:cross-ref refid="aff0320" id="crf1250"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1618-9648" id="au1190" author-id="S0370269322007833-2db37361639ef88ae3c1b8a4897922f5"><ce:given-name>G.</ce:given-name><ce:surname>Bonomi</ce:surname><ce:cross-ref refid="aff1300" id="crf1260"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf1270"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8879-6290" id="au1200" author-id="S0370269322007833-f413acc1c3389c918524f6ef33df38ef"><ce:given-name>H.</ce:given-name><ce:surname>Borel</ce:surname><ce:cross-ref refid="aff1270" id="crf1280"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2881-9635" id="au1210" author-id="S0370269322007833-39bbf1c7a0d24a86863d39ff5711f10f"><ce:given-name>A.</ce:given-name><ce:surname>Borissov</ce:surname><ce:cross-ref refid="aff1390" id="crf1290"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7602-6432" id="au1220" author-id="S0370269322007833-ba19e35a5ad331e2bc08ef2f80c6e502"><ce:given-name>H.</ce:given-name><ce:surname>Bossi</ce:surname><ce:cross-ref refid="aff1360" id="crf1300"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5054-1521" id="au1230" author-id="S0370269322007833-c85ff26ba052e2215b53fac733b7f45d"><ce:given-name>E.</ce:given-name><ce:surname>Botta</ce:surname><ce:cross-ref refid="aff0240" id="crf1310"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3069-5822" id="au1240" author-id="S0370269322007833-99bddb14a25029d5b7351ae170ddc384"><ce:given-name>L.</ce:given-name><ce:surname>Bratrud</ce:surname><ce:cross-ref refid="aff0630" id="crf1320"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2527-0720" id="au1250" author-id="S0370269322007833-d47e2cf40ec69cfbf21066d6d16ccd15"><ce:given-name>P.</ce:given-name><ce:surname>Braun-Munzinger</ce:surname><ce:cross-ref refid="aff0980" id="crf1330"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9610-5218" id="au1260" author-id="S0370269322007833-87b1871cb5322125246e41414e82d2aa"><ce:given-name>M.</ce:given-name><ce:surname>Bregant</ce:surname><ce:cross-ref refid="aff1090" id="crf1340"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3075-1556" id="au1270" author-id="S0370269322007833-3447b7af552eef8253439fc680d2465d"><ce:given-name>M.</ce:given-name><ce:surname>Broz</ce:surname><ce:cross-ref refid="aff0350" id="crf1350"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6247-9633" id="au1280" author-id="S0370269322007833-9b346fc8f020b5f1a8e8e3560725c391"><ce:given-name>G.E.</ce:given-name><ce:surname>Bruno</ce:surname><ce:cross-ref refid="aff0970" id="crf1360"><ce:sup>97</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0310" id="crf1370"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-2547-0419" id="au1290" author-id="S0370269322007833-0aaa8ce5d15cf719aaa0ec42b2adb4c2"><ce:given-name>M.D.</ce:given-name><ce:surname>Buckland</ce:surname><ce:cross-ref refid="aff1160" id="crf1380"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-7215-3122" id="au1300" author-id="S0370269322007833-27b568962c1cffcc5a28c80771ca52a7"><ce:given-name>D.</ce:given-name><ce:surname>Budnikov</ce:surname><ce:cross-ref refid="aff1390" id="crf1390"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-4284-8943" id="au1310" author-id="S0370269322007833-04a180c39d990d56daf8312e6374df91"><ce:given-name>H.</ce:given-name><ce:surname>Buesching</ce:surname><ce:cross-ref refid="aff0630" id="crf1400"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0413-9478" id="au1320" author-id="S0370269322007833-e1d7f52409f68734925ee2433dfdc5f8"><ce:given-name>S.</ce:given-name><ce:surname>Bufalino</ce:surname><ce:cross-ref refid="aff0290" id="crf1410"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au1330" author-id="S0370269322007833-87370bf7d75d7f57547783ea37a4b1a2"><ce:given-name>O.</ce:given-name><ce:surname>Bugnon</ce:surname><ce:cross-ref refid="aff1030" id="crf1420"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2049-1380" id="au1340" author-id="S0370269322007833-2adaca7e16d5edbd4b4a8c58e60e2d0c"><ce:given-name>P.</ce:given-name><ce:surname>Buhler</ce:surname><ce:cross-ref refid="aff1020" id="crf1430"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8880-1608" id="au1350" author-id="S0370269322007833-b6b583d8873ae30d5fbf510f9cde2b9f"><ce:given-name>Z.</ce:given-name><ce:surname>Buthelezi</ce:surname><ce:cross-ref refid="aff0670" id="crf1440"><ce:sup>67</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1200" id="crf1450"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author id="au1360" author-id="S0370269322007833-681f4d5c79af9591dff9c9257513b4c4"><ce:given-name>J.B.</ce:given-name><ce:surname>Butt</ce:surname><ce:cross-ref refid="aff0130" id="crf1460"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6286-120X" id="au1370" author-id="S0370269322007833-8bd4ad3c56cf1862d8764d10e437f8de"><ce:given-name>A.</ce:given-name><ce:surname>Bylinkin</ce:surname><ce:cross-ref refid="aff1150" id="crf1470"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au1380" author-id="S0370269322007833-281baff95fcf856236710c57b07d7d72"><ce:given-name>S.A.</ce:given-name><ce:surname>Bysiak</ce:surname><ce:cross-ref refid="aff1060" id="crf1480"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-3424-1553" id="au1390" author-id="S0370269322007833-7e7d4973288f2699337c5afd756b3adf"><ce:given-name>M.</ce:given-name><ce:surname>Cai</ce:surname><ce:cross-ref refid="aff0270" id="crf1490"><ce:sup>27</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf1500"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1595-411X" id="au1400" author-id="S0370269322007833-64ab73ec58bc97d56cfedce941d1bc73"><ce:given-name>H.</ce:given-name><ce:surname>Caines</ce:surname><ce:cross-ref refid="aff1360" id="crf1510"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2543-0336" id="au1410" author-id="S0370269322007833-1537c5d8a3d8edaba101a6e9728633f5"><ce:given-name>A.</ce:given-name><ce:surname>Caliva</ce:surname><ce:cross-ref refid="aff0980" id="crf1520"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5269-9779" id="au1420" author-id="S0370269322007833-4d452e3972cd6bbddee4b6ce6a4590fc"><ce:given-name>E.</ce:given-name><ce:surname>Calvo Villar</ce:surname><ce:cross-ref refid="aff1010" id="crf1530"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5945-3424" id="au1430" author-id="S0370269322007833-c1c0ee12ad916db4893d4fd44e01a9fc"><ce:given-name>J.M.M.</ce:given-name><ce:surname>Camacho</ce:surname><ce:cross-ref refid="aff1080" id="crf1540"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au1440" author-id="S0370269322007833-6f2be6d7a73b89b4b5222eca9df018f3"><ce:given-name>R.S.</ce:given-name><ce:surname>Camacho</ce:surname><ce:cross-ref refid="aff0440" id="crf1550"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9261-9497" id="au1450" author-id="S0370269322007833-4d8f8d0ad29b659335681aaaff02adb7"><ce:given-name>P.</ce:given-name><ce:surname>Camerini</ce:surname><ce:cross-ref refid="aff0230" id="crf1560"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0604-2044" id="au1460" author-id="S0370269322007833-2156c22521af72728bf7ab1652256046"><ce:given-name>F.D.M.</ce:given-name><ce:surname>Canedo</ce:surname><ce:cross-ref refid="aff1090" id="crf1570"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4008-9922" id="au1470" author-id="S0370269322007833-5a8498fd5fdf69f1b7400d8bfb13bf9a"><ce:given-name>M.</ce:given-name><ce:surname>Carabas</ce:surname><ce:cross-ref refid="aff1230" id="crf1580"><ce:sup>123</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9981-7536" id="au1480" author-id="S0370269322007833-c9d38fce3cedd9eea0fadf7136e9c290"><ce:given-name>F.</ce:given-name><ce:surname>Carnesecchi</ce:surname><ce:cross-ref refid="aff0320" id="crf1590"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7610-8673" id="au1490" author-id="S0370269322007833-4970df08011054be150397c4aef34188"><ce:given-name>R.</ce:given-name><ce:surname>Caron</ce:surname><ce:cross-ref refid="aff1250" id="crf1600"><ce:sup>125</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1270" id="crf1610"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5187-2779" id="au1500" author-id="S0370269322007833-69e5487070569c057d001d3b3dc279cb"><ce:given-name>J.</ce:given-name><ce:surname>Castillo Castellanos</ce:surname><ce:cross-ref refid="aff1270" id="crf1620"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0722-7692" id="au1510" author-id="S0370269322007833-e5aa40f8740350a345be66b2e9bc7455"><ce:given-name>F.</ce:given-name><ce:surname>Catalano</ce:surname><ce:cross-ref refid="aff0290" id="crf1630"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0985-4155" id="au1520" author-id="S0370269322007833-53f472c3ffc5250dac970f78c4dd288d"><ce:given-name>C.</ce:given-name><ce:surname>Ceballos Sanchez</ce:surname><ce:cross-ref refid="aff1400" id="crf1640"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9614-4046" id="au1530" author-id="S0370269322007833-3e64407341c8f9b954d05f08879cb006"><ce:given-name>I.</ce:given-name><ce:surname>Chakaberia</ce:surname><ce:cross-ref refid="aff0740" id="crf1650"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3311-1175" id="au1540" author-id="S0370269322007833-36822df62a25b3a759afcd6dd67aaa67"><ce:given-name>P.</ce:given-name><ce:surname>Chakraborty</ce:surname><ce:cross-ref refid="aff0460" id="crf1660"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4238-2302" id="au1550" author-id="S0370269322007833-0fad5742af8cbf238e9202779c4b0775"><ce:given-name>S.</ce:given-name><ce:surname>Chandra</ce:surname><ce:cross-ref refid="aff1310" id="crf1670"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4511-4784" id="au1560" author-id="S0370269322007833-d552ce0244303ed180a49d5ecff1a6b3"><ce:given-name>S.</ce:given-name><ce:surname>Chapeland</ce:surname><ce:cross-ref refid="aff0320" id="crf1680"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0578-5567" id="au1570" author-id="S0370269322007833-06bda5865bdd9370a538cd04b601a05d"><ce:given-name>M.</ce:given-name><ce:surname>Chartier</ce:surname><ce:cross-ref refid="aff1160" id="crf1690"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1097-8806" id="au1580" author-id="S0370269322007833-a62bdbc068c738c0fb35a82e93008bec"><ce:given-name>S.</ce:given-name><ce:surname>Chattopadhyay</ce:surname><ce:cross-ref refid="aff1310" id="crf1700"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8789-0004" id="au1590" author-id="S0370269322007833-6acd0725a2b7a91ff18d91a1e5774616"><ce:given-name>S.</ce:given-name><ce:surname>Chattopadhyay</ce:surname><ce:cross-ref refid="aff0990" id="crf1710"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6224-1577" id="au1600" author-id="S0370269322007833-8820e0173f72e4afd388b97e61345312"><ce:given-name>T.G.</ce:given-name><ce:surname>Chavez</ce:surname><ce:cross-ref refid="aff0440" id="crf1720"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-0724-7003" id="au1610" author-id="S0370269322007833-d70035a0e00412e1c8ae86250a4c402b"><ce:given-name>T.</ce:given-name><ce:surname>Cheng</ce:surname><ce:cross-ref refid="aff0060" id="crf1730"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-8368-9407" id="au1620" author-id="S0370269322007833-ca8822da379f8f06e7a9f9c9e5093c82"><ce:given-name>C.</ce:given-name><ce:surname>Cheshkov</ce:surname><ce:cross-ref refid="aff1250" id="crf1740"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4891-5168" id="au1630" author-id="S0370269322007833-d6846c37b606921989676fa997ce9336"><ce:given-name>B.</ce:given-name><ce:surname>Cheynis</ce:surname><ce:cross-ref refid="aff1250" id="crf1750"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6837-3362" id="au1640" author-id="S0370269322007833-52ed83ce72b97c374302f9f08ca70552"><ce:given-name>V.</ce:given-name><ce:surname>Chibante Barroso</ce:surname><ce:cross-ref refid="aff0320" id="crf1760"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9982-9577" id="au1650" author-id="S0370269322007833-6e8b0cfc33394bd0c0ea76a5dc3bdd1e"><ce:given-name>D.D.</ce:given-name><ce:surname>Chinellato</ce:surname><ce:cross-ref refid="aff1100" id="crf1770"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-7059-0601" id="au1660" author-id="S0370269322007833-8f10987952ecd1d2b9db234eb1b3e769"><ce:given-name>E.S.</ce:given-name><ce:surname>Chizzali</ce:surname><ce:cross-ref refid="aff0960" id="crf1780"><ce:sup>96</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0020" id="crf1790"><ce:sup>II</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4181-8891" id="au1670" author-id="S0370269322007833-7394f9ad163deb1cbd140732c5728dee"><ce:given-name>J.</ce:given-name><ce:surname>Cho</ce:surname><ce:cross-ref refid="aff0570" id="crf1800"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0000-2674" id="au1680" author-id="S0370269322007833-03ad0005f719c1c5c8e7a54303b208cd"><ce:given-name>S.</ce:given-name><ce:surname>Cho</ce:surname><ce:cross-ref refid="aff0570" id="crf1810"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-5292-9579" id="au1690" author-id="S0370269322007833-f981d6a5c8dbd6610347355f930cb950"><ce:given-name>P.</ce:given-name><ce:surname>Chochula</ce:surname><ce:cross-ref refid="aff0320" id="crf1820"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4325-0646" id="au1700" author-id="S0370269322007833-201c826ab3672564ada47ab7047d952a"><ce:given-name>P.</ce:given-name><ce:surname>Christakoglou</ce:surname><ce:cross-ref refid="aff0840" id="crf1830"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1850-0121" id="au1710" author-id="S0370269322007833-ceddd44af0fa85f7e8a359fe9952d470"><ce:given-name>C.H.</ce:given-name><ce:surname>Christensen</ce:surname><ce:cross-ref refid="aff0830" id="crf1840"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7066-3473" id="au1720" author-id="S0370269322007833-a57b00b2781624685a4077f70e9e803c"><ce:given-name>P.</ce:given-name><ce:surname>Christiansen</ce:surname><ce:cross-ref refid="aff0750" id="crf1850"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5433-969X" id="au1730" author-id="S0370269322007833-d65a6fea77eef62f62b020ec199100b9"><ce:given-name>T.</ce:given-name><ce:surname>Chujo</ce:surname><ce:cross-ref refid="aff1220" id="crf1860"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8804-1100" id="au1740" author-id="S0370269322007833-2c3b602509ea5db525fb4d019b16a043"><ce:given-name>M.</ce:given-name><ce:surname>Ciacco</ce:surname><ce:cross-ref refid="aff0290" id="crf1870"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5129-1723" id="au1750" author-id="S0370269322007833-45d326d84d094e388b2ab73a40e1fb9a"><ce:given-name>C.</ce:given-name><ce:surname>Cicalo</ce:surname><ce:cross-ref refid="aff0510" id="crf1880"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6806-3206" id="au1760" author-id="S0370269322007833-98fb86a5e58c4e31ac3ac07654a12993"><ce:given-name>L.</ce:given-name><ce:surname>Cifarelli</ce:surname><ce:cross-ref refid="aff0250" id="crf1890"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4255-7347" id="au1770" author-id="S0370269322007833-e790aeacc1e0c80aa51ea2443a559e4c"><ce:given-name>F.</ce:given-name><ce:surname>Cindolo</ce:surname><ce:cross-ref refid="aff0500" id="crf1900"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au1780" author-id="S0370269322007833-328e7e122ca669bc01708f4b579589bb"><ce:given-name>M.R.</ce:given-name><ce:surname>Ciupek</ce:surname><ce:cross-ref refid="aff0980" id="crf1910"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author id="au1790" author-id="S0370269322007833-2d86b4b738b65c3c7ec4df969eac5619"><ce:given-name>G.</ce:given-name><ce:surname>Clai</ce:surname><ce:cross-ref refid="aff0500" id="crf1920"><ce:sup>50</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0030" id="crf1930"><ce:sup>III</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2677-7961" id="au1800" author-id="S0370269322007833-7ac6df9a7968d738a42afb544fc46cdc"><ce:given-name>F.</ce:given-name><ce:surname>Colamaria</ce:surname><ce:cross-ref refid="aff0490" id="crf1940"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au1810" author-id="S0370269322007833-d4433f73ceb9debd49821f6d16160a5a"><ce:given-name>J.S.</ce:given-name><ce:surname>Colburn</ce:surname><ce:cross-ref refid="aff1000" id="crf1950"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9102-9500" id="au1820" author-id="S0370269322007833-64184f6944db20f1d013f212c6016801"><ce:given-name>D.</ce:given-name><ce:surname>Colella</ce:surname><ce:cross-ref refid="aff0970" id="crf1960"><ce:sup>97</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0310" id="crf1970"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author id="au1830" author-id="S0370269322007833-12c1043c26dfb4c7bb99e25bdae2fedd"><ce:given-name>A.</ce:given-name><ce:surname>Collu</ce:surname><ce:cross-ref refid="aff0740" id="crf1980"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7804-0721" id="au1840" author-id="S0370269322007833-e3ddc9f882697beed5cf5fd3d92f9ff9"><ce:given-name>M.</ce:given-name><ce:surname>Colocci</ce:surname><ce:cross-ref refid="aff0320" id="crf1990"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4167-9665" id="au1850" author-id="S0370269322007833-d6acba3af6edc2fd345b8ed27e396590"><ce:given-name>M.</ce:given-name><ce:surname>Concas</ce:surname><ce:cross-ref refid="aff0550" id="crf2000"><ce:sup>55</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0040" id="crf2010"><ce:sup>IV</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5283-3520" id="au1860" author-id="S0370269322007833-92c7d6918756a563a73cb80d454f16b4"><ce:given-name>G.</ce:given-name><ce:surname>Conesa Balbastre</ce:surname><ce:cross-ref refid="aff0730" id="crf2020"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7602-2930" id="au1870" author-id="S0370269322007833-e30454ba62b6034fd8204b395747ad1c"><ce:given-name>Z.</ce:given-name><ce:surname>Conesa del Valle</ce:surname><ce:cross-ref refid="aff0720" id="crf2030"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9504-2702" id="au1880" author-id="S0370269322007833-e1e9598ed61089b3d0a7386d0bc01d1c"><ce:given-name>G.</ce:given-name><ce:surname>Contin</ce:surname><ce:cross-ref refid="aff0230" id="crf2040"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9677-5294" id="au1890" author-id="S0370269322007833-c6b724fa14cab8e7faa61da10bf4fa9a"><ce:given-name>J.G.</ce:given-name><ce:surname>Contreras</ce:surname><ce:cross-ref refid="aff0350" id="crf2050"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8343-8758" id="au1900" author-id="S0370269322007833-54a5443a8b5eab81b08e6947e2f1c52f"><ce:given-name>M.L.</ce:given-name><ce:surname>Coquet</ce:surname><ce:cross-ref refid="aff1270" id="crf2060"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author id="au1910" author-id="S0370269322007833-ac3b53a9c8b43da93328d0bb6e5687a1"><ce:given-name>T.M.</ce:given-name><ce:surname>Cormier</ce:surname><ce:cross-ref refid="aff0870" id="crf2070"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0010" id="crf2080"><ce:sup>I</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2778-6421" id="au1920" author-id="S0370269322007833-0eae3549a73a4273007803cfce7850eb"><ce:given-name>P.</ce:given-name><ce:surname>Cortese</ce:surname><ce:cross-ref refid="aff1290" id="crf2090"><ce:sup>129</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf2100"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7880-8611" id="au1930" author-id="S0370269322007833-32f9fa81e325f2cb1e4716f3404a5b78"><ce:given-name>M.R.</ce:given-name><ce:surname>Cosentino</ce:surname><ce:cross-ref refid="aff1110" id="crf2110"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6955-3314" id="au1940" author-id="S0370269322007833-5e04048311053c8b6d080fb13720e33f"><ce:given-name>F.</ce:given-name><ce:surname>Costa</ce:surname><ce:cross-ref refid="aff0320" id="crf2120"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5860-585X" id="au1950" author-id="S0370269322007833-a36560f5de035b1d87cdcb9c25e47291"><ce:given-name>S.</ce:given-name><ce:surname>Costanza</ce:surname><ce:cross-ref refid="aff0210" id="crf2130"><ce:sup>21</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf2140"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7528-6523" id="au1960" author-id="S0370269322007833-8ffac10814dda24e16540e3e2c32771e"><ce:given-name>P.</ce:given-name><ce:surname>Crochet</ce:surname><ce:cross-ref refid="aff1240" id="crf2150"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6359-0608" id="au1970" author-id="S0370269322007833-1460b77cf493b1d673e3f69841099860"><ce:given-name>R.</ce:given-name><ce:surname>Cruz-Torres</ce:surname><ce:cross-ref refid="aff0740" id="crf2160"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au1980" author-id="S0370269322007833-b3bc0849bb51cd37c12132adb1b545d3"><ce:given-name>E.</ce:given-name><ce:surname>Cuautle</ce:surname><ce:cross-ref refid="aff0640" id="crf2170"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5140-9816" id="au1990" author-id="S0370269322007833-154d44f344bf8eb1659237594ec00380"><ce:given-name>P.</ce:given-name><ce:surname>Cui</ce:surname><ce:cross-ref refid="aff0060" id="crf2180"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au2000" author-id="S0370269322007833-841fe60858d62fb3c041728665452d36"><ce:given-name>L.</ce:given-name><ce:surname>Cunqueiro</ce:surname><ce:cross-ref refid="aff0870" id="crf2190"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2166-1874" id="au2010" author-id="S0370269322007833-dacdda815f008c250d14ed23682f7c5c"><ce:given-name>A.</ce:given-name><ce:surname>Dainese</ce:surname><ce:cross-ref refid="aff0530" id="crf2200"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5165-6638" id="au2020" author-id="S0370269322007833-6796858d676bbae483476ff0054f3a7f"><ce:given-name>M.C.</ce:given-name><ce:surname>Danisch</ce:surname><ce:cross-ref refid="aff0950" id="crf2210"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8899-3654" id="au2030" author-id="S0370269322007833-c0e9c880db561256e8a1455c083d7a69"><ce:given-name>A.</ce:given-name><ce:surname>Danu</ce:surname><ce:cross-ref refid="aff0620" id="crf2220"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-3904-8872" id="au2040" author-id="S0370269322007833-58d260f2fcf7477723681e2781529385"><ce:given-name>P.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0800" id="crf2230"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2771-9069" id="au2050" author-id="S0370269322007833-32441445857467a4ac55667ce7a109a5"><ce:given-name>P.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0040" id="crf2240"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2678-6780" id="au2060" author-id="S0370269322007833-e49c00cb76d5001b4d8ee096e5798bac"><ce:given-name>S.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0040" id="crf2250"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5008-6859" id="au2070" author-id="S0370269322007833-b51d6ae93b7d2378570d79501d3e378a"><ce:given-name>S.</ce:given-name><ce:surname>Dash</ce:surname><ce:cross-ref refid="aff0460" id="crf2260"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au2080" author-id="S0370269322007833-ba8cdff14e5c21adb2eca2f3a9a2ce6b"><ce:given-name>R.M.H.</ce:given-name><ce:surname>David</ce:surname><ce:cross-ref refid="aff0440" id="crf2270"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7865-4202" id="au2090" author-id="S0370269322007833-fc6034ac78ff979b20e6669d779346f6"><ce:given-name>A.</ce:given-name><ce:surname>De Caro</ce:surname><ce:cross-ref refid="aff0280" id="crf2280"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3220-4505" id="au2100" author-id="S0370269322007833-ca1b8d22a9ac0c2244b18ed5ad569df7"><ce:given-name>G.</ce:given-name><ce:surname>de Cataldo</ce:surname><ce:cross-ref refid="aff0490" id="crf2290"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5986-3842" id="au2110" author-id="S0370269322007833-9a9bb6d8a20b9f3a1cdaca09c3d32b5b"><ce:given-name>L.</ce:given-name><ce:surname>De Cilladi</ce:surname><ce:cross-ref refid="aff0240" id="crf2300"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au2120" author-id="S0370269322007833-2206dab1c93bdbf1833ccc42a0f80f61"><ce:given-name>J.</ce:given-name><ce:surname>de Cuveland</ce:surname><ce:cross-ref refid="aff0380" id="crf2310"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0830-4872" id="au2130" author-id="S0370269322007833-5a5659b4fe8640a98f21d4a26d3bfadc"><ce:given-name>A.</ce:given-name><ce:surname>De Falco</ce:surname><ce:cross-ref refid="aff0220" id="crf2320"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7055-6181" id="au2140" author-id="S0370269322007833-f9afac767689f07ce00eaba12f10725d"><ce:given-name>D.</ce:given-name><ce:surname>De Gruttola</ce:surname><ce:cross-ref refid="aff0280" id="crf2330"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5884-4404" id="au2150" author-id="S0370269322007833-2307e08c47dbfe15b818992886cdc393"><ce:given-name>N.</ce:given-name><ce:surname>De Marco</ce:surname><ce:cross-ref refid="aff0550" id="crf2340"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0711-4022" id="au2160" author-id="S0370269322007833-8b0333ea68d6fead6aad66cd3ca8af18"><ce:given-name>C.</ce:given-name><ce:surname>De Martin</ce:surname><ce:cross-ref refid="aff0230" id="crf2350"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9236-0748" id="au2170" author-id="S0370269322007833-3fe3966b12a13378ab59cb643d693cf8"><ce:given-name>S.</ce:given-name><ce:surname>De Pasquale</ce:surname><ce:cross-ref refid="aff0280" id="crf2360"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0175-3712" id="au2180" author-id="S0370269322007833-3c761b0223fad723b3a6d135bc8f40ce"><ce:given-name>S.</ce:given-name><ce:surname>Deb</ce:surname><ce:cross-ref refid="aff0470" id="crf2370"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author id="au2190" author-id="S0370269322007833-9aa3d3bb7328aa99cf55b65b2d5d0ef9"><ce:given-name>H.F.</ce:given-name><ce:surname>Degenhardt</ce:surname><ce:cross-ref refid="aff1090" id="crf2380"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author id="au2200" author-id="S0370269322007833-a2ac9f1aec8c133a99e237f1a6de7593"><ce:given-name>K.R.</ce:given-name><ce:surname>Deja</ce:surname><ce:cross-ref refid="aff1320" id="crf2390"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7599-2716" id="au2210" author-id="S0370269322007833-cd28855d90484c7fb406753eac315751"><ce:given-name>R.</ce:given-name><ce:surname>Del Grande</ce:surname><ce:cross-ref refid="aff0960" id="crf2400"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6700-7950" id="au2220" author-id="S0370269322007833-cecd803c0039c46724095962ec984fe4"><ce:given-name>L.</ce:given-name><ce:surname>Dello Stritto</ce:surname><ce:cross-ref refid="aff0280" id="crf2410"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2860-9881" id="au2230" author-id="S0370269322007833-d8a87c874e42aac1f26f480d0c8cc66f"><ce:given-name>W.</ce:given-name><ce:surname>Deng</ce:surname><ce:cross-ref refid="aff0060" id="crf2420"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6562-5082" id="au2240" author-id="S0370269322007833-e91fff0426cfb4068164293072959951"><ce:given-name>P.</ce:given-name><ce:surname>Dhankher</ce:surname><ce:cross-ref refid="aff0180" id="crf2430"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5559-8906" id="au2250" author-id="S0370269322007833-87d8feae9bb9ac0142d20aa737fc7210"><ce:given-name>D.</ce:given-name><ce:surname>Di Bari</ce:surname><ce:cross-ref refid="aff0310" id="crf2440"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0348-092X" id="au2260" author-id="S0370269322007833-807d3d4d1b245891296e345324c32d68"><ce:given-name>A.</ce:given-name><ce:surname>Di Mauro</ce:surname><ce:cross-ref refid="aff0320" id="crf2450"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4886-6052" id="au2270" author-id="S0370269322007833-b81ce1a8f6b1bb7201e6f62a1a0d3f6d"><ce:given-name>R.A.</ce:given-name><ce:surname>Diaz</ce:surname><ce:cross-ref refid="aff1400" id="crf2460"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0070" id="crf2470"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2065-6256" id="au2280" author-id="S0370269322007833-e0f870aaf79db9f3bf8d89d4d0a6bb31"><ce:given-name>T.</ce:given-name><ce:surname>Dietel</ce:surname><ce:cross-ref refid="aff1120" id="crf2480"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-3775-1945" id="au2290" author-id="S0370269322007833-63e7bf92dffd268dab98d70a479b551c"><ce:given-name>Y.</ce:given-name><ce:surname>Ding</ce:surname><ce:cross-ref refid="aff1250" id="crf2490"><ce:sup>125</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf2500"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6357-7857" id="au2300" author-id="S0370269322007833-7430fdfebf05e894a243a7438023f2b3"><ce:given-name>R.</ce:given-name><ce:surname>Divià</ce:surname><ce:cross-ref refid="aff0320" id="crf2510"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-1217-7768" id="au2310" author-id="S0370269322007833-43896b750307c6ca8f01d3d4c389f8c1"><ce:given-name>D.U.</ce:given-name><ce:surname>Dixit</ce:surname><ce:cross-ref refid="aff0180" id="crf2520"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author id="au2320" author-id="S0370269322007833-9c3c08666593eb7ac528af1eef8f48db"><ce:given-name>Ø.</ce:given-name><ce:surname>Djuvsland</ce:surname><ce:cross-ref refid="aff0200" id="crf2530"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6853-8905" id="au2330" author-id="S0370269322007833-5059550062b9746ff361bdc6fe890743"><ce:given-name>U.</ce:given-name><ce:surname>Dmitrieva</ce:surname><ce:cross-ref refid="aff1390" id="crf2540"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4432-4026" id="au2340" author-id="S0370269322007833-5fa422d670f9187e89d69eeed21610f4"><ce:given-name>A.</ce:given-name><ce:surname>Dobrin</ce:surname><ce:cross-ref refid="aff0620" id="crf2550"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0739-0120" id="au2350" author-id="S0370269322007833-a53cb71a66b719bbc91c682e3b0f6c83"><ce:given-name>B.</ce:given-name><ce:surname>Dönigus</ce:surname><ce:cross-ref refid="aff0630" id="crf2560"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-6339-1104" id="au2360" author-id="S0370269322007833-bd801d7441f04d2550d9279e20a0274c"><ce:given-name>A.K.</ce:given-name><ce:surname>Dubey</ce:surname><ce:cross-ref refid="aff1310" id="crf2570"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2568-0132" id="au2370" author-id="S0370269322007833-310e49c82e75d307c9ad0e2dc4e13285"><ce:given-name>J.M.</ce:given-name><ce:surname>Dubinski</ce:surname><ce:cross-ref refid="aff1320" id="crf2580"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9582-8948" id="au2380" author-id="S0370269322007833-76f8c20cb06924eb1fb340fbb56bf4c6"><ce:given-name>A.</ce:given-name><ce:surname>Dubla</ce:surname><ce:cross-ref refid="aff0980" id="crf2590"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-4091-5327" id="au2390" author-id="S0370269322007833-2b17ba5d85d422cdfabc14608d2e9bc7"><ce:given-name>S.</ce:given-name><ce:surname>Dudi</ce:surname><ce:cross-ref refid="aff0900" id="crf2600"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0207-2871" id="au2400" author-id="S0370269322007833-0dcf960768058d73653bd4d3eb8e1905"><ce:given-name>P.</ce:given-name><ce:surname>Dupieux</ce:surname><ce:cross-ref refid="aff1240" id="crf2610"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author id="au2410" author-id="S0370269322007833-df4290cf73dd7240418a747d4c736c64"><ce:given-name>M.</ce:given-name><ce:surname>Durkac</ce:surname><ce:cross-ref refid="aff1050" id="crf2620"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au2420" author-id="S0370269322007833-d09d97450e671d7cc96eec42259314e8"><ce:given-name>N.</ce:given-name><ce:surname>Dzalaiova</ce:surname><ce:cross-ref refid="aff0120" id="crf2630"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-9752-4391" id="au2430" author-id="S0370269322007833-b2dfe97160923c36d3c32980d6ce0166"><ce:given-name>T.M.</ce:given-name><ce:surname>Eder</ce:surname><ce:cross-ref refid="aff1340" id="crf2640"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3897-0876" id="au2440" author-id="S0370269322007833-bf440f41d43f975a16ff5cb1d7942e7c"><ce:given-name>R.J.</ce:given-name><ce:surname>Ehlers</ce:surname><ce:cross-ref refid="aff0870" id="crf2650"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au2450" author-id="S0370269322007833-838a64e3f71143b70974f1f12ce5b879"><ce:given-name>V.N.</ce:given-name><ce:surname>Eikeland</ce:surname><ce:cross-ref refid="aff0200" id="crf2660"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9458-8723" id="au2460" author-id="S0370269322007833-4a6b040eac26a82ef226b902cb4da64f"><ce:given-name>F.</ce:given-name><ce:surname>Eisenhut</ce:surname><ce:cross-ref refid="aff0630" id="crf2670"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6351-2378" id="au2470" author-id="S0370269322007833-b33f259d9c1a55101b73f2f9db67896c"><ce:given-name>D.</ce:given-name><ce:surname>Elia</ce:surname><ce:cross-ref refid="aff0490" id="crf2680"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-4464-3366" id="au2480" author-id="S0370269322007833-b41cebcb00dbefb7a1029cfa75db566c"><ce:given-name>B.</ce:given-name><ce:surname>Erazmus</ce:surname><ce:cross-ref refid="aff1030" id="crf2690"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7873-0968" id="au2490" author-id="S0370269322007833-6ca2023dd9dbd0adb4eb4fcf89d9e8d7"><ce:given-name>F.</ce:given-name><ce:surname>Ercolessi</ce:surname><ce:cross-ref refid="aff0250" id="crf2700"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9410-246X" id="au2500" author-id="S0370269322007833-b3b26ff25fdc6360eab1c2a0eb35a18b"><ce:given-name>F.</ce:given-name><ce:surname>Erhardt</ce:surname><ce:cross-ref refid="aff0890" id="crf2710"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au2510" author-id="S0370269322007833-b1125a46ef6e3f34775d0833ab260cf8"><ce:given-name>M.R.</ce:given-name><ce:surname>Ersdal</ce:surname><ce:cross-ref refid="aff0200" id="crf2720"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2449-3172" id="au2520" author-id="S0370269322007833-8722ae2cee4646a951e9b11fd1d4063f"><ce:given-name>B.</ce:given-name><ce:surname>Espagnon</ce:surname><ce:cross-ref refid="aff0720" id="crf2730"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1795-6212" id="au2530" author-id="S0370269322007833-06195ac2e576eeb4b0adecea60f955c9"><ce:given-name>G.</ce:given-name><ce:surname>Eulisse</ce:surname><ce:cross-ref refid="aff0320" id="crf2740"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8427-322X" id="au2540" author-id="S0370269322007833-9e28d5c91a82108be7fc49f01fb96add"><ce:given-name>D.</ce:given-name><ce:surname>Evans</ce:surname><ce:cross-ref refid="aff1000" id="crf2750"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4239-6424" id="au2550" author-id="S0370269322007833-277be04fe2ca41c0c4b8d9acbf533562"><ce:given-name>S.</ce:given-name><ce:surname>Evdokimov</ce:surname><ce:cross-ref refid="aff1390" id="crf2760"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2325-8368" id="au2560" author-id="S0370269322007833-81e51a0849cafac31228747a415244b4"><ce:given-name>L.</ce:given-name><ce:surname>Fabbietti</ce:surname><ce:cross-ref refid="aff0960" id="crf2770"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2202-5906" id="au2570" author-id="S0370269322007833-b4fd9e52396598a0b45ab177a02b5cf2"><ce:given-name>M.</ce:given-name><ce:surname>Faggin</ce:surname><ce:cross-ref refid="aff0270" id="crf2780"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-8219-3334" id="au2580" author-id="S0370269322007833-3ed08541a4150ee27cebbfa8cb85364e"><ce:given-name>J.</ce:given-name><ce:surname>Faivre</ce:surname><ce:cross-ref refid="aff0730" id="crf2790"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3573-3389" id="au2590" author-id="S0370269322007833-ac1b4c543ede7c783908e59b93b56dda"><ce:given-name>F.</ce:given-name><ce:surname>Fan</ce:surname><ce:cross-ref refid="aff0060" id="crf2800"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0844-3282" id="au2600" author-id="S0370269322007833-c434e3704a72c3379fd3efc1cac5baa3"><ce:given-name>W.</ce:given-name><ce:surname>Fan</ce:surname><ce:cross-ref refid="aff0740" id="crf2810"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6270-9283" id="au2610" author-id="S0370269322007833-74793c8314ac99defb422d6ad12e6ee2"><ce:given-name>A.</ce:given-name><ce:surname>Fantoni</ce:surname><ce:cross-ref refid="aff0480" id="crf2820"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-4586-0930" id="au2620" author-id="S0370269322007833-e0ca7f105bebd9a2b7edf8e3e2f84581"><ce:given-name>M.</ce:given-name><ce:surname>Fasel</ce:surname><ce:cross-ref refid="aff0870" id="crf2830"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au2630" author-id="S0370269322007833-705d233901357db8c2175b3ab50898ea"><ce:given-name>P.</ce:given-name><ce:surname>Fecchio</ce:surname><ce:cross-ref refid="aff0290" id="crf2840"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5823-9733" id="au2640" author-id="S0370269322007833-c2bfb0cafa6f9d1ca27ab701c6781b38"><ce:given-name>A.</ce:given-name><ce:surname>Feliciello</ce:surname><ce:cross-ref refid="aff0550" id="crf2850"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3700-8623" id="au2650" author-id="S0370269322007833-5b00bafa2e9f53bf9169725ae0035ea1"><ce:given-name>G.</ce:given-name><ce:surname>Feofilov</ce:surname><ce:cross-ref refid="aff1390" id="crf2860"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0152-4220" id="au2660" author-id="S0370269322007833-aabae1af946388c71c1398acc8955418"><ce:given-name>A.</ce:given-name><ce:surname>Fernández Téllez</ce:surname><ce:cross-ref refid="aff0440" id="crf2870"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9723-1291" id="au2670" author-id="S0370269322007833-d7f73a93aec5923876abc48755cc82ce"><ce:given-name>M.B.</ce:given-name><ce:surname>Ferrer</ce:surname><ce:cross-ref refid="aff0320" id="crf2880"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1089-6632" id="au2680" author-id="S0370269322007833-30e070edce4904332b43b5531dc38731"><ce:given-name>A.</ce:given-name><ce:surname>Ferrero</ce:surname><ce:cross-ref refid="aff1270" id="crf2890"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9084-5784" id="au2690" author-id="S0370269322007833-68142793c50c0b6974c4d951c30d6388"><ce:given-name>A.</ce:given-name><ce:surname>Ferretti</ce:surname><ce:cross-ref refid="aff0240" id="crf2900"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-0542-4454" id="au2700" author-id="S0370269322007833-0cf51ef6627f902603bfcb916ae01ab5"><ce:given-name>V.J.G.</ce:given-name><ce:surname>Feuillard</ce:surname><ce:cross-ref refid="aff0950" id="crf2910"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7692-0079" id="au2710" author-id="S0370269322007833-3c7b622bda147b821572888347582e6d"><ce:given-name>J.</ce:given-name><ce:surname>Figiel</ce:surname><ce:cross-ref refid="aff1060" id="crf2920"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6444-4669" id="au2720" author-id="S0370269322007833-3f994100548e7aeca3abfa2bd6a6acdd"><ce:given-name>V.</ce:given-name><ce:surname>Filova</ce:surname><ce:cross-ref refid="aff0350" id="crf2930"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7104-7477" id="au2730" author-id="S0370269322007833-16de97754cf916e09dde4c06ab2487a2"><ce:given-name>D.</ce:given-name><ce:surname>Finogeev</ce:surname><ce:cross-ref refid="aff1390" id="crf2940"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8632-5580" id="au2740" author-id="S0370269322007833-78e599883a68fe0063ae2aa88c3d45cc"><ce:given-name>F.M.</ce:given-name><ce:surname>Fionda</ce:surname><ce:cross-ref refid="aff0510" id="crf2950"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author id="au2750" author-id="S0370269322007833-6f38e6b644d0c00d8c10b081f52f12d7"><ce:given-name>G.</ce:given-name><ce:surname>Fiorenza</ce:surname><ce:cross-ref refid="aff0970" id="crf2960"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0194-1318" id="au2760" author-id="S0370269322007833-bd43e27616ca1919592e9b57e7b8f61a"><ce:given-name>F.</ce:given-name><ce:surname>Flor</ce:surname><ce:cross-ref refid="aff1130" id="crf2970"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-6140-676X" id="au2770" author-id="S0370269322007833-746be3a9141d9c078cfbe60f53eeecfd"><ce:given-name>A.N.</ce:given-name><ce:surname>Flores</ce:surname><ce:cross-ref refid="aff1070" id="crf2980"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-2053-4869" id="au2780" author-id="S0370269322007833-42fd1f3680f51152dfda7cb4075ac18e"><ce:given-name>S.</ce:given-name><ce:surname>Foertsch</ce:surname><ce:cross-ref refid="aff0670" id="crf2990"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0642-2047" id="au2790" author-id="S0370269322007833-c544faa186d9364e0c00a0451633face"><ce:given-name>I.</ce:given-name><ce:surname>Fokin</ce:surname><ce:cross-ref refid="aff0950" id="crf3000"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2136-778X" id="au2800" author-id="S0370269322007833-1f224979dd316f22a826529fb384e21a"><ce:given-name>S.</ce:given-name><ce:surname>Fokin</ce:surname><ce:cross-ref refid="aff1390" id="crf3010"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8216-396X" id="au2810" author-id="S0370269322007833-012cbc6bc9303877c458bdf9a521e5ea"><ce:given-name>E.</ce:given-name><ce:surname>Fragiacomo</ce:surname><ce:cross-ref refid="aff0560" id="crf3020"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3420-6301" id="au2820" author-id="S0370269322007833-6b14343bb1477ee6f77413c5e1607139"><ce:given-name>E.</ce:given-name><ce:surname>Frajna</ce:surname><ce:cross-ref refid="aff1350" id="crf3030"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-2155-0460" id="au2830" author-id="S0370269322007833-cb179d5175a767cfcccfaf42e2d13fd9"><ce:given-name>U.</ce:given-name><ce:surname>Fuchs</ce:surname><ce:cross-ref refid="aff0320" id="crf3040"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7814-319X" id="au2840" author-id="S0370269322007833-75b81f7c708cdac6972396f07f1e615c"><ce:given-name>N.</ce:given-name><ce:surname>Funicello</ce:surname><ce:cross-ref refid="aff0280" id="crf3050"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-9666-7156" id="au2850" author-id="S0370269322007833-e99988272e94b543b10e6e1e6762c915"><ce:given-name>C.</ce:given-name><ce:surname>Furget</ce:surname><ce:cross-ref refid="aff0730" id="crf3060"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2582-1927" id="au2860" author-id="S0370269322007833-466f51a3a42f868eb651094379830769"><ce:given-name>A.</ce:given-name><ce:surname>Furs</ce:surname><ce:cross-ref refid="aff1390" id="crf3070"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6122-4698" id="au2870" author-id="S0370269322007833-ce50de6d5c62db541251975d35c3ef1e"><ce:given-name>J.J.</ce:given-name><ce:surname>Gaardhøje</ce:surname><ce:cross-ref refid="aff0830" id="crf3080"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6314-7419" id="au2880" author-id="S0370269322007833-cc1e5eeab68bbb2c3a078d24d2e806fb"><ce:given-name>M.</ce:given-name><ce:surname>Gagliardi</ce:surname><ce:cross-ref refid="aff0240" id="crf3090"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0019-9692" id="au2890" author-id="S0370269322007833-7a1ebb0715ccd1767039dbefe6aa000c"><ce:given-name>A.M.</ce:given-name><ce:surname>Gago</ce:surname><ce:cross-ref refid="aff1010" id="crf3100"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author id="au2900" author-id="S0370269322007833-99c7387ccffb2e1e0541b43b3018fdef"><ce:given-name>A.</ce:given-name><ce:surname>Gal</ce:surname><ce:cross-ref refid="aff1260" id="crf3110"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5496-8533" id="au2910" author-id="S0370269322007833-23c91ffad460f5afabddb04373c9f2f9"><ce:given-name>C.D.</ce:given-name><ce:surname>Galvan</ce:surname><ce:cross-ref refid="aff1080" id="crf3120"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4871-4064" id="au2920" author-id="S0370269322007833-8650c037fc955510cd76a4536ac83b03"><ce:given-name>P.</ce:given-name><ce:surname>Ganoti</ce:surname><ce:cross-ref refid="aff0780" id="crf3130"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-2395-8130" id="au2930" author-id="S0370269322007833-d12fc16d28f1dce28adbdb23a5ddbcd4"><ce:given-name>C.</ce:given-name><ce:surname>Garabatos</ce:surname><ce:cross-ref refid="aff0980" id="crf3140"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5038-1337" id="au2940" author-id="S0370269322007833-df265a31acafb0a0d83f8ac8f13667e6"><ce:given-name>J.R.A.</ce:given-name><ce:surname>Garcia</ce:surname><ce:cross-ref refid="aff0440" id="crf3150"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6847-8671" id="au2950" author-id="S0370269322007833-07a4057e80a82b458aafc1e9dd90f0ba"><ce:given-name>E.</ce:given-name><ce:surname>Garcia-Solis</ce:surname><ce:cross-ref refid="aff0090" id="crf3160"><ce:sup>9</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8512-8219" id="au2960" author-id="S0370269322007833-8f3671ab888761876ad72f8897499a10"><ce:given-name>K.</ce:given-name><ce:surname>Garg</ce:surname><ce:cross-ref refid="aff1030" id="crf3170"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4753-577X" id="au2970" author-id="S0370269322007833-987fe2eab608df9880768b4abb040eae"><ce:given-name>C.</ce:given-name><ce:surname>Gargiulo</ce:surname><ce:cross-ref refid="aff0320" id="crf3180"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au2980" author-id="S0370269322007833-0a421258e4c2e68267cbf36b6e5c0d5b"><ce:given-name>A.</ce:given-name><ce:surname>Garibli</ce:surname><ce:cross-ref refid="aff0810" id="crf3190"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au2990" author-id="S0370269322007833-71fb0aae98a5fed2648a66e4a7fba2bb"><ce:given-name>K.</ce:given-name><ce:surname>Garner</ce:surname><ce:cross-ref refid="aff1340" id="crf3200"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0015-6713" id="au3000" author-id="S0370269322007833-6234390f32e4a2984bc0654b17dcc492"><ce:given-name>E.F.</ce:given-name><ce:surname>Gauger</ce:surname><ce:cross-ref refid="aff1070" id="crf3210"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7039-535X" id="au3010" author-id="S0370269322007833-e15f53ade07920f42fc443e2c0e4d59a"><ce:given-name>A.</ce:given-name><ce:surname>Gautam</ce:surname><ce:cross-ref refid="aff1150" id="crf3220"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8450-5318" id="au3020" author-id="S0370269322007833-d29ecc9c86d03e88594e296615e84c9a"><ce:given-name>M.B.</ce:given-name><ce:surname>Gay Ducati</ce:surname><ce:cross-ref refid="aff0650" id="crf3230"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7382-1609" id="au3030" author-id="S0370269322007833-8d334f5f7f55bf362a6956f1bffdf2c3"><ce:given-name>M.</ce:given-name><ce:surname>Germain</ce:surname><ce:cross-ref refid="aff1030" id="crf3240"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author id="au3040" author-id="S0370269322007833-87f4a98aa68feedf19ca0cc21388e710"><ce:given-name>S.K.</ce:given-name><ce:surname>Ghosh</ce:surname><ce:cross-ref refid="aff0040" id="crf3250"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4831-5808" id="au3050" author-id="S0370269322007833-255d61357ee3950aa2511a27c84eaf0a"><ce:given-name>M.</ce:given-name><ce:surname>Giacalone</ce:surname><ce:cross-ref refid="aff0250" id="crf3260"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4167-7176" id="au3060" author-id="S0370269322007833-3e2c737e4be858cd21077f3c75d4a1a5"><ce:given-name>P.</ce:given-name><ce:surname>Gianotti</ce:surname><ce:cross-ref refid="aff0480" id="crf3270"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1383-6160" id="au3070" author-id="S0370269322007833-c03ebc10e5b747137b76532ec58d9b7c"><ce:given-name>P.</ce:given-name><ce:surname>Giubellino</ce:surname><ce:cross-ref refid="aff0980" id="crf3280"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf3290"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4358-5355" id="au3080" author-id="S0370269322007833-4484cd7bf97022c8764e710e83e310ea"><ce:given-name>P.</ce:given-name><ce:surname>Giubilato</ce:surname><ce:cross-ref refid="aff0270" id="crf3300"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7400-7019" id="au3090" author-id="S0370269322007833-8da930564b3ed61741e5e20fce3e2a52"><ce:given-name>A.M.C.</ce:given-name><ce:surname>Glaenzer</ce:surname><ce:cross-ref refid="aff1270" id="crf3310"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3793-5291" id="au3100" author-id="S0370269322007833-376802ecfdb934149d8388178a587721"><ce:given-name>P.</ce:given-name><ce:surname>Glässel</ce:surname><ce:cross-ref refid="aff0950" id="crf3320"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-1162-7067" id="au3110" author-id="S0370269322007833-1b2d870f15ca702db28903678f5d75de"><ce:given-name>E.</ce:given-name><ce:surname>Glimos</ce:surname><ce:cross-ref refid="aff1190" id="crf3330"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au3120" author-id="S0370269322007833-93dce0bd4ad68fe50f0a23cb75dc5ece"><ce:given-name>D.J.Q.</ce:given-name><ce:surname>Goh</ce:surname><ce:cross-ref refid="aff0760" id="crf3340"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7607-3965" id="au3130" author-id="S0370269322007833-c25e38120a3069e0125dc6c22f89fa94"><ce:given-name>V.</ce:given-name><ce:surname>Gonzalez</ce:surname><ce:cross-ref refid="aff1330" id="crf3350"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9202-262X" id="au3140" author-id="S0370269322007833-2dc052a1e9c57f3a73482a2d5d0260f3"><ce:given-name>L.H.</ce:given-name><ce:surname>González-Trueba</ce:surname><ce:cross-ref refid="aff0660" id="crf3360"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author id="au3150" author-id="S0370269322007833-9b9d13249a72db20d32b4da1cee42ded"><ce:given-name>S.</ce:given-name><ce:surname>Gorbunov</ce:surname><ce:cross-ref refid="aff0380" id="crf3370"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1746-1279" id="au3160" author-id="S0370269322007833-90965aac862ee9a40904f43bd5d6f611"><ce:given-name>M.</ce:given-name><ce:surname>Gorgon</ce:surname><ce:cross-ref refid="aff0020" id="crf3380"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7792-2247" id="au3170" author-id="S0370269322007833-39d74df1971ac41d3b24d84ed4a40ce3"><ce:given-name>L.</ce:given-name><ce:surname>Görlich</ce:surname><ce:cross-ref refid="aff1060" id="crf3390"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au3180" author-id="S0370269322007833-7662d0c3046b717d6aafb31b874bc7fc"><ce:given-name>S.</ce:given-name><ce:surname>Gotovac</ce:surname><ce:cross-ref refid="aff0330" id="crf3400"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9581-0879" id="au3190" author-id="S0370269322007833-88c4e3bf21c3c3108a671e555e5f3c36"><ce:given-name>V.</ce:given-name><ce:surname>Grabski</ce:surname><ce:cross-ref refid="aff0660" id="crf3410"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4442-5727" id="au3200" author-id="S0370269322007833-4f5d9c0299fdae0f1004b34a8b3fdc63"><ce:given-name>L.K.</ce:given-name><ce:surname>Graczykowski</ce:surname><ce:cross-ref refid="aff1320" id="crf3420"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-9826-4989" id="au3210" author-id="S0370269322007833-314e30ecd3bb765de3d19d06189891a2"><ce:given-name>E.</ce:given-name><ce:surname>Grecka</ce:surname><ce:cross-ref refid="aff0860" id="crf3430"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1476-6245" id="au3220" author-id="S0370269322007833-a6c90861d9b7eaf03c2639488fe4154c"><ce:given-name>L.</ce:given-name><ce:surname>Greiner</ce:surname><ce:cross-ref refid="aff0740" id="crf3440"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0562-9820" id="au3230" author-id="S0370269322007833-af14458a77f832d22ca950af14f8493e"><ce:given-name>A.</ce:given-name><ce:surname>Grelli</ce:surname><ce:cross-ref refid="aff0580" id="crf3450"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9035-556X" id="au3240" author-id="S0370269322007833-f8a6e1944c58dda71cfafb800846c896"><ce:given-name>C.</ce:given-name><ce:surname>Grigoras</ce:surname><ce:cross-ref refid="aff0320" id="crf3460"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0661-5220" id="au3250" author-id="S0370269322007833-953aba0e06d9873f30e491943bf618b0"><ce:given-name>V.</ce:given-name><ce:surname>Grigoriev</ce:surname><ce:cross-ref refid="aff1390" id="crf3470"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0658-5949" id="au3260" author-id="S0370269322007833-fade90c306431c659a9ed2757eb7e080"><ce:given-name>S.</ce:given-name><ce:surname>Grigoryan</ce:surname><ce:cross-ref refid="aff1400" id="crf3480"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0010" id="crf3490"><ce:sup>1</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1469-9022" id="au3270" author-id="S0370269322007833-1aceebae73d51f462d1727b9bbd88172"><ce:given-name>F.</ce:given-name><ce:surname>Grosa</ce:surname><ce:cross-ref refid="aff0320" id="crf3500"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8372-5135" id="au3280" author-id="S0370269322007833-35be2bb8fb5264060c83aaa2bd6945a1"><ce:given-name>J.F.</ce:given-name><ce:surname>Grosse-Oetringhaus</ce:surname><ce:cross-ref refid="aff0320" id="crf3510"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9960-2594" id="au3290" author-id="S0370269322007833-b0a55ca5abf071c61d021e8ccf9728f3"><ce:given-name>R.</ce:given-name><ce:surname>Grosso</ce:surname><ce:cross-ref refid="aff0980" id="crf3520"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9785-2215" id="au3300" author-id="S0370269322007833-e4f860038db61bc49c20c4ebfd1978a8"><ce:given-name>D.</ce:given-name><ce:surname>Grund</ce:surname><ce:cross-ref refid="aff0350" id="crf3530"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5298-2881" id="au3310" author-id="S0370269322007833-18c7a61fd748313ebfc50b673826591d"><ce:given-name>G.G.</ce:given-name><ce:surname>Guardiano</ce:surname><ce:cross-ref refid="aff1100" id="crf3540"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0626-9724" id="au3320" author-id="S0370269322007833-49423e283ef46a2191735696f1f8e1cf"><ce:given-name>R.</ce:given-name><ce:surname>Guernane</ce:surname><ce:cross-ref refid="aff0730" id="crf3550"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5990-482X" id="au3330" author-id="S0370269322007833-1c69d97d25199af7734252f2ba5c94dd"><ce:given-name>M.</ce:given-name><ce:surname>Guilbaud</ce:surname><ce:cross-ref refid="aff1030" id="crf3560"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3809-4984" id="au3340" author-id="S0370269322007833-135be9a58c4bb97999a54df788a17739"><ce:given-name>K.</ce:given-name><ce:surname>Gulbrandsen</ce:surname><ce:cross-ref refid="aff0830" id="crf3570"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6769-599X" id="au3350" author-id="S0370269322007833-54b557b1b16c66ddca3ffa8a1514552e"><ce:given-name>T.</ce:given-name><ce:surname>Gunji</ce:surname><ce:cross-ref refid="aff1210" id="crf3580"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2843-2556" id="au3360" author-id="S0370269322007833-1f18901fa4f597e541e4b6d7d3993742"><ce:given-name>W.</ce:given-name><ce:surname>Guo</ce:surname><ce:cross-ref refid="aff0060" id="crf3590"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6178-648X" id="au3370" author-id="S0370269322007833-99034e91113d8d65c1b671490ba1dcb4"><ce:given-name>A.</ce:given-name><ce:surname>Gupta</ce:surname><ce:cross-ref refid="aff0910" id="crf3600"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7474-0755" id="au3380" author-id="S0370269322007833-e1c6a423f099dbb8f259dfde5800cf80"><ce:given-name>R.</ce:given-name><ce:surname>Gupta</ce:surname><ce:cross-ref refid="aff0910" id="crf3610"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-0106-3130" id="au3390" author-id="S0370269322007833-bd6f669dcc7323e19d9d5f15f06cfc64"><ce:given-name>S.P.</ce:given-name><ce:surname>Guzman</ce:surname><ce:cross-ref refid="aff0440" id="crf3620"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2420-7650" id="au3400" author-id="S0370269322007833-cc3b2f2a8588716c0e46858eda331189"><ce:given-name>L.</ce:given-name><ce:surname>Gyulai</ce:surname><ce:cross-ref refid="aff1350" id="crf3630"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author id="au3410" author-id="S0370269322007833-6f01f05172f0ead44e86c024003fc89a"><ce:given-name>M.K.</ce:given-name><ce:surname>Habib</ce:surname><ce:cross-ref refid="aff0980" id="crf3640"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9336-5169" id="au3420" author-id="S0370269322007833-9362679e8c5f67344ceb8b58a1427f0f"><ce:given-name>C.</ce:given-name><ce:surname>Hadjidakis</ce:surname><ce:cross-ref refid="aff0720" id="crf3650"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3808-7917" id="au3430" author-id="S0370269322007833-36473b590e40cc5d72e4fe5ed94a3e26"><ce:given-name>H.</ce:given-name><ce:surname>Hamagaki</ce:surname><ce:cross-ref refid="aff0760" id="crf3660"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author id="au3440" author-id="S0370269322007833-4001056cdfcdff2bf9283cb9eb65dce6"><ce:given-name>M.</ce:given-name><ce:surname>Hamid</ce:surname><ce:cross-ref refid="aff0060" id="crf3670"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-6551-4180" id="au3450" author-id="S0370269322007833-7ab9680a7316f6e97c5571beb2681fd5"><ce:given-name>Y.</ce:given-name><ce:surname>Han</ce:surname><ce:cross-ref refid="aff1370" id="crf3680"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4518-3528" id="au3460" author-id="S0370269322007833-ab877e6ad3aa564fc07ff9279bdb0114"><ce:given-name>R.</ce:given-name><ce:surname>Hannigan</ce:surname><ce:cross-ref refid="aff1070" id="crf3690"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7978-9638" id="au3470" author-id="S0370269322007833-6cb4376ff64678829e7af4b6b3584d70"><ce:given-name>M.R.</ce:given-name><ce:surname>Haque</ce:surname><ce:cross-ref refid="aff1320" id="crf3700"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au3480" author-id="S0370269322007833-1ad6c786673c0d88fb3ec98199ef2627"><ce:given-name>A.</ce:given-name><ce:surname>Harlenderova</ce:surname><ce:cross-ref refid="aff0980" id="crf3710"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8535-3061" id="au3490" author-id="S0370269322007833-093df752b6ef0875125996d2e249b17f"><ce:given-name>J.W.</ce:given-name><ce:surname>Harris</ce:surname><ce:cross-ref refid="aff1360" id="crf3720"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-3528-4709" id="au3500" author-id="S0370269322007833-1cc09eaf1767efb447484c3576c326a3"><ce:given-name>A.</ce:given-name><ce:surname>Harton</ce:surname><ce:cross-ref refid="aff0090" id="crf3730"><ce:sup>9</ce:sup></ce:cross-ref></ce:author><ce:author id="au3510" author-id="S0370269322007833-8f1d14fcc366c98d7ffc616fd4020b3a"><ce:given-name>J.A.</ce:given-name><ce:surname>Hasenbichler</ce:surname><ce:cross-ref refid="aff0320" id="crf3740"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6529-560X" id="au3520" author-id="S0370269322007833-3c2864accc71830551ec0dc4bc72466c"><ce:given-name>H.</ce:given-name><ce:surname>Hassan</ce:surname><ce:cross-ref refid="aff0870" id="crf3750"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7638-2047" id="au3530" author-id="S0370269322007833-ec5233119b47dffa5f645e1bcad8c3ab"><ce:given-name>D.</ce:given-name><ce:surname>Hatzifotiadou</ce:surname><ce:cross-ref refid="aff0500" id="crf3760"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9593-6730" id="au3540" author-id="S0370269322007833-c494e289485a5b77e2698762fd7f4b6d"><ce:given-name>P.</ce:given-name><ce:surname>Hauer</ce:surname><ce:cross-ref refid="aff0420" id="crf3770"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4743-2885" id="au3550" author-id="S0370269322007833-d07756ab653a033a44665f2378719cc2"><ce:given-name>L.B.</ce:given-name><ce:surname>Havener</ce:surname><ce:cross-ref refid="aff1360" id="crf3780"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9083-4484" id="au3560" author-id="S0370269322007833-8e268fbd99e6fae4655760d64978b0ff"><ce:given-name>S.T.</ce:given-name><ce:surname>Heckel</ce:surname><ce:cross-ref refid="aff0960" id="crf3790"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7404-8723" id="au3570" author-id="S0370269322007833-7ad645538c2eb3346cfb0dd07e68d266"><ce:given-name>E.</ce:given-name><ce:surname>Hellbär</ce:surname><ce:cross-ref refid="aff0980" id="crf3800"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9335-9076" id="au3580" author-id="S0370269322007833-2ec6e519610c64506f6a6c4958b0ac54"><ce:given-name>H.</ce:given-name><ce:surname>Helstrup</ce:surname><ce:cross-ref refid="aff0340" id="crf3810"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4004-5265" id="au3590" author-id="S0370269322007833-51fb6f5f9415eda76fa12ad79ea6ef67"><ce:given-name>T.</ce:given-name><ce:surname>Herman</ce:surname><ce:cross-ref refid="aff0350" id="crf3820"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4692-7410" id="au3600" author-id="S0370269322007833-395e012e61feeafeb06dc1b1ee34d8d4"><ce:given-name>G.</ce:given-name><ce:surname>Herrera Corral</ce:surname><ce:cross-ref refid="aff0080" id="crf3830"><ce:sup>8</ce:sup></ce:cross-ref></ce:author><ce:author id="au3610" author-id="S0370269322007833-7a7a63e4af499b5ed75851524b48baa5"><ce:given-name>F.</ce:given-name><ce:surname>Herrmann</ce:surname><ce:cross-ref refid="aff1340" id="crf3840"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-3122-4872" id="au3620" author-id="S0370269322007833-8fe0fd23ac8c4d7a4221a002b047a705"><ce:given-name>K.F.</ce:given-name><ce:surname>Hetland</ce:surname><ce:cross-ref refid="aff0340" id="crf3850"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-1031-8307" id="au3630" author-id="S0370269322007833-5ab0a906131a8cf631664a48b8bb9672"><ce:given-name>B.</ce:given-name><ce:surname>Heybeck</ce:surname><ce:cross-ref refid="aff0630" id="crf3860"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6527-1245" id="au3640" author-id="S0370269322007833-d83a69a11b8778333bf72d127a9faaa4"><ce:given-name>H.</ce:given-name><ce:surname>Hillemanns</ce:surname><ce:cross-ref refid="aff0320" id="crf3870"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4647-4159" id="au3650" author-id="S0370269322007833-26a04d5f7344e810ea2275dad6767a9e"><ce:given-name>C.</ce:given-name><ce:surname>Hills</ce:surname><ce:cross-ref refid="aff1160" id="crf3880"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4562-2922" id="au3660" author-id="S0370269322007833-91692271254645e12e8687c69cd93550"><ce:given-name>B.</ce:given-name><ce:surname>Hippolyte</ce:surname><ce:cross-ref refid="aff1260" id="crf3890"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3850-8884" id="au3670" author-id="S0370269322007833-b2b41e3fa6c79c0bc760ec204badbf8e"><ce:given-name>B.</ce:given-name><ce:surname>Hofman</ce:surname><ce:cross-ref refid="aff0580" id="crf3900"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6925-3469" id="au3680" author-id="S0370269322007833-d68d4563c957d636f8ea0b438d75af8e"><ce:given-name>B.</ce:given-name><ce:surname>Hohlweger</ce:surname><ce:cross-ref refid="aff0840" id="crf3910"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1437-6108" id="au3690" author-id="S0370269322007833-6bcd750d66da852b78a422563f846dad"><ce:given-name>J.</ce:given-name><ce:surname>Honermann</ce:surname><ce:cross-ref refid="aff1340" id="crf3920"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3632-4547" id="au3700" author-id="S0370269322007833-fb87ef9112c084814dd4cd2584045cf3"><ce:given-name>G.H.</ce:given-name><ce:surname>Hong</ce:surname><ce:cross-ref refid="aff1370" id="crf3930"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7078-3093" id="au3710" author-id="S0370269322007833-bb0a4fa2cb3019f784b4aac68042d91d"><ce:given-name>D.</ce:given-name><ce:surname>Horak</ce:surname><ce:cross-ref refid="aff0350" id="crf3940"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9001-4198" id="au3720" author-id="S0370269322007833-9a7d8925dcb9bade29afd917e864e548"><ce:given-name>A.</ce:given-name><ce:surname>Horzyk</ce:surname><ce:cross-ref refid="aff0020" id="crf3950"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au3730" author-id="S0370269322007833-1a0aedf45a03b8412e32e8e2dc7dffc9"><ce:given-name>R.</ce:given-name><ce:surname>Hosokawa</ce:surname><ce:cross-ref refid="aff0140" id="crf3960"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-2644-3643" id="au3740" author-id="S0370269322007833-804ec34d975fc918625e33c9bf478431"><ce:given-name>Y.</ce:given-name><ce:surname>Hou</ce:surname><ce:cross-ref refid="aff0060" id="crf3970"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1477-8414" id="au3750" author-id="S0370269322007833-9f1666f66376b6067eb0db183403471c"><ce:given-name>P.</ce:given-name><ce:surname>Hristov</ce:surname><ce:cross-ref refid="aff0320" id="crf3980"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2442-4583" id="au3760" author-id="S0370269322007833-001175083688542727c74a632c90fa25"><ce:given-name>C.</ce:given-name><ce:surname>Hughes</ce:surname><ce:cross-ref refid="aff1190" id="crf3990"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au3770" author-id="S0370269322007833-c1701ed0ea0ca8b2c7644f838deb6a52"><ce:given-name>P.</ce:given-name><ce:surname>Huhn</ce:surname><ce:cross-ref refid="aff0630" id="crf4000"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9352-5049" id="au3780" author-id="S0370269322007833-1d44428a50028ba0167ad2e836cdccdd"><ce:given-name>L.M.</ce:given-name><ce:surname>Huhta</ce:surname><ce:cross-ref refid="aff1140" id="crf4010"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5397-6782" id="au3790" author-id="S0370269322007833-b77b5ca70871829f4a6caed289764804"><ce:given-name>C.V.</ce:given-name><ce:surname>Hulse</ce:surname><ce:cross-ref refid="aff0720" id="crf4020"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1008-5119" id="au3800" author-id="S0370269322007833-c0ec982d5ca2280aac9dadb166a34f51"><ce:given-name>T.J.</ce:given-name><ce:surname>Humanic</ce:surname><ce:cross-ref refid="aff0880" id="crf4030"><ce:sup>88</ce:sup></ce:cross-ref></ce:author><ce:author id="au3810" author-id="S0370269322007833-8cedcc0d345ecbd448b4d0e9a26c9612"><ce:given-name>H.</ce:given-name><ce:surname>Hushnud</ce:surname><ce:cross-ref refid="aff0990" id="crf4040"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-7787-9304" id="au3820" author-id="S0370269322007833-323f1afb31024750df32af8b3c6f19a1"><ce:given-name>A.</ce:given-name><ce:surname>Hutson</ce:surname><ce:cross-ref refid="aff1130" id="crf4050"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1488-4009" id="au3830" author-id="S0370269322007833-fe5062e806bfe0426515c8009f241e2b"><ce:given-name>D.</ce:given-name><ce:surname>Hutter</ce:surname><ce:cross-ref refid="aff0380" id="crf4060"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2851-5554" id="au3840" author-id="S0370269322007833-0e776b64ca9b6ad890dadafa39a52b22"><ce:given-name>J.P.</ce:given-name><ce:surname>Iddon</ce:surname><ce:cross-ref refid="aff1160" id="crf4070"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author id="au3850" author-id="S0370269322007833-9ba2a5336d3caa1deb6099cb7e45d7e1"><ce:given-name>R.</ce:given-name><ce:surname>Ilkaev</ce:surname><ce:cross-ref refid="aff1390" id="crf4080"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3693-2649" id="au3860" author-id="S0370269322007833-1143f987981760e3c4faf5e1333b2cb0"><ce:given-name>H.</ce:given-name><ce:surname>Ilyas</ce:surname><ce:cross-ref refid="aff0130" id="crf4090"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3895-9092" id="au3870" author-id="S0370269322007833-4b5d83b68ef345b89ecbef76ed248603"><ce:given-name>M.</ce:given-name><ce:surname>Inaba</ce:surname><ce:cross-ref refid="aff1220" id="crf4100"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2478-9651" id="au3880" author-id="S0370269322007833-9977d7231b3f865ed7ec78ac9a9c661d"><ce:given-name>G.M.</ce:given-name><ce:surname>Innocenti</ce:surname><ce:cross-ref refid="aff0320" id="crf4110"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9059-2414" id="au3890" author-id="S0370269322007833-0a5cfa2ee46360e63cba51ff45d06749"><ce:given-name>M.</ce:given-name><ce:surname>Ippolitov</ce:surname><ce:cross-ref refid="aff1390" id="crf4120"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2134-967X" id="au3900" author-id="S0370269322007833-0e13cf82a33559ab5ebec9f23873abb4"><ce:given-name>A.</ce:given-name><ce:surname>Isakov</ce:surname><ce:cross-ref refid="aff0860" id="crf4130"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7934-4038" id="au3910" author-id="S0370269322007833-a45aceacbad11ba05e293e86a5e905fa"><ce:given-name>T.</ce:given-name><ce:surname>Isidori</ce:surname><ce:cross-ref refid="aff1150" id="crf4140"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9047-4856" id="au3920" author-id="S0370269322007833-5130d91254c818e783bfe97407046033"><ce:given-name>M.S.</ce:given-name><ce:surname>Islam</ce:surname><ce:cross-ref refid="aff0990" id="crf4150"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7461-7327" id="au3930" author-id="S0370269322007833-54e062f9517cf13404565a1cfb0519df"><ce:given-name>M.</ce:given-name><ce:surname>Ivanov</ce:surname><ce:cross-ref refid="aff0980" id="crf4160"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-2983-9494" id="au3940" author-id="S0370269322007833-3257368019a48da005eff928bd69ddc7"><ce:given-name>V.</ce:given-name><ce:surname>Ivanov</ce:surname><ce:cross-ref refid="aff1390" id="crf4170"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au3950" author-id="S0370269322007833-744d295d4100d9b9a644faf7e3c07b69"><ce:given-name>V.</ce:given-name><ce:surname>Izucheev</ce:surname><ce:cross-ref refid="aff1390" id="crf4180"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2406-911X" id="au3960" author-id="S0370269322007833-04704e18ed6c47a4e430d1527c3e8979"><ce:given-name>M.</ce:given-name><ce:surname>Jablonski</ce:surname><ce:cross-ref refid="aff0020" id="crf4190"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2889-2234" id="au3970" author-id="S0370269322007833-e1a40c4976b3155e4324627b87160a72"><ce:given-name>B.</ce:given-name><ce:surname>Jacak</ce:surname><ce:cross-ref refid="aff0740" id="crf4200"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3066-855X" id="au3980" author-id="S0370269322007833-a9ad5469ba99da3ee1276a42cfc1e893"><ce:given-name>N.</ce:given-name><ce:surname>Jacazio</ce:surname><ce:cross-ref refid="aff0320" id="crf4210"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9980-5199" id="au3990" author-id="S0370269322007833-03a0ece9d78deda299068c18973826f4"><ce:given-name>P.M.</ce:given-name><ce:surname>Jacobs</ce:surname><ce:cross-ref refid="aff0740" id="crf4220"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au4000" author-id="S0370269322007833-db4b9e24a7edc69d716a7eaeb39d23bb"><ce:given-name>S.</ce:given-name><ce:surname>Jadlovska</ce:surname><ce:cross-ref refid="aff1050" id="crf4230"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au4010" author-id="S0370269322007833-624315fef87962ddbd4dfa43a00df878"><ce:given-name>J.</ce:given-name><ce:surname>Jadlovsky</ce:surname><ce:cross-ref refid="aff1050" id="crf4240"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au4020" author-id="S0370269322007833-d4ec561282e25984babb07f2923a1f18"><ce:given-name>L.</ce:given-name><ce:surname>Jaffe</ce:surname><ce:cross-ref refid="aff0380" id="crf4250"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1969-6960" id="au4030" author-id="S0370269322007833-1f660b822738c6ed8755191ebbb4fc37"><ce:given-name>C.</ce:given-name><ce:surname>Jahnke</ce:surname><ce:cross-ref refid="aff1100" id="crf4260"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9087-4665" id="au4040" author-id="S0370269322007833-47f486fd6a34a71748e4296e140bb514"><ce:given-name>M.A.</ce:given-name><ce:surname>Janik</ce:surname><ce:cross-ref refid="aff1320" id="crf4270"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au4050" author-id="S0370269322007833-2f7fea42c1c2ebec5172121a08f119ce"><ce:given-name>T.</ce:given-name><ce:surname>Janson</ce:surname><ce:cross-ref refid="aff0690" id="crf4280"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au4060" author-id="S0370269322007833-2425937bd24637e67d7635ce8c55346a"><ce:given-name>M.</ce:given-name><ce:surname>Jercic</ce:surname><ce:cross-ref refid="aff0890" id="crf4290"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au4070" author-id="S0370269322007833-919c09ef7cea2014a589c5a05b491b03"><ce:given-name>O.</ce:given-name><ce:surname>Jevons</ce:surname><ce:cross-ref refid="aff1000" id="crf4300"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7685-0808" id="au4080" author-id="S0370269322007833-0058ed807ba55e1dc3018df2944a05a9"><ce:given-name>A.A.P.</ce:given-name><ce:surname>Jimenez</ce:surname><ce:cross-ref refid="aff0640" id="crf4310"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1605-5837" id="au4090" author-id="S0370269322007833-77affd2a949bb3c47fc27d2788c61f73"><ce:given-name>F.</ce:given-name><ce:surname>Jonas</ce:surname><ce:cross-ref refid="aff0870" id="crf4320"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1340" id="crf4330"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au4100" author-id="S0370269322007833-6d3535b16f327cd1f041269fdeeb525e"><ce:given-name>P.G.</ce:given-name><ce:surname>Jones</ce:surname><ce:cross-ref refid="aff1000" id="crf4340"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9492-3775" id="au4110" author-id="S0370269322007833-332f78ad8211f0bce6beabba5723298a"><ce:given-name>J.M.</ce:given-name><ce:surname>Jowett</ce:surname><ce:cross-ref refid="aff0320" id="crf4350"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0980" id="crf4360"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6811-5240" id="au4120" author-id="S0370269322007833-20786a6320aecb24049c7d9f097b03cd"><ce:given-name>J.</ce:given-name><ce:surname>Jung</ce:surname><ce:cross-ref refid="aff0630" id="crf4370"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-0872-2785" id="au4130" author-id="S0370269322007833-00f2f22b65e3f00ce32e1e62d7cf8c0a"><ce:given-name>M.</ce:given-name><ce:surname>Jung</ce:surname><ce:cross-ref refid="aff0630" id="crf4380"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-4730-9489" id="au4140" author-id="S0370269322007833-ae7799423187e27a168e4e3b4f50107f"><ce:given-name>A.</ce:given-name><ce:surname>Junique</ce:surname><ce:cross-ref refid="aff0320" id="crf4390"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-3972-0631" id="au4150" author-id="S0370269322007833-678d0d3ca2c9237dc98c1814f934ea74"><ce:given-name>A.</ce:given-name><ce:surname>Jusko</ce:surname><ce:cross-ref refid="aff1000" id="crf4400"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7602-1121" id="au4160" author-id="S0370269322007833-a4ac5f5e32e8b75e8bcde7ebbeebad4a"><ce:given-name>M.J.</ce:given-name><ce:surname>Kabus</ce:surname><ce:cross-ref refid="aff0320" id="crf4410"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1320" id="crf4420"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au4170" author-id="S0370269322007833-62c64c1b6d866f1c9bf4715d6fbc492e"><ce:given-name>J.</ce:given-name><ce:surname>Kaewjai</ce:surname><ce:cross-ref refid="aff1040" id="crf4430"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0559-6697" id="au4180" author-id="S0370269322007833-25f33706ab3c0fc88cb8ef01da3691d8"><ce:given-name>P.</ce:given-name><ce:surname>Kalinak</ce:surname><ce:cross-ref refid="aff0590" id="crf4440"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0618-4843" id="au4190" author-id="S0370269322007833-41b64c1f5ba6342192ac11992e62b1a0"><ce:given-name>A.S.</ce:given-name><ce:surname>Kalteyer</ce:surname><ce:cross-ref refid="aff0980" id="crf4450"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6907-0486" id="au4200" author-id="S0370269322007833-dffd010dc0e688f6f012b5205d40bb61"><ce:given-name>A.</ce:given-name><ce:surname>Kalweit</ce:surname><ce:cross-ref refid="aff0320" id="crf4460"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1513-2845" id="au4210" author-id="S0370269322007833-493ff56921a9a64a54dcfee475f90fdd"><ce:given-name>V.</ce:given-name><ce:surname>Kaplin</ce:surname><ce:cross-ref refid="aff1390" id="crf4470"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6297-2532" id="au4220" author-id="S0370269322007833-74d55f23b79fbb800687a9849bf79462"><ce:given-name>A.</ce:given-name><ce:surname>Karasu Uysal</ce:surname><ce:cross-ref refid="aff0710" id="crf4480"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1726-5684" id="au4230" author-id="S0370269322007833-3e82be203cb62d9eea32b1aaf41e6e24"><ce:given-name>D.</ce:given-name><ce:surname>Karatovic</ce:surname><ce:cross-ref refid="aff0890" id="crf4490"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5629-5181" id="au4240" author-id="S0370269322007833-1817e4e142222876d2313b299f9843d8"><ce:given-name>O.</ce:given-name><ce:surname>Karavichev</ce:surname><ce:cross-ref refid="aff1390" id="crf4500"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9355-6379" id="au4250" author-id="S0370269322007833-580ddb0bc4ebcafe0237765610444018"><ce:given-name>T.</ce:given-name><ce:surname>Karavicheva</ce:surname><ce:cross-ref refid="aff1390" id="crf4510"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9057-9719" id="au4260" author-id="S0370269322007833-2c864e60f2f8af4d19e3507236bca643"><ce:given-name>P.</ce:given-name><ce:surname>Karczmarczyk</ce:surname><ce:cross-ref refid="aff1320" id="crf4520"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6603-6693" id="au4270" author-id="S0370269322007833-b47c69ba46dae7eac2d17ed8f0f0c52d"><ce:given-name>E.</ce:given-name><ce:surname>Karpechev</ce:surname><ce:cross-ref refid="aff1390" id="crf4530"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au4280" author-id="S0370269322007833-f003c09aa81337ca40de53f6ff64aebb"><ce:given-name>V.</ce:given-name><ce:surname>Kashyap</ce:surname><ce:cross-ref refid="aff0800" id="crf4540"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au4290" author-id="S0370269322007833-39796f172188c1223e4ea8fcad046412"><ce:given-name>A.</ce:given-name><ce:surname>Kazantsev</ce:surname><ce:cross-ref refid="aff1390" id="crf4550"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1831-7957" id="au4300" author-id="S0370269322007833-25097e2cb2885fb6e971c19ad9036846"><ce:given-name>U.</ce:given-name><ce:surname>Kebschull</ce:surname><ce:cross-ref refid="aff0690" id="crf4560"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1474-6191" id="au4310" author-id="S0370269322007833-3d6245ad4b6528ec5cd3dc4342645cb4"><ce:given-name>R.</ce:given-name><ce:surname>Keidel</ce:surname><ce:cross-ref refid="aff1380" id="crf4570"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au4320" author-id="S0370269322007833-ceb5d3838f7269f526d5ddd8df1cb948"><ce:given-name>D.L.D.</ce:given-name><ce:surname>Keijdener</ce:surname><ce:cross-ref refid="aff0580" id="crf4580"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-1055-0356" id="au4330" author-id="S0370269322007833-fecaf1ba0b6dd114dc8262a412352f43"><ce:given-name>M.</ce:given-name><ce:surname>Keil</ce:surname><ce:cross-ref refid="aff0320" id="crf4590"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3493-3891" id="au4340" author-id="S0370269322007833-a3efc7a21cb29c0f808956c91bfbb571"><ce:given-name>B.</ce:given-name><ce:surname>Ketzer</ce:surname><ce:cross-ref refid="aff0420" id="crf4600"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6189-3242" id="au4350" author-id="S0370269322007833-99c000594e31fd37cd95a982e448f9dc"><ce:given-name>A.M.</ce:given-name><ce:surname>Khan</ce:surname><ce:cross-ref refid="aff0060" id="crf4610"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3075-2871" id="au4360" author-id="S0370269322007833-f6c8839e395d611d25f6fa4213d5e698"><ce:given-name>S.</ce:given-name><ce:surname>Khan</ce:surname><ce:cross-ref refid="aff0150" id="crf4620"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5741-7144" id="au4370" author-id="S0370269322007833-186865278d1d181677646be57683775a"><ce:given-name>A.</ce:given-name><ce:surname>Khanzadeev</ce:surname><ce:cross-ref refid="aff1390" id="crf4630"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6653-6164" id="au4380" author-id="S0370269322007833-667eb5ff074568d1178a6a82bbbe94b7"><ce:given-name>Y.</ce:given-name><ce:surname>Kharlov</ce:surname><ce:cross-ref refid="aff1390" id="crf4640"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2724-668X" id="au4390" author-id="S0370269322007833-af29601a63909b511dc3fe2827d242d9"><ce:given-name>A.</ce:given-name><ce:surname>Khatun</ce:surname><ce:cross-ref refid="aff0150" id="crf4650"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0996-8547" id="au4400" author-id="S0370269322007833-75eccdf33b014088940ea8dfe6928ca8"><ce:given-name>A.</ce:given-name><ce:surname>Khuntia</ce:surname><ce:cross-ref refid="aff1060" id="crf4660"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-9098-9839" id="au4410" author-id="S0370269322007833-792a298eca520b567c604456dc6322b2"><ce:given-name>B.</ce:given-name><ce:surname>Kileng</ce:surname><ce:cross-ref refid="aff0340" id="crf4670"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7504-2809" id="au4420" author-id="S0370269322007833-9b23417ef9a5f93123d01e62c85ee2f1"><ce:given-name>B.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0160" id="crf4680"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6434-7084" id="au4430" author-id="S0370269322007833-8bc3985ada2d6d796030e3de8aea9f63"><ce:given-name>C.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0160" id="crf4690"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4816-283X" id="au4440" author-id="S0370269322007833-c18492d4842a66cb0d14646da5c084c8"><ce:given-name>D.J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1140" id="crf4700"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1433-6018" id="au4450" author-id="S0370269322007833-73b93e75a95f97d0b7fb71398a2bef69"><ce:given-name>E.J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0680" id="crf4710"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-0438-5567" id="au4460" author-id="S0370269322007833-6f8a289971f122fa7640055e2634f19d"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1370" id="crf4720"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-7951-7118" id="au4470" author-id="S0370269322007833-dfb0fb9c0568dd8cbf37c9f5f055de0c"><ce:given-name>J.S.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0400" id="crf4730"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9676-3309" id="au4480" author-id="S0370269322007833-f0f62d1a88ed70b50b4702c893373ef6"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0950" id="crf4740"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0078-8398" id="au4490" author-id="S0370269322007833-4996f50d237828fb641f2125c781fb18"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0680" id="crf4750"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0906-062X" id="au4500" author-id="S0370269322007833-edf468cf90c2dcc763cfd500dbda49bc"><ce:given-name>M.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0950" id="crf4760"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2102-7398" id="au4510" author-id="S0370269322007833-77086c040925a97ab71dcbcf2722d4dc"><ce:given-name>S.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0170" id="crf4770"><ce:sup>17</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4558-7856" id="au4520" author-id="S0370269322007833-70e64afd137aa22c6ba2e91f64c9dac9"><ce:given-name>T.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1370" id="crf4780"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-8978-9852" id="au4530" author-id="S0370269322007833-efcb2ff34ccc26684c4f862156dbc55a"><ce:given-name>S.</ce:given-name><ce:surname>Kirsch</ce:surname><ce:cross-ref refid="aff0630" id="crf4790"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4808-419X" id="au4540" author-id="S0370269322007833-df848de5f96c2592f3a76af09c90e839"><ce:given-name>I.</ce:given-name><ce:surname>Kisel</ce:surname><ce:cross-ref refid="aff0380" id="crf4800"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8354-7786" id="au4550" author-id="S0370269322007833-1ea25b0801f093face42e8b610a2d484"><ce:given-name>S.</ce:given-name><ce:surname>Kiselev</ce:surname><ce:cross-ref refid="aff1390" id="crf4810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8322-9510" id="au4560" author-id="S0370269322007833-b4b529dfa240f7101c6ef3cba6758335"><ce:given-name>A.</ce:given-name><ce:surname>Kisiel</ce:surname><ce:cross-ref refid="aff1320" id="crf4820"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3902-8310" id="au4570" author-id="S0370269322007833-3020f734fbf0ea535b95f85803c7ef8d"><ce:given-name>J.P.</ce:given-name><ce:surname>Kitowski</ce:surname><ce:cross-ref refid="aff0020" id="crf4830"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5592-0758" id="au4580" author-id="S0370269322007833-4018d364555aeb9f03f745de3249ceb1"><ce:given-name>J.L.</ce:given-name><ce:surname>Klay</ce:surname><ce:cross-ref refid="aff0050" id="crf4840"><ce:sup>5</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1301-1636" id="au4590" author-id="S0370269322007833-372c26d1a04e6fe5aee55307263fb082"><ce:given-name>J.</ce:given-name><ce:surname>Klein</ce:surname><ce:cross-ref refid="aff0320" id="crf4850"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2841-6553" id="au4600" author-id="S0370269322007833-02841ffd4e912d3392078c41f2d3f476"><ce:given-name>S.</ce:given-name><ce:surname>Klein</ce:surname><ce:cross-ref refid="aff0740" id="crf4860"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7285-3411" id="au4610" author-id="S0370269322007833-6bf927a1285ef066338061ff7129060f"><ce:given-name>C.</ce:given-name><ce:surname>Klein-Bösing</ce:surname><ce:cross-ref refid="aff1340" id="crf4870"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-0133-319X" id="au4620" author-id="S0370269322007833-de686ca459e7053bffb2eb548734fab9"><ce:given-name>M.</ce:given-name><ce:surname>Kleiner</ce:surname><ce:cross-ref refid="aff0630" id="crf4880"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4116-7002" id="au4630" author-id="S0370269322007833-d9c0b8c97e650cfceefe4795474835cd"><ce:given-name>T.</ce:given-name><ce:surname>Klemenz</ce:surname><ce:cross-ref refid="aff0960" id="crf4890"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6497-3974" id="au4640" author-id="S0370269322007833-3d35488d928629a86aacb8787aed73e0"><ce:given-name>A.</ce:given-name><ce:surname>Kluge</ce:surname><ce:cross-ref refid="aff0320" id="crf4900"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2211-715X" id="au4650" author-id="S0370269322007833-291644a1948a05fe8bb6f16d5715bffe"><ce:given-name>A.G.</ce:given-name><ce:surname>Knospe</ce:surname><ce:cross-ref refid="aff1130" id="crf4910"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7296-5248" id="au4660" author-id="S0370269322007833-9af73f258a62987a4bb0e3d5b123ac21"><ce:given-name>C.</ce:given-name><ce:surname>Kobdaj</ce:surname><ce:cross-ref refid="aff1040" id="crf4920"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author id="au4670" author-id="S0370269322007833-9002912594757f4703158b0d8b2f3fac"><ce:given-name>T.</ce:given-name><ce:surname>Kollegger</ce:surname><ce:cross-ref refid="aff0980" id="crf4930"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6203-9160" id="au4680" author-id="S0370269322007833-928dc5fa825dcae3f1c6433fdc958dcb"><ce:given-name>A.</ce:given-name><ce:surname>Kondratyev</ce:surname><ce:cross-ref refid="aff1400" id="crf4940"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-5996-0685" id="au4690" author-id="S0370269322007833-d7620b6a11f6a0eda9746e31690949db"><ce:given-name>N.</ce:given-name><ce:surname>Kondratyeva</ce:surname><ce:cross-ref refid="aff1390" id="crf4950"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9249-0435" id="au4700" author-id="S0370269322007833-168e8894834b8d6f8633ed84e99ae03a"><ce:given-name>E.</ce:given-name><ce:surname>Kondratyuk</ce:surname><ce:cross-ref refid="aff1390" id="crf4960"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8831-4009" id="au4710" author-id="S0370269322007833-2e621f6ebd3003956714d6ed1e9ba337"><ce:given-name>J.</ce:given-name><ce:surname>Konig</ce:surname><ce:cross-ref refid="aff0630" id="crf4970"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4824-2458" id="au4720" author-id="S0370269322007833-1aebff40479695495aa421611d1f2770"><ce:given-name>S.A.</ce:given-name><ce:surname>Konigstorfer</ce:surname><ce:cross-ref refid="aff0960" id="crf4980"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8738-7268" id="au4730" author-id="S0370269322007833-6fdeb78af09c425c2fc777a22b5ae9aa"><ce:given-name>P.J.</ce:given-name><ce:surname>Konopka</ce:surname><ce:cross-ref refid="aff0320" id="crf4990"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3652-6683" id="au4740" author-id="S0370269322007833-a6ebc19161b718e614409bd14cd742e2"><ce:given-name>G.</ce:given-name><ce:surname>Kornakov</ce:surname><ce:cross-ref refid="aff1320" id="crf5000"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6810-6897" id="au4750" author-id="S0370269322007833-bc606283f8e9b64ca017e5537c8a999c"><ce:given-name>S.D.</ce:given-name><ce:surname>Koryciak</ce:surname><ce:cross-ref refid="aff0020" id="crf5010"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3576-4185" id="au4760" author-id="S0370269322007833-584f8d6c45b2c92afa67eb902a0518d0"><ce:given-name>A.</ce:given-name><ce:surname>Kotliarov</ce:surname><ce:cross-ref refid="aff0860" id="crf5020"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-8435-0001" id="au4770" author-id="S0370269322007833-ca3a82a6876159a778c0defe2c9f7afc"><ce:given-name>O.</ce:given-name><ce:surname>Kovalenko</ce:surname><ce:cross-ref refid="aff0790" id="crf5030"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6012-6615" id="au4780" author-id="S0370269322007833-17207e96345007386cfe12e5162ff8cf"><ce:given-name>V.</ce:given-name><ce:surname>Kovalenko</ce:surname><ce:cross-ref refid="aff1390" id="crf5040"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7568-7498" id="au4790" author-id="S0370269322007833-0d9ac57469fae9491715aab4c71e2aef"><ce:given-name>M.</ce:given-name><ce:surname>Kowalski</ce:surname><ce:cross-ref refid="aff1060" id="crf5050"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6441-9300" id="au4800" author-id="S0370269322007833-0507f19b08166459bd555f81a134ecd8"><ce:given-name>I.</ce:given-name><ce:surname>Králik</ce:surname><ce:cross-ref refid="aff0590" id="crf5060"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1381-3436" id="au4810" author-id="S0370269322007833-023433a08cd3402e59db6401c669cb0f"><ce:given-name>A.</ce:given-name><ce:surname>Kravčáková</ce:surname><ce:cross-ref refid="aff0370" id="crf5070"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au4820" author-id="S0370269322007833-5ae20d0891d7ae02dfed674701ce3a0f"><ce:given-name>L.</ce:given-name><ce:surname>Kreis</ce:surname><ce:cross-ref refid="aff0980" id="crf5080"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5091-4159" id="au4830" author-id="S0370269322007833-cbcb2ee3fb84eb500c0f9ad43570a2f7"><ce:given-name>M.</ce:given-name><ce:surname>Krivda</ce:surname><ce:cross-ref refid="aff1000" id="crf5090"><ce:sup>100</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0590" id="crf5100"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6593-4574" id="au4840" author-id="S0370269322007833-5e1a6cb706f854d8977bdf9f4302ff9d"><ce:given-name>F.</ce:given-name><ce:surname>Krizek</ce:surname><ce:cross-ref refid="aff0860" id="crf5110"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5569-1254" id="au4850" author-id="S0370269322007833-c7ba6f3c10f1fdef5885803cb741ca27"><ce:given-name>K.</ce:given-name><ce:surname>Krizkova Gajdosova</ce:surname><ce:cross-ref refid="aff0350" id="crf5120"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-6795-6109" id="au4860" author-id="S0370269322007833-7c694b6b00252b450fe7d9c484f6e9d5"><ce:given-name>M.</ce:given-name><ce:surname>Kroesen</ce:surname><ce:cross-ref refid="aff0950" id="crf5130"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7174-6617" id="au4870" author-id="S0370269322007833-bf9e7ebe8c005dbf752b23333ffad9b1"><ce:given-name>M.</ce:given-name><ce:surname>Krüger</ce:surname><ce:cross-ref refid="aff0630" id="crf5140"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1706-4428" id="au4880" author-id="S0370269322007833-83394498cf07bf82c0da59782bb4b8fb"><ce:given-name>D.M.</ce:given-name><ce:surname>Krupova</ce:surname><ce:cross-ref refid="aff0350" id="crf5150"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2197-4109" id="au4890" author-id="S0370269322007833-152e2b03ce0f7c4b9e66b15f16da951b"><ce:given-name>E.</ce:given-name><ce:surname>Kryshen</ce:surname><ce:cross-ref refid="aff1390" id="crf5160"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au4900" author-id="S0370269322007833-003931bcfcc6c66261250e70a6411441"><ce:given-name>M.</ce:given-name><ce:surname>Krzewicki</ce:surname><ce:cross-ref refid="aff0380" id="crf5170"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3567-5177" id="au4910" author-id="S0370269322007833-2b9484aa61648b32a23a9d1c4e4afe4c"><ce:given-name>V.</ce:given-name><ce:surname>Kučera</ce:surname><ce:cross-ref refid="aff0320" id="crf5180"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7998-5046" id="au4920" author-id="S0370269322007833-6fbc34de0b19002d51fb1202918b911f"><ce:given-name>C.</ce:given-name><ce:surname>Kuhn</ce:surname><ce:cross-ref refid="aff1260" id="crf5190"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6987-2048" id="au4930" author-id="S0370269322007833-c0d55a9ea28fff5062fd266d451ebca3"><ce:given-name>P.G.</ce:given-name><ce:surname>Kuijer</ce:surname><ce:cross-ref refid="aff0840" id="crf5200"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author id="au4940" author-id="S0370269322007833-e2b27f4b8744bdf182d5dd995ab6a78e"><ce:given-name>T.</ce:given-name><ce:surname>Kumaoka</ce:surname><ce:cross-ref refid="aff1220" id="crf5210"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author id="au4950" author-id="S0370269322007833-5b6728977863a69bbdff287cf59159be"><ce:given-name>D.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff1310" id="crf5220"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2746-9840" id="au4960" author-id="S0370269322007833-452ed3f470356679f9c499737eb542ca"><ce:given-name>L.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff0900" id="crf5230"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au4970" author-id="S0370269322007833-73a13e8c13dacf2997abb66135afd4b1"><ce:given-name>N.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff0900" id="crf5240"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3150-2831" id="au4980" author-id="S0370269322007833-85d0d64065a457b5459be1bf42f572a3"><ce:given-name>S.</ce:given-name><ce:surname>Kundu</ce:surname><ce:cross-ref refid="aff0320" id="crf5250"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0613-5278" id="au4990" author-id="S0370269322007833-ec950fa04f628c5f396e087a0c14602b"><ce:given-name>P.</ce:given-name><ce:surname>Kurashvili</ce:surname><ce:cross-ref refid="aff0790" id="crf5260"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7672-2067" id="au5000" author-id="S0370269322007833-5ce987175ac4168048dcf57f52666019"><ce:given-name>A.</ce:given-name><ce:surname>Kurepin</ce:surname><ce:cross-ref refid="aff1390" id="crf5270"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1851-4136" id="au5010" author-id="S0370269322007833-e02c92a695af4218b2f1c3c369d286f9"><ce:given-name>A.B.</ce:given-name><ce:surname>Kurepin</ce:surname><ce:cross-ref refid="aff1390" id="crf5280"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9289-2840" id="au5020" author-id="S0370269322007833-c4f10c422c29745a408be11b6848006a"><ce:given-name>S.</ce:given-name><ce:surname>Kushpil</ce:surname><ce:cross-ref refid="aff0860" id="crf5290"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0298-9073" id="au5030" author-id="S0370269322007833-092f59a112f41bc28bcf84ea9bb2e0b3"><ce:given-name>J.</ce:given-name><ce:surname>Kvapil</ce:surname><ce:cross-ref refid="aff1000" id="crf5300"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8958-4190" id="au5040" author-id="S0370269322007833-72dbada6c41eb7339b24619e757e5ae7"><ce:given-name>M.J.</ce:given-name><ce:surname>Kweon</ce:surname><ce:cross-ref refid="aff0570" id="crf5310"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6586-9300" id="au5050" author-id="S0370269322007833-61c9d458ff6df99d164b8862dacbd3e4"><ce:given-name>J.Y.</ce:given-name><ce:surname>Kwon</ce:surname><ce:cross-ref refid="aff0570" id="crf5320"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4180-0413" id="au5060" author-id="S0370269322007833-266373239c29ba30d3a1c785c3ab69ad"><ce:given-name>Y.</ce:given-name><ce:surname>Kwon</ce:surname><ce:cross-ref refid="aff1370" id="crf5330"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5267-0140" id="au5070" author-id="S0370269322007833-6691eb515795d99ac215bc8b10f85758"><ce:given-name>S.L.</ce:given-name><ce:surname>La Pointe</ce:surname><ce:cross-ref refid="aff0380" id="crf5340"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7291-8166" id="au5080" author-id="S0370269322007833-e90aea54bfcd8809a4a391f3d39caa8e"><ce:given-name>P.</ce:given-name><ce:surname>La Rocca</ce:surname><ce:cross-ref refid="aff0260" id="crf5350"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author id="au5090" author-id="S0370269322007833-c3a2e758760734d44d0cbdf236a486e2"><ce:given-name>Y.S.</ce:given-name><ce:surname>Lai</ce:surname><ce:cross-ref refid="aff0740" id="crf5360"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au5100" author-id="S0370269322007833-36e308d0802cf92b90ccf4616096291c"><ce:given-name>A.</ce:given-name><ce:surname>Lakrathok</ce:surname><ce:cross-ref refid="aff1040" id="crf5370"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-1840-462X" id="au5110" author-id="S0370269322007833-ff5a2102a7f388c5230b30a441cd84ab"><ce:given-name>M.</ce:given-name><ce:surname>Lamanna</ce:surname><ce:cross-ref refid="aff0320" id="crf5380"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9471-1804" id="au5120" author-id="S0370269322007833-62a9bf37d4e0fdd48c7bd1f38dcfbf3a"><ce:given-name>R.</ce:given-name><ce:surname>Langoy</ce:surname><ce:cross-ref refid="aff1180" id="crf5390"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5489-3751" id="au5130" author-id="S0370269322007833-de3323d062bd80f0a2ab5558489c711f"><ce:given-name>P.</ce:given-name><ce:surname>Larionov</ce:surname><ce:cross-ref refid="aff0480" id="crf5400"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-8424-015X" id="au5140" author-id="S0370269322007833-010139fc11caead785cba90c3f22b78c"><ce:given-name>E.</ce:given-name><ce:surname>Laudi</ce:surname><ce:cross-ref refid="aff0320" id="crf5410"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7017-4183" id="au5150" author-id="S0370269322007833-d15f62cbf98296694c6b57b383cda374"><ce:given-name>L.</ce:given-name><ce:surname>Lautner</ce:surname><ce:cross-ref refid="aff0320" id="crf5420"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0960" id="crf5430"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8384-0384" id="au5160" author-id="S0370269322007833-5a4e839f45ef775afdfa6ac12c344603"><ce:given-name>R.</ce:given-name><ce:surname>Lavicka</ce:surname><ce:cross-ref refid="aff1020" id="crf5440"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8068-8786" id="au5170" author-id="S0370269322007833-7e32e6e6b61d9ff00c4dda9ac6d14492"><ce:given-name>T.</ce:given-name><ce:surname>Lazareva</ce:surname><ce:cross-ref refid="aff1390" id="crf5450"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5955-0769" id="au5180" author-id="S0370269322007833-cf38300965ac7a9451bda6d8a5680f06"><ce:given-name>R.</ce:given-name><ce:surname>Lea</ce:surname><ce:cross-ref refid="aff1300" id="crf5460"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf5470"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-3545-3275" id="au5190" author-id="S0370269322007833-37b2998cb24f91a83d6b8fe947873879"><ce:given-name>J.</ce:given-name><ce:surname>Lehrbach</ce:surname><ce:cross-ref refid="aff0380" id="crf5480"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1259-979X" id="au5200" author-id="S0370269322007833-bfac2d14339974e56090ce7d03cfd491"><ce:given-name>R.C.</ce:given-name><ce:surname>Lemmon</ce:surname><ce:cross-ref refid="aff0850" id="crf5490"><ce:sup>85</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7919-2150" id="au5210" author-id="S0370269322007833-c6fa5b28978d9fc7f7557a4533b27313"><ce:given-name>I.</ce:given-name><ce:surname>León Monzón</ce:surname><ce:cross-ref refid="aff1080" id="crf5500"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7480-7558" id="au5220" author-id="S0370269322007833-b47d573d570778c72250034133dd0dcd"><ce:given-name>M.M.</ce:given-name><ce:surname>Lesch</ce:surname><ce:cross-ref refid="aff0960" id="crf5510"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8367-8703" id="au5230" author-id="S0370269322007833-1220936f8c3e772c7bc5bd52d164ea62"><ce:given-name>E.D.</ce:given-name><ce:surname>Lesser</ce:surname><ce:cross-ref refid="aff0180" id="crf5520"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author id="au5240" author-id="S0370269322007833-7503ab74dc32cdca0d0ce2708b6fc62b"><ce:given-name>M.</ce:given-name><ce:surname>Lettrich</ce:surname><ce:cross-ref refid="aff0960" id="crf5530"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9345-9620" id="au5250" author-id="S0370269322007833-e70f722970d8fa57f48b1ecb148e671f"><ce:given-name>P.</ce:given-name><ce:surname>Lévai</ce:surname><ce:cross-ref refid="aff1350" id="crf5540"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author id="au5260" author-id="S0370269322007833-a0605ac4e72e44712381b82def9271d2"><ce:given-name>X.</ce:given-name><ce:surname>Li</ce:surname><ce:cross-ref refid="aff0100" id="crf5550"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author id="au5270" author-id="S0370269322007833-cc74eb2247ce3af85a6732c250f67c0a"><ce:given-name>X.L.</ce:given-name><ce:surname>Li</ce:surname><ce:cross-ref refid="aff0060" id="crf5560"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0425-9138" id="au5280" author-id="S0370269322007833-4a992df9625f4654079a1d54fe3050dc"><ce:given-name>J.</ce:given-name><ce:surname>Lien</ce:surname><ce:cross-ref refid="aff1180" id="crf5570"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9188-9428" id="au5290" author-id="S0370269322007833-7a65f3b7f678e5c2552787af798958bb"><ce:given-name>R.</ce:given-name><ce:surname>Lietava</ce:surname><ce:cross-ref refid="aff1000" id="crf5580"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1904-296X" id="au5300" author-id="S0370269322007833-d955dd326a6b24b472408dcf588fbe01"><ce:given-name>B.</ce:given-name><ce:surname>Lim</ce:surname><ce:cross-ref refid="aff0160" id="crf5590"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6335-7427" id="au5310" author-id="S0370269322007833-b2d24b5f31dcca3d1e704242a723ab1e"><ce:given-name>S.H.</ce:given-name><ce:surname>Lim</ce:surname><ce:cross-ref refid="aff0160" id="crf5600"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-7301-988X" id="au5320" author-id="S0370269322007833-a0abd4f8fbc66676d9d8cfbb0711ee28"><ce:given-name>V.</ce:given-name><ce:surname>Lindenstruth</ce:surname><ce:cross-ref refid="aff0380" id="crf5610"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au5330" author-id="S0370269322007833-3d24a1b74ec4fbe786708a1f8c9f6e11"><ce:given-name>A.</ce:given-name><ce:surname>Lindner</ce:surname><ce:cross-ref refid="aff0450" id="crf5620"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0062-0536" id="au5340" author-id="S0370269322007833-8a5fa3bee787865749e0168a8df6dd75"><ce:given-name>C.</ce:given-name><ce:surname>Lippmann</ce:surname><ce:cross-ref refid="aff0980" id="crf5630"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6895-4829" id="au5350" author-id="S0370269322007833-ead95e3a774c81b3f89bc054e5d6f79d"><ce:given-name>A.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff0180" id="crf5640"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-6383-6069" id="au5360" author-id="S0370269322007833-72c31cf7fd4f7cbc1e067c301e264a7b"><ce:given-name>D.H.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff0060" id="crf5650"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8397-7620" id="au5370" author-id="S0370269322007833-d33f3673745ac09a4bd83a9832067fc2"><ce:given-name>J.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff1160" id="crf5660"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9063-1599" id="au5380" author-id="S0370269322007833-b9e720b3892d6df4a602038adef2d89b"><ce:given-name>I.M.</ce:given-name><ce:surname>Lofnes</ce:surname><ce:cross-ref refid="aff0200" id="crf5670"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au5390" author-id="S0370269322007833-d2d5a8b78ccac0e373f920fe9a09aa97"><ce:given-name>V.</ce:given-name><ce:surname>Loginov</ce:surname><ce:cross-ref refid="aff1390" id="crf5680"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8635-8465" id="au5400" author-id="S0370269322007833-b413a08113ab7d7b659999e5cf6f80ec"><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname><ce:cross-ref refid="aff0870" id="crf5690"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6486-2230" id="au5410" author-id="S0370269322007833-7760f7b12e0ae50c6628884c9527b7f8"><ce:given-name>P.</ce:given-name><ce:surname>Loncar</ce:surname><ce:cross-ref refid="aff0330" id="crf5700"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5648-4206" id="au5420" author-id="S0370269322007833-746d5277a4842453b01541567420071c"><ce:given-name>J.A.</ce:given-name><ce:surname>Lopez</ce:surname><ce:cross-ref refid="aff0950" id="crf5710"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8159-8603" id="au5430" author-id="S0370269322007833-eb8caf4765a7b69b0b410dea503036ef"><ce:given-name>X.</ce:given-name><ce:surname>Lopez</ce:surname><ce:cross-ref refid="aff1240" id="crf5720"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2850-4222" id="au5440" author-id="S0370269322007833-bfdc7e80cc11f0b8e8ebbe116e3b40af"><ce:given-name>E.</ce:given-name><ce:surname>López Torres</ce:surname><ce:cross-ref refid="aff0070" id="crf5730"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7002-0061" id="au5450" author-id="S0370269322007833-a2a5203bc426c5b56c9677ef51fa9618"><ce:given-name>P.</ce:given-name><ce:surname>Lu</ce:surname><ce:cross-ref refid="aff0980" id="crf5740"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1170" id="crf5750"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-1802-5857" id="au5460" author-id="S0370269322007833-c5a67e8179608ec5b0aafcb27922b123"><ce:given-name>J.R.</ce:given-name><ce:surname>Luhder</ce:surname><ce:cross-ref refid="aff1340" id="crf5760"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6027-0024" id="au5470" author-id="S0370269322007833-ac354e12097ba3237b4e8becfa09068f"><ce:given-name>M.</ce:given-name><ce:surname>Lunardon</ce:surname><ce:cross-ref refid="aff0270" id="crf5770"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9901-2014" id="au5480" author-id="S0370269322007833-5e2aec4322b3a76ebd5b313f612d0ef9"><ce:given-name>G.</ce:given-name><ce:surname>Luparello</ce:surname><ce:cross-ref refid="aff0560" id="crf5780"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0233-9900" id="au5490" author-id="S0370269322007833-ae10f1124a6d10ee41f7dfd0969ec7f7"><ce:given-name>Y.G.</ce:given-name><ce:surname>Ma</ce:surname><ce:cross-ref refid="aff0390" id="crf5790"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au5500" author-id="S0370269322007833-ccf6c50f24679c23658aa80c5c5ba797"><ce:given-name>A.</ce:given-name><ce:surname>Maevskaya</ce:surname><ce:cross-ref refid="aff1390" id="crf5800"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-2291-691X" id="au5510" author-id="S0370269322007833-4db0592a99f5fe07487c6e2183bbec5e"><ce:given-name>M.</ce:given-name><ce:surname>Mager</ce:surname><ce:cross-ref refid="aff0320" id="crf5810"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au5520" author-id="S0370269322007833-49a35245a0dfd6d925af39e485fd2b19"><ce:given-name>T.</ce:given-name><ce:surname>Mahmoud</ce:surname><ce:cross-ref refid="aff0420" id="crf5820"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4831-2367" id="au5530" author-id="S0370269322007833-9e32a4eb2d60d07492ed07879d1ba899"><ce:given-name>A.</ce:given-name><ce:surname>Maire</ce:surname><ce:cross-ref refid="aff1260" id="crf5830"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-9974-0169" id="au5540" author-id="S0370269322007833-480dc40dd11dfc77e873a612eccdb132"><ce:given-name>M.</ce:given-name><ce:surname>Malaev</ce:surname><ce:cross-ref refid="aff1390" id="crf5840"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5682-0903" id="au5550" author-id="S0370269322007833-0e6be5f29bec28493d92882efdf51b71"><ce:given-name>N.M.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff0910" id="crf5850"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au5560" author-id="S0370269322007833-c6fcc95cd4cdedae79297703c0d08aa2"><ce:given-name>Q.W.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff0190" id="crf5860"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0311-9552" id="au5570" author-id="S0370269322007833-95205b5ef60e770f6d26841eabc2e1d7"><ce:given-name>S.K.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff0910" id="crf5870"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1723-4121" id="au5580" author-id="S0370269322007833-936b27afd733c31868b4919191980b7e"><ce:given-name>L.</ce:given-name><ce:surname>Malinina</ce:surname><ce:cross-ref refid="aff1400" id="crf5880"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0070" id="crf5890"><ce:sup>VII</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6683-7626" id="au5590" author-id="S0370269322007833-f926e6315c3305b537dca532275d8384"><ce:given-name>D.</ce:given-name><ce:surname>Mal'Kevich</ce:surname><ce:cross-ref refid="aff1390" id="crf5900"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4256-052X" id="au5600" author-id="S0370269322007833-dd91a2d4dbe46f21cab7d924d889e215"><ce:given-name>D.</ce:given-name><ce:surname>Mallick</ce:surname><ce:cross-ref refid="aff0800" id="crf5910"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2706-1025" id="au5610" author-id="S0370269322007833-cd1ebe862a29a9777788f8d7ec45ecb9"><ce:given-name>N.</ce:given-name><ce:surname>Mallick</ce:surname><ce:cross-ref refid="aff0470" id="crf5920"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4486-4807" id="au5620" author-id="S0370269322007833-d4c32185923f585ec34def60785e4b47"><ce:given-name>G.</ce:given-name><ce:surname>Mandaglio</ce:surname><ce:cross-ref refid="aff0300" id="crf5930"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf5940"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4772-3615" id="au5630" author-id="S0370269322007833-58aa8db033386d182aa416002abb0bb0"><ce:given-name>V.</ce:given-name><ce:surname>Manko</ce:surname><ce:cross-ref refid="aff1390" id="crf5950"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-5115-943X" id="au5640" author-id="S0370269322007833-ef1b895e9c8b25be214594011f130ecc"><ce:given-name>F.</ce:given-name><ce:surname>Manso</ce:surname><ce:cross-ref refid="aff1240" id="crf5960"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3102-1504" id="au5650" author-id="S0370269322007833-ee492d64c2c806fdfad2e45bb162139c"><ce:given-name>V.</ce:given-name><ce:surname>Manzari</ce:surname><ce:cross-ref refid="aff0490" id="crf5970"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0786-8545" id="au5660" author-id="S0370269322007833-bb39ae87032a2bc59c58de89d04c57e3"><ce:given-name>Y.</ce:given-name><ce:surname>Mao</ce:surname><ce:cross-ref refid="aff0060" id="crf5980"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1965-7953" id="au5670" author-id="S0370269322007833-f45a279d5594e6282983390571f98895"><ce:given-name>G.V.</ce:given-name><ce:surname>Margagliotti</ce:surname><ce:cross-ref refid="aff0230" id="crf5990"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2146-0391" id="au5680" author-id="S0370269322007833-a5a585b3a9c7faaf9557898ee27fdd26"><ce:given-name>A.</ce:given-name><ce:surname>Margotti</ce:surname><ce:cross-ref refid="aff0500" id="crf6000"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9069-0353" id="au5690" author-id="S0370269322007833-f5704986f4e8349acdb3984b81d54b4c"><ce:given-name>A.</ce:given-name><ce:surname>Marín</ce:surname><ce:cross-ref refid="aff0980" id="crf6010"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9675-4322" id="au5700" author-id="S0370269322007833-e992933fe49e7427774aa8771d49b5bb"><ce:given-name>C.</ce:given-name><ce:surname>Markert</ce:surname><ce:cross-ref refid="aff1070" id="crf6020"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author id="au5710" author-id="S0370269322007833-a7ddfbc7e23fce839e30d3ab7e77dfbe"><ce:given-name>M.</ce:given-name><ce:surname>Marquard</ce:surname><ce:cross-ref refid="aff0630" id="crf6030"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au5720" author-id="S0370269322007833-afdd164b01b94a7074f2fbc620eb0ff1"><ce:given-name>N.A.</ce:given-name><ce:surname>Martin</ce:surname><ce:cross-ref refid="aff0950" id="crf6040"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0288-202X" id="au5730" author-id="S0370269322007833-bdb63031953a92be3633c45b8eeeff7d"><ce:given-name>P.</ce:given-name><ce:surname>Martinengo</ce:surname><ce:cross-ref refid="aff0320" id="crf6050"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au5740" author-id="S0370269322007833-144ea5f8ec04406173257519f3d666bd"><ce:given-name>J.L.</ce:given-name><ce:surname>Martinez</ce:surname><ce:cross-ref refid="aff1130" id="crf6060"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8503-3009" id="au5750" author-id="S0370269322007833-83f64474d3c65ea58bb147eca56c0a15"><ce:given-name>M.I.</ce:given-name><ce:surname>Martínez</ce:surname><ce:cross-ref refid="aff0440" id="crf6070"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8657-6742" id="au5760" author-id="S0370269322007833-e0c323ef8d16b785104467ea438dbdc9"><ce:given-name>G.</ce:given-name><ce:surname>Martínez García</ce:surname><ce:cross-ref refid="aff1030" id="crf6080"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2064-6517" id="au5770" author-id="S0370269322007833-51e0e8c2cceb524872d8036ecd225af9"><ce:given-name>S.</ce:given-name><ce:surname>Masciocchi</ce:surname><ce:cross-ref refid="aff0980" id="crf6090"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1880-5467" id="au5780" author-id="S0370269322007833-2a90111ac3a071bbb8b004ca1ea40d3c"><ce:given-name>M.</ce:given-name><ce:surname>Masera</ce:surname><ce:cross-ref refid="aff0240" id="crf6100"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2699-1522" id="au5790" author-id="S0370269322007833-04a5f97b261c83c0c4637dd4d3bb9705"><ce:given-name>A.</ce:given-name><ce:surname>Masoni</ce:surname><ce:cross-ref refid="aff0510" id="crf6110"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5475-5092" id="au5800" author-id="S0370269322007833-a3b063ae91333c1b0ffd50f56b12dfa5"><ce:given-name>L.</ce:given-name><ce:surname>Massacrier</ce:surname><ce:cross-ref refid="aff0720" id="crf6120"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3711-8902" id="au5810" author-id="S0370269322007833-f0a1544d330e5c9d0acb6ac10969b50a"><ce:given-name>A.</ce:given-name><ce:surname>Mastroserio</ce:surname><ce:cross-ref refid="aff1280" id="crf6130"><ce:sup>128</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0490" id="crf6140"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7604-9116" id="au5820" author-id="S0370269322007833-bfa142a04a6735de2fc215a59104ae27"><ce:given-name>A.M.</ce:given-name><ce:surname>Mathis</ce:surname><ce:cross-ref refid="aff0960" id="crf6150"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0015-9367" id="au5830" author-id="S0370269322007833-f318ba961bb1bb8859b8865292e28ed8"><ce:given-name>O.</ce:given-name><ce:surname>Matonoha</ce:surname><ce:cross-ref refid="aff0750" id="crf6160"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au5840" author-id="S0370269322007833-ce0d736fb3b62cb6bed681391218a8ea"><ce:given-name>P.F.T.</ce:given-name><ce:surname>Matuoka</ce:surname><ce:cross-ref refid="aff1090" id="crf6170"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4524-563X" id="au5850" author-id="S0370269322007833-9ff707b7acfe73de465ebe0d45c6c10b"><ce:given-name>A.</ce:given-name><ce:surname>Matyja</ce:surname><ce:cross-ref refid="aff1060" id="crf6180"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2570-8278" id="au5860" author-id="S0370269322007833-c3f2456b769b2c53717852137b45469d"><ce:given-name>C.</ce:given-name><ce:surname>Mayer</ce:surname><ce:cross-ref refid="aff1060" id="crf6190"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-7230-3792" id="au5870" author-id="S0370269322007833-9e67741419a6e506564d35337abc13d8"><ce:given-name>A.L.</ce:given-name><ce:surname>Mazuecos</ce:surname><ce:cross-ref refid="aff0320" id="crf6200"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2613-2901" id="au5880" author-id="S0370269322007833-b18c826c86e77aa14ae310934f28848b"><ce:given-name>F.</ce:given-name><ce:surname>Mazzaschi</ce:surname><ce:cross-ref refid="aff0240" id="crf6210"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1415-4559" id="au5890" author-id="S0370269322007833-d4a2d54448732d195ca1f3405e563f36"><ce:given-name>M.</ce:given-name><ce:surname>Mazzilli</ce:surname><ce:cross-ref refid="aff0320" id="crf6220"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9745-0504" id="au5900" author-id="S0370269322007833-2dc3ae02f3986fe0007b48539572abad"><ce:given-name>J.E.</ce:given-name><ce:surname>Mdhluli</ce:surname><ce:cross-ref refid="aff1200" id="crf6230"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author id="au5910" author-id="S0370269322007833-9c4cf9aa4a93681a22bbeac30e3992ca"><ce:given-name>A.F.</ce:given-name><ce:surname>Mechler</ce:surname><ce:cross-ref refid="aff0630" id="crf6240"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4165-505X" id="au5920" author-id="S0370269322007833-fe3bd84b2ae42e55489dadcb6bf8e526"><ce:given-name>Y.</ce:given-name><ce:surname>Melikyan</ce:surname><ce:cross-ref refid="aff1390" id="crf6250"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4856-8055" id="au5930" author-id="S0370269322007833-679be24f5fe9089afe4b6443cc8d824d"><ce:given-name>A.</ce:given-name><ce:surname>Menchaca-Rocha</ce:surname><ce:cross-ref refid="aff0660" id="crf6260"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4389-7711" id="au5940" author-id="S0370269322007833-ade9e90d38be4880cfa450e0935dc1c4"><ce:given-name>E.</ce:given-name><ce:surname>Meninno</ce:surname><ce:cross-ref refid="aff1020" id="crf6270"><ce:sup>102</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0280" id="crf6280"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-3911-1744" id="au5950" author-id="S0370269322007833-8d4b98c0c67c27715a41cd7b188cfc99"><ce:given-name>A.S.</ce:given-name><ce:surname>Menon</ce:surname><ce:cross-ref refid="aff1130" id="crf6290"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-3106-8571" id="au5960" author-id="S0370269322007833-65fe57f72284fcc5a9d4d04bd694e61e"><ce:given-name>M.</ce:given-name><ce:surname>Meres</ce:surname><ce:cross-ref refid="aff0120" id="crf6300"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author id="au5970" author-id="S0370269322007833-5b43df089ea1f2f7448928ea22361631"><ce:given-name>S.</ce:given-name><ce:surname>Mhlanga</ce:surname><ce:cross-ref refid="aff1120" id="crf6310"><ce:sup>112</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0670" id="crf6320"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au5980" author-id="S0370269322007833-0e194c0ad078438bf71482e49c2edfdd"><ce:given-name>Y.</ce:given-name><ce:surname>Miake</ce:surname><ce:cross-ref refid="aff1220" id="crf6330"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1430-6655" id="au5990" author-id="S0370269322007833-5bde93661e530bacf2697fcdca0baba6"><ce:given-name>L.</ce:given-name><ce:surname>Micheletti</ce:surname><ce:cross-ref refid="aff0550" id="crf6340"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au6000" author-id="S0370269322007833-23da093ab0daff84a723157ce4593dd7"><ce:given-name>L.C.</ce:given-name><ce:surname>Migliorin</ce:surname><ce:cross-ref refid="aff1250" id="crf6350"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-2669-5696" id="au6010" author-id="S0370269322007833-ec8132d8c14dfab2bba67c3ff4584115"><ce:given-name>D.L.</ce:given-name><ce:surname>Mihaylov</ce:surname><ce:cross-ref refid="aff0960" id="crf6360"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6726-6407" id="au6020" author-id="S0370269322007833-38f09e4de019d55f2f02af6568866c3a"><ce:given-name>K.</ce:given-name><ce:surname>Mikhaylov</ce:surname><ce:cross-ref refid="aff1400" id="crf6370"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1390" id="crf6380"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3892-2719" id="au6030" author-id="S0370269322007833-559e4d90ae5661c2eeeb2c90664b0cf7"><ce:given-name>A.N.</ce:given-name><ce:surname>Mishra</ce:surname><ce:cross-ref refid="aff1350" id="crf6390"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8627-9721" id="au6040" author-id="S0370269322007833-11f22e778a9776fc0fb59c6d4d8f1bd0"><ce:given-name>D.</ce:given-name><ce:surname>Miśkowiec</ce:surname><ce:cross-ref refid="aff0980" id="crf6400"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3056-8353" id="au6050" author-id="S0370269322007833-0c4e4eb3dc7d469d8cd8c02bbf734cdf"><ce:given-name>A.</ce:given-name><ce:surname>Modak</ce:surname><ce:cross-ref refid="aff0040" id="crf6410"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7634-8949" id="au6060" author-id="S0370269322007833-9c87caca3446383afb2f64dc72e63992"><ce:given-name>A.P.</ce:given-name><ce:surname>Mohanty</ce:surname><ce:cross-ref refid="aff0580" id="crf6420"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au6070" author-id="S0370269322007833-41ecee891e15cd078816eed128811f97"><ce:given-name>B.</ce:given-name><ce:surname>Mohanty</ce:surname><ce:cross-ref refid="aff0800" id="crf6430"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4767-1464" id="au6080" author-id="S0370269322007833-ead117af1bce11ee81eb5678b9142144"><ce:given-name>M.</ce:given-name><ce:surname>Mohisin Khan</ce:surname><ce:cross-ref refid="aff0150" id="crf6440"><ce:sup>15</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0050" id="crf6450"><ce:sup>V</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2845-8702" id="au6090" author-id="S0370269322007833-49276c918e8bb1aec665967903f1bbbb"><ce:given-name>M.A.</ce:given-name><ce:surname>Molander</ce:surname><ce:cross-ref refid="aff0430" id="crf6460"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4512-1645" id="au6100" author-id="S0370269322007833-dfccadccd6ca8ddb988c7b71dbab8fec"><ce:given-name>Z.</ce:given-name><ce:surname>Moravcova</ce:surname><ce:cross-ref refid="aff0830" id="crf6470"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3265-9614" id="au6110" author-id="S0370269322007833-665f88a79158a8e8f788dc3953c97e7c"><ce:given-name>C.</ce:given-name><ce:surname>Mordasini</ce:surname><ce:cross-ref refid="aff0960" id="crf6480"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3941-7607" id="au6120" author-id="S0370269322007833-462924ae16f46927423eb84a4d54b8a3"><ce:given-name>D.A.</ce:given-name><ce:surname>Moreira De Godoy</ce:surname><ce:cross-ref refid="aff1340" id="crf6490"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7286-4543" id="au6130" author-id="S0370269322007833-77d54cd49e232a3d81ad62cb0cd3055b"><ce:given-name>I.</ce:given-name><ce:surname>Morozov</ce:surname><ce:cross-ref refid="aff1390" id="crf6500"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3276-0464" id="au6140" author-id="S0370269322007833-3b644752f2833a280590e7d2cb815635"><ce:given-name>A.</ce:given-name><ce:surname>Morsch</ce:surname><ce:cross-ref refid="aff0320" id="crf6510"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1281-8291" id="au6150" author-id="S0370269322007833-a6e52521563dadda4fcf66535744aa54"><ce:given-name>T.</ce:given-name><ce:surname>Mrnjavac</ce:surname><ce:cross-ref refid="aff0320" id="crf6520"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5624-6486" id="au6160" author-id="S0370269322007833-64a6ab0403f8cd64a5dff0e5eb920af6"><ce:given-name>V.</ce:given-name><ce:surname>Muccifora</ce:surname><ce:cross-ref refid="aff0480" id="crf6530"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au6170" author-id="S0370269322007833-a0c40dcd3bce329a03e938ee3cced0d4"><ce:given-name>E.</ce:given-name><ce:surname>Mudnic</ce:surname><ce:cross-ref refid="aff0330" id="crf6540"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2378-9553" id="au6180" author-id="S0370269322007833-b2ff5bf3b45a3f5a117d5b53ed508ff9"><ce:given-name>S.</ce:given-name><ce:surname>Muhuri</ce:surname><ce:cross-ref refid="aff1310" id="crf6550"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6905-4352" id="au6190" author-id="S0370269322007833-f99358c1c870cc0fafdf5a9795565aff"><ce:given-name>J.D.</ce:given-name><ce:surname>Mulligan</ce:surname><ce:cross-ref refid="aff0740" id="crf6560"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au6200" author-id="S0370269322007833-8f73c238e6e583a6df239dd210d13e32"><ce:given-name>A.</ce:given-name><ce:surname>Mulliri</ce:surname><ce:cross-ref refid="aff0220" id="crf6570"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3695-3180" id="au6210" author-id="S0370269322007833-9080edf78fcbf8b6d3a149c5ce8954f3"><ce:given-name>M.G.</ce:given-name><ce:surname>Munhoz</ce:surname><ce:cross-ref refid="aff1090" id="crf6580"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8334-6933" id="au6220" author-id="S0370269322007833-e51a6131c1e53a702848dcae56610cce"><ce:given-name>R.H.</ce:given-name><ce:surname>Munzer</ce:surname><ce:cross-ref refid="aff0630" id="crf6590"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6548-6775" id="au6230" author-id="S0370269322007833-344903685fb7770611263048525de44e"><ce:given-name>H.</ce:given-name><ce:surname>Murakami</ce:surname><ce:cross-ref refid="aff1210" id="crf6600"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0548-588X" id="au6240" author-id="S0370269322007833-35c19811823556aa6752bbb2f1c2b6cf"><ce:given-name>S.</ce:given-name><ce:surname>Murray</ce:surname><ce:cross-ref refid="aff1120" id="crf6610"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8814-2254" id="au6250" author-id="S0370269322007833-996d7aa154f9e16144e1fa3ce47f80e3"><ce:given-name>L.</ce:given-name><ce:surname>Musa</ce:surname><ce:cross-ref refid="aff0320" id="crf6620"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5729-4535" id="au6260" author-id="S0370269322007833-c3c3f8549f7e22fead6ca27af14e10d4"><ce:given-name>J.</ce:given-name><ce:surname>Musinsky</ce:surname><ce:cross-ref refid="aff0590" id="crf6630"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8506-2275" id="au6270" author-id="S0370269322007833-6765998f81ce52a2c4fa56ca6b017ec7"><ce:given-name>J.W.</ce:given-name><ce:surname>Myrcha</ce:surname><ce:cross-ref refid="aff1320" id="crf6640"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0172-6976" id="au6280" author-id="S0370269322007833-32cbdc1abfa0993c30d8aae3934faaf0"><ce:given-name>B.</ce:given-name><ce:surname>Naik</ce:surname><ce:cross-ref refid="aff1200" id="crf6650"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8326-9846" id="au6290" author-id="S0370269322007833-237c22584c6ca621c5f96749067cb80b"><ce:given-name>R.</ce:given-name><ce:surname>Nair</ce:surname><ce:cross-ref refid="aff0790" id="crf6660"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-3988-5095" id="au6300" author-id="S0370269322007833-96df9e459c583260aabd5d0ed4f6a184"><ce:given-name>B.K.</ce:given-name><ce:surname>Nandi</ce:surname><ce:cross-ref refid="aff0460" id="crf6670"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6039-190X" id="au6310" author-id="S0370269322007833-d5b2107e950ed3c64325f13319a81643"><ce:given-name>R.</ce:given-name><ce:surname>Nania</ce:surname><ce:cross-ref refid="aff0500" id="crf6680"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2080-9010" id="au6320" author-id="S0370269322007833-9ba41c03cc318ef428880dcb5da67606"><ce:given-name>E.</ce:given-name><ce:surname>Nappi</ce:surname><ce:cross-ref refid="aff0490" id="crf6690"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8927-2798" id="au6330" author-id="S0370269322007833-3c125a6637088af60bd793c11fb5a33b"><ce:given-name>A.F.</ce:given-name><ce:surname>Nassirpour</ce:surname><ce:cross-ref refid="aff0750" id="crf6700"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-1524-5654" id="au6340" author-id="S0370269322007833-1e7fe6aadf2bcb2c38d8f3d9927a40ae"><ce:given-name>A.</ce:given-name><ce:surname>Nath</ce:surname><ce:cross-ref refid="aff0950" id="crf6710"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8768-6468" id="au6350" author-id="S0370269322007833-34c7d2644de61fcbe29b3524320549d2"><ce:given-name>C.</ce:given-name><ce:surname>Nattrass</ce:surname><ce:cross-ref refid="aff1190" id="crf6720"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au6360" author-id="S0370269322007833-1395554728c6ef90ffc3e5fa4dfc2c3b"><ce:given-name>A.</ce:given-name><ce:surname>Neagu</ce:surname><ce:cross-ref refid="aff0190" id="crf6730"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au6370" author-id="S0370269322007833-fa04620255b5cf0ced8f6667ebb14e2a"><ce:given-name>A.</ce:given-name><ce:surname>Negru</ce:surname><ce:cross-ref refid="aff1230" id="crf6740"><ce:sup>123</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1059-8731" id="au6380" author-id="S0370269322007833-a260e0eca19fe1fd80c2e37bfbd86124"><ce:given-name>L.</ce:given-name><ce:surname>Nellen</ce:surname><ce:cross-ref refid="aff0640" id="crf6750"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au6390" author-id="S0370269322007833-c946e720e5c4165725521e0645d718d3"><ce:given-name>S.V.</ce:given-name><ce:surname>Nesbo</ce:surname><ce:cross-ref refid="aff0340" id="crf6760"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8585-7991" id="au6400" author-id="S0370269322007833-83f70f2ab8981554505a64559e0c4bdf"><ce:given-name>G.</ce:given-name><ce:surname>Neskovic</ce:surname><ce:cross-ref refid="aff0380" id="crf6770"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-6321-4889" id="au6410" author-id="S0370269322007833-1d968aa32dbb9adf717bc2ff0fe1c73e"><ce:given-name>D.</ce:given-name><ce:surname>Nesterov</ce:surname><ce:cross-ref refid="aff1390" id="crf6780"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0091-1934" id="au6420" author-id="S0370269322007833-4fad4b4cacdcc5494054455fc7fe2a57"><ce:given-name>B.S.</ce:given-name><ce:surname>Nielsen</ce:surname><ce:cross-ref refid="aff0830" id="crf6790"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9394-1066" id="au6430" author-id="S0370269322007833-5e0d6d3bef37eeacd455ff2fd35d7c94"><ce:given-name>E.G.</ce:given-name><ce:surname>Nielsen</ce:surname><ce:cross-ref refid="aff0830" id="crf6800"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1242-4866" id="au6440" author-id="S0370269322007833-03b317ae7a9074295a88e923fef71eed"><ce:given-name>S.</ce:given-name><ce:surname>Nikolaev</ce:surname><ce:cross-ref refid="aff1390" id="crf6810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8573-0851" id="au6450" author-id="S0370269322007833-13a982b695211ee03e5720fbeafedfd5"><ce:given-name>S.</ce:given-name><ce:surname>Nikulin</ce:surname><ce:cross-ref refid="aff1390" id="crf6820"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4826-6516" id="au6460" author-id="S0370269322007833-6a266cd208374cbd71bc43a69fad5755"><ce:given-name>V.</ce:given-name><ce:surname>Nikulin</ce:surname><ce:cross-ref refid="aff1390" id="crf6830"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6704-0256" id="au6470" author-id="S0370269322007833-e0c454b7c7fca2007515b9557d23fed7"><ce:given-name>F.</ce:given-name><ce:surname>Noferini</ce:surname><ce:cross-ref refid="aff0500" id="crf6840"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6104-1752" id="au6480" author-id="S0370269322007833-ce73d6ac08a836b15cf89863b264d142"><ce:given-name>S.</ce:given-name><ce:surname>Noh</ce:surname><ce:cross-ref refid="aff0110" id="crf6850"><ce:sup>11</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1220-1443" id="au6490" author-id="S0370269322007833-5f60d9249b1e118c4e1e19a061466d3a"><ce:given-name>P.</ce:given-name><ce:surname>Nomokonov</ce:surname><ce:cross-ref refid="aff1400" id="crf6860"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3783-5760" id="au6500" author-id="S0370269322007833-04ddb040e7256d81459d8b2d604d82be"><ce:given-name>J.</ce:given-name><ce:surname>Norman</ce:surname><ce:cross-ref refid="aff1160" id="crf6870"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9609-566X" id="au6510" author-id="S0370269322007833-10082a1d2cb23b84ec2af915ab3ce0dd"><ce:given-name>N.</ce:given-name><ce:surname>Novitzky</ce:surname><ce:cross-ref refid="aff1220" id="crf6880"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8971-0874" id="au6520" author-id="S0370269322007833-89cee932c98742dde8d37f2569bac78e"><ce:given-name>P.</ce:given-name><ce:surname>Nowakowski</ce:surname><ce:cross-ref refid="aff1320" id="crf6890"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7877-2006" id="au6530" author-id="S0370269322007833-b704b555691c87aa51029be41c32abc6"><ce:given-name>A.</ce:given-name><ce:surname>Nyanin</ce:surname><ce:cross-ref refid="aff1390" id="crf6900"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-4425-586X" id="au6540" author-id="S0370269322007833-0fe5b7b2ffee5dcde79ac59bb5204e22"><ce:given-name>J.</ce:given-name><ce:surname>Nystrand</ce:surname><ce:cross-ref refid="aff0200" id="crf6910"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3390-2804" id="au6550" author-id="S0370269322007833-1f6dbf99ddefa547cb8092a10e74fc06"><ce:given-name>M.</ce:given-name><ce:surname>Ogino</ce:surname><ce:cross-ref refid="aff0760" id="crf6920"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4214-5844" id="au6560" author-id="S0370269322007833-68c856e3e31ba9ae46e1a3cf0fd7b39f"><ce:given-name>A.</ce:given-name><ce:surname>Ohlson</ce:surname><ce:cross-ref refid="aff0750" id="crf6930"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7162-5345" id="au6570" author-id="S0370269322007833-b6dd7e1db4469e2b861a26c63c002f91"><ce:given-name>V.A.</ce:given-name><ce:surname>Okorokov</ce:surname><ce:cross-ref refid="aff1390" id="crf6940"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2966-4903" id="au6580" author-id="S0370269322007833-4b54637a0b3dbb9f03da377fb857f191"><ce:given-name>J.</ce:given-name><ce:surname>Oleniacz</ce:surname><ce:cross-ref refid="aff1320" id="crf6950"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9421-5568" id="au6590" author-id="S0370269322007833-e919d0a3ebb4bb927bf3a87e6fc67c88"><ce:given-name>A.C.</ce:given-name><ce:surname>Oliveira Da Silva</ce:surname><ce:cross-ref refid="aff1190" id="crf6960"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5241-6735" id="au6600" author-id="S0370269322007833-ee3f97c8e319fe4cdf98e0660785c85a"><ce:given-name>M.H.</ce:given-name><ce:surname>Oliver</ce:surname><ce:cross-ref refid="aff1360" id="crf6970"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8848-1800" id="au6610" author-id="S0370269322007833-e6f50f7f16b66af365a7af642930fd18"><ce:given-name>A.</ce:given-name><ce:surname>Onnerstad</ce:surname><ce:cross-ref refid="aff1140" id="crf6980"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6194-4601" id="au6620" author-id="S0370269322007833-dda435886a590cbfc7ea1d77af3e51f5"><ce:given-name>C.</ce:given-name><ce:surname>Oppedisano</ce:surname><ce:cross-ref refid="aff0550" id="crf6990"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4788-7943" id="au6630" author-id="S0370269322007833-c6a2d1996925547f52c523a908287916"><ce:given-name>A.</ce:given-name><ce:surname>Ortiz Velasquez</ce:surname><ce:cross-ref refid="aff0640" id="crf7000"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au6640" author-id="S0370269322007833-d7f1b48c18151d2adcfd0901daea63ca"><ce:given-name>A.</ce:given-name><ce:surname>Oskarsson</ce:surname><ce:cross-ref refid="aff0750" id="crf7010"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5471-6595" id="au6650" author-id="S0370269322007833-453c2920b4d8be43344a508683c61206"><ce:given-name>J.</ce:given-name><ce:surname>Otwinowski</ce:surname><ce:cross-ref refid="aff1060" id="crf7020"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au6660" author-id="S0370269322007833-3397848215c1376cf0f1ed7b9a934e8b"><ce:given-name>M.</ce:given-name><ce:surname>Oya</ce:surname><ce:cross-ref refid="aff0930" id="crf7030"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8576-1268" id="au6670" author-id="S0370269322007833-ef1f97862dcdec187e1b2f91615f60fb"><ce:given-name>K.</ce:given-name><ce:surname>Oyama</ce:surname><ce:cross-ref refid="aff0760" id="crf7040"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6142-1528" id="au6680" author-id="S0370269322007833-02951a4df40a044a3fdcb144a019433a"><ce:given-name>Y.</ce:given-name><ce:surname>Pachmayer</ce:surname><ce:cross-ref refid="aff0950" id="crf7050"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-8144-2829" id="au6690" author-id="S0370269322007833-0b6285cc2d39707ea9f13a51bd6d5b54"><ce:given-name>S.</ce:given-name><ce:surname>Padhan</ce:surname><ce:cross-ref refid="aff0460" id="crf7060"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0333-448X" id="au6700" author-id="S0370269322007833-9069b38983788ec66d195a57d1524b7f"><ce:given-name>D.</ce:given-name><ce:surname>Pagano</ce:surname><ce:cross-ref refid="aff1300" id="crf7070"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf7080"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2513-2459" id="au6710" author-id="S0370269322007833-ce839a94242220bf435631842afb0293"><ce:given-name>G.</ce:given-name><ce:surname>Paić</ce:surname><ce:cross-ref refid="aff0640" id="crf7090"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5686-6626" id="au6720" author-id="S0370269322007833-6cba21a41aca7c6610396c00bfd39885"><ce:given-name>A.</ce:given-name><ce:surname>Palasciano</ce:surname><ce:cross-ref refid="aff0490" id="crf7100"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0343-2082" id="au6730" author-id="S0370269322007833-e703bd295ab2957c66eb8214d8eca59a"><ce:given-name>S.</ce:given-name><ce:surname>Panebianco</ce:surname><ce:cross-ref refid="aff1270" id="crf7110"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2540-2394" id="au6740" author-id="S0370269322007833-74cbb4ced7b52b8c9691caed9743ca8c"><ce:given-name>J.</ce:given-name><ce:surname>Park</ce:surname><ce:cross-ref refid="aff0570" id="crf7120"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5166-5788" id="au6750" author-id="S0370269322007833-95c25ea1f28adf21626083f349ff97e2"><ce:given-name>J.E.</ce:given-name><ce:surname>Parkkila</ce:surname><ce:cross-ref refid="aff0320" id="crf7130"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1140" id="crf7140"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author id="au6760" author-id="S0370269322007833-680583f3874b29c55eb10d3520e268f0"><ce:given-name>S.P.</ce:given-name><ce:surname>Pathak</ce:surname><ce:cross-ref refid="aff1130" id="crf7150"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au6770" author-id="S0370269322007833-847552a53a245de70c10f37cd68d4367"><ce:given-name>R.N.</ce:given-name><ce:surname>Patra</ce:surname><ce:cross-ref refid="aff0910" id="crf7160"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1461-3743" id="au6780" author-id="S0370269322007833-d3578f964b837ff3a07c28a314787b67"><ce:given-name>B.</ce:given-name><ce:surname>Paul</ce:surname><ce:cross-ref refid="aff0220" id="crf7170"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5078-3336" id="au6790" author-id="S0370269322007833-91dac35df9959699e674ebdc8c87d401"><ce:given-name>H.</ce:given-name><ce:surname>Pei</ce:surname><ce:cross-ref refid="aff0060" id="crf7180"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7116-899X" id="au6800" author-id="S0370269322007833-8ed13caacc363e25fa12cfdfffef053c"><ce:given-name>T.</ce:given-name><ce:surname>Peitzmann</ce:surname><ce:cross-ref refid="aff0580" id="crf7190"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0759-2283" id="au6810" author-id="S0370269322007833-5165c595313be6e458617394fd9c952a"><ce:given-name>X.</ce:given-name><ce:surname>Peng</ce:surname><ce:cross-ref refid="aff0060" id="crf7200"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5496-580X" id="au6820" author-id="S0370269322007833-ed78e1c6148862c89d30efaf8d02e12f"><ce:given-name>L.G.</ce:given-name><ce:surname>Pereira</ce:surname><ce:cross-ref refid="aff0650" id="crf7210"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3863-352X" id="au6830" author-id="S0370269322007833-4bb9824b0aa379c6439ad125c62316dd"><ce:given-name>H.</ce:given-name><ce:surname>Pereira Da Costa</ce:surname><ce:cross-ref refid="aff1270" id="crf7220"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3709-5130" id="au6840" author-id="S0370269322007833-d4e399695b3a5debf242545c3b1c4098"><ce:given-name>D.</ce:given-name><ce:surname>Peresunko</ce:surname><ce:cross-ref refid="aff1390" id="crf7230"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8817-5013" id="au6850" author-id="S0370269322007833-6f89487c37f9d14b5cbdc975e4b25187"><ce:given-name>G.M.</ce:given-name><ce:surname>Perez</ce:surname><ce:cross-ref refid="aff0070" id="crf7240"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1192-137X" id="au6860" author-id="S0370269322007833-85c7c25be2c15d308a265918f2373419"><ce:given-name>S.</ce:given-name><ce:surname>Perrin</ce:surname><ce:cross-ref refid="aff1270" id="crf7250"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author id="au6870" author-id="S0370269322007833-b2a1cbaa55a74f346f1338623a67cd26"><ce:given-name>Y.</ce:given-name><ce:surname>Pestov</ce:surname><ce:cross-ref refid="aff1390" id="crf7260"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4057-3415" id="au6880" author-id="S0370269322007833-45f917c01c367be5af8a10d42512d4c3"><ce:given-name>V.</ce:given-name><ce:surname>Petráček</ce:surname><ce:cross-ref refid="aff0350" id="crf7270"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4054-2336" id="au6890" author-id="S0370269322007833-dbee9581f6b117e88194a9f22c5368c0"><ce:given-name>V.</ce:given-name><ce:surname>Petrov</ce:surname><ce:cross-ref refid="aff1390" id="crf7280"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2291-6955" id="au6900" author-id="S0370269322007833-727e781718043733efb713fa083fe9a6"><ce:given-name>M.</ce:given-name><ce:surname>Petrovici</ce:surname><ce:cross-ref refid="aff0450" id="crf7290"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0452-3103" id="au6910" author-id="S0370269322007833-10cb6be81a76cf436f1607dc49b9bc27"><ce:given-name>R.P.</ce:given-name><ce:surname>Pezzi</ce:surname><ce:cross-ref refid="aff1030" id="crf7300"><ce:sup>103</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0650" id="crf7310"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4903-9865" id="au6920" author-id="S0370269322007833-78123ee98907dd03c1791d033e172234"><ce:given-name>S.</ce:given-name><ce:surname>Piano</ce:surname><ce:cross-ref refid="aff0560" id="crf7320"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-8574-2392" id="au6930" author-id="S0370269322007833-946883e1f561d1a058691674b9d6bd2e"><ce:given-name>M.</ce:given-name><ce:surname>Pikna</ce:surname><ce:cross-ref refid="aff0120" id="crf7330"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9067-0803" id="au6940" author-id="S0370269322007833-527c1efc9afeb3aa34f6162708c25dbc"><ce:given-name>P.</ce:given-name><ce:surname>Pillot</ce:surname><ce:cross-ref refid="aff1030" id="crf7340"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8923-4003" id="au6950" author-id="S0370269322007833-cb4892c3af4fce0f3301066e18feebc7"><ce:given-name>O.</ce:given-name><ce:surname>Pinazza</ce:surname><ce:cross-ref refid="aff0500" id="crf7350"><ce:sup>50</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0320" id="crf7360"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au6960" author-id="S0370269322007833-f12732ef44b9fddd17576a6bf3d93dd4"><ce:given-name>L.</ce:given-name><ce:surname>Pinsky</ce:surname><ce:cross-ref refid="aff1130" id="crf7370"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7454-4324" id="au6970" author-id="S0370269322007833-aa9f34aad1442387090668b31d40f7e8"><ce:given-name>C.</ce:given-name><ce:surname>Pinto</ce:surname><ce:cross-ref refid="aff0960" id="crf7380"><ce:sup>96</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0260" id="crf7390"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4080-6562" id="au6980" author-id="S0370269322007833-2173f54350c1cc047c951d953e5eb99a"><ce:given-name>S.</ce:given-name><ce:surname>Pisano</ce:surname><ce:cross-ref refid="aff0480" id="crf7400"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3161-9183" id="au6990" author-id="S0370269322007833-586f6951340128ab950c16d5381f227b"><ce:given-name>M.</ce:given-name><ce:surname>Płoskoń</ce:surname><ce:cross-ref refid="aff0740" id="crf7410"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au7000" author-id="S0370269322007833-bdf0ea6d648be81134e3c70730309a46"><ce:given-name>M.</ce:given-name><ce:surname>Planinic</ce:surname><ce:cross-ref refid="aff0890" id="crf7420"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au7010" author-id="S0370269322007833-771a1f0dd09d872127750683d29073c7"><ce:given-name>F.</ce:given-name><ce:surname>Pliquett</ce:surname><ce:cross-ref refid="aff0630" id="crf7430"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1832-595X" id="au7020" author-id="S0370269322007833-836d8f10606252b7f8a3e21597618b48"><ce:given-name>M.G.</ce:given-name><ce:surname>Poghosyan</ce:surname><ce:cross-ref refid="aff0870" id="crf7440"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0414-5525" id="au7030" author-id="S0370269322007833-6138c603a71a85658d61e7d6a0e9a208"><ce:given-name>S.</ce:given-name><ce:surname>Politano</ce:surname><ce:cross-ref refid="aff0290" id="crf7450"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4512-9620" id="au7040" author-id="S0370269322007833-3a072758372f85ff545317ad0bacae7b"><ce:given-name>N.</ce:given-name><ce:surname>Poljak</ce:surname><ce:cross-ref refid="aff0890" id="crf7460"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0425-5724" id="au7050" author-id="S0370269322007833-e71d8fde1386ed3a932ccefe4ea490de"><ce:given-name>A.</ce:given-name><ce:surname>Pop</ce:surname><ce:cross-ref refid="aff0450" id="crf7470"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2646-6189" id="au7060" author-id="S0370269322007833-9e010953a762b9a34b2d116e86545c5b"><ce:given-name>S.</ce:given-name><ce:surname>Porteboeuf-Houssais</ce:surname><ce:cross-ref refid="aff1240" id="crf7480"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6265-8794" id="au7070" author-id="S0370269322007833-6a27792c6e8b46cda863565b5129954c"><ce:given-name>J.</ce:given-name><ce:surname>Porter</ce:surname><ce:cross-ref refid="aff0740" id="crf7490"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3362-7411" id="au7080" author-id="S0370269322007833-82e39c20b7a006475aceeb9dfe20f382"><ce:given-name>V.</ce:given-name><ce:surname>Pozdniakov</ce:surname><ce:cross-ref refid="aff1400" id="crf7500"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7394-8834" id="au7090" author-id="S0370269322007833-729ca80d5d6badc9a9e0fd66f9f0876f"><ce:given-name>S.K.</ce:given-name><ce:surname>Prasad</ce:surname><ce:cross-ref refid="aff0040" id="crf7510"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0607-2841" id="au7100" author-id="S0370269322007833-0c367e61960037a7557e1736f53ae90e"><ce:given-name>S.</ce:given-name><ce:surname>Prasad</ce:surname><ce:cross-ref refid="aff0470" id="crf7520"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1539-9275" id="au7110" author-id="S0370269322007833-af36364e9428395e5ba1b270ff19e711"><ce:given-name>R.</ce:given-name><ce:surname>Preghenella</ce:surname><ce:cross-ref refid="aff0500" id="crf7530"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6179-150X" id="au7120" author-id="S0370269322007833-b1be19acf78612f1d95f75cd0255877b"><ce:given-name>F.</ce:given-name><ce:surname>Prino</ce:surname><ce:cross-ref refid="aff0550" id="crf7540"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0458-538X" id="au7130" author-id="S0370269322007833-5558a77500034358e5b29f499c1295cc"><ce:given-name>C.A.</ce:given-name><ce:surname>Pruneau</ce:surname><ce:cross-ref refid="aff1330" id="crf7550"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1752-4524" id="au7140" author-id="S0370269322007833-b348e07611f034bb2f7158e98ac2658b"><ce:given-name>I.</ce:given-name><ce:surname>Pshenichnov</ce:surname><ce:cross-ref refid="aff1390" id="crf7560"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8118-9049" id="au7150" author-id="S0370269322007833-481a95d94e97d9c977c233501c2895dd"><ce:given-name>M.</ce:given-name><ce:surname>Puccio</ce:surname><ce:cross-ref refid="aff0320" id="crf7570"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1401-5900" id="au7160" author-id="S0370269322007833-1b3912746ce28a2860e22fc2f3d0cae4"><ce:given-name>S.</ce:given-name><ce:surname>Qiu</ce:surname><ce:cross-ref refid="aff0840" id="crf7580"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0793-8275" id="au7170" author-id="S0370269322007833-7097bc2294a71f0e69f49eab4e586b85"><ce:given-name>L.</ce:given-name><ce:surname>Quaglia</ce:surname><ce:cross-ref refid="aff0240" id="crf7590"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au7180" author-id="S0370269322007833-71d8dc818ab74635daaf926f8b34037e"><ce:given-name>R.E.</ce:given-name><ce:surname>Quishpe</ce:surname><ce:cross-ref refid="aff1130" id="crf7600"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9765-5668" id="au7190" author-id="S0370269322007833-dddddcdd47ebc9eee291f039bec41a4d"><ce:given-name>S.</ce:given-name><ce:surname>Ragoni</ce:surname><ce:cross-ref refid="aff1000" id="crf7610"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4484-6430" id="au7200" author-id="S0370269322007833-176ecf3eb3fe45c3e73fecf652633cc7"><ce:given-name>A.</ce:given-name><ce:surname>Rakotozafindrabe</ce:surname><ce:cross-ref refid="aff1270" id="crf7620"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2325-8680" id="au7210" author-id="S0370269322007833-3550a6ae6d4fdbfad22c58d69be393c7"><ce:given-name>L.</ce:given-name><ce:surname>Ramello</ce:surname><ce:cross-ref refid="aff1290" id="crf7630"><ce:sup>129</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf7640"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6101-5981" id="au7220" author-id="S0370269322007833-d0ae04bab4ad3134b6a70a06711094fd"><ce:given-name>F.</ce:given-name><ce:surname>Rami</ce:surname><ce:cross-ref refid="aff1260" id="crf7650"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2864-8565" id="au7230" author-id="S0370269322007833-11f74769c1c1575b2e73bb945306edc5"><ce:given-name>S.A.R.</ce:given-name><ce:surname>Ramirez</ce:surname><ce:cross-ref refid="aff0440" id="crf7660"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author id="au7240" author-id="S0370269322007833-bb79a1577b895a313cd01551c0cff4ae"><ce:given-name>T.A.</ce:given-name><ce:surname>Rancien</ce:surname><ce:cross-ref refid="aff0730" id="crf7670"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9172-5474" id="au7250" author-id="S0370269322007833-4e7e932d80a9c86a0e106f445053b4fa"><ce:given-name>R.</ce:given-name><ce:surname>Raniwala</ce:surname><ce:cross-ref refid="aff0920" id="crf7680"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au7260" author-id="S0370269322007833-49fd933c0d6250b48845decbabdfb786"><ce:given-name>S.</ce:given-name><ce:surname>Raniwala</ce:surname><ce:cross-ref refid="aff0920" id="crf7690"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6792-7773" id="au7270" author-id="S0370269322007833-db43f171a496f6f31ddfdb67593b86a7"><ce:given-name>S.S.</ce:given-name><ce:surname>Räsänen</ce:surname><ce:cross-ref refid="aff0430" id="crf7700"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0118-3131" id="au7280" author-id="S0370269322007833-d71f95538ce6f71980e675efdbda3380"><ce:given-name>R.</ce:given-name><ce:surname>Rath</ce:surname><ce:cross-ref refid="aff0470" id="crf7710"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6120-4726" id="au7290" author-id="S0370269322007833-d27a2fbe6ac2d9c16ccb59957307db0d"><ce:given-name>I.</ce:given-name><ce:surname>Ravasenga</ce:surname><ce:cross-ref refid="aff0840" id="crf7720"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3358-7667" id="au7300" author-id="S0370269322007833-d98ca0903edf64e661cfee1dcff4a7ca"><ce:given-name>K.F.</ce:given-name><ce:surname>Read</ce:surname><ce:cross-ref refid="aff0870" id="crf7730"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1190" id="crf7740"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8102-9686" id="au7310" author-id="S0370269322007833-213c316b352d00bbebd305687bd0ca22"><ce:given-name>A.R.</ce:given-name><ce:surname>Redelbach</ce:surname><ce:cross-ref refid="aff0380" id="crf7750"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2629-1710" id="au7320" author-id="S0370269322007833-aa8eb7b583e843357cd9e2a00971c9b4"><ce:given-name>K.</ce:given-name><ce:surname>Redlich</ce:surname><ce:cross-ref refid="aff0790" id="crf7760"><ce:sup>79</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0060" id="crf7770"><ce:sup>VI</ce:sup></ce:cross-ref></ce:author><ce:author id="au7330" author-id="S0370269322007833-1d60b3d2a37988e081ca18f40e2ddf3b"><ce:given-name>A.</ce:given-name><ce:surname>Rehman</ce:surname><ce:cross-ref refid="aff0200" id="crf7780"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au7340" author-id="S0370269322007833-bb75f985eb82991cb0bfa8a3c1ea6462"><ce:given-name>P.</ce:given-name><ce:surname>Reichelt</ce:surname><ce:cross-ref refid="aff0630" id="crf7790"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5263-3593" id="au7350" author-id="S0370269322007833-8827563cee5df01ff22cadd8cf3a294b"><ce:given-name>F.</ce:given-name><ce:surname>Reidt</ce:surname><ce:cross-ref refid="aff0320" id="crf7800"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-8025-735X" id="au7360" author-id="S0370269322007833-6f0417fbf4f67ca8b78c945db16dcea1"><ce:given-name>H.A.</ce:given-name><ce:surname>Reme-Ness</ce:surname><ce:cross-ref refid="aff0340" id="crf7810"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au7370" author-id="S0370269322007833-45755ece9a112e15955ca4a1e30074ff"><ce:given-name>Z.</ce:given-name><ce:surname>Rescakova</ce:surname><ce:cross-ref refid="aff0370" id="crf7820"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9808-1811" id="au7380" author-id="S0370269322007833-a6381c8edaeb00e649c612097f3361e2"><ce:given-name>K.</ce:given-name><ce:surname>Reygers</ce:surname><ce:cross-ref refid="aff0950" id="crf7830"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-9874-9819" id="au7390" author-id="S0370269322007833-8df4b35a499d19eab1d1fa55152b7c13"><ce:given-name>A.</ce:given-name><ce:surname>Riabov</ce:surname><ce:cross-ref refid="aff1390" id="crf7840"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8142-6374" id="au7400" author-id="S0370269322007833-a7b5f65d277951798efd475aaedb6e48"><ce:given-name>V.</ce:given-name><ce:surname>Riabov</ce:surname><ce:cross-ref refid="aff1390" id="crf7850"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5208-6657" id="au7410" author-id="S0370269322007833-91129b25e4ed659b8ac880785ced7ab4"><ce:given-name>R.</ce:given-name><ce:surname>Ricci</ce:surname><ce:cross-ref refid="aff0280" id="crf7860"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author id="au7420" author-id="S0370269322007833-8561e3b1cc47e0d1dadd96b6e68abb2a"><ce:given-name>T.</ce:given-name><ce:surname>Richert</ce:surname><ce:cross-ref refid="aff0750" id="crf7870"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-3492-3758" id="au7430" author-id="S0370269322007833-a25047b3bf8a5b0df891afd4177a02a9"><ce:given-name>M.</ce:given-name><ce:surname>Richter</ce:surname><ce:cross-ref refid="aff0190" id="crf7880"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1824-0822" id="au7440" author-id="S0370269322007833-249a8b0c9ba2a65e2db6d83a7a762fa5"><ce:given-name>W.</ce:given-name><ce:surname>Riegler</ce:surname><ce:cross-ref refid="aff0320" id="crf7890"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0030-8377" id="au7450" author-id="S0370269322007833-b1de41581c0aa07bde38faa0c8bc8127"><ce:given-name>F.</ce:given-name><ce:surname>Riggi</ce:surname><ce:cross-ref refid="aff0260" id="crf7900"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9760-645X" id="au7460" author-id="S0370269322007833-1316be5b198c4e2b06565bf3c8ec4acf"><ce:given-name>C.</ce:given-name><ce:surname>Ristea</ce:surname><ce:cross-ref refid="aff0620" id="crf7910"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9596-1060" id="au7470" author-id="S0370269322007833-0edc57380bd02242b3e4ee941d40a812"><ce:given-name>M.</ce:given-name><ce:surname>Rodríguez Cahuantzi</ce:surname><ce:cross-ref refid="aff0440" id="crf7920"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7803-9640" id="au7480" author-id="S0370269322007833-79a3009a79f907ea5b523a3f11ab5c68"><ce:given-name>K.</ce:given-name><ce:surname>Røed</ce:surname><ce:cross-ref refid="aff0190" id="crf7930"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4680-4413" id="au7490" author-id="S0370269322007833-99691760df845e7cfdfa6dd28ffe36cc"><ce:given-name>R.</ce:given-name><ce:surname>Rogalev</ce:surname><ce:cross-ref refid="aff1390" id="crf7940"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4278-5999" id="au7500" author-id="S0370269322007833-bcf5559677299b97f9f37d3bb7f623ab"><ce:given-name>E.</ce:given-name><ce:surname>Rogochaya</ce:surname><ce:cross-ref refid="aff1400" id="crf7950"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0649-2283" id="au7510" author-id="S0370269322007833-6cc4a99452d937a67cad874ba707ece6"><ce:given-name>T.S.</ce:given-name><ce:surname>Rogoschinski</ce:surname><ce:cross-ref refid="aff0630" id="crf7960"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4101-0160" id="au7520" author-id="S0370269322007833-0e4712e9f552e33a3df9ed01e24b3c77"><ce:given-name>D.</ce:given-name><ce:surname>Rohr</ce:surname><ce:cross-ref refid="aff0320" id="crf7970"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4966-9584" id="au7530" author-id="S0370269322007833-0234962e01cea9cdd0c8e3813ba4ca92"><ce:given-name>D.</ce:given-name><ce:surname>Röhrich</ce:surname><ce:cross-ref refid="aff0200" id="crf7980"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au7540" author-id="S0370269322007833-2fa2d55f41cf3c57f01a723410343149"><ce:given-name>P.F.</ce:given-name><ce:surname>Rojas</ce:surname><ce:cross-ref refid="aff0440" id="crf7990"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2361-2662" id="au7550" author-id="S0370269322007833-a2b6a59ba7a2dd0e0af80c978111a313"><ce:given-name>S.</ce:given-name><ce:surname>Rojas Torres</ce:surname><ce:cross-ref refid="aff0350" id="crf8000"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4433-2133" id="au7560" author-id="S0370269322007833-ff1942d078b1084dc5f931fc019637e5"><ce:given-name>P.S.</ce:given-name><ce:surname>Rokita</ce:surname><ce:cross-ref refid="aff1320" id="crf8010"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5245-8441" id="au7570" author-id="S0370269322007833-a3dafc6b3ccad8fa7df553fd077eec49"><ce:given-name>F.</ce:given-name><ce:surname>Ronchetti</ce:surname><ce:cross-ref refid="aff0480" id="crf8020"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6467-2418" id="au7580" author-id="S0370269322007833-d95c4b1d7c9e33905a1ec11bd5bd7a91"><ce:given-name>A.</ce:given-name><ce:surname>Rosano</ce:surname><ce:cross-ref refid="aff0300" id="crf8030"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf8040"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au7590" author-id="S0370269322007833-9ac9b056d9260107e6f66bd2e85f16a9"><ce:given-name>E.D.</ce:given-name><ce:surname>Rosas</ce:surname><ce:cross-ref refid="aff0640" id="crf8050"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6067-6294" id="au7600" author-id="S0370269322007833-0789cf0acb459ac48aae646ea4fff36d"><ce:given-name>A.</ce:given-name><ce:surname>Rossi</ce:surname><ce:cross-ref refid="aff0530" id="crf8060"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1142-3186" id="au7610" author-id="S0370269322007833-3c7922816f3a4b140a03dca05a48170d"><ce:given-name>A.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0470" id="crf8070"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author id="au7620" author-id="S0370269322007833-a2c95ea42148b64204b813f041087279"><ce:given-name>P.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0990" id="crf8080"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1397-8334" id="au7630" author-id="S0370269322007833-e8216bb3c9e672b808a72c0b142580dc"><ce:given-name>S.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0460" id="crf8090"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9874-7249" id="au7640" author-id="S0370269322007833-21d23b231a94875bee109b04f056699a"><ce:given-name>N.</ce:given-name><ce:surname>Rubini</ce:surname><ce:cross-ref refid="aff0250" id="crf8100"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6365-3258" id="au7650" author-id="S0370269322007833-58372d9b3f7e75dda762297cde10d248"><ce:given-name>O.V.</ce:given-name><ce:surname>Rueda</ce:surname><ce:cross-ref refid="aff0750" id="crf8110"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7082-5890" id="au7660" author-id="S0370269322007833-812d388ab783acda0f18fef29f22be4a"><ce:given-name>D.</ce:given-name><ce:surname>Ruggiano</ce:surname><ce:cross-ref refid="aff1320" id="crf8120"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6993-0332" id="au7670" author-id="S0370269322007833-cce1449286029844bca6b3747d02298a"><ce:given-name>R.</ce:given-name><ce:surname>Rui</ce:surname><ce:cross-ref refid="aff0230" id="crf8130"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au7680" author-id="S0370269322007833-625be96a2f92a34f4ab28acc012163fa"><ce:given-name>B.</ce:given-name><ce:surname>Rumyantsev</ce:surname><ce:cross-ref refid="aff1400" id="crf8140"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3858-4278" id="au7690" author-id="S0370269322007833-811bc8b4f52e23443d85b7df17a8c0f8"><ce:given-name>P.G.</ce:given-name><ce:surname>Russek</ce:surname><ce:cross-ref refid="aff0020" id="crf8150"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7492-974X" id="au7700" author-id="S0370269322007833-382bae6674b95129a686a1582c2cbd62"><ce:given-name>R.</ce:given-name><ce:surname>Russo</ce:surname><ce:cross-ref refid="aff0840" id="crf8160"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8678-6400" id="au7710" author-id="S0370269322007833-3f18061f27d8ef882f8bc13c3ad28a1e"><ce:given-name>A.</ce:given-name><ce:surname>Rustamov</ce:surname><ce:cross-ref refid="aff0810" id="crf8170"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-8982-9510" id="au7720" author-id="S0370269322007833-da224bbaa7d58df68ca142bd1d327ea1"><ce:given-name>E.</ce:given-name><ce:surname>Ryabinkin</ce:surname><ce:cross-ref refid="aff1390" id="crf8180"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3028-8776" id="au7730" author-id="S0370269322007833-9dc7fbdefd058c8dbbadbcccacfaa812"><ce:given-name>Y.</ce:given-name><ce:surname>Ryabov</ce:surname><ce:cross-ref refid="aff1390" id="crf8190"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3076-0505" id="au7740" author-id="S0370269322007833-0a49addc5bf52af0bf1d9600608df117"><ce:given-name>A.</ce:given-name><ce:surname>Rybicki</ce:surname><ce:cross-ref refid="aff1060" id="crf8200"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7493-5552" id="au7750" author-id="S0370269322007833-4e71a4d8878b932d0f7f0fac8338f177"><ce:given-name>H.</ce:given-name><ce:surname>Rytkonen</ce:surname><ce:cross-ref refid="aff1140" id="crf8210"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3274-9986" id="au7760" author-id="S0370269322007833-cb56ae8a44e3cc494d7b67afa9bccd92"><ce:given-name>W.</ce:given-name><ce:surname>Rzesa</ce:surname><ce:cross-ref refid="aff1320" id="crf8220"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3346-3645" id="au7770" author-id="S0370269322007833-0028258bab866460c144c7c968794773"><ce:given-name>O.A.M.</ce:given-name><ce:surname>Saarimaki</ce:surname><ce:cross-ref refid="aff0430" id="crf8230"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0438-8359" id="au7780" author-id="S0370269322007833-30d43d51897675cf9cd495896fc130f9"><ce:given-name>R.</ce:given-name><ce:surname>Sadek</ce:surname><ce:cross-ref refid="aff1030" id="crf8240"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6781-416X" id="au7790" author-id="S0370269322007833-95444e1d677ab64f8776a30d178e54e2"><ce:given-name>S.</ce:given-name><ce:surname>Sadovsky</ce:surname><ce:cross-ref refid="aff1390" id="crf8250"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8769-0865" id="au7800" author-id="S0370269322007833-0a168bc99240d66a8925ff06e271bdf5"><ce:given-name>J.</ce:given-name><ce:surname>Saetre</ce:surname><ce:cross-ref refid="aff0200" id="crf8260"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2512-5451" id="au7810" author-id="S0370269322007833-21a9d7d32dbc31b6d9fe58ee57047f0f"><ce:given-name>K.</ce:given-name><ce:surname>Šafařík</ce:surname><ce:cross-ref refid="aff0350" id="crf8270"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-0580-829X" id="au7820" author-id="S0370269322007833-e124e41bd8c9a15152d347654ca43d3a"><ce:given-name>S.K.</ce:given-name><ce:surname>Saha</ce:surname><ce:cross-ref refid="aff1310" id="crf8280"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4159-3549" id="au7830" author-id="S0370269322007833-97780e442ae33eb1a0ab97a98d717272"><ce:given-name>S.</ce:given-name><ce:surname>Saha</ce:surname><ce:cross-ref refid="aff0800" id="crf8290"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7383-4418" id="au7840" author-id="S0370269322007833-2d0dbe8d0df0bf01a83ddf19e043addc"><ce:given-name>B.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0460" id="crf8300"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au7850" author-id="S0370269322007833-c91ceefdaf62924dbe41969b9214a864"><ce:given-name>P.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0460" id="crf8310"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3334-0661" id="au7860" author-id="S0370269322007833-bf022b9756aebb065155d194bfc5e116"><ce:given-name>R.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0470" id="crf8320"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author id="au7870" author-id="S0370269322007833-d12dd0293e56fb8f196c824e945688ef"><ce:given-name>S.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0600" id="crf8330"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8980-1362" id="au7880" author-id="S0370269322007833-7da34c080308a4a878b936642dad5d72"><ce:given-name>D.</ce:given-name><ce:surname>Sahu</ce:surname><ce:cross-ref refid="aff0470" id="crf8340"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3546-3390" id="au7890" author-id="S0370269322007833-2bddf806dd23a81f5fa7e547686c633f"><ce:given-name>P.K.</ce:given-name><ce:surname>Sahu</ce:surname><ce:cross-ref refid="aff0600" id="crf8350"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3266-9959" id="au7900" author-id="S0370269322007833-d5d387bbf6ac7c96302a2261913a190e"><ce:given-name>J.</ce:given-name><ce:surname>Saini</ce:surname><ce:cross-ref refid="aff1310" id="crf8360"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au7910" author-id="S0370269322007833-f703969e0e9785229512bda850aef2e1"><ce:given-name>K.</ce:given-name><ce:surname>Sajdakova</ce:surname><ce:cross-ref refid="aff0370" id="crf8370"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1380-0392" id="au7920" author-id="S0370269322007833-f5ff96bab08f662fd05e088cca2830f6"><ce:given-name>S.</ce:given-name><ce:surname>Sakai</ce:surname><ce:cross-ref refid="aff1220" id="crf8380"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8111-5576" id="au7930" author-id="S0370269322007833-8a3806e0320b7d360b40762c9a667520"><ce:given-name>M.P.</ce:given-name><ce:surname>Salvan</ce:surname><ce:cross-ref refid="aff0980" id="crf8390"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5018-6902" id="au7940" author-id="S0370269322007833-1bc9f8186efa42ba63b483c287a4106e"><ce:given-name>S.</ce:given-name><ce:surname>Sambyal</ce:surname><ce:cross-ref refid="aff0910" id="crf8400"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au7950" author-id="S0370269322007833-cd56f5a9e647bb69890a3a180b5ed4f6"><ce:given-name>T.B.</ce:given-name><ce:surname>Saramela</ce:surname><ce:cross-ref refid="aff1090" id="crf8410"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2393-0804" id="au7960" author-id="S0370269322007833-4e7b512d816400994223e9f92ecca2ec"><ce:given-name>D.</ce:given-name><ce:surname>Sarkar</ce:surname><ce:cross-ref refid="aff1330" id="crf8420"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author id="au7970" author-id="S0370269322007833-2142bcc0044d7022f40dbf34b4e197ca"><ce:given-name>N.</ce:given-name><ce:surname>Sarkar</ce:surname><ce:cross-ref refid="aff1310" id="crf8430"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3191-4513" id="au7980" author-id="S0370269322007833-a3851d6513ae8b68029b7958a5abed81"><ce:given-name>P.</ce:given-name><ce:surname>Sarma</ce:surname><ce:cross-ref refid="aff0410" id="crf8440"><ce:sup>41</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9879-1119" id="au7990" author-id="S0370269322007833-cba5c2ba21cd453e06c3e5024f528642"><ce:given-name>V.</ce:given-name><ce:surname>Sarritzu</ce:surname><ce:cross-ref refid="aff0220" id="crf8450"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8438-3966" id="au8000" author-id="S0370269322007833-cc5ffcd83ec77f5fd9325b0b7118b774"><ce:given-name>V.M.</ce:given-name><ce:surname>Sarti</ce:surname><ce:cross-ref refid="aff0960" id="crf8460"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1419-2085" id="au8010" author-id="S0370269322007833-4f6b354f623cbb6890bb23228e05b5fe"><ce:given-name>M.H.P.</ce:given-name><ce:surname>Sas</ce:surname><ce:cross-ref refid="aff1360" id="crf8470"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3266-1332" id="au8020" author-id="S0370269322007833-2b91d041007f9e176264d73e2d0de0a4"><ce:given-name>J.</ce:given-name><ce:surname>Schambach</ce:surname><ce:cross-ref refid="aff0870" id="crf8480"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1184-9627" id="au8030" author-id="S0370269322007833-c66444d5ef774ee49802c74363dc640a"><ce:given-name>H.S.</ce:given-name><ce:surname>Scheid</ce:surname><ce:cross-ref refid="aff0630" id="crf8490"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-3728-8849" id="au8040" author-id="S0370269322007833-03804028f617309bc048e5933e616e73"><ce:given-name>C.</ce:given-name><ce:surname>Schiaua</ce:surname><ce:cross-ref refid="aff0450" id="crf8500"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1230-4274" id="au8050" author-id="S0370269322007833-784adb72642054424e9362d8386b26e7"><ce:given-name>R.</ce:given-name><ce:surname>Schicker</ce:surname><ce:cross-ref refid="aff0950" id="crf8510"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author id="au8060" author-id="S0370269322007833-0217b26765b58bf272de6570444ed5dc"><ce:given-name>A.</ce:given-name><ce:surname>Schmah</ce:surname><ce:cross-ref refid="aff0950" id="crf8520"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2295-6199" id="au8070" author-id="S0370269322007833-f94f964488b585f9462e6ab4015791c9"><ce:given-name>C.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0980" id="crf8530"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author id="au8080" author-id="S0370269322007833-fd43f769f1f7612b2725ab8467cb3988"><ce:given-name>H.R.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0940" id="crf8540"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5335-1515" id="au8090" author-id="S0370269322007833-000dbff16850e64d09345b19cc7e2cae"><ce:given-name>M.O.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0320" id="crf8550"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8100" author-id="S0370269322007833-676a3e2f083d7445aad07e3df271a3ea"><ce:given-name>M.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0940" id="crf8560"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5795-4871" id="au8110" author-id="S0370269322007833-31162c06a9fc108e5b35973a2ffb24b8"><ce:given-name>N.V.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0870" id="crf8570"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0630" id="crf8580"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9093-4461" id="au8120" author-id="S0370269322007833-dd604e595646814f08f6fa8e83e76398"><ce:given-name>A.R.</ce:given-name><ce:surname>Schmier</ce:surname><ce:cross-ref refid="aff1190" id="crf8590"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4791-5481" id="au8130" author-id="S0370269322007833-337f117e371476d9154b3392d1da6bf8"><ce:given-name>R.</ce:given-name><ce:surname>Schotter</ce:surname><ce:cross-ref refid="aff1260" id="crf8600"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6638-2932" id="au8140" author-id="S0370269322007833-d9df8e3f4beecadb05967ec0da49ff70"><ce:given-name>J.</ce:given-name><ce:surname>Schukraft</ce:surname><ce:cross-ref refid="aff0320" id="crf8610"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8150" author-id="S0370269322007833-6310a0f15817e728ebcc79e2ab7c4c2f"><ce:given-name>K.</ce:given-name><ce:surname>Schwarz</ce:surname><ce:cross-ref refid="aff0980" id="crf8620"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9935-6995" id="au8160" author-id="S0370269322007833-2b6a538fbe623fb4022aa1b75b26c442"><ce:given-name>K.</ce:given-name><ce:surname>Schweda</ce:surname><ce:cross-ref refid="aff0980" id="crf8630"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0144-0713" id="au8170" author-id="S0370269322007833-fc518e7578036d8d371116685c31012a"><ce:given-name>G.</ce:given-name><ce:surname>Scioli</ce:surname><ce:cross-ref refid="aff0250" id="crf8640"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9015-9610" id="au8180" author-id="S0370269322007833-d42cd071cfc74dbae9b48d5cd17800d0"><ce:given-name>E.</ce:given-name><ce:surname>Scomparin</ce:surname><ce:cross-ref refid="aff0550" id="crf8650"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1423-6973" id="au8190" author-id="S0370269322007833-94181a0b17774396a39a9ed6fc47c3d5"><ce:given-name>J.E.</ce:given-name><ce:surname>Seger</ce:surname><ce:cross-ref refid="aff0140" id="crf8660"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author id="au8200" author-id="S0370269322007833-1f4043c3186036a978d62e3e2d162134"><ce:given-name>Y.</ce:given-name><ce:surname>Sekiguchi</ce:surname><ce:cross-ref refid="aff1210" id="crf8670"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-9692-8812" id="au8210" author-id="S0370269322007833-231e8d80e70f7aa46fc7b8201643f307"><ce:given-name>D.</ce:given-name><ce:surname>Sekihata</ce:surname><ce:cross-ref refid="aff1210" id="crf8680"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8042-4924" id="au8220" author-id="S0370269322007833-87e546912eabfb863538b176fde78749"><ce:given-name>I.</ce:given-name><ce:surname>Selyuzhenkov</ce:surname><ce:cross-ref refid="aff0980" id="crf8690"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1390" id="crf8700"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1907-9786" id="au8230" author-id="S0370269322007833-919152051a0186bd761a33e9a12c962e"><ce:given-name>S.</ce:given-name><ce:surname>Senyukov</ce:surname><ce:cross-ref refid="aff1260" id="crf8710"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6368-3350" id="au8240" author-id="S0370269322007833-1d84cdddde85c220045f4e9374e0487a"><ce:given-name>J.J.</ce:given-name><ce:surname>Seo</ce:surname><ce:cross-ref refid="aff0570" id="crf8720"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5546-6524" id="au8250" author-id="S0370269322007833-45d295ee783dda945d1339d17b8f7552"><ce:given-name>D.</ce:given-name><ce:surname>Serebryakov</ce:surname><ce:cross-ref refid="aff1390" id="crf8730"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5657-5351" id="au8260" author-id="S0370269322007833-fb3d7b2c3c2b219cdba56ad462fd16d5"><ce:given-name>L.</ce:given-name><ce:surname>Šerkšnytė</ce:surname><ce:cross-ref refid="aff0960" id="crf8740"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4151-1056" id="au8270" author-id="S0370269322007833-a1ba0c3722a1611161b0a6acdcd217eb"><ce:given-name>A.</ce:given-name><ce:surname>Sevcenco</ce:surname><ce:cross-ref refid="aff0620" id="crf8750"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2290-9031" id="au8280" author-id="S0370269322007833-230e0ab7c6dad85e0c9ab44030ee0c31"><ce:given-name>T.J.</ce:given-name><ce:surname>Shaba</ce:surname><ce:cross-ref refid="aff0670" id="crf8760"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au8290" author-id="S0370269322007833-6ba1905bfb57edd3371e7497f125fc77"><ce:given-name>A.</ce:given-name><ce:surname>Shabanov</ce:surname><ce:cross-ref refid="aff1390" id="crf8770"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3069-726X" id="au8300" author-id="S0370269322007833-eccc4eb373e67b000b70c03bc953f7be"><ce:given-name>A.</ce:given-name><ce:surname>Shabetai</ce:surname><ce:cross-ref refid="aff1030" id="crf8780"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author id="au8310" author-id="S0370269322007833-4044ca3befd9dd6a2145d809b5f421e3"><ce:given-name>R.</ce:given-name><ce:surname>Shahoyan</ce:surname><ce:cross-ref refid="aff0320" id="crf8790"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8320" author-id="S0370269322007833-433f918d1193b919b935c4071c45d479"><ce:given-name>W.</ce:given-name><ce:surname>Shaikh</ce:surname><ce:cross-ref refid="aff0990" id="crf8800"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5053-7506" id="au8330" author-id="S0370269322007833-7a1a1ea0b774f666a219a219f61965e3"><ce:given-name>A.</ce:given-name><ce:surname>Shangaraev</ce:surname><ce:cross-ref refid="aff1390" id="crf8810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au8340" author-id="S0370269322007833-b32067d8486ea2da83ae42c6015b7272"><ce:given-name>A.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0900" id="crf8820"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-9105-0729" id="au8350" author-id="S0370269322007833-5ec7e4fb2fecc24569d920e4223f15d5"><ce:given-name>D.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0460" id="crf8830"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2753-4283" id="au8360" author-id="S0370269322007833-9ba2f4c0358179c0a4269919f6db9efb"><ce:given-name>H.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1060" id="crf8840"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8256-8200" id="au8370" author-id="S0370269322007833-2bc2983d44ca6edf1e245c910a07f8fd"><ce:given-name>M.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0910" id="crf8850"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8046-1752" id="au8380" author-id="S0370269322007833-ff55826e9881b12af97414d6bafc15e3"><ce:given-name>N.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0900" id="crf8860"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7159-6839" id="au8390" author-id="S0370269322007833-dea65ea1ea56fa5802a2370cbb001777"><ce:given-name>S.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0910" id="crf8870"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7686-070X" id="au8400" author-id="S0370269322007833-cab15d0853c296aff65e7db1f0d635e9"><ce:given-name>U.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0910" id="crf8880"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7432-6669" id="au8410" author-id="S0370269322007833-7b902e1f81916b8184832cdb1f36e07a"><ce:given-name>A.</ce:given-name><ce:surname>Shatat</ce:surname><ce:cross-ref refid="aff0720" id="crf8890"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author id="au8420" author-id="S0370269322007833-18136795fe5b5eb02309150c4d868125"><ce:given-name>O.</ce:given-name><ce:surname>Sheibani</ce:surname><ce:cross-ref refid="aff1130" id="crf8900"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8416-8617" id="au8430" author-id="S0370269322007833-e9a146adc7540fa5ca0c3067beb56b46"><ce:given-name>K.</ce:given-name><ce:surname>Shigaki</ce:surname><ce:cross-ref refid="aff0930" id="crf8910"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au8440" author-id="S0370269322007833-3a406d92f47d3c342f4cd2f352b93fb3"><ce:given-name>M.</ce:given-name><ce:surname>Shimomura</ce:surname><ce:cross-ref refid="aff0770" id="crf8920"><ce:sup>77</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-0106-6054" id="au8450" author-id="S0370269322007833-6b2c2e57131e32b5ebf84058b73f54aa"><ce:given-name>S.</ce:given-name><ce:surname>Shirinkin</ce:surname><ce:cross-ref refid="aff1390" id="crf8930"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5128-6238" id="au8460" author-id="S0370269322007833-d5e441fdcf341f7bada490393ce8066d"><ce:given-name>Q.</ce:given-name><ce:surname>Shou</ce:surname><ce:cross-ref refid="aff0390" id="crf8940"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3348-1221" id="au8470" author-id="S0370269322007833-5cb068ab6f979cc8e49de0b405e08c4f"><ce:given-name>Y.</ce:given-name><ce:surname>Sibiriak</ce:surname><ce:cross-ref refid="aff1390" id="crf8950"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0543-9245" id="au8480" author-id="S0370269322007833-8247044a9ad9588b26bf570f8f92a1aa"><ce:given-name>S.</ce:given-name><ce:surname>Siddhanta</ce:surname><ce:cross-ref refid="aff0510" id="crf8960"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2014-5229" id="au8490" author-id="S0370269322007833-eba2779dc45d8567f427c55b555dc0ca"><ce:given-name>T.</ce:given-name><ce:surname>Siemiarczuk</ce:surname><ce:cross-ref refid="aff0790" id="crf8970"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7643-2198" id="au8500" author-id="S0370269322007833-0592f5524b7d1a38d09aabb737c94ec0"><ce:given-name>T.F.</ce:given-name><ce:surname>Silva</ce:surname><ce:cross-ref refid="aff1090" id="crf8980"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0526-5791" id="au8510" author-id="S0370269322007833-cc36c04c40e19a8455422de9daca4c31"><ce:given-name>D.</ce:given-name><ce:surname>Silvermyr</ce:surname><ce:cross-ref refid="aff0750" id="crf8990"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au8520" author-id="S0370269322007833-5d12b1d6955a3601b5814b9bb8588f4f"><ce:given-name>T.</ce:given-name><ce:surname>Simantathammakul</ce:surname><ce:cross-ref refid="aff1040" id="crf9000"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7729-5503" id="au8530" author-id="S0370269322007833-6393617ad1fb1402611f370fffec2382"><ce:given-name>R.</ce:given-name><ce:surname>Simeonov</ce:surname><ce:cross-ref refid="aff0360" id="crf9010"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au8540" author-id="S0370269322007833-038f483f6d2e5bcdf914c3b9a3a2cf25"><ce:given-name>G.</ce:given-name><ce:surname>Simonetti</ce:surname><ce:cross-ref refid="aff0320" id="crf9020"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8550" author-id="S0370269322007833-aab1420eddc341b05321ead42cc4c9fc"><ce:given-name>B.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0910" id="crf9030"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8997-0019" id="au8560" author-id="S0370269322007833-07775d5aa901011f3821dba3282fb3e0"><ce:given-name>B.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0960" id="crf9040"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-7617-1577" id="au8570" author-id="S0370269322007833-02af59487e20a18c520fea31d6730338"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0800" id="crf9050"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6904-9879" id="au8580" author-id="S0370269322007833-aa581cc51fe123db4c7c12c8e1d0af87"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0910" id="crf9060"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6746-6847" id="au8590" author-id="S0370269322007833-166ab0fa2fb6caa61da1b8a040b1e278"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0470" id="crf9070"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5783-3551" id="au8600" author-id="S0370269322007833-4c33c2641d33d44eca005f652b553f47"><ce:given-name>V.K.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff1310" id="crf9080"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6315-9671" id="au8610" author-id="S0370269322007833-6475573f1c042491a9461800f84f7e17"><ce:given-name>V.</ce:given-name><ce:surname>Singhal</ce:surname><ce:cross-ref refid="aff1310" id="crf9090"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1290-8388" id="au8620" author-id="S0370269322007833-fb688ef16b53507c773a0c466022686b"><ce:given-name>T.</ce:given-name><ce:surname>Sinha</ce:surname><ce:cross-ref refid="aff0990" id="crf9100"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-7519-0796" id="au8630" author-id="S0370269322007833-4dd174a5e9d45db4325b2a80d33b8149"><ce:given-name>B.</ce:given-name><ce:surname>Sitar</ce:surname><ce:cross-ref refid="aff0120" id="crf9110"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4175-148X" id="au8640" author-id="S0370269322007833-3b59aee01be38f76fa93e8cd0616e67e"><ce:given-name>M.</ce:given-name><ce:surname>Sitta</ce:surname><ce:cross-ref refid="aff1290" id="crf9120"><ce:sup>129</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf9130"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au8650" author-id="S0370269322007833-0ffea690781a8ef42b20d2bf3605a48d"><ce:given-name>T.B.</ce:given-name><ce:surname>Skaali</ce:surname><ce:cross-ref refid="aff0190" id="crf9140"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5747-4096" id="au8660" author-id="S0370269322007833-8f1f2ab39bfb478d52b2fca1d1026928"><ce:given-name>G.</ce:given-name><ce:surname>Skorodumovs</ce:surname><ce:cross-ref refid="aff0950" id="crf9150"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2966-8445" id="au8670" author-id="S0370269322007833-ce5d8d52aff3b9a257186938eba69940"><ce:given-name>M.</ce:given-name><ce:surname>Slupecki</ce:surname><ce:cross-ref refid="aff0430" id="crf9160"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1361-0305" id="au8680" author-id="S0370269322007833-4dff2a8cce793ddddad546bf49106817"><ce:given-name>N.</ce:given-name><ce:surname>Smirnov</ce:surname><ce:cross-ref refid="aff1360" id="crf9170"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9720-0604" id="au8690" author-id="S0370269322007833-e12bdf24e76db6c87b277836cf233019"><ce:given-name>R.J.M.</ce:given-name><ce:surname>Snellings</ce:surname><ce:cross-ref refid="aff0580" id="crf9180"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6002-8732" id="au8700" author-id="S0370269322007833-6ea57c0f96da7e01b9086dca27a4b7be"><ce:given-name>E.H.</ce:given-name><ce:surname>Solheim</ce:surname><ce:cross-ref refid="aff0190" id="crf9190"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au8710" author-id="S0370269322007833-897d4030aa386814d80fb77010ef5002"><ce:given-name>C.</ce:given-name><ce:surname>Soncco</ce:surname><ce:cross-ref refid="aff1010" id="crf9200"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2847-2291" id="au8720" author-id="S0370269322007833-e423ef18c708c9c8e5076d3ad9fa7345"><ce:given-name>J.</ce:given-name><ce:surname>Song</ce:surname><ce:cross-ref refid="aff1130" id="crf9210"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au8730" author-id="S0370269322007833-0a281b197a34a8ec6f58600b763f438c"><ce:given-name>A.</ce:given-name><ce:surname>Songmoolnak</ce:surname><ce:cross-ref refid="aff1040" id="crf9220"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1018-0987" id="au8740" author-id="S0370269322007833-657fdca353e29412dc258d4f8080fd5e"><ce:given-name>F.</ce:given-name><ce:surname>Soramel</ce:surname><ce:cross-ref refid="aff0270" id="crf9230"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5595-5643" id="au8750" author-id="S0370269322007833-08d0e06daec8127f6f7fd46b9d3ad98b"><ce:given-name>S.</ce:given-name><ce:surname>Sorensen</ce:surname><ce:cross-ref refid="aff1190" id="crf9240"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8625-763X" id="au8760" author-id="S0370269322007833-bd98e1f9191343ada467da8f1660394e"><ce:given-name>R.</ce:given-name><ce:surname>Spijkers</ce:surname><ce:cross-ref refid="aff0840" id="crf9250"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7590-7171" id="au8770" author-id="S0370269322007833-5c46e847eb41f641ef007f47ceeef5f5"><ce:given-name>I.</ce:given-name><ce:surname>Sputowska</ce:surname><ce:cross-ref refid="aff1060" id="crf9260"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8476-3547" id="au8780" author-id="S0370269322007833-ae6659f61a7ea40d63c55774ac78445c"><ce:given-name>J.</ce:given-name><ce:surname>Staa</ce:surname><ce:cross-ref refid="aff0750" id="crf9270"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0750-6664" id="au8790" author-id="S0370269322007833-08dabed2ad53ce608b50cc80a0f32bac"><ce:given-name>J.</ce:given-name><ce:surname>Stachel</ce:surname><ce:cross-ref refid="aff0950" id="crf9280"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1336-4092" id="au8800" author-id="S0370269322007833-b0ef98fe4c3a58484c52cb4402b727ce"><ce:given-name>I.</ce:given-name><ce:surname>Stan</ce:surname><ce:cross-ref refid="aff0620" id="crf9290"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6814-1040" id="au8810" author-id="S0370269322007833-3b05d082368606695b16be0f0e9cad4e"><ce:given-name>P.J.</ce:given-name><ce:surname>Steffanic</ce:surname><ce:cross-ref refid="aff1190" id="crf9300"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2269-1490" id="au8820" author-id="S0370269322007833-9f04bc942ad6802c66589e3d7978ef55"><ce:given-name>S.F.</ce:given-name><ce:surname>Stiefelmaier</ce:surname><ce:cross-ref refid="aff0950" id="crf9310"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5377-5163" id="au8830" author-id="S0370269322007833-f1ab20d63ed8b3d6e274b0f330e99ed7"><ce:given-name>D.</ce:given-name><ce:surname>Stocco</ce:surname><ce:cross-ref refid="aff1030" id="crf9320"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3254-7305" id="au8840" author-id="S0370269322007833-598d38c90217ab7f780f227de96d75b3"><ce:given-name>I.</ce:given-name><ce:surname>Storehaug</ce:surname><ce:cross-ref refid="aff0190" id="crf9330"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-4489-2858" id="au8850" author-id="S0370269322007833-e0ac4d17343a69ab9c671ac17ce1facd"><ce:given-name>M.M.</ce:given-name><ce:surname>Storetvedt</ce:surname><ce:cross-ref refid="aff0340" id="crf9340"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1978-3351" id="au8860" author-id="S0370269322007833-ad4835e85d6503fb1e04dae8b2992acd"><ce:given-name>P.</ce:given-name><ce:surname>Stratmann</ce:surname><ce:cross-ref refid="aff1340" id="crf9350"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2329-0330" id="au8870" author-id="S0370269322007833-d7676321ebd560a622de6bcd0ed6c69f"><ce:given-name>S.</ce:given-name><ce:surname>Strazzi</ce:surname><ce:cross-ref refid="aff0250" id="crf9360"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au8880" author-id="S0370269322007833-a142771e3c6f474eb5a3ddda56e62fc0"><ce:given-name>C.P.</ce:given-name><ce:surname>Stylianidis</ce:surname><ce:cross-ref refid="aff0840" id="crf9370"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2847-6556" id="au8890" author-id="S0370269322007833-56fcf7cb23017eaab1a1abea1843850b"><ce:given-name>A.A.P.</ce:given-name><ce:surname>Suaide</ce:surname><ce:cross-ref refid="aff1090" id="crf9380"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1675-503X" id="au8900" author-id="S0370269322007833-c7f2d71be2bf887594e88c1fd3379036"><ce:given-name>C.</ce:given-name><ce:surname>Suire</ce:surname><ce:cross-ref refid="aff0720" id="crf9390"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4506-8071" id="au8910" author-id="S0370269322007833-9c3a2c9348e05d1e433977af31502d61"><ce:given-name>M.</ce:given-name><ce:surname>Sukhanov</ce:surname><ce:cross-ref refid="aff1390" id="crf9400"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4490-1930" id="au8920" author-id="S0370269322007833-5458a9eb75a0419661b9c7016efda138"><ce:given-name>M.</ce:given-name><ce:surname>Suljic</ce:surname><ce:cross-ref refid="aff0320" id="crf9410"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6779-208X" id="au8930" author-id="S0370269322007833-589a5a6051c44be9b7f299681578bdfd"><ce:given-name>V.</ce:given-name><ce:surname>Sumberia</ce:surname><ce:cross-ref refid="aff0910" id="crf9420"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4252-8877" id="au8940" author-id="S0370269322007833-1699d1b890617ec1ccffdff98f188057"><ce:given-name>S.</ce:given-name><ce:surname>Sumowidagdo</ce:surname><ce:cross-ref refid="aff0820" id="crf9430"><ce:sup>82</ce:sup></ce:cross-ref></ce:author><ce:author id="au8950" author-id="S0370269322007833-0cd9b2c7c70607120d8ed18269c10358"><ce:given-name>S.</ce:given-name><ce:surname>Swain</ce:surname><ce:cross-ref refid="aff0600" id="crf9440"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author id="au8960" author-id="S0370269322007833-a17ccaf2b16f932fe91acee8fb4fee2e"><ce:given-name>A.</ce:given-name><ce:surname>Szabo</ce:surname><ce:cross-ref refid="aff0120" id="crf9450"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-4361-0257" id="au8970" author-id="S0370269322007833-9dc29d8d923f26ea3fd8d57a90d30390"><ce:given-name>I.</ce:given-name><ce:surname>Szarka</ce:surname><ce:cross-ref refid="aff0120" id="crf9460"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author id="au8980" author-id="S0370269322007833-e0aaec5b1b1950d6e671c1ed67a68fc7"><ce:given-name>U.</ce:given-name><ce:surname>Tabassam</ce:surname><ce:cross-ref refid="aff0130" id="crf9470"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2642-5720" id="au8990" author-id="S0370269322007833-c60a92de60aa0e4f8c13c6708cd184e8"><ce:given-name>S.F.</ce:given-name><ce:surname>Taghavi</ce:surname><ce:cross-ref refid="aff0960" id="crf9480"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3470-2230" id="au9000" author-id="S0370269322007833-059a2de3e52ba5db1d032268085cf1e5"><ce:given-name>G.</ce:given-name><ce:surname>Taillepied</ce:surname><ce:cross-ref refid="aff0980" id="crf9490"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1240" id="crf9500"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4091-1779" id="au9010" author-id="S0370269322007833-c0f167bf69dc8eb13da2b029b041a055"><ce:given-name>J.</ce:given-name><ce:surname>Takahashi</ce:surname><ce:cross-ref refid="aff1100" id="crf9510"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7174-3379" id="au9020" author-id="S0370269322007833-f250805ae64e3f0cfdb9411d4443bfe8"><ce:given-name>G.J.</ce:given-name><ce:surname>Tambave</ce:surname><ce:cross-ref refid="aff0200" id="crf9520"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9413-9534" id="au9030" author-id="S0370269322007833-89c33e492725d4c181ab38572713cbc6"><ce:given-name>S.</ce:given-name><ce:surname>Tang</ce:surname><ce:cross-ref refid="aff1240" id="crf9530"><ce:sup>124</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf9540"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4247-0081" id="au9040" author-id="S0370269322007833-872753327c0c65d809bbcf7bec18aa6a"><ce:given-name>Z.</ce:given-name><ce:surname>Tang</ce:surname><ce:cross-ref refid="aff1170" id="crf9550"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0098-4279" id="au9050" author-id="S0370269322007833-d9c970afed857aa54a47f34a5d10bdad"><ce:given-name>J.D.</ce:given-name><ce:surname>Tapia Takaki</ce:surname><ce:cross-ref refid="aff1150" id="crf9560"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au9060" author-id="S0370269322007833-361f0a80011b90d6e1e7a305834de5ec"><ce:given-name>N.</ce:given-name><ce:surname>Tapus</ce:surname><ce:cross-ref refid="aff1230" id="crf9570"><ce:sup>123</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5086-8658" id="au9070" author-id="S0370269322007833-0992513f12e5d923609a6e7255921ec5"><ce:given-name>L.A.</ce:given-name><ce:surname>Tarasovicova</ce:surname><ce:cross-ref refid="aff1340" id="crf9580"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8865-9613" id="au9080" author-id="S0370269322007833-655cee6c20e95d653f76ee5554633dfe"><ce:given-name>M.G.</ce:given-name><ce:surname>Tarzila</ce:surname><ce:cross-ref refid="aff0450" id="crf9590"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-3124-9093" id="au9090" author-id="S0370269322007833-59aaa29065f6796159aa543e639298c7"><ce:given-name>A.</ce:given-name><ce:surname>Tauro</ce:surname><ce:cross-ref refid="aff0320" id="crf9600"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6783-7230" id="au9100" author-id="S0370269322007833-e32b8e2ac0c864eac40a37b39e286a55"><ce:given-name>A.</ce:given-name><ce:surname>Telesca</ce:surname><ce:cross-ref refid="aff0320" id="crf9610"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4119-7228" id="au9110" author-id="S0370269322007833-a8fc702cfc3f2781d3f44ce57fef99fa"><ce:given-name>L.</ce:given-name><ce:surname>Terlizzi</ce:surname><ce:cross-ref refid="aff0240" id="crf9620"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1318-684X" id="au9120" author-id="S0370269322007833-1463848cd4d3f997204d95350f6ec09e"><ce:given-name>C.</ce:given-name><ce:surname>Terrevoli</ce:surname><ce:cross-ref refid="aff1130" id="crf9630"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au9130" author-id="S0370269322007833-3117906cff50143c8578edcd5d472f8f"><ce:given-name>G.</ce:given-name><ce:surname>Tersimonov</ce:surname><ce:cross-ref refid="aff0030" id="crf9640"><ce:sup>3</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-2329-5039" id="au9140" author-id="S0370269322007833-364b9b5c5740ad64b0bfd748bcc98319"><ce:given-name>S.</ce:given-name><ce:surname>Thakur</ce:surname><ce:cross-ref refid="aff1310" id="crf9650"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3408-3097" id="au9150" author-id="S0370269322007833-a2ec5b979d461b062cd03d49d6e8d67b"><ce:given-name>D.</ce:given-name><ce:surname>Thomas</ce:surname><ce:cross-ref refid="aff1070" id="crf9660"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2106-5415" id="au9160" author-id="S0370269322007833-1aedf986c49e01602efb19c767f2f80e"><ce:given-name>R.</ce:given-name><ce:surname>Tieulent</ce:surname><ce:cross-ref refid="aff1250" id="crf9670"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7799-8858" id="au9170" author-id="S0370269322007833-1622f94cfabd47942fa3c2ea0d3e6a1e"><ce:given-name>A.</ce:given-name><ce:surname>Tikhonov</ce:surname><ce:cross-ref refid="aff1390" id="crf9680"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1305-8757" id="au9180" author-id="S0370269322007833-7e98d622fbf1de9d69786eccee47944e"><ce:given-name>A.R.</ce:given-name><ce:surname>Timmins</ce:surname><ce:cross-ref refid="aff1130" id="crf9690"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au9190" author-id="S0370269322007833-a1ab2ffb64eaab4cb2d232ddd2bb97d6"><ce:given-name>M.</ce:given-name><ce:surname>Tkacik</ce:surname><ce:cross-ref refid="aff1050" id="crf9700"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8308-7882" id="au9200" author-id="S0370269322007833-8e8f16c729742ac824d65f8afcaf4e49"><ce:given-name>T.</ce:given-name><ce:surname>Tkacik</ce:surname><ce:cross-ref refid="aff1050" id="crf9710"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9567-3360" id="au9210" author-id="S0370269322007833-baa2844898740f45581b73a5159189fd"><ce:given-name>A.</ce:given-name><ce:surname>Toia</ce:surname><ce:cross-ref refid="aff0630" id="crf9720"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5137-3582" id="au9220" author-id="S0370269322007833-7f0c866168b6a030377f76e811939a25"><ce:given-name>N.</ce:given-name><ce:surname>Topilskaya</ce:surname><ce:cross-ref refid="aff1390" id="crf9730"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0392-0895" id="au9230" author-id="S0370269322007833-3fb5746f79e2f9b28eecf5a47a516d6f"><ce:given-name>M.</ce:given-name><ce:surname>Toppi</ce:surname><ce:cross-ref refid="aff0480" id="crf9740"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au9240" author-id="S0370269322007833-a5c53ec1b18840e9215691c8237119a2"><ce:given-name>F.</ce:given-name><ce:surname>Torales-Acosta</ce:surname><ce:cross-ref refid="aff0180" id="crf9750"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9753-329X" id="au9250" author-id="S0370269322007833-b4e81d58f6dd564b7404d4b9ecbc5871"><ce:given-name>T.</ce:given-name><ce:surname>Tork</ce:surname><ce:cross-ref refid="aff0720" id="crf9760"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3997-0883" id="au9260" author-id="S0370269322007833-a98a1f1d8d24de0ecb13aa75917ea587"><ce:given-name>A.G.</ce:given-name><ce:surname>Torres Ramos</ce:surname><ce:cross-ref refid="aff0310" id="crf9770"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1078-1157" id="au9270" author-id="S0370269322007833-cb5f7f76f9be8a5b6f7f1f676ee0148e"><ce:given-name>A.</ce:given-name><ce:surname>Trifiró</ce:surname><ce:cross-ref refid="aff0300" id="crf9780"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf9790"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-7570-5972" id="au9280" author-id="S0370269322007833-f0952a23f4b03e256f2dddd4e7e7755e"><ce:given-name>A.S.</ce:given-name><ce:surname>Triolo</ce:surname><ce:cross-ref refid="aff0300" id="crf9800"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf9810"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0061-5107" id="au9290" author-id="S0370269322007833-43e5d915054f543c1b38d719f8c23294"><ce:given-name>S.</ce:given-name><ce:surname>Tripathy</ce:surname><ce:cross-ref refid="aff0500" id="crf9820"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6719-7130" id="au9300" author-id="S0370269322007833-cf5679180a033531cecbf308c26a3b2f"><ce:given-name>T.</ce:given-name><ce:surname>Tripathy</ce:surname><ce:cross-ref refid="aff0460" id="crf9830"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7474-5361" id="au9310" author-id="S0370269322007833-25f25f0207443c8141fbcc02fde4f484"><ce:given-name>S.</ce:given-name><ce:surname>Trogolo</ce:surname><ce:cross-ref refid="aff0320" id="crf9840"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-8143-0956" id="au9320" author-id="S0370269322007833-506889cabc7808922c96b983210184de"><ce:given-name>V.</ce:given-name><ce:surname>Trubnikov</ce:surname><ce:cross-ref refid="aff0030" id="crf9850"><ce:sup>3</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0672-9137" id="au9330" author-id="S0370269322007833-e248aa646c1f5daa31a6d10f338f7b99"><ce:given-name>W.H.</ce:given-name><ce:surname>Trzaska</ce:surname><ce:cross-ref refid="aff1140" id="crf9860"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1486-8906" id="au9340" author-id="S0370269322007833-0ad99eccccf5f6614c9b2fe212a09e1c"><ce:given-name>T.P.</ce:given-name><ce:surname>Trzcinski</ce:surname><ce:cross-ref refid="aff1320" id="crf9870"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5272-337X" id="au9350" author-id="S0370269322007833-1436d4c149a79ba68f037180a5bef32f"><ce:given-name>R.</ce:given-name><ce:surname>Turrisi</ce:surname><ce:cross-ref refid="aff0530" id="crf9880"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-7140-8644" id="au9360" author-id="S0370269322007833-8930c9cc922f1a4d2e8603e46ee1c6c6"><ce:given-name>T.S.</ce:given-name><ce:surname>Tveter</ce:surname><ce:cross-ref refid="aff0190" id="crf9890"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0002-8834" id="au9370" author-id="S0370269322007833-7004545697a114acfbeb346d1a39e4be"><ce:given-name>K.</ce:given-name><ce:surname>Ullaland</ce:surname><ce:cross-ref refid="aff0200" id="crf9900"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9554-2256" id="au9380" author-id="S0370269322007833-cf4537ec4a11afe2ff4b1d298cc0ae0e"><ce:given-name>B.</ce:given-name><ce:surname>Ulukutlu</ce:surname><ce:cross-ref refid="aff0960" id="crf9910"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7552-0228" id="au9390" author-id="S0370269322007833-3cfbab78c93b29828742ada152554508"><ce:given-name>A.</ce:given-name><ce:surname>Uras</ce:surname><ce:cross-ref refid="aff1250" id="crf9920"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4455-7383" id="au9400" author-id="S0370269322007833-f49cc4427c45636fa54f2a6de1c5f08f"><ce:given-name>M.</ce:given-name><ce:surname>Urioni</ce:surname><ce:cross-ref refid="aff0540" id="crf9930"><ce:sup>54</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1300" id="crf9940"><ce:sup>130</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8659-8378" id="au9410" author-id="S0370269322007833-324dab33f57f1180619ebdaa70e4abab"><ce:given-name>G.L.</ce:given-name><ce:surname>Usai</ce:surname><ce:cross-ref refid="aff0220" id="crf9950"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author id="au9420" author-id="S0370269322007833-e516037685b89d9a08de77db128730b1"><ce:given-name>M.</ce:given-name><ce:surname>Vala</ce:surname><ce:cross-ref refid="aff0370" id="crf9960"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4041-4788" id="au9430" author-id="S0370269322007833-a0c4f21667dff5e8981ca9b1d39685d4"><ce:given-name>N.</ce:given-name><ce:surname>Valle</ce:surname><ce:cross-ref refid="aff0210" id="crf9970"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1264-9651" id="au9440" author-id="S0370269322007833-a7aa620f38416bf7d0dc458451379255"><ce:given-name>S.</ce:given-name><ce:surname>Vallero</ce:surname><ce:cross-ref refid="aff0550" id="crf9980"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au9450" author-id="S0370269322007833-ae37ad8881ac4b149b7b63e6d4fddb0d"><ce:given-name>L.V.R.</ce:given-name><ce:surname>van Doremalen</ce:surname><ce:cross-ref refid="aff0580" id="crf9990"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5222-4888" id="au9460" author-id="S0370269322007833-fdb8c461fd0d1fa85731a38267910ce2"><ce:given-name>M.</ce:given-name><ce:surname>van Leeuwen</ce:surname><ce:cross-ref refid="aff0840" id="crf10000"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1199-4445" id="au9470" author-id="S0370269322007833-666dcfd069ac72114394a6abd411efad"><ce:given-name>C.A.</ce:given-name><ce:surname>van Veen</ce:surname><ce:cross-ref refid="aff0950" id="crf10010"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4389-203X" id="au9480" author-id="S0370269322007833-96adea6f429987f5d2ffec8c33902b73"><ce:given-name>R.J.G.</ce:given-name><ce:surname>van Weelden</ce:surname><ce:cross-ref refid="aff0840" id="crf10020"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7277-7706" id="au9490" author-id="S0370269322007833-8a84f08ce1aebf2c7b8befb57acdc802"><ce:given-name>P.</ce:given-name><ce:surname>Vande Vyvre</ce:surname><ce:cross-ref refid="aff0320" id="crf10030"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2450-1331" id="au9500" author-id="S0370269322007833-d178e7dcce00a1698d32c5daf78b3b7c"><ce:given-name>D.</ce:given-name><ce:surname>Varga</ce:surname><ce:cross-ref refid="aff1350" id="crf10040"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1501-5569" id="au9510" author-id="S0370269322007833-90ecee6000728a3ba3eb611ffe4e9527"><ce:given-name>Z.</ce:given-name><ce:surname>Varga</ce:surname><ce:cross-ref refid="aff1350" id="crf10050"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5638-4440" id="au9520" author-id="S0370269322007833-b5dabd92030f2d122750e9b75c9f5397"><ce:given-name>M.</ce:given-name><ce:surname>Varga-Kofarago</ce:surname><ce:cross-ref refid="aff1350" id="crf10060"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3160-8524" id="au9530" author-id="S0370269322007833-a0bf6e725e14efc934de14b5b9951a85"><ce:given-name>M.</ce:given-name><ce:surname>Vasileiou</ce:surname><ce:cross-ref refid="aff0780" id="crf10070"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-1676-234X" id="au9540" author-id="S0370269322007833-e2af25202e7b57a8ff0655807a73cce7"><ce:given-name>A.</ce:given-name><ce:surname>Vasiliev</ce:surname><ce:cross-ref refid="aff1390" id="crf10080"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6459-8134" id="au9550" author-id="S0370269322007833-ecdd4e446f958ae1e111e1f6f14ad352"><ce:given-name>O.</ce:given-name><ce:surname>Vázquez Doce</ce:surname><ce:cross-ref refid="aff0960" id="crf10090"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1458-8055" id="au9560" author-id="S0370269322007833-da7a5bcc54df9d651a45f4257178bc62"><ce:given-name>V.</ce:given-name><ce:surname>Vechernin</ce:surname><ce:cross-ref refid="aff1390" id="crf10100"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9030-5347" id="au9570" author-id="S0370269322007833-d84eb57d181dea407ab6d899a7410f59"><ce:given-name>E.</ce:given-name><ce:surname>Vercellin</ce:surname><ce:cross-ref refid="aff0240" id="crf10110"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au9580" author-id="S0370269322007833-c1a53a278608661ec566b926a681edc7"><ce:given-name>S.</ce:given-name><ce:surname>Vergara Limón</ce:surname><ce:cross-ref refid="aff0440" id="crf10120"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2640-1342" id="au9590" author-id="S0370269322007833-2764a989c35d305debc4de86602af73f"><ce:given-name>L.</ce:given-name><ce:surname>Vermunt</ce:surname><ce:cross-ref refid="aff0580" id="crf10130"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3706-5265" id="au9600" author-id="S0370269322007833-76bafee7a92e2a9cecba44d698e753a6"><ce:given-name>R.</ce:given-name><ce:surname>Vértesi</ce:surname><ce:cross-ref refid="aff1350" id="crf10140"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1504-3420" id="au9610" author-id="S0370269322007833-64be48eb95af6b610ab081e031096a44"><ce:given-name>M.</ce:given-name><ce:surname>Verweij</ce:surname><ce:cross-ref refid="aff0580" id="crf10150"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au9620" author-id="S0370269322007833-94c0fe97ff67b961e7e99d69e2a56443"><ce:given-name>L.</ce:given-name><ce:surname>Vickovic</ce:surname><ce:cross-ref refid="aff0330" id="crf10160"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author id="au9630" author-id="S0370269322007833-04bd1d2d69efff87b33654e43eb3022b"><ce:given-name>Z.</ce:given-name><ce:surname>Vilakazi</ce:surname><ce:cross-ref refid="aff1200" id="crf10170"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0983-6504" id="au9640" author-id="S0370269322007833-b7d9564507a321d2d26fc5d8c8348aaa"><ce:given-name>O.</ce:given-name><ce:surname>Villalobos Baillie</ce:surname><ce:cross-ref refid="aff1000" id="crf10180"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8470-3648" id="au9650" author-id="S0370269322007833-a3892e1fc2199ba26a125f00d8ca3539"><ce:given-name>G.</ce:given-name><ce:surname>Vino</ce:surname><ce:cross-ref refid="aff0490" id="crf10190"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8850-8540" id="au9660" author-id="S0370269322007833-29e0fcd83fe999ea91976589e864f21b"><ce:given-name>A.</ce:given-name><ce:surname>Vinogradov</ce:surname><ce:cross-ref refid="aff1390" id="crf10200"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0471-7052" id="au9670" author-id="S0370269322007833-7ee08c34b6d7479dea4e2b8c3d7ce4f7"><ce:given-name>T.</ce:given-name><ce:surname>Virgili</ce:surname><ce:cross-ref refid="aff0280" id="crf10210"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author id="au9680" author-id="S0370269322007833-fed6a5fcddf4a94294db2d0973ecaea8"><ce:given-name>V.</ce:given-name><ce:surname>Vislavicius</ce:surname><ce:cross-ref refid="aff0830" id="crf10220"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-4952-2563" id="au9690" author-id="S0370269322007833-9f60c23f9225d23ef504e6419753bf79"><ce:given-name>A.</ce:given-name><ce:surname>Vodopyanov</ce:surname><ce:cross-ref refid="aff1400" id="crf10230"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8982-5548" id="au9700" author-id="S0370269322007833-c98c6b9e5e2755a8c08f90d4dd0ce54c"><ce:given-name>B.</ce:given-name><ce:surname>Volkel</ce:surname><ce:cross-ref refid="aff0320" id="crf10240"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3478-4259" id="au9710" author-id="S0370269322007833-409eb37c5637fb136e58faf92c3bb1ca"><ce:given-name>M.A.</ce:given-name><ce:surname>Völkl</ce:surname><ce:cross-ref refid="aff0950" id="crf10250"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author id="au9720" author-id="S0370269322007833-5fa3b0c5cd63074069320744aebd6d13"><ce:given-name>K.</ce:given-name><ce:surname>Voloshin</ce:surname><ce:cross-ref refid="aff1390" id="crf10260"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1330-9096" id="au9730" author-id="S0370269322007833-57ec712e9628632a2ec4ba85186ee32a"><ce:given-name>S.A.</ce:given-name><ce:surname>Voloshin</ce:surname><ce:cross-ref refid="aff1330" id="crf10270"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2921-2475" id="au9740" author-id="S0370269322007833-f6777f409ca72674ceb72ffa4f303b59"><ce:given-name>G.</ce:given-name><ce:surname>Volpe</ce:surname><ce:cross-ref refid="aff0310" id="crf10280"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3422-4585" id="au9750" author-id="S0370269322007833-3996b3e93129a2159ed0eb3b176f20e6"><ce:given-name>B.</ce:given-name><ce:surname>von Haller</ce:surname><ce:cross-ref refid="aff0320" id="crf10290"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2218-6905" id="au9760" author-id="S0370269322007833-58249f4749b1084a40d3644672e443f3"><ce:given-name>I.</ce:given-name><ce:surname>Vorobyev</ce:surname><ce:cross-ref refid="aff0960" id="crf10300"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2784-4516" id="au9770" author-id="S0370269322007833-d2b4078835ab540da8b2d9fea3ef0e52"><ce:given-name>N.</ce:given-name><ce:surname>Vozniuk</ce:surname><ce:cross-ref refid="aff1390" id="crf10310"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5846-8496" id="au9780" author-id="S0370269322007833-9feadfb4556ab34e1316f18d086e7bed"><ce:given-name>J.</ce:given-name><ce:surname>Vrláková</ce:surname><ce:cross-ref refid="aff0370" id="crf10320"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au9790" author-id="S0370269322007833-ab1490e4e82947dd774ac4cb21acfea5"><ce:given-name>B.</ce:given-name><ce:surname>Wagner</ce:surname><ce:cross-ref refid="aff0200" id="crf10330"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5383-0970" id="au9800" author-id="S0370269322007833-6ed7035a79dd824bd6a0b2572108463b"><ce:given-name>C.</ce:given-name><ce:surname>Wang</ce:surname><ce:cross-ref refid="aff0390" id="crf10340"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au9810" author-id="S0370269322007833-acba1a294e63a54789e94f0c48170a7c"><ce:given-name>D.</ce:given-name><ce:surname>Wang</ce:surname><ce:cross-ref refid="aff0390" id="crf10350"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5742-294X" id="au9820" author-id="S0370269322007833-86448d3a1cf868fca209fc2d36f58f5e"><ce:given-name>M.</ce:given-name><ce:surname>Weber</ce:surname><ce:cross-ref refid="aff1020" id="crf10360"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3155-0887" id="au9830" author-id="S0370269322007833-8ed929c2763388d291ed05f7803d55a7"><ce:given-name>A.</ce:given-name><ce:surname>Wegrzynek</ce:surname><ce:cross-ref refid="aff0320" id="crf10370"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au9840" author-id="S0370269322007833-8f33d0fd6dc5f64aaf88651441e68b9c"><ce:given-name>F.T.</ce:given-name><ce:surname>Weiglhofer</ce:surname><ce:cross-ref refid="aff0380" id="crf10380"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3495-4131" id="au9850" author-id="S0370269322007833-fc054185e3e03ba2ba73fedce1880cf3"><ce:given-name>S.C.</ce:given-name><ce:surname>Wenzel</ce:surname><ce:cross-ref refid="aff0320" id="crf10390"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1339-286X" id="au9860" author-id="S0370269322007833-2315a255b201c88ad0087de64fcac834"><ce:given-name>J.P.</ce:given-name><ce:surname>Wessels</ce:surname><ce:cross-ref refid="aff1340" id="crf10400"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5405-3480" id="au9870" author-id="S0370269322007833-d0369f0e3d93a955cb5577312878292a"><ce:given-name>S.L.</ce:given-name><ce:surname>Weyhmiller</ce:surname><ce:cross-ref refid="aff1360" id="crf10410"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-9201-8114" id="au9880" author-id="S0370269322007833-d35206c8771dcf8151d8531c8b5a4ad9"><ce:given-name>J.</ce:given-name><ce:surname>Wiechula</ce:surname><ce:cross-ref refid="aff0630" id="crf10420"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-9617-3102" id="au9890" author-id="S0370269322007833-924aa82bb7057758dfd6b448c22248a6"><ce:given-name>J.</ce:given-name><ce:surname>Wikne</ce:surname><ce:cross-ref refid="aff0190" id="crf10430"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5584-2860" id="au9900" author-id="S0370269322007833-c6cf2d96fecc56427c920ff58c5f8f6c"><ce:given-name>G.</ce:given-name><ce:surname>Wilk</ce:surname><ce:cross-ref refid="aff0790" id="crf10440"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0689-2858" id="au9910" author-id="S0370269322007833-defbde1b1ee45aba41243923803c24ee"><ce:given-name>J.</ce:given-name><ce:surname>Wilkinson</ce:surname><ce:cross-ref refid="aff0980" id="crf10450"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-9939-3892" id="au9920" author-id="S0370269322007833-acd8b64118fe312de8703fd0ec307f2f"><ce:given-name>G.A.</ce:given-name><ce:surname>Willems</ce:surname><ce:cross-ref refid="aff1340" id="crf10460"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-2759-5453" id="au9930" author-id="S0370269322007833-e27950605181c5633f31db79992710c0"><ce:given-name>B.</ce:given-name><ce:surname>Windelband</ce:surname><ce:cross-ref refid="aff0950" id="crf10470"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2207-0101" id="au9940" author-id="S0370269322007833-a855e71c5af983bba42efb2e9f0e3725"><ce:given-name>M.</ce:given-name><ce:surname>Winn</ce:surname><ce:cross-ref refid="aff1270" id="crf10480"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9351-6517" id="au9950" author-id="S0370269322007833-5cd6a9eca5037ab2657c1654558d4a0d"><ce:given-name>J.R.</ce:given-name><ce:surname>Wright</ce:surname><ce:cross-ref refid="aff1070" id="crf10490"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author id="au9960" author-id="S0370269322007833-e020a09e1f80d41df58661e69fc302a8"><ce:given-name>W.</ce:given-name><ce:surname>Wu</ce:surname><ce:cross-ref refid="aff0390" id="crf10500"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2991-9849" id="au9970" author-id="S0370269322007833-4d41bda7d295237516fe3d3063752576"><ce:given-name>Y.</ce:given-name><ce:surname>Wu</ce:surname><ce:cross-ref refid="aff1170" id="crf10510"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4674-9482" id="au9980" author-id="S0370269322007833-11e0bfbbade486f5296c5883173dddc5"><ce:given-name>R.</ce:given-name><ce:surname>Xu</ce:surname><ce:cross-ref refid="aff0060" id="crf10520"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-9300-0439" id="au9990" author-id="S0370269322007833-e54d32bfd83e51167a20e139c21050fa"><ce:given-name>A.K.</ce:given-name><ce:surname>Yadav</ce:surname><ce:cross-ref refid="aff1310" id="crf10530"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8905-8089" id="au10000" author-id="S0370269322007833-d16c3a83fafe0285a03db859ddb8d52f"><ce:given-name>S.</ce:given-name><ce:surname>Yalcin</ce:surname><ce:cross-ref refid="aff0710" id="crf10540"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-3842-7345" id="au10010" author-id="S0370269322007833-6142045f4cddc2cbac95eef90bcf1515"><ce:given-name>Y.</ce:given-name><ce:surname>Yamaguchi</ce:surname><ce:cross-ref refid="aff0930" id="crf10550"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au10020" author-id="S0370269322007833-77379878ecd8dcc55d4db065c5ede31e"><ce:given-name>K.</ce:given-name><ce:surname>Yamakawa</ce:surname><ce:cross-ref refid="aff0930" id="crf10560"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au10030" author-id="S0370269322007833-8645710c17bcf77063da5e08aaede517"><ce:given-name>S.</ce:given-name><ce:surname>Yang</ce:surname><ce:cross-ref refid="aff0200" id="crf10570"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5563-1884" id="au10040" author-id="S0370269322007833-a137667bdd118fdb6c97cbd5d31e1415"><ce:given-name>S.</ce:given-name><ce:surname>Yano</ce:surname><ce:cross-ref refid="aff0930" id="crf10580"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4532-7544" id="au10050" author-id="S0370269322007833-37532ff0bd8bdddc6df232a268ec17d2"><ce:given-name>Z.</ce:given-name><ce:surname>Yin</ce:surname><ce:cross-ref refid="aff0060" id="crf10590"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2835-5941" id="au10060" author-id="S0370269322007833-020b9765024ea0865dd600006691f5a2"><ce:given-name>I.-K.</ce:given-name><ce:surname>Yoo</ce:surname><ce:cross-ref refid="aff0160" id="crf10600"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7676-0821" id="au10070" author-id="S0370269322007833-52b96fdb9799a5cd26e06d18a506c4aa"><ce:given-name>J.H.</ce:given-name><ce:surname>Yoon</ce:surname><ce:cross-ref refid="aff0570" id="crf10610"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author id="au10080" author-id="S0370269322007833-73709c3035c088e15ed8b7411bf05566"><ce:given-name>S.</ce:given-name><ce:surname>Yuan</ce:surname><ce:cross-ref refid="aff0200" id="crf10620"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9696-9331" id="au10090" author-id="S0370269322007833-9a5a6d1f377a824ff90b8d2f97e01c35"><ce:given-name>A.</ce:given-name><ce:surname>Yuncu</ce:surname><ce:cross-ref refid="aff0950" id="crf10630"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3128-3157" id="au10100" author-id="S0370269322007833-286a6ccdb4251b1bec6b128436079ec4"><ce:given-name>V.</ce:given-name><ce:surname>Zaccolo</ce:surname><ce:cross-ref refid="aff0230" id="crf10640"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2608-4834" id="au10110" author-id="S0370269322007833-a4e873872ea785d77aa421904b204360"><ce:given-name>C.</ce:given-name><ce:surname>Zampolli</ce:surname><ce:cross-ref refid="aff0320" id="crf10650"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au10120" author-id="S0370269322007833-8fbc365281747946d5ece488d0df7135"><ce:given-name>H.J.C.</ce:given-name><ce:surname>Zanoli</ce:surname><ce:cross-ref refid="aff0580" id="crf10660"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-9061-1060" id="au10130" author-id="S0370269322007833-549f6b95123fe7d205fa36c1057adff8"><ce:given-name>F.</ce:given-name><ce:surname>Zanone</ce:surname><ce:cross-ref refid="aff0950" id="crf10670"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-3929-209X" id="au10140" author-id="S0370269322007833-3f33ea0269cd662681f8b953e30ea589"><ce:given-name>N.</ce:given-name><ce:surname>Zardoshti</ce:surname><ce:cross-ref refid="aff0320" id="crf10680"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1000" id="crf10690"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3502-8084" id="au10150" author-id="S0370269322007833-394bfeaec10ec1e18faa261c714ef923"><ce:given-name>A.</ce:given-name><ce:surname>Zarochentsev</ce:surname><ce:cross-ref refid="aff1390" id="crf10700"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8296-2128" id="au10160" author-id="S0370269322007833-819bdf9fb8c4d95f2d6f73c62d8f60d3"><ce:given-name>P.</ce:given-name><ce:surname>Závada</ce:surname><ce:cross-ref refid="aff0610" id="crf10710"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au10170" author-id="S0370269322007833-84e913ff8c5dae1bd2aa265385102007"><ce:given-name>N.</ce:given-name><ce:surname>Zaviyalov</ce:surname><ce:cross-ref refid="aff1390" id="crf10720"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0419-321X" id="au10180" author-id="S0370269322007833-aed647673bbdab8917ad7db7c9323c65"><ce:given-name>M.</ce:given-name><ce:surname>Zhalov</ce:surname><ce:cross-ref refid="aff1390" id="crf10730"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6097-1878" id="au10190" author-id="S0370269322007833-796f81177fe027cdcc20b15a209a6b3b"><ce:given-name>B.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0060" id="crf10740"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2782-7801" id="au10200" author-id="S0370269322007833-1ccde66d9ebf8813477a4bfc150ffac7"><ce:given-name>S.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0390" id="crf10750"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1881-8711" id="au10210" author-id="S0370269322007833-3aaf3e1d918b8b028995e495ca87e476"><ce:given-name>X.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0060" id="crf10760"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au10220" author-id="S0370269322007833-ba459de08e401db79a3e12f11312451d"><ce:given-name>Y.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff1170" id="crf10770"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2858-2167" id="au10230" author-id="S0370269322007833-12180c1197f518891ae10d1d151ae767"><ce:given-name>M.</ce:given-name><ce:surname>Zhao</ce:surname><ce:cross-ref refid="aff0100" id="crf10780"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6021-5113" id="au10240" author-id="S0370269322007833-9feeecb04ac9bd35d770466fb86792be"><ce:given-name>V.</ce:given-name><ce:surname>Zherebchevskii</ce:surname><ce:cross-ref refid="aff1390" id="crf10790"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au10250" author-id="S0370269322007833-617c42c28cb1b1d3dab680558c293767"><ce:given-name>Y.</ce:given-name><ce:surname>Zhi</ce:surname><ce:cross-ref refid="aff0100" id="crf10800"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author id="au10260" author-id="S0370269322007833-3038f7cd79250ffa05fa0aff7644d2b3"><ce:given-name>N.</ce:given-name><ce:surname>Zhigareva</ce:surname><ce:cross-ref refid="aff1390" id="crf10810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-2528-906X" id="au10270" author-id="S0370269322007833-e9bc0465b352cd706eac4fc8b795a4c2"><ce:given-name>D.</ce:given-name><ce:surname>Zhou</ce:surname><ce:cross-ref refid="aff0060" id="crf10820"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7868-6706" id="au10280" author-id="S0370269322007833-4a0cdba9c352af9310759dd83e906db9"><ce:given-name>Y.</ce:given-name><ce:surname>Zhou</ce:surname><ce:cross-ref refid="aff0830" id="crf10830"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9358-5762" id="au10290" author-id="S0370269322007833-b564bd6149c66f06bbea2780670b8f50"><ce:given-name>J.</ce:given-name><ce:surname>Zhu</ce:surname><ce:cross-ref refid="aff0980" id="crf10840"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf10850"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au10300" author-id="S0370269322007833-1fb0ab925cfcdaacb160193d82c1a978"><ce:given-name>Y.</ce:given-name><ce:surname>Zhu</ce:surname><ce:cross-ref refid="aff0060" id="crf10860"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au10310" author-id="S0370269322007833-2ad055472e2fac995111c51c08396d0c"><ce:given-name>G.</ce:given-name><ce:surname>Zinovjev</ce:surname><ce:cross-ref refid="aff0030" id="crf10870"><ce:sup>3</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0010" id="crf10880"><ce:sup>I</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7478-2493" id="au10320" author-id="S0370269322007833-92b5ecf5612e2e849fc1bba72c6cff99"><ce:given-name>N.</ce:given-name><ce:surname>Zurlo</ce:surname><ce:cross-ref refid="aff1300" id="crf10890"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf10900"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:affiliation id="aff0010" affiliation-id="S0370269322007833-79d30baa35325e84d46378ba6ce12c18"><ce:label>1</ce:label><ce:textfn>A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation, Yerevan, Armenia</ce:textfn><sa:affiliation><sa:organization>A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation</sa:organization><sa:city>Yerevan</sa:city><sa:country>Armenia</sa:country></sa:affiliation><ce:source-text id="srct0005">A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation, Yerevan, Armenia</ce:source-text></ce:affiliation><ce:affiliation id="aff0020" affiliation-id="S0370269322007833-65754d218cf7f84bf1e02306b80caca0"><ce:label>2</ce:label><ce:textfn>AGH University of Science and Technology, Cracow, Poland</ce:textfn><sa:affiliation><sa:organization>AGH University of Science and Technology</sa:organization><sa:city>Cracow</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0010">AGH University of Science and Technology, Cracow, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff0030" affiliation-id="S0370269322007833-e916a2f48a17bc32220b61ae0e9b8e05"><ce:label>3</ce:label><ce:textfn>Bogolyubov Institute for Theoretical Physics, National Academy of Sciences of Ukraine, Kiev, Ukraine</ce:textfn><sa:affiliation><sa:organization>Bogolyubov Institute for Theoretical Physics</sa:organization><sa:organization>National Academy of Sciences of Ukraine</sa:organization><sa:city>Kiev</sa:city><sa:country>Ukraine</sa:country></sa:affiliation><ce:source-text id="srct0015">Bogolyubov Institute for Theoretical Physics, National Academy of Sciences of Ukraine, Kiev, Ukraine</ce:source-text></ce:affiliation><ce:affiliation id="aff0040" affiliation-id="S0370269322007833-9869d95133b2275e34836b8ad2f235c3"><ce:label>4</ce:label><ce:textfn>Bose Institute, Department of Physics and Centre for Astroparticle Physics and Space Science (CAPSS), Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Bose Institute</sa:organization><sa:organization>Department of Physics</sa:organization><sa:organization>Centre for Astroparticle Physics and Space Science (CAPSS)</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0020">Bose Institute, Department of Physics and Centre for Astroparticle Physics and Space Science (CAPSS), Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0050" affiliation-id="S0370269322007833-b7f796ef6c934d79a497288cdec192f6"><ce:label>5</ce:label><ce:textfn>California Polytechnic State University, San Luis Obispo, CA, United States</ce:textfn><sa:affiliation><sa:organization>California Polytechnic State University</sa:organization><sa:city>San Luis Obispo</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0025">California Polytechnic State University, San Luis Obispo, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0060" affiliation-id="S0370269322007833-3dcd6ffc2e8f27d6ed2f6237a209a384"><ce:label>6</ce:label><ce:textfn>Central China Normal University, Wuhan, China</ce:textfn><sa:affiliation><sa:organization>Central China Normal University</sa:organization><sa:city>Wuhan</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0030">Central China Normal University, Wuhan, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0070" affiliation-id="S0370269322007833-110460c7f2fbb319ec6d52e7cc3fc1d5"><ce:label>7</ce:label><ce:textfn>Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN), Havana, Cuba</ce:textfn><sa:affiliation><sa:organization>Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN)</sa:organization><sa:city>Havana</sa:city><sa:country>Cuba</sa:country></sa:affiliation><ce:source-text id="srct0035">Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN), Havana, Cuba</ce:source-text></ce:affiliation><ce:affiliation id="aff0080" affiliation-id="S0370269322007833-641aa526558990d110c090840e6f3d0c"><ce:label>8</ce:label><ce:textfn>Centro de Investigación y de Estudios Avanzados (CINVESTAV), Mexico City and Mérida, Mexico</ce:textfn><sa:affiliation><sa:organization>Centro de Investigación y de Estudios Avanzados (CINVESTAV)</sa:organization><sa:city>Mexico City and Mérida</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0040">Centro de Investigación y de Estudios Avanzados (CINVESTAV), Mexico City and Mérida, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0090" affiliation-id="S0370269322007833-9c73ece39ab638447cd10f268e329b2e"><ce:label>9</ce:label><ce:textfn>Chicago State University, Chicago, IL, United States</ce:textfn><sa:affiliation><sa:organization>Chicago State University</sa:organization><sa:city>Chicago</sa:city><sa:state>IL</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0045">Chicago State University, Chicago, Illinois, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0100" affiliation-id="S0370269322007833-d7da93bf3f02be0a46bee74f439b5930"><ce:label>10</ce:label><ce:textfn>China Institute of Atomic Energy, Beijing, China</ce:textfn><sa:affiliation><sa:organization>China Institute of Atomic Energy</sa:organization><sa:city>Beijing</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0050">China Institute of Atomic Energy, Beijing, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0110" affiliation-id="S0370269322007833-d477851cd020cd39da135784676a96ff"><ce:label>11</ce:label><ce:textfn>Chungbuk National University, Cheongju, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Chungbuk National University</sa:organization><sa:city>Cheongju</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0055">Chungbuk National University, Cheongju, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0120" affiliation-id="S0370269322007833-b03a6e652a70daee257206602eb6f83f"><ce:label>12</ce:label><ce:textfn>Comenius University Bratislava, Faculty of Mathematics, Physics and Informatics, Bratislava, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Comenius University Bratislava</sa:organization><sa:organization>Faculty of Mathematics, Physics and Informatics</sa:organization><sa:city>Bratislava</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0060">Comenius University Bratislava, Faculty of Mathematics, Physics and Informatics, Bratislava, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0130" affiliation-id="S0370269322007833-78cc8333b14d598fc5e3c0230d1de22e"><ce:label>13</ce:label><ce:textfn>COMSATS University Islamabad, Islamabad, Pakistan</ce:textfn><sa:affiliation><sa:organization>COMSATS University Islamabad</sa:organization><sa:city>Islamabad</sa:city><sa:country>Pakistan</sa:country></sa:affiliation><ce:source-text id="srct0065">COMSATS University Islamabad, Islamabad, Pakistan</ce:source-text></ce:affiliation><ce:affiliation id="aff0140" affiliation-id="S0370269322007833-42161ea7466da89325c5b37601107c55"><ce:label>14</ce:label><ce:textfn>Creighton University, Omaha, NE, United States</ce:textfn><sa:affiliation><sa:organization>Creighton University</sa:organization><sa:city>Omaha</sa:city><sa:state>NE</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0070">Creighton University, Omaha, Nebraska, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0150" affiliation-id="S0370269322007833-bd5e6b818668501c1deea76e96cac833"><ce:label>15</ce:label><ce:textfn>Department of Physics, Aligarh Muslim University, Aligarh, India</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Aligarh Muslim University</sa:organization><sa:city>Aligarh</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0075">Department of Physics, Aligarh Muslim University, Aligarh, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0160" affiliation-id="S0370269322007833-ebe7875fb705d3c179953d196aa8b94b"><ce:label>16</ce:label><ce:textfn>Department of Physics, Pusan National University, Pusan, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Pusan National University</sa:organization><sa:city>Pusan</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0080">Department of Physics, Pusan National University, Pusan, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0170" affiliation-id="S0370269322007833-24ddc81b37e640977b88412ba28336a4"><ce:label>17</ce:label><ce:textfn>Department of Physics, Sejong University, Seoul, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Sejong University</sa:organization><sa:city>Seoul</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0085">Department of Physics, Sejong University, Seoul, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0180" affiliation-id="S0370269322007833-66245837acb0d7fb7ada51de0fd95043"><ce:label>18</ce:label><ce:textfn>Department of Physics, University of California, Berkeley, CA, United States</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>University of California</sa:organization><sa:city>Berkeley</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0090">Department of Physics, University of California, Berkeley, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0190" affiliation-id="S0370269322007833-63776eabafa9e32856b35562692a4488"><ce:label>19</ce:label><ce:textfn>Department of Physics, University of Oslo, Oslo, Norway</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>University of Oslo</sa:organization><sa:city>Oslo</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0095">Department of Physics, University of Oslo, Oslo, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0200" affiliation-id="S0370269322007833-020451a59d5e257505166bdb7847cdd7"><ce:label>20</ce:label><ce:textfn>Department of Physics and Technology, University of Bergen, Bergen, Norway</ce:textfn><sa:affiliation><sa:organization>Department of Physics and Technology</sa:organization><sa:organization>University of Bergen</sa:organization><sa:city>Bergen</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0100">Department of Physics and Technology, University of Bergen, Bergen, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0210" affiliation-id="S0370269322007833-f2de76852013198101844806b89d3836"><ce:label>21</ce:label><ce:textfn>Dipartimento di Fisica, Università di Pavia, Pavia, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica</sa:organization><sa:organization>Università di Pavia</sa:organization><sa:city>Pavia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0105">Dipartimento di Fisica, Università di Pavia, Pavia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0220" affiliation-id="S0370269322007833-81d87d2cd8c9f6aa2a1c7f4b13115ef3"><ce:label>22</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Cagliari, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Cagliari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0110">Dipartimento di Fisica dell'Università and Sezione INFN, Cagliari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0230" affiliation-id="S0370269322007833-849d0ba7888fcb2a09aad7ac1095ec15"><ce:label>23</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Trieste, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Trieste</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0115">Dipartimento di Fisica dell'Università and Sezione INFN, Trieste, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0240" affiliation-id="S0370269322007833-68c63fd1cb9e8623af62118bbef39c9e"><ce:label>24</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0120">Dipartimento di Fisica dell'Università and Sezione INFN, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0250" affiliation-id="S0370269322007833-7a40dab487121429c63e59c3de15ccfa"><ce:label>25</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Bologna, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bologna</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0125">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Bologna, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0260" affiliation-id="S0370269322007833-72e3fe624de7d3d3223574366a22ef30"><ce:label>26</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Catania, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Catania</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0130">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Catania, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0270" affiliation-id="S0370269322007833-6145c67e3009fb117e82f5429b2af282"><ce:label>27</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Padova, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Padova</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0135">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Padova, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0280" affiliation-id="S0370269322007833-a001bc692b1f1f84377401c9e2632e51"><ce:label>28</ce:label><ce:textfn>Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università and Gruppo Collegato INFN, Salerno, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università</sa:organization><sa:organization>Gruppo Collegato INFN</sa:organization><sa:city>Salerno</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0140">Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università and Gruppo Collegato INFN, Salerno, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0290" affiliation-id="S0370269322007833-362983c57dbe79a62add2550bfe565dc"><ce:label>29</ce:label><ce:textfn>Dipartimento DISAT del Politecnico and Sezione INFN, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento DISAT del Politecnico</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0145">Dipartimento DISAT del Politecnico and Sezione INFN, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0300" affiliation-id="S0370269322007833-7a82e32411929fc5768d11b72609a4d8"><ce:label>30</ce:label><ce:textfn>Dipartimento di Scienze MIFT, Università di Messina, Messina, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Scienze MIFT</sa:organization><sa:organization>Università di Messina</sa:organization><sa:city>Messina</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0150">Dipartimento di Scienze MIFT, Università di Messina, Messina, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0310" affiliation-id="S0370269322007833-0bfba0b176e2b6e1b67e6564c87308b5"><ce:label>31</ce:label><ce:textfn>Dipartimento Interateneo di Fisica ‘M. Merlin’ and Sezione INFN, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento Interateneo di Fisica ‘M. Merlin’</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0155">Dipartimento Interateneo di Fisica ‘M. Merlin’ and Sezione INFN, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0320" affiliation-id="S0370269322007833-44f92095d23d6e3d2fb8e8fc998c51f2"><ce:label>32</ce:label><ce:textfn>European Organization for Nuclear Research (CERN), Geneva, Switzerland</ce:textfn><sa:affiliation><sa:organization>European Organization for Nuclear Research (CERN)</sa:organization><sa:city>Geneva</sa:city><sa:country>Switzerland</sa:country></sa:affiliation><ce:source-text id="srct0160">European Organization for Nuclear Research (CERN), Geneva, Switzerland</ce:source-text></ce:affiliation><ce:affiliation id="aff0330" affiliation-id="S0370269322007833-f220870dd6ed2747e8ec11b2ba624bf5"><ce:label>33</ce:label><ce:textfn>Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, University of Split, Split, Croatia</ce:textfn><sa:affiliation><sa:organization>Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture</sa:organization><sa:organization>University of Split</sa:organization><sa:city>Split</sa:city><sa:country>Croatia</sa:country></sa:affiliation><ce:source-text id="srct0165">Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, University of Split, Split, Croatia</ce:source-text></ce:affiliation><ce:affiliation id="aff0340" affiliation-id="S0370269322007833-5bf4b9d297f0544e6037addfb7689840"><ce:label>34</ce:label><ce:textfn>Faculty of Engineering and Science, Western Norway University of Applied Sciences, Bergen, Norway</ce:textfn><sa:affiliation><sa:organization>Faculty of Engineering and Science</sa:organization><sa:organization>Western Norway University of Applied Sciences</sa:organization><sa:city>Bergen</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0170">Faculty of Engineering and Science, Western Norway University of Applied Sciences, Bergen, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0350" affiliation-id="S0370269322007833-56d412e1c3fe114d9a18225fa76274c9"><ce:label>35</ce:label><ce:textfn>Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Prague, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Faculty of Nuclear Sciences and Physical Engineering</sa:organization><sa:organization>Czech Technical University in Prague</sa:organization><sa:city>Prague</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0175">Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Prague, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0360" affiliation-id="S0370269322007833-de312990ec5b7745ed2a9609074bb450"><ce:label>36</ce:label><ce:textfn>Faculty of Physics, Sofia University, Sofia, Bulgaria</ce:textfn><sa:affiliation><sa:organization>Faculty of Physics</sa:organization><sa:organization>Sofia University</sa:organization><sa:city>Sofia</sa:city><sa:country>Bulgaria</sa:country></sa:affiliation><ce:source-text id="srct0180">Faculty of Physics, Sofia University, Sofia, Bulgaria</ce:source-text></ce:affiliation><ce:affiliation id="aff0370" affiliation-id="S0370269322007833-0879c60c6550c16bd60686725f5c6938"><ce:label>37</ce:label><ce:textfn>Faculty of Science, P.J. Šafárik University, Košice, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Faculty of Science</sa:organization><sa:organization>P.J. Šafárik University</sa:organization><sa:city>Košice</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0185">Faculty of Science, P.J. Šafárik University, Košice, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0380" affiliation-id="S0370269322007833-a18716885f5bc83f5d1aee8d0d80c7af"><ce:label>38</ce:label><ce:textfn>Frankfurt Institute for Advanced Studies, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Frankfurt Institute for Advanced Studies</sa:organization><sa:organization>Johann Wolfgang Goethe-Universität Frankfurt</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0190">Frankfurt Institute for Advanced Studies, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0390" affiliation-id="S0370269322007833-f0b0a2b18fef5547dcd39253b5714404"><ce:label>39</ce:label><ce:textfn>Fudan University, Shanghai, China</ce:textfn><sa:affiliation><sa:organization>Fudan University</sa:organization><sa:city>Shanghai</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0195">Fudan University, Shanghai, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0400" affiliation-id="S0370269322007833-a2398937a38c48ebf6ac3ff5e5d60b95"><ce:label>40</ce:label><ce:textfn>Gangneung-Wonju National University, Gangneung, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Gangneung-Wonju National University</sa:organization><sa:city>Gangneung</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0200">Gangneung-Wonju National University, Gangneung, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0410" affiliation-id="S0370269322007833-73bc80872cd116960a09bc477e035838"><ce:label>41</ce:label><ce:textfn>Gauhati University, Department of Physics, Guwahati, India</ce:textfn><sa:affiliation><sa:organization>Gauhati University</sa:organization><sa:organization>Department of Physics</sa:organization><sa:city>Guwahati</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0205">Gauhati University, Department of Physics, Guwahati, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0420" affiliation-id="S0370269322007833-9fd27eebf76465366fe59cb8d9620ae8"><ce:label>42</ce:label><ce:textfn>Helmholtz-Institut für Strahlen- und Kernphysik, Rheinische Friedrich-Wilhelms-Universität Bonn, Bonn, Germany</ce:textfn><sa:affiliation><sa:organization>Helmholtz-Institut für Strahlen- und Kernphysik</sa:organization><sa:organization>Rheinische Friedrich-Wilhelms-Universität Bonn</sa:organization><sa:city>Bonn</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0210">Helmholtz-Institut für Strahlen- und Kernphysik, Rheinische Friedrich-Wilhelms-Universität Bonn, Bonn, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0430" affiliation-id="S0370269322007833-66b9f8889421b091fa908925e638d91e"><ce:label>43</ce:label><ce:textfn>Helsinki Institute of Physics (HIP), Helsinki, Finland</ce:textfn><sa:affiliation><sa:organization>Helsinki Institute of Physics (HIP)</sa:organization><sa:city>Helsinki</sa:city><sa:country>Finland</sa:country></sa:affiliation><ce:source-text id="srct0215">Helsinki Institute of Physics (HIP), Helsinki, Finland</ce:source-text></ce:affiliation><ce:affiliation id="aff0440" affiliation-id="S0370269322007833-6968018d6fe1bd12a4413918be70ab85"><ce:label>44</ce:label><ce:textfn>High Energy Physics Group, Universidad Autónoma de Puebla, Puebla, Mexico</ce:textfn><sa:affiliation><sa:organization>High Energy Physics Group</sa:organization><sa:organization>Universidad Autónoma de Puebla</sa:organization><sa:city>Puebla</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0220">High Energy Physics Group, Universidad Autónoma de Puebla, Puebla, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0450" affiliation-id="S0370269322007833-16bdf6e3577a480da99159f5d54452b1"><ce:label>45</ce:label><ce:textfn>Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>Horia Hulubei National Institute of Physics and Nuclear Engineering</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0225">Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff0460" affiliation-id="S0370269322007833-78df0ad3e050545612fd8d71a4776a19"><ce:label>46</ce:label><ce:textfn>Indian Institute of Technology Bombay (IIT), Mumbai, India</ce:textfn><sa:affiliation><sa:organization>Indian Institute of Technology Bombay (IIT)</sa:organization><sa:city>Mumbai</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0230">Indian Institute of Technology Bombay (IIT), Mumbai, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0470" affiliation-id="S0370269322007833-b8ad6c9375b7a89b768adb13f27427b4"><ce:label>47</ce:label><ce:textfn>Indian Institute of Technology Indore, Indore, India</ce:textfn><sa:affiliation><sa:organization>Indian Institute of Technology Indore</sa:organization><sa:city>Indore</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0235">Indian Institute of Technology Indore, Indore, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0480" affiliation-id="S0370269322007833-25658fba725d22058ae2a8649ceeb084"><ce:label>48</ce:label><ce:textfn>INFN, Laboratori Nazionali di Frascati, Frascati, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Laboratori Nazionali di Frascati</sa:organization><sa:city>Frascati</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0240">INFN, Laboratori Nazionali di Frascati, Frascati, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0490" affiliation-id="S0370269322007833-5d9dee68bdf16e34f2f3f01d930f367d"><ce:label>49</ce:label><ce:textfn>INFN, Sezione di Bari, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Bari</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0245">INFN, Sezione di Bari, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0500" affiliation-id="S0370269322007833-340d750afed4ff705cf1dd72bf688ca4"><ce:label>50</ce:label><ce:textfn>INFN, Sezione di Bologna, Bologna, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Bologna</sa:organization><sa:city>Bologna</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0250">INFN, Sezione di Bologna, Bologna, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0510" affiliation-id="S0370269322007833-436e8c989d6c10cae74944a81714a4e2"><ce:label>51</ce:label><ce:textfn>INFN, Sezione di Cagliari, Cagliari, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Cagliari</sa:organization><sa:city>Cagliari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0255">INFN, Sezione di Cagliari, Cagliari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0520" affiliation-id="S0370269322007833-f0607c03a8b381da2bb83a11f8d899c8"><ce:label>52</ce:label><ce:textfn>INFN, Sezione di Catania, Catania, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Catania</sa:organization><sa:city>Catania</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0260">INFN, Sezione di Catania, Catania, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0530" affiliation-id="S0370269322007833-cb33711bf32ecc9cc4697cbbea10fa88"><ce:label>53</ce:label><ce:textfn>INFN, Sezione di Padova, Padova, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Padova</sa:organization><sa:city>Padova</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0265">INFN, Sezione di Padova, Padova, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0540" affiliation-id="S0370269322007833-5c70f16aa0d389aa33e2589db6fcd5d6"><ce:label>54</ce:label><ce:textfn>INFN, Sezione di Pavia, Pavia, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Pavia</sa:organization><sa:city>Pavia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0270">INFN, Sezione di Pavia, Pavia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0550" affiliation-id="S0370269322007833-f1faa0de67f6d8d1ece0914257c7635c"><ce:label>55</ce:label><ce:textfn>INFN, Sezione di Torino, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Torino</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0275">INFN, Sezione di Torino, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0560" affiliation-id="S0370269322007833-0035d662cbe7eef98bed21545fd04324"><ce:label>56</ce:label><ce:textfn>INFN, Sezione di Trieste, Trieste, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Trieste</sa:organization><sa:city>Trieste</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0280">INFN, Sezione di Trieste, Trieste, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0570" affiliation-id="S0370269322007833-22e3a6d8462b39bb6c155bce0c9b21cd"><ce:label>57</ce:label><ce:textfn>Inha University, Incheon, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Inha University</sa:organization><sa:city>Incheon</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0285">Inha University, Incheon, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0580" affiliation-id="S0370269322007833-d4941ebd67ab9bbf96b1e6a906f4397c"><ce:label>58</ce:label><ce:textfn>Institute for Gravitational and Subatomic Physics (GRASP), Utrecht University/Nikhef, Utrecht, Netherlands</ce:textfn><sa:affiliation><sa:organization>Institute for Gravitational and Subatomic Physics (GRASP)</sa:organization><sa:organization>Utrecht University/Nikhef</sa:organization><sa:city>Utrecht</sa:city><sa:country>Netherlands</sa:country></sa:affiliation><ce:source-text id="srct0290">Institute for Gravitational and Subatomic Physics (GRASP), Utrecht University/Nikhef, Utrecht, Netherlands</ce:source-text></ce:affiliation><ce:affiliation id="aff0590" affiliation-id="S0370269322007833-f6d8becf2ef35885577b8164313401cb"><ce:label>59</ce:label><ce:textfn>Institute of Experimental Physics, Slovak Academy of Sciences, Košice, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Institute of Experimental Physics</sa:organization><sa:organization>Slovak Academy of Sciences</sa:organization><sa:city>Košice</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0295">Institute of Experimental Physics, Slovak Academy of Sciences, Košice, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0600" affiliation-id="S0370269322007833-6fa96ff1fcc4aaff09633c1217f06ff0"><ce:label>60</ce:label><ce:textfn>Institute of Physics, Homi Bhabha National Institute, Bhubaneswar, India</ce:textfn><sa:affiliation><sa:organization>Institute of Physics</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Bhubaneswar</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0300">Institute of Physics, Homi Bhabha National Institute, Bhubaneswar, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0610" affiliation-id="S0370269322007833-9f77e70dcbde10c6ed3d37b3b0071107"><ce:label>61</ce:label><ce:textfn>Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Institute of Physics of the Czech Academy of Sciences</sa:organization><sa:city>Prague</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0305">Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0620" affiliation-id="S0370269322007833-3309ea65bfe3ae2f96b232545cb67043"><ce:label>62</ce:label><ce:textfn>Institute of Space Science (ISS), Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>Institute of Space Science (ISS)</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0310">Institute of Space Science (ISS), Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff0630" affiliation-id="S0370269322007833-2759820a41f8b0ece8c42aa319465ed5"><ce:label>63</ce:label><ce:textfn>Institut für Kernphysik, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Institut für Kernphysik</sa:organization><sa:organization>Johann Wolfgang Goethe-Universität Frankfurt</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0315">Institut für Kernphysik, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0640" affiliation-id="S0370269322007833-b18018b82a469dc4e4eb94f595cf4812"><ce:label>64</ce:label><ce:textfn>Instituto de Ciencias Nucleares, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:textfn><sa:affiliation><sa:organization>Instituto de Ciencias Nucleares</sa:organization><sa:organization>Universidad Nacional Autónoma de México</sa:organization><sa:city>Mexico City</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0320">Instituto de Ciencias Nucleares, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0650" affiliation-id="S0370269322007833-2aa194eda46d62198ea9b929240200b8"><ce:label>65</ce:label><ce:textfn>Instituto de Física, Universidade Federal do Rio Grande do Sul (UFRGS), Porto Alegre, Brazil</ce:textfn><sa:affiliation><sa:organization>Instituto de Física</sa:organization><sa:organization>Universidade Federal do Rio Grande do Sul (UFRGS)</sa:organization><sa:city>Porto Alegre</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0325">Instituto de Física, Universidade Federal do Rio Grande do Sul (UFRGS), Porto Alegre, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff0660" affiliation-id="S0370269322007833-9e9b95fa2c082308cb0efc3488541c67"><ce:label>66</ce:label><ce:textfn>Instituto de Física, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:textfn><sa:affiliation><sa:organization>Instituto de Física</sa:organization><sa:organization>Universidad Nacional Autónoma de México</sa:organization><sa:city>Mexico City</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0330">Instituto de Física, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0670" affiliation-id="S0370269322007833-4ef9aeae6b2f74e366edd12aafbea4cf"><ce:label>67</ce:label><ce:textfn>iThemba LABS, National Research Foundation, Somerset West, South Africa</ce:textfn><sa:affiliation><sa:organization>iThemba LABS</sa:organization><sa:organization>National Research Foundation</sa:organization><sa:city>Somerset West</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0335">iThemba LABS, National Research Foundation, Somerset West, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff0680" affiliation-id="S0370269322007833-2f4c4db0447d27fd2e43117b90bb74d4"><ce:label>68</ce:label><ce:textfn>Jeonbuk National University, Jeonju, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Jeonbuk National University</sa:organization><sa:city>Jeonju</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0340">Jeonbuk National University, Jeonju, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0690" affiliation-id="S0370269322007833-81ec7d4c8c69486a57ef1ca6a567076c"><ce:label>69</ce:label><ce:textfn>Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik, Fachbereich Informatik und Mathematik, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik</sa:organization><sa:organization>Fachbereich Informatik und Mathematik</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0345">Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik, Fachbereich Informatik und Mathematik, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0700" affiliation-id="S0370269322007833-c1d849875c0de0db6476f9cc96b07dd2"><ce:label>70</ce:label><ce:textfn>Korea Institute of Science and Technology Information, Daejeon, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Korea Institute of Science and Technology Information</sa:organization><sa:city>Daejeon</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0350">Korea Institute of Science and Technology Information, Daejeon, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0710" affiliation-id="S0370269322007833-c5cd420fa3d6b7c79dc3ab9e7c2dfb06"><ce:label>71</ce:label><ce:textfn>KTO Karatay University, Konya, Turkey</ce:textfn><sa:affiliation><sa:organization>KTO Karatay University</sa:organization><sa:city>Konya</sa:city><sa:country>Turkey</sa:country></sa:affiliation><ce:source-text id="srct0355">KTO Karatay University, Konya, Turkey</ce:source-text></ce:affiliation><ce:affiliation id="aff0720" affiliation-id="S0370269322007833-0bdd954451acb47f491c8c4996fa87da"><ce:label>72</ce:label><ce:textfn>Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie, Orsay, France</ce:textfn><sa:affiliation><sa:organization>Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie</sa:organization><sa:city>Orsay</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0360">Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie, Orsay, France</ce:source-text></ce:affiliation><ce:affiliation id="aff0730" affiliation-id="S0370269322007833-1487532e5bfe30325bc10c0583f7c38e"><ce:label>73</ce:label><ce:textfn>Laboratoire de Physique Subatomique et de Cosmologie, Université Grenoble-Alpes, CNRS-IN2P3, Grenoble, France</ce:textfn><sa:affiliation><sa:organization>Laboratoire de Physique Subatomique et de Cosmologie</sa:organization><sa:organization>Université Grenoble-Alpes</sa:organization><sa:organization>CNRS-IN2P3</sa:organization><sa:city>Grenoble</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0365">Laboratoire de Physique Subatomique et de Cosmologie, Université Grenoble-Alpes, CNRS-IN2P3, Grenoble, France</ce:source-text></ce:affiliation><ce:affiliation id="aff0740" affiliation-id="S0370269322007833-dd5512fbf2faf90b56635e0b411d44a2"><ce:label>74</ce:label><ce:textfn>Lawrence Berkeley National Laboratory, Berkeley, CA, United States</ce:textfn><sa:affiliation><sa:organization>Lawrence Berkeley National Laboratory</sa:organization><sa:city>Berkeley</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0370">Lawrence Berkeley National Laboratory, Berkeley, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0750" affiliation-id="S0370269322007833-ed03eefd58007822249c697d882deffc"><ce:label>75</ce:label><ce:textfn>Lund University Department of Physics, Division of Particle Physics, Lund, Sweden</ce:textfn><sa:affiliation><sa:organization>Lund University Department of Physics</sa:organization><sa:organization>Division of Particle Physics</sa:organization><sa:city>Lund</sa:city><sa:country>Sweden</sa:country></sa:affiliation><ce:source-text id="srct0375">Lund University Department of Physics, Division of Particle Physics, Lund, Sweden</ce:source-text></ce:affiliation><ce:affiliation id="aff0760" affiliation-id="S0370269322007833-5b47ca06644b7f88e2267e9accbe867b"><ce:label>76</ce:label><ce:textfn>Nagasaki Institute of Applied Science, Nagasaki, Japan</ce:textfn><sa:affiliation><sa:organization>Nagasaki Institute of Applied Science</sa:organization><sa:city>Nagasaki</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0380">Nagasaki Institute of Applied Science, Nagasaki, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0770" affiliation-id="S0370269322007833-61cd55f0b96e9831d6063318d9967d43"><ce:label>77</ce:label><ce:textfn>Nara Women's University (NWU), Nara, Japan</ce:textfn><sa:affiliation><sa:organization>Nara Women's University (NWU)</sa:organization><sa:city>Nara</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0385">Nara Women's University (NWU), Nara, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0780" affiliation-id="S0370269322007833-7f50d99eb340e408fbc323cbce0c8905"><ce:label>78</ce:label><ce:textfn>National and Kapodistrian University of Athens, School of Science, Department of Physics , Athens, Greece</ce:textfn><sa:affiliation><sa:organization>National and Kapodistrian University of Athens</sa:organization><sa:organization>School of Science</sa:organization><sa:organization>Department of Physics</sa:organization><sa:city>Athens</sa:city><sa:country>Greece</sa:country></sa:affiliation><ce:source-text id="srct0390">National and Kapodistrian University of Athens, School of Science, Department of Physics , Athens, Greece</ce:source-text></ce:affiliation><ce:affiliation id="aff0790" affiliation-id="S0370269322007833-58192de9f95a93cb8bf485b9a5647bf5"><ce:label>79</ce:label><ce:textfn>National Centre for Nuclear Research, Warsaw, Poland</ce:textfn><sa:affiliation><sa:organization>National Centre for Nuclear Research</sa:organization><sa:city>Warsaw</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0395">National Centre for Nuclear Research, Warsaw, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff0800" affiliation-id="S0370269322007833-5c73c93f2c9aba1b7fcfa30741ce17ca"><ce:label>80</ce:label><ce:textfn>National Institute of Science Education and Research, Homi Bhabha National Institute, Jatni, India</ce:textfn><sa:affiliation><sa:organization>National Institute of Science Education and Research</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Jatni</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0400">National Institute of Science Education and Research, Homi Bhabha National Institute, Jatni, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0810" affiliation-id="S0370269322007833-1e229a9758219f877a7f903c2dde9c2b"><ce:label>81</ce:label><ce:textfn>National Nuclear Research Center, Baku, Azerbaijan</ce:textfn><sa:affiliation><sa:organization>National Nuclear Research Center</sa:organization><sa:city>Baku</sa:city><sa:country>Azerbaijan</sa:country></sa:affiliation><ce:source-text id="srct0405">National Nuclear Research Center, Baku, Azerbaijan</ce:source-text></ce:affiliation><ce:affiliation id="aff0820" affiliation-id="S0370269322007833-ab3fe404fa49046cc1d6ed593a4d5eb8"><ce:label>82</ce:label><ce:textfn>National Research and Innovation Agency - BRIN, Jakarta, Indonesia</ce:textfn><sa:affiliation><sa:organization>National Research and Innovation Agency - BRIN</sa:organization><sa:city>Jakarta</sa:city><sa:country>Indonesia</sa:country></sa:affiliation><ce:source-text id="srct0410">National Research and Innovation Agency - BRIN, Jakarta, Indonesia</ce:source-text></ce:affiliation><ce:affiliation id="aff0830" affiliation-id="S0370269322007833-3e7cb9222cae4e75df0d93d2ea96329f"><ce:label>83</ce:label><ce:textfn>Niels Bohr Institute, University of Copenhagen, Copenhagen, Denmark</ce:textfn><sa:affiliation><sa:organization>Niels Bohr Institute</sa:organization><sa:organization>University of Copenhagen</sa:organization><sa:city>Copenhagen</sa:city><sa:country>Denmark</sa:country></sa:affiliation><ce:source-text id="srct0415">Niels Bohr Institute, University of Copenhagen, Copenhagen, Denmark</ce:source-text></ce:affiliation><ce:affiliation id="aff0840" affiliation-id="S0370269322007833-11b144edfb6d992e108d17991cc7681b"><ce:label>84</ce:label><ce:textfn>Nikhef, National institute for subatomic physics, Amsterdam, Netherlands</ce:textfn><sa:affiliation><sa:organization>Nikhef, National institute for subatomic physics</sa:organization><sa:city>Amsterdam</sa:city><sa:country>Netherlands</sa:country></sa:affiliation><ce:source-text id="srct0420">Nikhef, National institute for subatomic physics, Amsterdam, Netherlands</ce:source-text></ce:affiliation><ce:affiliation id="aff0850" affiliation-id="S0370269322007833-7ffc71d9a245ae3927bb4d373ff478ed"><ce:label>85</ce:label><ce:textfn>Nuclear Physics Group, STFC Daresbury Laboratory, Daresbury, United Kingdom</ce:textfn><sa:affiliation><sa:organization>Nuclear Physics Group</sa:organization><sa:organization>STFC Daresbury Laboratory</sa:organization><sa:city>Daresbury</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0425">Nuclear Physics Group, STFC Daresbury Laboratory, Daresbury, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff0860" affiliation-id="S0370269322007833-4ea73349ab4e79a7b6570dd0fd42cd13"><ce:label>86</ce:label><ce:textfn>Nuclear Physics Institute of the Czech Academy of Sciences, Husinec-Řež, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Nuclear Physics Institute of the Czech Academy of Sciences</sa:organization><sa:city>Husinec-Řež</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0430">Nuclear Physics Institute of the Czech Academy of Sciences, Husinec-Řež, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0870" affiliation-id="S0370269322007833-43c0b745ad096562d858417552718575"><ce:label>87</ce:label><ce:textfn>Oak Ridge National Laboratory, Oak Ridge, TN, United States</ce:textfn><sa:affiliation><sa:organization>Oak Ridge National Laboratory</sa:organization><sa:city>Oak Ridge</sa:city><sa:state>TN</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0435">Oak Ridge National Laboratory, Oak Ridge, Tennessee, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0880" affiliation-id="S0370269322007833-e4e32a64c7e436b0f2a688687dedfe5e"><ce:label>88</ce:label><ce:textfn>Ohio State University, Columbus, OH, United States</ce:textfn><sa:affiliation><sa:organization>Ohio State University</sa:organization><sa:city>Columbus</sa:city><sa:state>OH</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0440">Ohio State University, Columbus, Ohio, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0890" affiliation-id="S0370269322007833-3c4eb171ede7112c64f1bc2c164f4732"><ce:label>89</ce:label><ce:textfn>Physics department, Faculty of science, University of Zagreb, Zagreb, Croatia</ce:textfn><sa:affiliation><sa:organization>Physics department</sa:organization><sa:organization>Faculty of science, University of Zagreb</sa:organization><sa:city>Zagreb</sa:city><sa:country>Croatia</sa:country></sa:affiliation><ce:source-text id="srct0445">Physics department, Faculty of science, University of Zagreb, Zagreb, Croatia</ce:source-text></ce:affiliation><ce:affiliation id="aff0900" affiliation-id="S0370269322007833-30d6dbb96747c914840798f88bf250cb"><ce:label>90</ce:label><ce:textfn>Physics Department, Panjab University, Chandigarh, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>Panjab University</sa:organization><sa:city>Chandigarh</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0450">Physics Department, Panjab University, Chandigarh, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0910" affiliation-id="S0370269322007833-712bc80495e97050498604da603cb5cc"><ce:label>91</ce:label><ce:textfn>Physics Department, University of Jammu, Jammu, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>University of Jammu</sa:organization><sa:city>Jammu</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0455">Physics Department, University of Jammu, Jammu, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0920" affiliation-id="S0370269322007833-500771749243cadcbaeeac3f726e6a62"><ce:label>92</ce:label><ce:textfn>Physics Department, University of Rajasthan, Jaipur, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>University of Rajasthan</sa:organization><sa:city>Jaipur</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0460">Physics Department, University of Rajasthan, Jaipur, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0930" affiliation-id="S0370269322007833-87f0c1fe6b138b8300b7695dc3391666"><ce:label>93</ce:label><ce:textfn>Physics Program and International Institute for Sustainability with Knotted Chiral Meta Matter (SKCM2), Hiroshima University, Hiroshima, Japan</ce:textfn><sa:affiliation><sa:organization>Physics Program and International Institute for Sustainability with Knotted Chiral Meta Matter (SKCM2)</sa:organization><sa:organization>Hiroshima University</sa:organization><sa:city>Hiroshima</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0465">Physics Program and International Institute for Sustainability with Knotted Chiral Meta Matter (SKCM2), Hiroshima University, Hiroshima, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0940" affiliation-id="S0370269322007833-0886f70da565231fd0e43398021fd604"><ce:label>94</ce:label><ce:textfn>Physikalisches Institut, Eberhard-Karls-Universität Tübingen, Tübingen, Germany</ce:textfn><sa:affiliation><sa:organization>Physikalisches Institut</sa:organization><sa:organization>Eberhard-Karls-Universität Tübingen</sa:organization><sa:city>Tübingen</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0470">Physikalisches Institut, Eberhard-Karls-Universität Tübingen, Tübingen, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0950" affiliation-id="S0370269322007833-1c67678e124982de924355cdd6d6b91b"><ce:label>95</ce:label><ce:textfn>Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany</ce:textfn><sa:affiliation><sa:organization>Physikalisches Institut</sa:organization><sa:organization>Ruprecht-Karls-Universität Heidelberg</sa:organization><sa:city>Heidelberg</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0475">Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0960" affiliation-id="S0370269322007833-7a5765cc3928149c8b77128cd52462ae"><ce:label>96</ce:label><ce:textfn>Physik Department, Technische Universität München, Munich, Germany</ce:textfn><sa:affiliation><sa:organization>Physik Department</sa:organization><sa:organization>Technische Universität München</sa:organization><sa:city>Munich</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0480">Physik Department, Technische Universität München, Munich, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0970" affiliation-id="S0370269322007833-0a06f4f5fb60a25c8f1936ed71c96cfe"><ce:label>97</ce:label><ce:textfn>Politecnico di Bari and Sezione INFN, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>Politecnico di Bari</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0485">Politecnico di Bari and Sezione INFN, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0980" affiliation-id="S0370269322007833-3451d358e90b759225813c9b9a6f098c"><ce:label>98</ce:label><ce:textfn>Research Division and ExtreMe Matter Institute EMMI, GSI Helmholtzzentrum für Schwerionenforschung GmbH, Darmstadt, Germany</ce:textfn><sa:affiliation><sa:organization>Research Division</sa:organization><sa:organization>ExtreMe Matter Institute EMMI</sa:organization><sa:organization>GSI Helmholtzzentrum für Schwerionenforschung GmbH</sa:organization><sa:city>Darmstadt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0490">Research Division and ExtreMe Matter Institute EMMI, GSI Helmholtzzentrum für Schwerionenforschung GmbH, Darmstadt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0990" affiliation-id="S0370269322007833-2771a2ae295804be11a4a937b894a546"><ce:label>99</ce:label><ce:textfn>Saha Institute of Nuclear Physics, Homi Bhabha National Institute, Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Saha Institute of Nuclear Physics</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0495">Saha Institute of Nuclear Physics, Homi Bhabha National Institute, Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1000" affiliation-id="S0370269322007833-b602cde70213041ca40ec5720e4e3e75"><ce:label>100</ce:label><ce:textfn>School of Physics and Astronomy, University of Birmingham, Birmingham, United Kingdom</ce:textfn><sa:affiliation><sa:organization>School of Physics and Astronomy</sa:organization><sa:organization>University of Birmingham</sa:organization><sa:city>Birmingham</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0500">School of Physics and Astronomy, University of Birmingham, Birmingham, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff1010" affiliation-id="S0370269322007833-1a1f0f3ae33ba0323ad4da08a216f4c3"><ce:label>101</ce:label><ce:textfn>Sección Física, Departamento de Ciencias, Pontificia Universidad Católica del Perú, Lima, Peru</ce:textfn><sa:affiliation><sa:organization>Sección Física</sa:organization><sa:organization>Departamento de Ciencias</sa:organization><sa:organization>Pontificia Universidad Católica del Perú</sa:organization><sa:city>Lima</sa:city><sa:country>Peru</sa:country></sa:affiliation><ce:source-text id="srct0505">Sección Física, Departamento de Ciencias, Pontificia Universidad Católica del Perú, Lima, Peru</ce:source-text></ce:affiliation><ce:affiliation id="aff1020" affiliation-id="S0370269322007833-24347400090c9a1efb87e7537af7461b"><ce:label>102</ce:label><ce:textfn>Stefan Meyer Institut für Subatomare Physik (SMI), Vienna, Austria</ce:textfn><sa:affiliation><sa:organization>Stefan Meyer Institut für Subatomare Physik (SMI)</sa:organization><sa:city>Vienna</sa:city><sa:country>Austria</sa:country></sa:affiliation><ce:source-text id="srct0510">Stefan Meyer Institut für Subatomare Physik (SMI), Vienna, Austria</ce:source-text></ce:affiliation><ce:affiliation id="aff1030" affiliation-id="S0370269322007833-317714469d8c208c77efd6f026942633"><ce:label>103</ce:label><ce:textfn>SUBATECH, IMT Atlantique, Nantes Université, CNRS-IN2P3, Nantes, France</ce:textfn><sa:affiliation><sa:organization>SUBATECH</sa:organization><sa:organization>IMT Atlantique</sa:organization><sa:organization>Nantes Université</sa:organization><sa:organization>CNRS-IN2P3</sa:organization><sa:city>Nantes</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0515">SUBATECH, IMT Atlantique, Nantes Université, CNRS-IN2P3, Nantes, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1040" affiliation-id="S0370269322007833-c3972f6af24eef12cc2ae3a53d6a7623"><ce:label>104</ce:label><ce:textfn>Suranaree University of Technology, Nakhon Ratchasima, Thailand</ce:textfn><sa:affiliation><sa:organization>Suranaree University of Technology</sa:organization><sa:city>Nakhon Ratchasima</sa:city><sa:country>Thailand</sa:country></sa:affiliation><ce:source-text id="srct0520">Suranaree University of Technology, Nakhon Ratchasima, Thailand</ce:source-text></ce:affiliation><ce:affiliation id="aff1050" affiliation-id="S0370269322007833-9186de958ef0b51277f8f34872e5c71b"><ce:label>105</ce:label><ce:textfn>Technical University of Košice, Košice, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Technical University of Košice</sa:organization><sa:city>Košice</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0525">Technical University of Košice, Košice, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff1060" affiliation-id="S0370269322007833-425836ada61fe0d3ee4ebf5b87598919"><ce:label>106</ce:label><ce:textfn>The Henryk Niewodniczanski Institute of Nuclear Physics, Polish Academy of Sciences, Cracow, Poland</ce:textfn><sa:affiliation><sa:organization>The Henryk Niewodniczanski Institute of Nuclear Physics</sa:organization><sa:organization>Polish Academy of Sciences</sa:organization><sa:city>Cracow</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0530">The Henryk Niewodniczanski Institute of Nuclear Physics, Polish Academy of Sciences, Cracow, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff1070" affiliation-id="S0370269322007833-302a66584ead3636c3e74b86b51cf474"><ce:label>107</ce:label><ce:textfn>The University of Texas at Austin, Austin, TX, United States</ce:textfn><sa:affiliation><sa:organization>The University of Texas at Austin</sa:organization><sa:city>Austin</sa:city><sa:state>TX</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0535">The University of Texas at Austin, Austin, Texas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1080" affiliation-id="S0370269322007833-48ea3700cc067946e6c3032832f0ce0a"><ce:label>108</ce:label><ce:textfn>Universidad Autónoma de Sinaloa, Culiacán, Mexico</ce:textfn><sa:affiliation><sa:organization>Universidad Autónoma de Sinaloa</sa:organization><sa:city>Culiacán</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0540">Universidad Autónoma de Sinaloa, Culiacán, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff1090" affiliation-id="S0370269322007833-310945a13cafb9845fe651fc7aa661b6"><ce:label>109</ce:label><ce:textfn>Universidade de São Paulo (USP), São Paulo, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade de São Paulo (USP)</sa:organization><sa:city>São Paulo</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0545">Universidade de São Paulo (USP), São Paulo, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1100" affiliation-id="S0370269322007833-226f6a475b7a1634e1530e2077d7590e"><ce:label>110</ce:label><ce:textfn>Universidade Estadual de Campinas (UNICAMP), Campinas, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade Estadual de Campinas (UNICAMP)</sa:organization><sa:city>Campinas</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0550">Universidade Estadual de Campinas (UNICAMP), Campinas, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1110" affiliation-id="S0370269322007833-7582533209ee7a368c4d249782e93c03"><ce:label>111</ce:label><ce:textfn>Universidade Federal do ABC, Santo Andre, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade Federal do ABC</sa:organization><sa:city>Santo Andre</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0555">Universidade Federal do ABC, Santo Andre, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1120" affiliation-id="S0370269322007833-f37f0b36132124cce5539b1f9c518079"><ce:label>112</ce:label><ce:textfn>University of Cape Town, Cape Town, South Africa</ce:textfn><sa:affiliation><sa:organization>University of Cape Town</sa:organization><sa:city>Cape Town</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0560">University of Cape Town, Cape Town, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff1130" affiliation-id="S0370269322007833-58fe35a5cc9d91eea34fd6e19293599b"><ce:label>113</ce:label><ce:textfn>University of Houston, Houston, TX, United States</ce:textfn><sa:affiliation><sa:organization>University of Houston</sa:organization><sa:city>Houston</sa:city><sa:state>TX</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0565">University of Houston, Houston, Texas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1140" affiliation-id="S0370269322007833-e9be2b1885c8285b7cb7b6534ca93d98"><ce:label>114</ce:label><ce:textfn>University of Jyväskylä, Jyväskylä, Finland</ce:textfn><sa:affiliation><sa:organization>University of Jyväskylä</sa:organization><sa:city>Jyväskylä</sa:city><sa:country>Finland</sa:country></sa:affiliation><ce:source-text id="srct0570">University of Jyväskylä, Jyväskylä, Finland</ce:source-text></ce:affiliation><ce:affiliation id="aff1150" affiliation-id="S0370269322007833-6e2074f6fd0b88987501b22e5d74f9c9"><ce:label>115</ce:label><ce:textfn>University of Kansas, Lawrence, KS, United States</ce:textfn><sa:affiliation><sa:organization>University of Kansas</sa:organization><sa:city>Lawrence</sa:city><sa:state>KS</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0575">University of Kansas, Lawrence, Kansas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1160" affiliation-id="S0370269322007833-f538fc5a59ec1d1c8f86d2a83cb4ced6"><ce:label>116</ce:label><ce:textfn>University of Liverpool, Liverpool, United Kingdom</ce:textfn><sa:affiliation><sa:organization>University of Liverpool</sa:organization><sa:city>Liverpool</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0580">University of Liverpool, Liverpool, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff1170" affiliation-id="S0370269322007833-5507e3344bf7b46ba698c2c045a8aba6"><ce:label>117</ce:label><ce:textfn>University of Science and Technology of China, Hefei, China</ce:textfn><sa:affiliation><sa:organization>University of Science and Technology of China</sa:organization><sa:city>Hefei</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0585">University of Science and Technology of China, Hefei, China</ce:source-text></ce:affiliation><ce:affiliation id="aff1180" affiliation-id="S0370269322007833-5825f1740b6b974441dd90d9c8ad0a53"><ce:label>118</ce:label><ce:textfn>University of South-Eastern Norway, Kongsberg, Norway</ce:textfn><sa:affiliation><sa:organization>University of South-Eastern Norway</sa:organization><sa:city>Kongsberg</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0590">University of South-Eastern Norway, Kongsberg, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff1190" affiliation-id="S0370269322007833-d6620449e5365c80224ff22fe1ca4e4a"><ce:label>119</ce:label><ce:textfn>University of Tennessee, Knoxville, TN, United States</ce:textfn><sa:affiliation><sa:organization>University of Tennessee</sa:organization><sa:city>Knoxville</sa:city><sa:state>TN</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0595">University of Tennessee, Knoxville, Tennessee, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1200" affiliation-id="S0370269322007833-6d43022152ccaa62119e4287bf3b5270"><ce:label>120</ce:label><ce:textfn>University of the Witwatersrand, Johannesburg, South Africa</ce:textfn><sa:affiliation><sa:organization>University of the Witwatersrand</sa:organization><sa:city>Johannesburg</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0600">University of the Witwatersrand, Johannesburg, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff1210" affiliation-id="S0370269322007833-9b9071fc23073da0e4317b3863c91b9e"><ce:label>121</ce:label><ce:textfn>University of Tokyo, Tokyo, Japan</ce:textfn><sa:affiliation><sa:organization>University of Tokyo</sa:organization><sa:city>Tokyo</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0605">University of Tokyo, Tokyo, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff1220" affiliation-id="S0370269322007833-da3fb88e8779358429638ee8f8dc4cb5"><ce:label>122</ce:label><ce:textfn>University of Tsukuba, Tsukuba, Japan</ce:textfn><sa:affiliation><sa:organization>University of Tsukuba</sa:organization><sa:city>Tsukuba</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0610">University of Tsukuba, Tsukuba, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff1230" affiliation-id="S0370269322007833-9fc1715eadb7b2ba79b1a87cef8015cd"><ce:label>123</ce:label><ce:textfn>University Politehnica of Bucharest, Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>University Politehnica of Bucharest</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0615">University Politehnica of Bucharest, Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff1240" affiliation-id="S0370269322007833-43e2ac82e11c4ca2fabbc7e457c74b37"><ce:label>124</ce:label><ce:textfn>Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France</ce:textfn><sa:affiliation><sa:organization>Université Clermont Auvergne</sa:organization><sa:organization>CNRS/IN2P3</sa:organization><sa:organization>LPC</sa:organization><sa:city>Clermont-Ferrand</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0620">Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1250" affiliation-id="S0370269322007833-08f13150d05b32d440951efec6f80d29"><ce:label>125</ce:label><ce:textfn>Université de Lyon, CNRS/IN2P3, Institut de Physique des 2 Infinis de Lyon, Lyon, France</ce:textfn><sa:affiliation><sa:organization>Université de Lyon</sa:organization><sa:organization>CNRS/IN2P3</sa:organization><sa:organization>Institut de Physique des 2 Infinis de Lyon</sa:organization><sa:city>Lyon</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0625">Université de Lyon, CNRS/IN2P3, Institut de Physique des 2 Infinis de Lyon, Lyon, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1260" affiliation-id="S0370269322007833-766d0075165899c16752f5f7ff1b8771"><ce:label>126</ce:label><ce:textfn>Université de Strasbourg, CNRS, IPHC UMR 7178, F-67000 Strasbourg, France</ce:textfn><sa:affiliation><sa:organization>Université de Strasbourg</sa:organization><sa:organization>CNRS</sa:organization><sa:organization>IPHC UMR 7178</sa:organization><sa:city>Strasbourg</sa:city><sa:postal-code>F-67000</sa:postal-code><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0630">Université de Strasbourg, CNRS, IPHC UMR 7178, F-67000 Strasbourg, France, Strasbourg, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1270" affiliation-id="S0370269322007833-36117066550bb6faaf9708b1b0ea670e"><ce:label>127</ce:label><ce:textfn>Université Paris-Saclay Centre d'Etudes de Saclay (CEA), IRFU, Départment de Physique Nucléaire (DPhN), Saclay, France</ce:textfn><sa:affiliation><sa:organization>Université Paris-Saclay Centre d'Etudes de Saclay (CEA)</sa:organization><sa:organization>IRFU</sa:organization><sa:organization>Départment de Physique Nucléaire (DPhN)</sa:organization><sa:city>Saclay</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0635">Université Paris-Saclay Centre d'Etudes de Saclay (CEA), IRFU, Départment de Physique Nucléaire (DPhN), Saclay, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1280" affiliation-id="S0370269322007833-47ef552cdaf90d05d791574b14a8dcf9"><ce:label>128</ce:label><ce:textfn>Università degli Studi di Foggia, Foggia, Italy</ce:textfn><sa:affiliation><sa:organization>Università degli Studi di Foggia</sa:organization><sa:city>Foggia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0640">Università degli Studi di Foggia, Foggia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1290" affiliation-id="S0370269322007833-79fbcbe2a42e9099094360b5bf7bd602"><ce:label>129</ce:label><ce:textfn>Università del Piemonte Orientale, Vercelli, Italy</ce:textfn><sa:affiliation><sa:organization>Università del Piemonte Orientale</sa:organization><sa:city>Vercelli</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0645">Università del Piemonte Orientale, Vercelli, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1300" affiliation-id="S0370269322007833-83cd0c0929f483f88e3d2cb59f064287"><ce:label>130</ce:label><ce:textfn>Università di Brescia, Brescia, Italy</ce:textfn><sa:affiliation><sa:organization>Università di Brescia</sa:organization><sa:city>Brescia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0650">Università di Brescia, Brescia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1310" affiliation-id="S0370269322007833-f1ae52f852d4d7d99988b3e872f887e4"><ce:label>131</ce:label><ce:textfn>Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Variable Energy Cyclotron Centre</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0655">Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1320" affiliation-id="S0370269322007833-bfd4fe0d3b8675ea55d96ce64033d817"><ce:label>132</ce:label><ce:textfn>Warsaw University of Technology, Warsaw, Poland</ce:textfn><sa:affiliation><sa:organization>Warsaw University of Technology</sa:organization><sa:city>Warsaw</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0660">Warsaw University of Technology, Warsaw, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff1330" affiliation-id="S0370269322007833-4e11d38f810a3540206ffb5151a35d3b"><ce:label>133</ce:label><ce:textfn>Wayne State University, Detroit, MI, United States</ce:textfn><sa:affiliation><sa:organization>Wayne State University</sa:organization><sa:city>Detroit</sa:city><sa:state>MI</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0665">Wayne State University, Detroit, Michigan, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1340" affiliation-id="S0370269322007833-0b76517a6de7ff0579ec14780f79d81b"><ce:label>134</ce:label><ce:textfn>Westfälische Wilhelms-Universität Münster, Institut für Kernphysik, Münster, Germany</ce:textfn><sa:affiliation><sa:organization>Westfälische Wilhelms-Universität Münster</sa:organization><sa:organization>Institut für Kernphysik</sa:organization><sa:city>Münster</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0670">Westfälische Wilhelms-Universität Münster, Institut für Kernphysik, Münster, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1350" affiliation-id="S0370269322007833-6b1ae45228f1f040c55767dc107b589d"><ce:label>135</ce:label><ce:textfn>Wigner Research Centre for Physics, Budapest, Hungary</ce:textfn><sa:affiliation><sa:organization>Wigner Research Centre for Physics</sa:organization><sa:city>Budapest</sa:city><sa:country>Hungary</sa:country></sa:affiliation><ce:source-text id="srct0675">Wigner Research Centre for Physics, Budapest, Hungary</ce:source-text></ce:affiliation><ce:affiliation id="aff1360" affiliation-id="S0370269322007833-96e79e7381eab77664732c3553e247e8"><ce:label>136</ce:label><ce:textfn>Yale University, New Haven, CT, United States</ce:textfn><sa:affiliation><sa:organization>Yale University</sa:organization><sa:city>New Haven</sa:city><sa:state>CT</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0680">Yale University, New Haven, Connecticut, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1370" affiliation-id="S0370269322007833-f3db17ceaf6ea4190e2176a6a129c96b"><ce:label>137</ce:label><ce:textfn>Yonsei University, Seoul, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Yonsei University</sa:organization><sa:city>Seoul</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0685">Yonsei University, Seoul, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff1380" affiliation-id="S0370269322007833-2e935afd39a812eb118b95cc53ef2ac3"><ce:label>138</ce:label><ce:textfn>Zentrum für Technologie und Transfer (ZTT), Worms, Germany</ce:textfn><sa:affiliation><sa:organization>Zentrum für Technologie und Transfer (ZTT)</sa:organization><sa:city>Worms</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0690">Zentrum für Technologie und Transfer (ZTT), Worms, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1390" affiliation-id="S0370269322007833-7972cea8d4a6e5b7150baf4a74e03970"><ce:label>139</ce:label><ce:textfn>Affiliated with an institute covered by a cooperation agreement with CERN</ce:textfn><sa:affiliation><sa:address-line>Affiliated with an institute covered by a cooperation agreement with CERN</sa:address-line></sa:affiliation><ce:source-text id="srct0695">Affiliated with an institute covered by a cooperation agreement with CERN</ce:source-text></ce:affiliation><ce:affiliation id="aff1400" affiliation-id="S0370269322007833-3c2eaa2a494293a99583fccbf5d95e9f"><ce:label>140</ce:label><ce:textfn>Affiliated with an international laboratory covered by a cooperation agreement with CERN</ce:textfn><sa:affiliation><sa:address-line>Affiliated with an international laboratory covered by a cooperation agreement with CERN</sa:address-line></sa:affiliation><ce:source-text id="srct0700">Affiliated with an international laboratory covered by a cooperation agreement with CERN</ce:source-text></ce:affiliation><ce:footnote id="fn0010"><ce:label>I</ce:label><ce:note-para id="np0010">Deceased.</ce:note-para></ce:footnote><ce:footnote id="fn0020"><ce:label>II</ce:label><ce:note-para id="np0020">Also at: Max-Planck-Institut für Physik, Munich, Germany.</ce:note-para></ce:footnote><ce:footnote id="fn0030"><ce:label>III</ce:label><ce:note-para id="np0030">Also at: Italian National Agency for New Technologies, Energy and Sustainable Economic Development (ENEA), Bologna, Italy.</ce:note-para></ce:footnote><ce:footnote id="fn0040"><ce:label>IV</ce:label><ce:note-para id="np0040">Also at: Dipartimento DET del Politecnico di Torino, Turin, Italy.</ce:note-para></ce:footnote><ce:footnote id="fn0050"><ce:label>V</ce:label><ce:note-para id="np0050">Also at: Department of Applied Physics, Aligarh Muslim University, Aligarh, India.</ce:note-para></ce:footnote><ce:footnote id="fn0060"><ce:label>VI</ce:label><ce:note-para id="np0060">Also at: Institute of Theoretical Physics, University of Wroclaw, Poland.</ce:note-para></ce:footnote><ce:footnote id="fn0070"><ce:label>VII</ce:label><ce:note-para id="np0070">Also at: An institution covered by a cooperation agreement with CERN.</ce:note-para></ce:footnote></ce:author-group></ce:collaboration><ce:footnote id="fn0080"><ce:label>⋆</ce:label><ce:note-para id="np0080"><ce:italic>E-mail address:</ce:italic> <ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="mailto:alice-publications@cern.ch" id="inf0020">alice-publications@cern.ch</ce:inter-ref>.</ce:note-para></ce:footnote></ce:author-group><ce:date-received day="5" month="5" year="2022"/><ce:date-revised day="2" month="12" year="2022"/><ce:date-accepted day="23" month="12" year="2022"/><ce:miscellaneous id="ms0010">Editor: M. Pierini</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0070">This letter reports measurements which characterize the underlying event associated with hard scatterings at mid-pseudorapidity (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math>) in pp, p–Pb and Pb–Pb collisions at centre-of-mass energy per nucleon pair, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The measurements are performed with ALICE at the LHC. Different multiplicity classes are defined based on the event activity measured at forward rapidities. The hard scatterings are identified by the leading particle defined as the charged particle with the largest transverse momentum (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) in the collision and having 8 <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mo linebreak="badbreak" linebreakstyle="after"><</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra of associated particles (0.5 <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si5.svg"><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) are measured in different azimuthal regions defined with respect to the leading particle direction: toward, transverse, and away. The associated charged particle yields in the transverse region are subtracted from those of the away and toward regions. The remaining jet-like yields are reported as a function of the multiplicity measured in the transverse region. The measurements show a suppression of the jet-like yield in the away region and an enhancement of high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> associated particles in the toward region in central Pb–Pb collisions, as compared to minimum-bias pp collisions. These observations are consistent with previous measurements that used two-particle correlations, and with an interpretation in terms of parton energy loss in a high-density quark gluon plasma. These yield modifications vanish in peripheral Pb–Pb collisions and are not observed in either high-multiplicity pp or p–Pb collisions.</ce:simple-para></ce:abstract-sec></ce:abstract><ce:data-availability id="dav0001"><ce:section-title id="st0080">Data availability</ce:section-title><ce:para id="pr0200">This manuscript has associated data in a HEPData repository at <ce:inter-ref xlink:href="https://www.hepdata.net/" xlink:role="http://www.elsevier.com/xml/linking-roles/research-data" id="inf0550">https://www.hepdata.net/</ce:inter-ref>.</ce:para></ce:data-availability></head><body><ce:sections><ce:section id="se0010" role="introduction"><ce:label>1</ce:label><ce:section-title id="st0020">Introduction</ce:section-title><ce:para id="pr0010">In proton-proton (pp) collisions, jets, originating from partonic scatterings with large momentum transfer, are accompanied by particles produced by initial- and final-state radiation (ISR and FSR, respectively), as well as, by a plethora of other mechanisms. These include proton break-up, and, in a scenario incorporating multi-parton interactions (MPI) <ce:cross-refs refid="br0010 br0020" id="crs0010">[1,2]</ce:cross-refs>, several semi-hard parton-parton scatterings in a single pp collision. These jet-accompanying particles experimentally make up the underlying event (UE) and are commonly studied via azimuthal separations from the jets to minimise the influence of hard scatterings. The present study follows the strategy originally introduced by the CDF collaboration <ce:cross-ref refid="br0030" id="crf10910">[3]</ce:cross-ref>. First, the leading charged particle in the event is found, i.e., the charged particle with the highest transverse momentum in the collision (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math>). Secondly, the associated particles (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math>) are measured in three topological regions depending on their azimuthal angle relative to the leading particle, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>φ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:msup><mml:mrow><mml:mi>φ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">assoc</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>φ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="false">|</mml:mo></mml:math>, see <ce:cross-ref refid="fg0010" id="crf10920">Fig. 1</ce:cross-ref><ce:float-anchor refid="fg0010"/>.</ce:para><ce:para id="pr0020">The toward region contains the primary jet within the acceptance of the detector, while the away region contains the back-scattered particles of the recoil jet <ce:cross-ref refid="br0040" id="crf10930">[4]</ce:cross-ref>. In contrast, the transverse region is dominated by the underlying-event dynamics, but it also includes contributions from ISR and FSR <ce:cross-ref refid="br0050" id="crf10940">[5]</ce:cross-ref>.</ce:para><ce:para id="pr0030">The measurements performed at RHIC and LHC in small systems (pp, p–A, and d–A collisions) have shown for high particle multiplicities similar phenomena as were originally observed only in A–A collisions and have been attributed there to the formation of the strongly interacting quark gluon plasma <ce:cross-refs refid="br0060 br0070" id="crs0020">[6,7]</ce:cross-refs>, namely, long range angular correlations and collectivity <ce:cross-ref refid="br0080" id="crf10950">[8]</ce:cross-ref>. The origin of these effects in small systems is still an open question; on one hand, hydrodynamical calculations describe some aspects of the data <ce:cross-ref refid="br0090" id="crf10960">[9]</ce:cross-ref>; on the other hand, mechanisms like colour reconnection <ce:cross-ref refid="br0100" id="crf10970">[10]</ce:cross-ref>, rope hadronisation <ce:cross-ref refid="br0110" id="crf10980">[11]</ce:cross-ref>, and string shoving <ce:cross-ref refid="br0120" id="crf10990">[12]</ce:cross-ref> can produce collective-like effects in Monte Carlo event generators such as <ce:small-caps>PYTHIA</ce:small-caps> 8 <ce:cross-ref refid="br0130" id="crf11000">[13]</ce:cross-ref>. Thus, investigating pp collisions as a function of the charged particle multiplicity has become ever more pertinent <ce:cross-refs refid="br0090 br0140 br0150 br0160 br0170 br0180" id="crs0030">[9,14–18]</ce:cross-refs>. The interpretation of the results from the analysis of high-multiplicity pp collisions is challenging due to the selection biases of the sample towards events in which partonic scatterings with large momentum transfer (hard scatterings) occurred. To mitigate this inherent bias, Martin et al. <ce:cross-ref refid="br0190" id="crf11010">[19]</ce:cross-ref> suggested to use the charged-particle multiplicity in the transverse region (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>) as a classifier of the activity in the collisions, since the correlation between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math> and the hardest scattering in the collision is small. The ALICE collaboration has reported the first <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math> spectra measured in pp collisions at centre-of-mass energy, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>13</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV <ce:cross-ref refid="br0200" id="crf11020">[20]</ce:cross-ref>. Event generators, such as <ce:small-caps>PYTHIA</ce:small-caps> 8 <ce:cross-ref refid="br0130" id="crf11030">[13]</ce:cross-ref> and EPOS-LHC <ce:cross-ref refid="br0210" id="crf11040">[21]</ce:cross-ref>, do not provide a good description of the measured distribution of the ratio <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>/<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> is the event-averaged charged-particle multiplicity in the transverse region, underestimating in particular the number of collisions with large <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">></mml:mo><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:math>. In the framework of MPI-based models, like those implemented in <ce:small-caps>PYTHIA</ce:small-caps> 8 and <ce:small-caps>HERWIG</ce:small-caps> 7 <ce:cross-ref refid="br0220" id="crf11050">[22]</ce:cross-ref>, the probability for a hard scattering in the collision increases with decreasing impact parameter<ce:cross-ref refid="fn0090" id="crf11060"><ce:sup>VIII</ce:sup></ce:cross-ref><ce:footnote id="fn0090"><ce:label>VIII</ce:label><ce:note-para id="np0090">In event generators like <ce:small-caps>PYTHIA</ce:small-caps> 8 the impact parameter profile is described by an overlap matter distribution of the two incoming hadrons.</ce:note-para></ce:footnote> between the colliding protons. Thus, requiring a high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> particle (e.g., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>8</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) in a given pp collision biases the selection of collisions towards those with a smaller impact parameter <ce:cross-ref refid="br0230" id="crf11070">[23]</ce:cross-ref>, which in turn biases the selection towards pp collisions with more MPI <ce:cross-ref refid="br0200" id="crf11080">[20]</ce:cross-ref>. This feature of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>-based analysis is important for the isolation of potential MPI and colour reconnection effects, which according to <ce:small-caps>PYTHIA</ce:small-caps> 8, produce effects resembling collective behaviour <ce:cross-ref refid="br0100" id="crf11090">[10]</ce:cross-ref>. By construction, MPI and colour reconnection effects are expected to be more relevant in the transverse region than in the away and toward regions <ce:cross-ref refid="br0240" id="crf11100">[24]</ce:cross-ref>. It is worth mentioning that the MPI picture has been used to explain the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in p–Pb collisions and peripheral Pb–Pb collisions <ce:cross-refs refid="br0250 br0260 br0270" id="crs0040">[25–27]</ce:cross-refs>. Studies, as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>, are therefore important to the understanding of the effects observed in high-multiplicity pp collisions. Last but not least, measurements of UE observables are also important to tune event generators <ce:cross-ref refid="br0280" id="crf11110">[28]</ce:cross-ref> that include hard partonic scatterings and MPI.</ce:para><ce:para id="pr0040">This letter reports the inclusive charged-particle transverse momentum spectra in pp, p–Pb and Pb–Pb collisions at centre-of-mass energy per nucleon pair <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV containing a high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> leading particle within the kinematic intervals <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>8</mml:mn><mml:mo>≤</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math>. This guarantees the selection of collisions in which the average activity in the transverse region is roughly flat as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math> <ce:cross-ref refid="br0200" id="crf11120">[20]</ce:cross-ref>, and therefore, any additional selection on the charged particle multiplicity will only modulate the UE activity. The measurements are performed considering different event classes defined in terms of the multiplicity registered in the forward detectors. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra of associated charged particles (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mn>0.5</mml:mn><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math>) are measured in the toward, away, and transverse regions as a function of the average charged particle multiplicity in the transverse region. To further investigate the possible modification of the particles produced in the hard scattering in pp, p–Pb, and Pb–Pb collisions, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> distributions in the toward (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) and away (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) regions obtained after the subtraction of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in the transverse region (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) are also reported. The subtracted yields (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) are further normalised to those measured in minimum-bias (MB) pp collisions,<ce:display><ce:formula id="fm0010"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo>≡</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pp</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">MB</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pp</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">MB</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:italic>X</ce:italic> indicates the collision system and the event multiplicity class. In this way, the hard process <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in the toward and away regions are isolated, and thus allowing us to study possible modifications to the produced particles due to medium effects in high-multiplicity pp, p–Pb, and Pb–Pb collisions. In heavy-ion collisions, this ratio is sensitive to the same effects which were studied using the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math> quantity <ce:cross-refs refid="br0290 br0300 br0310" id="crs0050">[29–31]</ce:cross-refs>, where jets produced in the early stage of the collision propagate through the hot and dense quark–gluon plasma. Their interaction with the coloured medium lead to parton-energy loss (jet quenching) <ce:cross-ref refid="br0320" id="crf11130">[32]</ce:cross-ref> which, for example, results in the suppression of the charged-particle yield at high <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> <ce:cross-ref refid="br0330" id="crf11140">[33]</ce:cross-ref>, and the suppression of the high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> yield in the away region <ce:cross-refs refid="br0290 br0300" id="crs0060">[29,30]</ce:cross-refs>. It is worth mentioning that jet quenching effects have not been observed so far in small systems <ce:cross-refs refid="br0330 br0340" id="crs0070">[33,34]</ce:cross-refs>.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">Experiment and data analysis</ce:section-title><ce:para id="pr0050">This analysis is based on the data recorded by the ALICE apparatus during the pp and Pb–Pb runs at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV in 2015, and the p–Pb run at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV in 2016. The present study uses the V0 detector, and the Silicon Pixel Detector (SPD) for triggering and background rejection. The V0 consists of two arrays of scintillating tiles placed on each side of the interaction point covering the full azimuthal acceptance and the pseudorapidity intervals of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:mn>2.8</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5.1</mml:mn></mml:math> (V0A) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.7</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1.7</mml:mn></mml:math> (V0C). The SPD is the innermost part of the Inner Tracking System (ITS) and it is the closest detector to the interaction point. It consists of two cylindrical silicon pixel layers at radial distances of 3.9 and 7.6 cm from the beam line and the pseudorapidity coverages of the two layers are <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1.4</mml:mn></mml:math>, respectively. The data were collected using a minimum-bias trigger, which required a signal in both V0A and V0C detectors. The offline event selection was optimised to reject beam-induced background in all collision systems by utilising the timing signals in the two V0 detectors. In Pb–Pb collisions, the beam-induced background is further suppressed by correlating the timing signals of the neutron zero degree calorimeters, which are positioned on both sides of the interaction point at 112.5<ce:hsp sp="0.20"/>m distance along the beam axis <ce:cross-ref refid="br0350" id="crf11150">[35]</ce:cross-ref>. The signals from the zero degree calorimeters are also used to suppress the contamination from electromagnetic interactions. This is performed by requesting the coincidence of the signals coming from both side zero degree calorimeters by which the background due to single nucleus electromagnetic dissociation processes is excluded. A criterion based on the offline reconstruction of multiple primary vertices in the SPD is applied to reduce the pileup caused by multiple interactions in the same bunch crossing <ce:cross-ref refid="br0360" id="crf11160">[36]</ce:cross-ref>. The results presented in this letter are for minimum-bias triggered pp collisions having at least one charged particle in the pseudorapidity interval <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1</mml:mn></mml:math> (INEL>0). The INEL>0 event class corresponds to about 75% of the total inelastic cross section <ce:cross-ref refid="br0370" id="crf11170">[37]</ce:cross-ref>. For pp and Pb–Pb collisions, the sample is subdivided into different multiplicity classes based on the total charge deposited in both V0 sub-detectors, which is termed as V0M amplitude <ce:cross-ref refid="br0380" id="crf11180">[38]</ce:cross-ref>. For p–Pb collisions, the sample is subdivided based on the total charge deposited in V0A sub-detector (V0A amplitude) <ce:cross-ref refid="br0390" id="crf11190">[39]</ce:cross-ref>, which is located in the Pb-going direction. The V0A estimator has been implemented in previous measurements that used p–Pb data (see e.g. <ce:cross-ref refid="br0400" id="crf11200">[40]</ce:cross-ref>). This allows for comparisons with other observables for similar V0A multiplicity classes. To ensure that a hard scattering took place in the collision, events are required to have a trigger particle within <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>8</mml:mn><mml:mo>≤</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math> GeV/<ce:italic>c</ce:italic>. In this <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math> interval, the momentum resolution effects are negligible on the extracted yields, and therefore, no <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math> resolution correction is applied. The total number of analysed collisions before the trigger particle selection are about 10<ce:sup>8</ce:sup>, 10<ce:sup>8</ce:sup>, and 10<ce:sup>7</ce:sup> for pp, p–Pb, and Pb–Pb collisions, respectively.</ce:para><ce:para id="pr0060">The transverse momentum of particles is determined from measurements in the central barrel with the ITS and the Time Projection Chamber (TPC). The ITS is a tracking detector which consists of six cylindrical layers of silicon detectors. The TPC is a cylindrical drift detector which covers a radial distance of 85-247<ce:hsp sp="0.20"/>cm from the beam axis and it has longitudinal dimension extending from about -250<ce:hsp sp="0.20"/>cm to +250<ce:hsp sp="0.20"/>cm around the nominal interaction point. Primary charged particles are measured in the pseudorapidity range of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math> and with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0.5</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, where <ce:italic>η</ce:italic> is measured in the laboratory frame for the three collision systems. The configuration for p–Pb collisions with protons at 4<ce:hsp sp="0.20"/>TeV energy colliding with Pb ions that have per-nucleon energies of (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:mi>Z</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>A</mml:mi></mml:math>) × 4<ce:hsp sp="0.20"/>TeV ∼ 1.58<ce:hsp sp="0.20"/>TeV results in a shift in the rapidity of the nucleon–nucleon centre-of-mass system by 0.465 in the direction of the proton beam (negative z-direction). Here <ce:italic>Z</ce:italic> and <ce:italic>A</ce:italic> are the atomic and mass numbers of the Pb ion, respectively. Therefore, the detector coverage <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math> corresponds to roughly <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>0.3</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">cms</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1.3</mml:mn></mml:math> for p–Pb collisions. The particles with mean proper lifetime larger than 1<ce:hsp sp="0.20"/>cm/<ce:italic>c</ce:italic>, which are either produced directly in the interaction or from decays of particles with mean proper lifetime smaller than 1<ce:hsp sp="0.20"/>cm/<ce:italic>c</ce:italic> are termed as primary particles <ce:cross-ref refid="br0410" id="crf11210">[41]</ce:cross-ref>. The track selection follows a procedure similar to the one described in Ref. <ce:cross-ref refid="br0420" id="crf11220">[42]</ce:cross-ref> and only few specific details are reported here. Tracks (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">tracks</mml:mi></mml:mrow></mml:msub></mml:math>) are required to have two hits in the ITS, out of which at least one should be in either of the two innermost layers. The geometrical track length <ce:italic>L</ce:italic> is calculated in the TPC readout plane, excluding the information from the pads at the sector boundaries (≈3<ce:hsp sp="0.20"/>cm from the sector edges). The trajectory lengths built from radial segments, i.e. the crossed TPC pad rows, traversed in the TPC by a particle are required to be larger than 85% of the geometrical track length. The pad rows are made of at least 3 neighbouring individual observations (clusters), and their height varies from 7.5<ce:hsp sp="0.20"/>mm to 15<ce:hsp sp="0.20"/>mm <ce:cross-ref refid="br0430" id="crf11230">[43]</ce:cross-ref>. The trajectory lengths built from clusters (one cluster per pad row) is required to be larger than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mn>0.7</mml:mn><mml:mo>×</mml:mo><mml:mi>L</mml:mi></mml:math>. The fraction of TPC clusters shared with another track is required to be lower than 0.4. The fit quality for the ITS and TPC track points must satisfy <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">hits</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>36</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">clusters</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>4</mml:mn></mml:math>, respectively, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">hits</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">clusters</mml:mi></mml:mrow></mml:msub></mml:math> are the numbers of hits in the ITS and the number of clusters in the TPC, respectively. Only tracks with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>36</mml:mn></mml:math> are included in the analysis, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> is calculated comparing the track parameters from the combined ITS and TPC track reconstruction to that derived only from the TPC and constrained to the interaction point. The definition of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> can be found in Ref. <ce:cross-ref refid="br0440" id="crf11240">[44]</ce:cross-ref>. To reduce the contamination from secondary particles, tracks are accepted if their distance-of-closest-approach (DCA) to the reconstructed primary interaction vertex satisfies in the longitudinal (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">z</mml:mi></mml:mrow></mml:msub></mml:math>) and transverse (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">xy</mml:mi></mml:mrow></mml:msub></mml:math>) directions the conditions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">z</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math><ce:hsp sp="0.20"/>cm and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">xy</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.018</mml:mn></mml:math><ce:hsp sp="0.20"/>cm + 0.035<ce:hsp sp="0.20"/>(cm×GeV/<ce:italic>c</ce:italic>)<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>.</ce:para><ce:para id="pr0070">The measurement of the transverse momentum spectra of charged particles follows the standard procedure of the ALICE collaboration <ce:cross-refs refid="br0420 br0450" id="crs0080">[42,45]</ce:cross-refs>. The raw yields are corrected for efficiency and contamination from secondary particles. The efficiency correction is calculated from Monte Carlo simulations with GEANT3 <ce:cross-ref refid="br0460" id="crf11250">[46]</ce:cross-ref> transport code, which made use of PYTHIA 8 (Monash) <ce:cross-ref refid="br0280" id="crf11260">[28]</ce:cross-ref>, EPOS-LHC <ce:cross-ref refid="br0210" id="crf11270">[21]</ce:cross-ref> and HIJING <ce:cross-ref refid="br0470" id="crf11280">[47]</ce:cross-ref> event generators for pp, p–Pb and Pb–Pb collisions, respectively and incorporated a detailed description of the detector material, geometry and response. Since the event generators do not reproduce the relative abundances of different particle species in the real data, the efficiency obtained from the simulations is re-weighted considering the particle composition from data as outlined in <ce:cross-ref refid="br0420" id="crf11290">[42]</ce:cross-ref>. A multi-component template fit based on the DCA distributions from the simulation is used for the estimation of secondary contamination <ce:cross-ref refid="br0420" id="crf11300">[42]</ce:cross-ref>.</ce:para><ce:para id="pr0080">The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra for the toward and away regions include contributions from the jet fragmentation, ISR, and FSR, as well as, the contribution from the underlying event. In order to increase the sensitivity to the hardest process of the event, the particle yields measured in the transverse region are subtracted from the corresponding yields in both the toward and away regions: <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>. This approach assumes that the background (UE, ISR, and FSR) in the toward and away regions is similar to the activity in the transverse region. However, one has to keep in mind that in Pb–Pb collisions two-particle correlations are affected by anisotropic transverse flow. In particular, the main contribution is due to the elliptic flow, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math>, which is the second order coefficient in the Fourier expansion of the azimuthal distribution of the particle momenta <ce:cross-ref refid="br0480" id="crf11310">[48]</ce:cross-ref>. This elliptic azimuthal anisotropy modulates the background according to:<ce:display><ce:formula id="fm0020"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi>B</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>φ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi mathvariant="normal">cos</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>φ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> is approximately given by the product of anisotropic flow coefficients for trigger and associated particles at their respective momenta i.e. <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:msubsup><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mi mathvariant="normal">assoc</mml:mi></mml:mrow></mml:msubsup></mml:math>. The existing <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> measurements over a broad transverse momentum range <ce:cross-ref refid="br0490" id="crf11320">[49]</ce:cross-ref> suggest that the effect of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulation of background should be more relevant in semi-central Pb–Pb collisions. The effect is expected to be important at low and intermediate transverse momenta and decreases for high transverse momentum particles <ce:cross-ref refid="br0300" id="crf11330">[30]</ce:cross-ref>. In the high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> region of interest for the jet quenching studies, namely <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>4</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, the effect of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulation is estimated to be small (about 5%) for Pb–Pb collisions. Given that the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> effect is larger in Pb–Pb collisions than in pp and p–Pb collisions, no correction for the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulation is applied for pp and p–Pb collisions since its effect is smaller than the other sources of systematic uncertainty.</ce:para><ce:para id="pr0090">The results are shown as a function of the average number of charged particles in the transverse region <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math>. The values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> are extracted in each multiplicity class from the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">tracks</mml:mi></mml:mrow></mml:msub></mml:math> distributions in the transverse region that are corrected for detector effects using a Bayesian unfolding <ce:cross-ref refid="br0500" id="crf11340">[50]</ce:cross-ref>. The Bayesian unfolding requires the multiplicity response matrix, which is built from the correlation between the measured multiplicity and the multiplicity at generator level (without detector effects) in the transverse region. This has been obtained from MC simulations which include the propagation of particles through the detector using GEANT 3. As a crosscheck, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> values are also calculated by integrating the transverse momentum distributions in the interval <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mn>0.5</mml:mn><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>8</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>. The difference between the results from the two strategies is assigned as the systematic uncertainty on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math>, where the effects related to the discrepancy between data and MC in the particle composition and secondary contamination are considered. This uncertainty amounts up to 3.5%, 4% and 6.5% for pp, p–Pb and Pb–Pb collisions, respectively.</ce:para><ce:para id="pr0100">The systematic uncertainties related to the track selection criteria were studied by repeating the analysis varying one-by-one the track selection criteria <ce:cross-refs refid="br0420 br0450" id="crs0090">[42,45]</ce:cross-refs>. In particular, the upper limits of the track fit quality parameters in the ITS (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">hits</mml:mi></mml:mrow></mml:msub></mml:math>) and in the TPC (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">clusters</mml:mi></mml:mrow></mml:msub></mml:math>) were varied in the ranges of 25–49 and 3–5, respectively. The maximum fraction of shared TPC clusters was varied between 0.2 to 1 and the maximum <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">z</mml:mi></mml:mrow></mml:msub></mml:math> was varied between 1 and 5<ce:hsp sp="0.20"/>cm <ce:cross-ref refid="br0420" id="crf11350">[42]</ce:cross-ref>. We have also quantified the impact of not including the ITS hit requirement in the track selection. The systematic uncertainty on the primary particle composition was estimated using a procedure similar to the one described in <ce:cross-ref refid="br0420" id="crf11360">[42]</ce:cross-ref>. To quantify the uncertainty due to the imperfect simulation of the detector response, the track matching between the TPC and the ITS information in the data and in the simulation were compared. To achieve this, the fraction of secondary particles was rescaled according to fits to the measured DCA distributions. After this rescaling, the agreement between data and model was found to be within 3% for all collision systems. This value was assigned as an additional systematic uncertainty <ce:cross-ref refid="br0420" id="crf11370">[42]</ce:cross-ref>. The systematic uncertainty on the secondary particle contamination considers the imperfection of the method (multi-component template fit) used to extract the correction. The fit ranges were varied and the fit was repeated using templates with two (primaries, secondaries) or three (primaries, secondaries from material, secondaries from weak decays) components. The maximum spread among these variations was assigned as the systematic uncertainty on the secondary contamination. This contribution dominates at low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>. The density of materials used in simulations of the experimental setup was varied by ± 4.5% <ce:cross-ref refid="br0350" id="crf11380">[35]</ce:cross-ref>, resulting in a negligible systematic uncertainty in the considered <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> range of 0.5 to 6.0 GeV/<ce:italic>c</ce:italic>. For the estimation of total systematic uncertainty, all the above listed contributions were summed in quadrature. The systematic uncertainties are independent of the difference between the azimuthal angle of the associated particle and that of the trigger particle. The estimated systematic uncertainties on the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra significantly depend on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>, while the dependence on the multiplicity classes is mild. The ranges of systematic uncertainties in the three considered collision systems are reported in <ce:cross-ref refid="tbl0010" id="crf11390">Table 1</ce:cross-ref><ce:float-anchor refid="tbl0010"/> for the various sources described above.</ce:para></ce:section><ce:section id="se0030" role="results"><ce:label>3</ce:label><ce:section-title id="st0040">Results and discussion</ce:section-title><ce:para id="pr0110">The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra measured in the transverse region for pp, p–Pb, and Pb–Pb collisions are shown in <ce:cross-ref refid="fg0020" id="crf11400">Fig. 2</ce:cross-ref><ce:float-anchor refid="fg0020"/> (top panel). Results are presented for different multiplicity classes. The ratios between the spectra in the individual multiplicity classes and the MB (0−100%) one are shown in the bottom panel. In the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> range <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:mn>0.5</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, the ratios for the highest multiplicity class (0−5%) are larger than unity and show an increasing trend with increasing <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> at low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:mo linebreak="badbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) followed at higher <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> by a slow decrease. Instead, for the lowest multiplicity classes (40−60% and 60−90%) the ratios are lower than unity and follow an opposite trend with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>, decreasing at low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> and increasing for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>3</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>. The behaviour of the ratios as a function of the event activity is reminiscent of analogous ratios as a function of the number of MPI in pp collisions simulated with <ce:small-caps>PYTHIA</ce:small-caps> 8, including colour reconnection <ce:cross-ref refid="br0510" id="crf11410">[51]</ce:cross-ref>. In particular, at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si56.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:math> GeV/<ce:italic>c</ce:italic> the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectrum of pp collisions with large MPI activity exhibits an enhancement with respect to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectrum of MB pp collisions. The effect was not observed before in data because, in contrast to the present analysis, the jet contribution was included in the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra <ce:cross-ref refid="br0450" id="crf11420">[45]</ce:cross-ref>.</ce:para><ce:para id="pr0120">The top (bottom) panel of <ce:cross-ref refid="fg0030" id="crf11430">Fig. 3</ce:cross-ref><ce:float-anchor refid="fg0030"/> shows the charged particle yields for the toward (away) region after the subtraction of the yields measured in the transverse region in pp, p–Pb and Pb–Pb collisions. Results are compared with the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra measured for MB pp collisions (0−100% V0M pp event class) quantified with the ratio <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math>, as defined in Eq. <ce:cross-ref refid="fm0010" id="crf11440">(1)</ce:cross-ref>. At low transverse momenta, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>4</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is close to unity in pp and p–Pb collisions. In contrast, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> in Pb–Pb collisions exhibits a strong multiplicity dependence over the whole measured <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> interval. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> magnitude is larger for semi-peripheral Pb–Pb collisions, the maximum is observed for 20−40% Pb–Pb collisions, and is smaller for the most central and most peripheral classes. Given that the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> contribution is not subtracted from the jet-like yields reported in <ce:cross-ref refid="fg0030" id="crf11450">Fig. 3</ce:cross-ref>, the centrality dependence of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> follows the behaviour of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> as a function of collision centrality and particle <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> in Pb–Pb collisions at LHC energies <ce:cross-ref refid="br0520" id="crf11460">[52]</ce:cross-ref>.</ce:para><ce:para id="pr0130"><ce:cross-ref refid="fg0040" id="crf11660">Fig. 4</ce:cross-ref><ce:float-anchor refid="fg0040"/> shows the measured values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> in the transverse momentum interval <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mn>4</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> as a function of the average multiplicity in the transverse region for all the multiplicity classes considered in pp, p–Pb and Pb–Pb collisions. The figure shows that, within uncertainties, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are close to unity for all the multiplicity classes measured in pp and p–Pb collisions. This indicates that effects induced by possible energy loss in these systems are not observed within uncertainties. This result is consistent with previous studies of nuclear modification factor <ce:cross-ref refid="br0330" id="crf11480">[33]</ce:cross-ref> and hadron-jet recoil measurements <ce:cross-ref refid="br0340" id="crf11490">[34]</ce:cross-ref>. By contrast, for Pb–Pb collisions the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are compatible to unity for peripheral collisions, and show a gradual enhancement (reduction) with the increase in multiplicity for the toward (away) region. The behaviour is the same for the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values measured either assuming a flat background or a <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math>-modulated background. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math>-modulated background was estimated following the approach depicted in Eq. <ce:cross-ref refid="fm0020" id="crf11500">(2)</ce:cross-ref> and using the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> data reported in <ce:cross-ref refid="br0490" id="crf11510">[49]</ce:cross-ref>. This behaviour is qualitatively similar to the di-hadron correlation results reported by the STAR and ALICE collaborations <ce:cross-refs refid="br0290 br0300" id="crs0100">[29,30]</ce:cross-refs>. In Pb–Pb collisions, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> provides information about the fragmenting jet leaving the medium, while on the away side, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> reflects the survival probability of the recoiling parton during passage through the medium. Thus a suppression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> would indicate that fewer partons survive the passage through the medium and is expected from the strong in-medium energy loss. On the other hand, the enhancement observed in the toward region is also subject to medium effects. The ratio is sensitive to a) a possible change of the fragmentation functions, b) a possible modification of the quark to gluon jet ratio in the final state due to different coupling with medium, and c) a possible bias on the parton spectrum due to trigger particle selection. Moreover, given that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is sensitive to the same effects as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math>, the interpretation of the results is similar to that reported in <ce:cross-ref refid="br0300" id="crf11520">[30]</ce:cross-ref>. It is likely that all three effects play a role <ce:cross-ref refid="br0300" id="crf11530">[30]</ce:cross-ref>. A detailed quantification of the contribution of each effect is beyond the scope of the present paper.</ce:para><ce:para id="pr0140">In order to get further insight into the effect, the measured <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are compared in <ce:cross-ref refid="fg0050" id="crf11540">Fig. 5</ce:cross-ref><ce:float-anchor refid="fg0050"/> with model predictions. Following the similar treatment of the experimental data, for the models, the total sample is subdivided into different V0M classes and the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> is calculated for each class. For high-multiplicity pp collisions, although <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is close to unity, a small trend with multiplicity is visible, which is not seen at similar multiplicities (20−90% V0A) in p–Pb data. To understand the source of these slight deviations from unity, the data are compared with the predictions from the <ce:small-caps>PYTHIA</ce:small-caps> 8 (Monash tune <ce:cross-ref refid="br0280" id="crf11550">[28]</ce:cross-ref>) and EPOS-LHC <ce:cross-ref refid="br0210" id="crf11560">[21]</ce:cross-ref> event generators. In PYTHIA, the hadronization of quarks is simulated using the Lund string fragmentation model <ce:cross-ref refid="br0530" id="crf11570">[53]</ce:cross-ref>. Various PYTHIA tunes have been developed through extensive comparison of Monte Carlo distributions with the minimum-bias data from different experiments. The Monash tune of <ce:small-caps>PYTHIA</ce:small-caps> 8 is tuned to LHC data and uses an updated set of hadronization parameters compared to the previous tunes <ce:cross-ref refid="br0280" id="crf11580">[28]</ce:cross-ref>. EPOS-LHC is built on the Parton-Based Gribov Regge Theory. Utilising the colour exchange mechanism of string excitation, the model is tuned to LHC data <ce:cross-ref refid="br0210" id="crf11590">[21]</ce:cross-ref>. In this model, a part of the collision system which has high parton densities becomes a “core” region that evolves hydrodynamically as a quark–gluon plasma and it is surrounded by a more dilute “corona” for which fragmentation occurs in the vacuum. The upper panel of <ce:cross-ref refid="fg0050" id="crf11600">Fig. 5</ce:cross-ref> shows <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> for different multiplicity classes. The observed deviations from unity are reproduced by <ce:small-caps>PYTHIA</ce:small-caps> 8 for both the toward and away regions. Given that <ce:small-caps>PYTHIA</ce:small-caps> 8 does not incorporate any jet quenching mechanism, the origin of the effect in high <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> collisions is related to a remaining bias towards harder fragmentation and more activity from initial and final state radiation <ce:cross-ref refid="br0540" id="crf11610">[54]</ce:cross-ref>. These effects enhance the high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> yield in the toward region, and produce a broadening in the away region <ce:cross-ref refid="br0550" id="crf11620">[55]</ce:cross-ref>. The EPOS-LHC results in the away region are similar to both data and <ce:small-caps>PYTHIA</ce:small-caps> 8. However, for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> EPOS-LHC exhibits a trend with a maximum at intermediate multiplicity and a reduction toward low and high multiplicities, which is not consistent with the measurements.</ce:para><ce:para id="pr0150">The middle and bottom panels of <ce:cross-ref refid="fg0050" id="crf11630">Fig. 5</ce:cross-ref> show <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> measured for p–Pb and Pb–Pb collisions, respectively. The data are compared to <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr <ce:cross-ref refid="br0560" id="crf11640">[56]</ce:cross-ref> and EPOS-LHC predictions. The Angantyr model in <ce:small-caps>PYTHIA</ce:small-caps> 8 extrapolates the dynamics from pp collisions to p–Pb and Pb–Pb collisions, generalising the formalism adopted for pp collisions by including a description of the nucleon positions within the colliding nuclei and utilising the Glauber model to calculate the number of interacting nucleons and binary nucleon–nucleon collisions. <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr, which does not include jet quenching effects, predicts <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values consistent with unity for all the multiplicity classes in Pb–Pb collisions. Whereas for p–Pb collisions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is consistent with unity, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> is slightly below unity. In EPOS-LHC, a certain <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> cutoff is defined in such a way that, above this cutoff, a particle loses part of its momentum in the core but survives as an independent particle produced by a flux tube. Soft particles, which are below the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> cutoff, get completely absorbed and form the core. This sort of energy loss mechanism implemented in EPOS-LHC depends on the system size <ce:cross-refs refid="br0210 br0570 br0580" id="crs0110">[21,57,58]</ce:cross-refs>. <ce:cross-ref refid="fg0050" id="crf11650">Fig. 5</ce:cross-ref> (middle) shows that for p–Pb collisions, EPOS-LHC does not describe either the magnitude or the trend of the multiplicity dependence of the measured ratio in the toward region, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math>. However, the model is in reasonable agreement with data in the away region. For Pb–Pb collisions, EPOS-LHC predicts a significant enhancement of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> for low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> ranges and deviates significantly from the experimental results.</ce:para><ce:para id="pr0160">In summary, while the data from Pb–Pb collisions are in qualitative agreement with expectations from parton energy loss due to the presence of a hot and dense medium, pp and p–Pb data do not show any hint of medium effects in the multiplicity range which is reported.</ce:para></ce:section><ce:section id="se0040"><ce:label>4</ce:label><ce:section-title id="st0050">Summary</ce:section-title><ce:para id="pr0170">The transverse momentum spectra (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mn>0.5</mml:mn><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) of primary charged particles in three azimuthal regions (toward, away and transverse) defined with respect to the direction of the particle with the highest transverse momentum in the event (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>8</mml:mn><mml:mo>≤</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) are reported. The spectra are studied in intervals of the multiplicity measured at forward pseudorapidities for pp, p–Pb, and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in the transverse region are subtracted from those of the away and toward regions. This is based on the assumption that the transverse side provides a good estimation of the underlying event contribution in both the toward and away regions. However, for the interpretation of the results one has to keep in mind that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulates the background and this effect is important for semi-central Pb–Pb collisions and for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>4</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> the effect is less than 5% in central and peripheral Pb–Pb collisions. Ratios to MB pp (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math>), i.e., the multiplicity dependent yields normalised to the yield measured in MB pp collisions, are reported. At low transverse momentum (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>), within 20%, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are multiplicity independent for both the toward and away regions in pp and p–Pb collisions. In contrast, in Pb–Pb collisions for both toward and away regions the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values exhibit a centrality dependence which is expected given the residual presence of elliptic flow. In the highest transverse momentum interval (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mn>4</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>), the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values in pp collisions are closer to unity but they exhibit a small reduction (increase) towards high V0 activity in pp collisions. This trend is well reproduced by <ce:small-caps>PYTHIA</ce:small-caps> 8. In the model, it is due to a selection bias towards pp collisions with harder fragmentation and larger activity from initial and final state radiation. For p–Pb collisions, within uncertainties, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are consistent with unity and do not show a multiplicity dependence. <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr fairly describes <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math>, but it underestimates by about 10% the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> values in the low multiplicity classes (40−90% V0A event class). For Pb–Pb collisions, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are close to unity for peripheral collisions, and show a gradual increase (reduction) in the toward (away) region with increasing multiplicity. A similar observable, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math>, based on the per-trigger yield of associated particles in di-hadron correlation has been studied for central and peripheral Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The behaviour of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> exhibits the same features as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math>: in central collisions, on the away-side, a suppression is observed as expected from strong in-medium energy loss. In the toward region, an enhancement is observed. <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr predicts <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo>≈</mml:mo><mml:mn>1</mml:mn></mml:math> for all multiplicity intervals, and it does not reproduce the observed away-side suppression or toward-side enhancement. Generally, EPOS-LHC does not describe the measured <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> ratios.</ce:para><ce:para id="pr0180">In summary, within the multiplicity reach reported in this paper, no jet quenching effects are observed in pp and p–Pb collisions within uncertainties. Further studies are required to extend the present analysis to higher multiplicities, which are currently limited by the event selection based on the forward V0 detector. The analysis of future pp and p–Pb collisions with much larger integrated luminosity may remove this limitation.</ce:para> </ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0090">Declaration of Competing Interest</ce:section-title><ce:para id="pr0210">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0060">Acknowledgements</ce:section-title><ce:para id="pr0190">The ALICE Collaboration would like to thank all its engineers and technicians for their invaluable contributions to the construction of the experiment and the CERN accelerator teams for the outstanding performance of the LHC complex. The ALICE Collaboration gratefully acknowledges the resources and support provided by all Grid centres and the Worldwide LHC Computing Grid (WLCG) collaboration. The ALICE Collaboration acknowledges the following funding agencies for their support in building and running the ALICE detector: <ce:grant-sponsor id="gsp0010">A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation (ANSL)</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0020" sponsor-id="https://doi.org/10.13039/501100007029">State Committee of Science</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0030">World Federation of Scientists (WFS)</ce:grant-sponsor>, Armenia; <ce:grant-sponsor id="gsp0040" sponsor-id="https://doi.org/10.13039/501100001822">Austrian Academy of Sciences</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0050" sponsor-id="https://doi.org/10.13039/501100002428">Austrian Science Fund</ce:grant-sponsor> (FWF): [<ce:grant-number refid="gsp0050">M 2467-N36</ce:grant-number>] and <ce:grant-sponsor id="gsp0060">Nationalstiftung für Forschung, Technologie und Entwicklung</ce:grant-sponsor>, Austria; <ce:grant-sponsor id="gsp0070">Ministry of Communications and High Technologies, National Nuclear Research Center</ce:grant-sponsor>, Azerbaijan; Conselho Nacional de Desenvolvimento Científico e Tecnológico (<ce:grant-sponsor id="gsp0080" sponsor-id="https://doi.org/10.13039/501100003593">CNPq</ce:grant-sponsor>), <ce:grant-sponsor id="gsp0090" sponsor-id="https://doi.org/10.13039/501100004809">Financiadora de Estudos e Projetos</ce:grant-sponsor> (Finep), <ce:grant-sponsor id="gsp0100" sponsor-id="https://doi.org/10.13039/501100001807">Fundação de Amparo à Pesquisa do Estado de São Paulo</ce:grant-sponsor> (<ce:grant-sponsor id="gsp0110" sponsor-id="https://doi.org/10.13039/501100001807">FAPESP</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0120" sponsor-id="https://doi.org/10.13039/501100004909">Universidade Federal do Rio Grande do Sul</ce:grant-sponsor> (<ce:grant-sponsor id="gsp0130" sponsor-id="https://doi.org/10.13039/501100004909">UFRGS</ce:grant-sponsor>), Brazil; Bulgarian <ce:grant-sponsor id="gsp0140" sponsor-id="https://doi.org/10.13039/501100005992">Ministry of Education and Science</ce:grant-sponsor>, within the National Roadmap for Research Infrastructures 2020–2027 (object CERN), Bulgaria; <ce:grant-sponsor id="gsp0150" sponsor-id="https://doi.org/10.13039/501100002338">Ministry of Education of China</ce:grant-sponsor> (MOEC), <ce:grant-sponsor id="gsp0160">Ministry of Science & Technology of China</ce:grant-sponsor> (MSTC) and <ce:grant-sponsor id="gsp0170" sponsor-id="https://doi.org/10.13039/501100001809">National Natural Science Foundation of China</ce:grant-sponsor> (NSFC), China; <ce:grant-sponsor id="gsp0180" sponsor-id="https://doi.org/10.13039/100015526">Ministry of Science and Education</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0190" sponsor-id="https://doi.org/10.13039/501100004488">Croatian Science Foundation</ce:grant-sponsor>, Croatia; <ce:grant-sponsor id="gsp0200" sponsor-id="https://doi.org/10.13039/501100019929">Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear</ce:grant-sponsor> (CEADEN), <ce:grant-sponsor id="gsp0210">Cubaenergía</ce:grant-sponsor>, Cuba; <ce:grant-sponsor id="gsp0220">Ministry of Education, Youth and Sports of the Czech Republic</ce:grant-sponsor>, Czech Republic; The <ce:grant-sponsor id="gsp0230">Danish Council for Independent Research | Natural Sciences</ce:grant-sponsor>, the <ce:grant-sponsor id="gsp0240" sponsor-id="https://doi.org/10.13039/100008398">Villum Fonden</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0250" sponsor-id="https://doi.org/10.13039/501100001732">Danish National Research Foundation</ce:grant-sponsor> (DNRF), Denmark; <ce:grant-sponsor id="gsp0260">Helsinki Institute of Physics</ce:grant-sponsor> (HIP), Finland; Commissariat à l'Energie Atomique (<ce:grant-sponsor id="gsp0270" sponsor-id="https://doi.org/10.13039/501100006489">CEA</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0280" sponsor-id="https://doi.org/10.13039/501100012441">Institut National de Physique Nucléaire et de Physique des Particules</ce:grant-sponsor> (IN2P3) and <ce:grant-sponsor id="gsp0290" sponsor-id="https://doi.org/10.13039/501100004794">Centre National de la Recherche Scientifique</ce:grant-sponsor> (CNRS), France; Bundesministerium für Bildung und Forschung (<ce:grant-sponsor id="gsp0300" sponsor-id="https://doi.org/10.13039/501100002347">BMBF</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0310" sponsor-id="https://doi.org/10.13039/501100010958">GSI Helmholtzzentrum für Schwerionenforschung GmbH</ce:grant-sponsor>, Germany; <ce:grant-sponsor id="gsp0320" sponsor-id="https://doi.org/10.13039/501100003448">General Secretariat for Research and Technology</ce:grant-sponsor>, Ministry of Education, Research and Religions, Greece; <ce:grant-sponsor id="gsp0330" sponsor-id="https://doi.org/10.13039/501100018818">National Research, Development and Innovation Office</ce:grant-sponsor>, Hungary; Department of Atomic Energy Government of India (<ce:grant-sponsor id="gsp0340" sponsor-id="https://doi.org/10.13039/501100001502">DAE</ce:grant-sponsor>), Department of Science and Technology, Government of India (<ce:grant-sponsor id="gsp0350" sponsor-id="https://doi.org/10.13039/501100001409">DST</ce:grant-sponsor>), <ce:grant-sponsor id="gsp0360" sponsor-id="https://doi.org/10.13039/501100001501">University Grants Commission</ce:grant-sponsor>, Government of India (UGC) and <ce:grant-sponsor id="gsp0370" sponsor-id="https://doi.org/10.13039/501100001412">Council of Scientific and Industrial Research</ce:grant-sponsor> (CSIR), India; National Research and Innovation Agency - <ce:grant-sponsor id="gsp0380" sponsor-id="https://doi.org/10.13039/100020473">BRIN</ce:grant-sponsor>, Indonesia; Istituto Nazionale di Fisica Nucleare (<ce:grant-sponsor id="gsp0390" sponsor-id="https://doi.org/10.13039/501100004007">INFN</ce:grant-sponsor>), Italy; Japanese <ce:grant-sponsor id="gsp0400" sponsor-id="https://doi.org/10.13039/501100001700">Ministry of Education, Culture, Sports, Science and Technology</ce:grant-sponsor> (MEXT) and <ce:grant-sponsor id="gsp0410" sponsor-id="https://doi.org/10.13039/501100001691">Japan Society for the Promotion of Science</ce:grant-sponsor> (JSPS) KAKENHI, Japan; Consejo Nacional de Ciencia (<ce:grant-sponsor id="gsp0420" sponsor-id="https://doi.org/10.13039/501100003141">CONACYT</ce:grant-sponsor>) y Tecnología, through <ce:grant-sponsor id="gsp0430" sponsor-id="https://doi.org/10.13039/501100007709">Fondo de Cooperación Internacional en Ciencia y Tecnología</ce:grant-sponsor> (FONCICYT) and <ce:grant-sponsor id="gsp0440" sponsor-id="https://doi.org/10.13039/501100006087">Dirección General de Asuntos del Personal Académico</ce:grant-sponsor> (DGAPA), Mexico; <ce:grant-sponsor id="gsp0450" sponsor-id="https://doi.org/10.13039/501100003246">Nederlandse Organisatie voor Wetenschappelijk Onderzoek</ce:grant-sponsor> (NWO), Netherlands; The <ce:grant-sponsor id="gsp0460" sponsor-id="https://doi.org/10.13039/501100005416">Research Council of Norway</ce:grant-sponsor>, Norway; <ce:grant-sponsor id="gsp0470">Commission on Science and Technology for Sustainable Development in the South</ce:grant-sponsor> (COMSATS), Pakistan; <ce:grant-sponsor id="gsp0480" sponsor-id="https://doi.org/10.13039/501100011871">Pontificia Universidad Católica del Perú</ce:grant-sponsor>, Peru; <ce:grant-sponsor id="gsp0490">Ministry of Education and Science</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0500" sponsor-id="https://doi.org/10.13039/501100004281">National Science Centre</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0510">WUT ID-UB</ce:grant-sponsor>, Poland; <ce:grant-sponsor id="gsp0520" sponsor-id="https://doi.org/10.13039/501100003708">Korea Institute of Science and Technology Information</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0530" sponsor-id="https://doi.org/10.13039/501100003725">National Research Foundation of Korea</ce:grant-sponsor> (NRF), Republic of Korea; <ce:grant-sponsor id="gsp0540">Ministry of Education and Scientific Research</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0550" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0560" sponsor-id="https://doi.org/10.13039/501100015622">Ministry of Research and Innovation</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0570" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0580">University Politehnica of Bucharest</ce:grant-sponsor>, Romania; <ce:grant-sponsor id="gsp0590" sponsor-id="https://doi.org/10.13039/501100003193">Ministry of Education, Science, Research and Sport of the Slovak Republic</ce:grant-sponsor>, Slovakia; <ce:grant-sponsor id="gsp0600">National Research Foundation of South Africa</ce:grant-sponsor>, South Africa; <ce:grant-sponsor id="gsp0610" sponsor-id="https://doi.org/10.13039/501100004359">Swedish Research Council</ce:grant-sponsor> (VR) and <ce:grant-sponsor id="gsp0620">Knut & Alice Wallenberg Foundation</ce:grant-sponsor> (KAW), Sweden; <ce:grant-sponsor id="gsp0630" sponsor-id="https://doi.org/10.13039/100012470">European Organization for Nuclear Research</ce:grant-sponsor>, Switzerland; <ce:grant-sponsor id="gsp0640" sponsor-id="https://doi.org/10.13039/501100004352">Suranaree University of Technology</ce:grant-sponsor> (SUT), <ce:grant-sponsor id="gsp0650" sponsor-id="https://doi.org/10.13039/501100004192">National Science and Technology Development Agency</ce:grant-sponsor> (NSTDA), <ce:grant-sponsor id="gsp0660" sponsor-id="https://doi.org/10.13039/501100017170">Thailand Science Research and Innovation</ce:grant-sponsor> (TSRI) and <ce:grant-sponsor id="gsp0670">National Science, Research and Innovation Fund</ce:grant-sponsor> (NSRF), Thailand; <ce:grant-sponsor id="gsp0680" sponsor-id="https://doi.org/10.13039/100020381">Turkish Energy, Nuclear and Mineral Research Agency</ce:grant-sponsor> (TENMAK), Turkey; <ce:grant-sponsor id="gsp0690" sponsor-id="https://doi.org/10.13039/501100004742">National Academy of Sciences of Ukraine</ce:grant-sponsor>, Ukraine; <ce:grant-sponsor id="gsp0700" sponsor-id="https://doi.org/10.13039/501100000271">Science and Technology Facilities Council</ce:grant-sponsor> (STFC), United Kingdom; National Science Foundation of the United States of America (<ce:grant-sponsor id="gsp0710" sponsor-id="https://doi.org/10.13039/100000001">NSF</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0720" sponsor-id="https://doi.org/10.13039/100000015">United States Department of Energy</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0730" sponsor-id="https://doi.org/10.13039/100006209">Office of Nuclear Physics</ce:grant-sponsor> (DOE NP), United States of America. In addition, individual groups or members have received support from: Marie Skłodowska Curie, Strong 2020 - <ce:grant-sponsor id="gsp0740" sponsor-id="https://doi.org/10.13039/100010661">Horizon 2020</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0750" sponsor-id="https://doi.org/10.13039/501100000781">European Research Council</ce:grant-sponsor> (grant nos. <ce:grant-number refid="gsp0750">824093</ce:grant-number>, <ce:grant-number refid="gsp0750">896850</ce:grant-number>, <ce:grant-number refid="gsp0750">950692</ce:grant-number>), <ce:grant-sponsor id="gsp0760" sponsor-id="https://doi.org/10.13039/501100000780">European Union</ce:grant-sponsor>; <ce:grant-sponsor id="gsp0770" sponsor-id="https://doi.org/10.13039/501100002341">Academy of Finland</ce:grant-sponsor> (Center of Excellence in Quark Matter) (grant nos. <ce:grant-number refid="gsp0770">346327</ce:grant-number>, <ce:grant-number refid="gsp0770">346328</ce:grant-number>), Finland; <ce:grant-sponsor id="gsp0780">Programa de Apoyos para la Superación del Personal Académico</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0790" sponsor-id="https://doi.org/10.13039/501100005739">UNAM</ce:grant-sponsor>, Mexico.</ce:para></ce:acknowledgment></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0070">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bibD17CEA27EFFA6FC144ED8C3DC8A6A4C2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjöstrand</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>van Zijl</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A multiple interaction model for the event structure in hadron collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>36</sb:volume-nr></sb:series><sb:date>1987</sb:date></sb:issue><sb:pages><sb:first-page>2019</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0705">T. Sjöstrand and M. van Zijl, “A Multiple Interaction Model for the Event Structure in Hadron Collisions”, Phys. Rev. D 36 (1987) 2019.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bib99C506C6BA395B591B93A1A3D88707E6s1"><sb:host><sb:edited-book><sb:editors><sb:editor><ce:given-name>P.</ce:given-name><ce:surname>Bartalini</ce:surname></sb:editor><sb:editor><ce:given-name>J.R.</ce:given-name><ce:surname>Gaunt</ce:surname></sb:editor></sb:editors><sb:title><sb:maintitle>Multiple Parton Interactions at the LHC, vol. 29</sb:maintitle></sb:title><sb:date>2019</sb:date><sb:publisher><sb:name>WSP</sb:name></sb:publisher></sb:edited-book></sb:host></sb:reference><ce:source-text id="srct0710">P. Bartalini and J. R. Gaunt, eds., Multiple Parton Interactions at the LHC, vol. 29. WSP, 2019.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bibFB264D00BA264CC87E35537BCAF6A5AAs1"><sb:contribution><sb:authors><sb:collaboration>CDF Collaboration</sb:collaboration><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Affolder</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged jet evolution and the underlying event in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:mi>p</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">¯</mml:mo></mml:mrow></mml:mover></mml:math> collisions at 1.8 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>65</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:article-number>092002</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0715">CDF Collaboration, T. Affolder et al., “Charged Jet Evolution and the Underlying Event in pp¯ Collisions at 1.8 TeV”, Phys. Rev. D 65 (2002) 092002.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bib07B2629CC01A859B0F986B8A6F0829DBs1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Underlying event measurements in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:mi>p</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>p</mml:mi></mml:math> collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>200</mml:mn></mml:math> GeV at RHIC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>101</sb:volume-nr></sb:series><sb:issue-nr>5</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:article-number>052004</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1912.08187" id="inf0060">arXiv:1912.08187 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0720">STAR Collaboration, J. Adam et al., “Underlying event measurements in p+p collisions at s= 200 GeV at RHIC”, Phys. Rev. D 101 no. 5, (2020) 052004, arXiv:1912.08187 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib48AF80894AE1B7BD89023AF86CABE552s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.M.</ce:given-name><ce:surname>Buttar</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The underlying event</sb:maintitle></sb:title></sb:contribution><sb:host><sb:edited-book><sb:title><sb:maintitle>HERA and the LHC: A Workshop on the Implications of HERA for LHC Physics: CERN - DESY Workshop 2004/2005</sb:maintitle></sb:title><sb:conference>Midterm Meeting, CERN, 11–13 October 2004; Final Meeting, DESY, 17–21 January 2005</sb:conference><sb:date>2005</sb:date><sb:publisher><sb:name>CERN</sb:name><sb:location>Geneva</sb:location></sb:publisher></sb:edited-book></sb:host></sb:reference><ce:source-text id="srct0725">C. M. Buttar et al., “The Underlying Event”, in: HERA and the LHC: A Workshop on the Implications of HERA for LHC Physics: CERN - DESY Workshop 2004/2005 (Midterm Meeting, CERN, 11-13 October 2004; Final Meeting, DESY, 17-21 January 2005). CERN, Geneva, 12, 2005.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bib17C4D32D47BE060AB697FF001FB3878Ds1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adams</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Experimental and theoretical challenges in the search for the quark gluon plasma: the STAR Collaboration's critical assessment of the evidence from RHIC collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>102</sb:first-page><sb:last-page>183</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0501009" id="inf0070">arXiv:nucl-ex/0501009</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0730">STAR Collaboration, J. Adams et al., “Experimental and theoretical challenges in the search for the quark gluon plasma: The STAR Collaboration's critical assessment of the evidence from RHIC collisions”, Nucl. Phys. A 757 (2005) 102–183, arXiv:nucl-ex/0501009.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bib6BF29EFB56A1DFF8E5A6B2848A5CA0BFs1"><sb:contribution><sb:authors><sb:collaboration>PHENIX Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Adcox</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: experimental evaluation by the PHENIX collaboration</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>184</sb:first-page><sb:last-page>283</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410003" id="inf0080">arXiv:nucl-ex/0410003</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0735">PHENIX Collaboration, K. Adcox et al., “Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: Experimental evaluation by the PHENIX collaboration”, Nucl. Phys. A 757 (2005) 184–283, arXiv:nucl-ex/0410003.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bibB6DC4FB033D6B329E41C0BE3B32DD5F7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Wit</ce:given-name><ce:surname>Busza</ce:surname></sb:author><sb:author><ce:given-name>Krishna</ce:given-name><ce:surname>Rajagopal</ce:surname></sb:author><sb:author><ce:given-name>Wilke</ce:given-name><ce:surname>van der Schee</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Heavy ion collisions: the big picture, and the big questions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Annu. Rev. Nucl. Part. Sci.</sb:maintitle></sb:title><sb:volume-nr>68</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>339</sb:first-page><sb:last-page>376</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1802.04801" id="inf0090">arXiv:1802.04801 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0740">Busza, Wit and Rajagopal, Krishna and van der Schee, Wilke, “Heavy Ion Collisions: The Big Picture, and the Big Questions”, Ann. Rev. Nucl. Part. Sci. 68 (2018) 339–376, arXiv:1802.04801 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib94CB2AFC5706585A17AD7C2174A30E89s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.L.</ce:given-name><ce:surname>Nagle</ce:surname></sb:author><sb:author><ce:given-name>W.A.</ce:given-name><ce:surname>Zajc</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Small system collectivity in relativistic hadronic and nuclear collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Annu. Rev. Nucl. Part. Sci.</sb:maintitle></sb:title><sb:volume-nr>68</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>211</sb:first-page><sb:last-page>235</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1801.03477" id="inf0100">arXiv:1801.03477 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0745">J. L. Nagle and W. A. Zajc, “Small System Collectivity in Relativistic Hadronic and Nuclear Collisions”, Ann. Rev. Nucl. Part. Sci. 68 (2018) 211–235, arXiv:1801.03477 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bib08BB41636ADA0214E13285C8200C51FEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Christiansen</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Cuautle Flores</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Maldonado Cervantes</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Paić</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Color reconnection and flowlike patterns in <ce:italic>pp</ce:italic> collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>111</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2013</sb:date></sb:issue><sb:article-number>042001</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1303.6326" id="inf0110">arXiv:1303.6326 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0750">A. Ortiz, P. Christiansen, E. Cuautle Flores, I. Maldonado Cervantes, and G. Paić, “Color Reconnection and Flowlike Patterns in pp Collisions”, Phys. Rev. Lett. 111 no. 4, (2013) 042001, arXiv:1303.6326 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib9966EB119479295CF4257B29C2C4834Cs1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Lönnblad</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Tarasov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Effects of overlapping strings in pp collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>148</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6259" id="inf0120">arXiv:1412.6259 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0755">C. Bierlich, G. Gustafson, L. Lönnblad, and A. Tarasov, “Effects of Overlapping Strings in pp Collisions”, JHEP 03 (2015) 148, arXiv:1412.6259 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bibAD413375DBCD0D32335ED4ACEDD55418s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Chakraborty</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Lönnblad</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Setting the string shoving picture in a new frame</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>270</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2010.07595" id="inf0130">arXiv:2010.07595 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0760">C. Bierlich, S. Chakraborty, G. Gustafson, and L. Lönnblad, “Setting the string shoving picture in a new frame”, JHEP 03 (2021) 270, arXiv:2010.07595 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bib52E0141B59A5D3E5BF7C55D1B143BBEEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjöstrand</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Ask</ce:surname></sb:author><sb:author><ce:given-name>J.R.</ce:given-name><ce:surname>Christiansen</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Corke</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Desai</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Ilten</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Mrenna</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Prestel</ce:surname></sb:author><sb:author><ce:given-name>C.O.</ce:given-name><ce:surname>Rasmussen</ce:surname></sb:author><sb:author><ce:given-name>P.Z.</ce:given-name><ce:surname>Skands</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>An introduction to PYTHIA 8.2</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Comput. Phys. Commun.</sb:maintitle></sb:title><sb:volume-nr>191</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:pages><sb:first-page>159</sb:first-page><sb:last-page>177</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1410.3012" id="inf0140">arXiv:1410.3012 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0765">T. Sjöstrand, S. Ask, J. R. Christiansen, R. Corke, N. Desai, P. Ilten, S. Mrenna, S. Prestel, C. O. Rasmussen, and P. Z. Skands, “An introduction to PYTHIA 8.2”, Comput. Phys. Commun. 191 (2015) 159–177, arXiv:1410.3012 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bib6E90E9C0E32240F0C3CA01539ED52CF6s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Enhanced production of multi-strange hadrons in high-multiplicity proton-proton collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nat. Phys.</sb:maintitle></sb:title><sb:volume-nr>13</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>535</sb:first-page><sb:last-page>539</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1606.07424" id="inf0150">arXiv:1606.07424 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0770">ALICE Collaboration, J. Adam et al., “Enhanced production of multi-strange hadrons in high-multiplicity proton-proton collisions”, Nature Phys. 13 (2017) 535–539, arXiv:1606.07424 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bib5CF13B37E9782E00B8F01518C0F55AD2s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mtext mathvariant="bold-italic">s</mml:mtext></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt></mml:math> = 5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>760</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>720</sb:first-page><sb:last-page>735</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1601.03658" id="inf0160">arXiv:1601.03658 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0775">ALICE Collaboration, J. Adam et al., “Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at sNN = 5.02 TeV”, Phys. Lett. B 760 (2016) 720–735, arXiv:1601.03658 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bibB0FC48C41318F762D596EE43E064B0D0s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of light-flavor hadron production in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt></mml:math> = 7 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>99</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2019</sb:date></sb:issue><sb:article-number>024906</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1807.11321" id="inf0170">arXiv:1807.11321 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0780">ALICE Collaboration, S. Acharya et al., “Multiplicity dependence of light-flavor hadron production in pp collisions at s = 7 TeV”, Phys. Rev. C 99 no. 2, (2019) 024906, arXiv:1807.11321 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bib5B91C0A6B7E4714524327153B0E8D9C7s1"><sb:contribution><sb:authors><sb:collaboration>CMS Collaboration</sb:collaboration><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Khachatryan</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Observation of long-range near-side angular correlations in proton-proton collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>09</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>091</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1009.4122" id="inf0180">arXiv:1009.4122 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0785">CMS Collaboration, V. Khachatryan et al., “Observation of Long-Range Near-Side Angular Correlations in Proton-Proton Collisions at the LHC”, JHEP 09 (2010) 091, arXiv:1009.4122 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bib244B3D264D019F35DB56522C13A8DB46s1"><sb:contribution><sb:authors><sb:collaboration>CMS Collaboration</sb:collaboration><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Khachatryan</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Evidence for collectivity in pp collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>765</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>193</sb:first-page><sb:last-page>220</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1606.06198" id="inf0190">arXiv:1606.06198 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0790">CMS Collaboration, V. Khachatryan et al., “Evidence for collectivity in pp collisions at the LHC”, Phys. Lett. B 765 (2017) 193–220, arXiv:1606.06198 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bibC1E19585E24C46FA7D2BFE97724804B0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Martin</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Skands</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Farrington</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Probing collective effects in hadronisation with the extremes of the underlying event</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:issue-nr>5</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>299</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1603.05298" id="inf0200">arXiv:1603.05298 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0795">T. Martin, P. Skands, and S. Farrington, “Probing Collective Effects in Hadronisation with the Extremes of the Underlying Event”, Eur. Phys. J. C 76 no. 5, (2016) 299, arXiv:1603.05298 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bibDEB15F04C74837F75837FA8FB504BFD6s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Underlying event properties in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt></mml:math> = 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>04</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:article-number>192</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1910.14400" id="inf0210">arXiv:1910.14400 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0800">ALICE Collaboration, S. Acharya et al., “Underlying Event properties in pp collisions at s = 13 TeV”, JHEP 04 (2020) 192, arXiv:1910.14400 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib4A9884A777D90A59B73E151E4DAAE909s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Pierog</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Karpenko</ce:surname></sb:author><sb:author><ce:given-name>J.M.</ce:given-name><ce:surname>Katzy</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Yatsenko</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Werner</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>EPOS LHC: test of collective hadronization with data measured at the CERN large hadron collider</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>92</sb:volume-nr></sb:series><sb:issue-nr>3</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>034906</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1306.0121" id="inf0220">arXiv:1306.0121 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0805">T. Pierog, I. Karpenko, J. M. Katzy, E. Yatsenko, and K. Werner, “EPOS LHC: Test of collective hadronization with data measured at the CERN Large Hadron Collider”, Phys. Rev. C 92 no. 3, (2015) 034906, arXiv:1306.0121 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bibA7E1901DE5619FCB7F66AF96C961ECEEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Bellm</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Herwig 7.0/Herwig++ 3.0 release note</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>196</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1512.01178" id="inf0230">arXiv:1512.01178 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0810">J. Bellm et al., “Herwig 7.0/Herwig++ 3.0 release note”, Eur. Phys. J. C 76 no. 4, (2016) 196, arXiv:1512.01178 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bibC78CAD234A994A597B5B22FC8EFA2DAAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Strikman</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Transverse nucleon structure and multiparton interactions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Acta Phys. Pol. B</sb:maintitle></sb:title><sb:volume-nr>42</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:pages><sb:first-page>2607</sb:first-page><sb:last-page>2630</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1112.3834" id="inf0240">arXiv:1112.3834 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0815">M. Strikman, “Transverse Nucleon Structure and Multiparton Interactions”, Acta Phys. Polon. B 42 (2011) 2607–2630, arXiv:1112.3834 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bib432AFF26700358B6E757FDBE9F193FFAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Valencia Palomo</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Probing color reconnection with underlying event observables at the LHC energies</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>99</sb:volume-nr></sb:series><sb:issue-nr>3</sb:issue-nr><sb:date>2019</sb:date></sb:issue><sb:article-number>034027</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1809.01744" id="inf0250">arXiv:1809.01744 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0820">A. Ortiz and L. Valencia Palomo, “Probing color reconnection with underlying event observables at the LHC energies”, Phys. Rev. D 99 no. 3, (2019) 034027, arXiv:1809.01744 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0250"><ce:label>[25]</ce:label><sb:reference id="bibEBAA847611C9D2169EC04870379E7854s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of particle production in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt></mml:math>= 5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:issue-nr>6</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>064905</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6828" id="inf0260">arXiv:1412.6828 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0825">ALICE Collaboration, J. Adam et al., “Centrality dependence of particle production in p-Pb collisions at sNN= 5.02 TeV”, Phys. Rev. C 91 no. 6, (2015) 064905, arXiv:1412.6828 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0260"><ce:label>[26]</ce:label><sb:reference id="bibC5870F195BC1EFCA9B661EC138372E49s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Morsch</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Absence of jet quenching in peripheral nucleus–nucleus collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>773</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>408</sb:first-page><sb:last-page>411</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1705.08856" id="inf0270">arXiv:1705.08856 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0830">C. Loizides and A. Morsch, “Absence of jet quenching in peripheral nucleus–nucleus collisions”, Phys. Lett. B 773 (2017) 408–411, arXiv:1705.08856 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0270"><ce:label>[27]</ce:label><sb:reference id="bibE93206BA703B8F9055E72CFD76C0BA61s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Analysis of the apparent nuclear modification in peripheral Pb–Pb collisions at 5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>793</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>420</sb:first-page><sb:last-page>432</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1805.05212" id="inf0280">arXiv:1805.05212 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0835">ALICE Collaboration, S. Acharya et al., “Analysis of the apparent nuclear modification in peripheral Pb–Pb collisions at 5.02 TeV”, Phys. Lett. B 793 (2019) 420–432, arXiv:1805.05212 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0280"><ce:label>[28]</ce:label><sb:reference id="bib303AFAB922CD5DFF46850B87BD569A7Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Skands</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Carrazza</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Rojo</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Tuning PYTHIA 8.1: the Monash 2013 tune</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>74</sb:volume-nr></sb:series><sb:issue-nr>8</sb:issue-nr><sb:date>2014</sb:date></sb:issue><sb:pages><sb:first-page>3024</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1404.5630" id="inf0290">arXiv:1404.5630 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0840">P. Skands, S. Carrazza, and J. Rojo, “Tuning PYTHIA 8.1: the Monash 2013 Tune”, Eur. Phys. J. C 74 no. 8, (2014) 3024, arXiv:1404.5630 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0290"><ce:label>[29]</ce:label><sb:reference id="bibF9FD5128613F7FDD98E7A26F3CC35BCEs1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adams</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Direct observation of dijets in central Au+Au collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>200</mml:mn></mml:math> GeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>97</sb:volume-nr></sb:series><sb:date>2006</sb:date></sb:issue><sb:article-number>162301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0604018" id="inf0300">arXiv:nucl-ex/0604018</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0845">STAR Collaboration, J. Adams et al., “Direct observation of dijets in central Au+Au collisions at sNN = 200 GeV”, Phys. Rev. Lett. 97 (2006) 162301, arXiv:nucl-ex/0604018.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0300"><ce:label>[30]</ce:label><sb:reference id="bibBA45D776DB8FCE5ACAEEA1D1830D3E8Ds1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Particle-yield modification in jet-like azimuthal di-hadron correlations in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>108</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:article-number>092301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1110.0121" id="inf0310">arXiv:1110.0121 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0850">ALICE Collaboration, K. Aamodt et al., “Particle-yield modification in jet-like azimuthal di-hadron correlations in Pb-Pb collisions at sNN=2.76 TeV”, Phys. Rev. Lett. 108 (2012) 092301, arXiv:1110.0121 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0310"><ce:label>[31]</ce:label><sb:reference id="bib9C8B82DCBFEA597059947E2EAFC29C27s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Jet-like correlations with neutral pion triggers in pp and central Pb–Pb collisions at 2.76 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>763</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>238</sb:first-page><sb:last-page>250</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1608.07201" id="inf0320">arXiv:1608.07201 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0855">ALICE Collaboration, J. Adam et al., “Jet-like correlations with neutral pion triggers in pp and central Pb–Pb collisions at 2.76 TeV”, Phys. Lett. B 763 (2016) 238–250, arXiv:1608.07201 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0320"><ce:label>[32]</ce:label><sb:reference id="bib5605CE5E94AC5F65EDCB170C31805F8Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.-Y.</ce:given-name><ce:surname>Qin</ce:surname></sb:author><sb:author><ce:given-name>X.-N.</ce:given-name><ce:surname>Wang</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Jet quenching in high-energy heavy-ion collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. E</sb:maintitle></sb:title><sb:volume-nr>24</sb:volume-nr></sb:series><sb:issue-nr>11</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>1530014</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1511.00790" id="inf0330">arXiv:1511.00790 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0860">G.-Y. Qin and X.-N. Wang, “Jet quenching in high-energy heavy-ion collisions”, Int. J. Mod. Phys. E 24 no. 11, (2015) 1530014, arXiv:1511.00790 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0330"><ce:label>[33]</ce:label><sb:reference id="bibCCC07CB37F10E2C662E394F541AA58EDs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>013</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1802.09145" id="inf0340">arXiv:1802.09145 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0865">ALICE Collaboration, S. Acharya et al., “Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC”, JHEP 11 (2018) 013, arXiv:1802.09145 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0340"><ce:label>[34]</ce:label><sb:reference id="bib17C0854CB47826606E937D66715D1724s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Constraints on jet quenching in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi mathvariant="bold">s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="bold">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV measured by the event-activity dependence of semi-inclusive hadron-jet distributions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>783</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>95</sb:first-page><sb:last-page>113</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1712.05603" id="inf0350">arXiv:1712.05603 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0870">ALICE Collaboration, S. Acharya et al., “Constraints on jet quenching in p-Pb collisions at sNN = 5.02 TeV measured by the event-activity dependence of semi-inclusive hadron-jet distributions”, Phys. Lett. B 783 (2018) 95–113, arXiv:1712.05603 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0350"><ce:label>[35]</ce:label><sb:reference id="bib1C40B21E544639126654DEEB3C9BBDA7s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Performance of the ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. A</sb:maintitle></sb:title><sb:volume-nr>29</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>1430044</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1402.4476" id="inf0360">arXiv:1402.4476 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0875">ALICE Collaboration, B. B. Abelev et al., “Performance of the ALICE Experiment at the CERN LHC”, Int. J. Mod. Phys. A 29 (2014) 1430044, arXiv:1402.4476 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0360"><ce:label>[36]</ce:label><sb:reference id="bib010897502DA166075415163536084493s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Instrum.</sb:maintitle></sb:title><sb:volume-nr>3</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>S08002</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0880">ALICE Collaboration, K. Aamodt et al., “The ALICE experiment at the CERN LHC”, JINST 3 (2008) S08002.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0370"><ce:label>[37]</ce:label><sb:reference id="bib5F9F055033DA2B9F4A85EF828893850Bs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of (multi-)strange hadron production in proton-proton collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>13</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:pages><sb:first-page>167</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1908.01861" id="inf0370">arXiv:1908.01861 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0885">ALICE Collaboration, S. Acharya et al., “Multiplicity dependence of (multi-)strange hadron production in proton-proton collisions at s = 13 TeV”, Eur. Phys. J. C 80 no. 2, (2020) 167, arXiv:1908.01861 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0380"><ce:label>[38]</ce:label><sb:reference id="bib1A4604424520927248410E567267BB43s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>116</sb:volume-nr></sb:series><sb:issue-nr>22</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:article-number>222302</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1512.06104" id="inf0380">arXiv:1512.06104 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0890">ALICE Collaboration, J. Adam et al., “Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at sNN = 5.02 TeV”, Phys. Rev. Lett. 116 no. 22, (2016) 222302, arXiv:1512.06104 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0390"><ce:label>[39]</ce:label><sb:reference id="bib7C52B784CF8FE4B55B4BEA2337655590s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of particle production in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:issue-nr>6</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>064905</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6828" id="inf0390">arXiv:1412.6828 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0895">ALICE Collaboration, J. Adam et al., “Centrality dependence of particle production in p-Pb collisions at sNN= 5.02 TeV”, Phys. Rev. C 91 no. 6, (2015) 064905, arXiv:1412.6828 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0400"><ce:label>[40]</ce:label><sb:reference id="bib6B969851FEE0FEBCEB3D0308852608E5s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mtext mathvariant="bold-italic">s</mml:mtext></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>760</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>720</sb:first-page><sb:last-page>735</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1601.03658" id="inf0400">arXiv:1601.03658 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0900">ALICE Collaboration, J. Adam et al., “Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at sNN = 5.02 TeV”, Phys. Lett. B 760 (2016) 720–735, arXiv:1601.03658 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0410"><ce:label>[41]</ce:label><sb:reference id="bib06169A22994B1664CC132CA101390D26s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration></sb:authors><sb:title><sb:maintitle>The ALICE definition of primary particles</sb:maintitle></sb:title></sb:contribution><sb:comment>ALICE-PUBLIC-2017-005</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="https://cds.cern.ch/record/2270008" id="inf0030">https://cds.cern.ch/record/2270008</ce:inter-ref><sb:date>Jun 2017</sb:date></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0905">ALICE Collaboration, “The ALICE definition of primary particles”, ALICE-PUBLIC-2017-005 (Jun, 2017). https://cds.cern.ch/record/2270008.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0420"><ce:label>[42]</ce:label><sb:reference id="bib74317CE97B7657B924186B0695F8686Ds1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>013</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1802.09145" id="inf0410">arXiv:1802.09145 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0910">ALICE Collaboration, S. Acharya et al., “Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC”, JHEP 11 (2018) 013, arXiv:1802.09145 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0430"><ce:label>[43]</ce:label><sb:reference id="bib3EB7F2616445934BAA5CB49E86F49E93s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration></sb:authors><sb:title><sb:maintitle>ALICE time projection chamber: Technical Design Report</sb:maintitle></sb:title></sb:contribution><sb:comment>Technical design report</sb:comment><sb:host><sb:book class="report"><sb:date>2000</sb:date><sb:publisher><sb:name>ALICE, CERN</sb:name><sb:location>Geneva</sb:location></sb:publisher></sb:book></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="http://cds.cern.ch/record/451098" id="inf0040">http://cds.cern.ch/record/451098</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0915">ALICE Collaboration, ALICE time projection chamber: Technical Design Report. Technical design report. ALICE. CERN, Geneva, 2000. http://cds.cern.ch/record/451098.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0440"><ce:label>[44]</ce:label><sb:reference id="bib2B32E4AB6A1C971330A5CB6EC19EEED2s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of charged particle production at large transverse momentum in Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>720</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:pages><sb:first-page>52</sb:first-page><sb:last-page>62</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1208.2711" id="inf0420">arXiv:1208.2711 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0920">ALICE Collaboration, B. Abelev et al., “Centrality Dependence of Charged Particle Production at Large Transverse Momentum in Pb–Pb Collisions at sNN=2.76 TeV”, Phys. Lett. B 720 (2013) 52–62, arXiv:1208.2711 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0450"><ce:label>[45]</ce:label><sb:reference id="bibA14692696D01E34CE7DEB7367AC5B632s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> and 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>79</sb:volume-nr></sb:series><sb:issue-nr>10</sb:issue-nr><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>857</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1905.07208" id="inf0430">arXiv:1905.07208 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0925">ALICE Collaboration, S. Acharya et al., “Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at s=5.02 and 13 TeV”, Eur. Phys. J. C 79 no. 10, (2019) 857, arXiv:1905.07208 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0460"><ce:label>[46]</ce:label><sb:reference id="bibDC431D2AFBCF6A327258D35E20052782s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Brun</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Bruyant</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Carminati</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Giani</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Maire</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>McPherson</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Patrick</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Urban</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>GEANT: Detector Description and Simulation Tool; Oct 1994</sb:maintitle></sb:title></sb:contribution><sb:host><sb:book><sb:title><sb:maintitle>CERN Program Library</sb:maintitle></sb:title><sb:date>1993</sb:date><sb:publisher><sb:name>CERN</sb:name><sb:location>Geneva</sb:location></sb:publisher></sb:book></sb:host><sb:comment>Long Writeup W5013</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="https://cds.cern.ch/record/1082634" id="inf0050">https://cds.cern.ch/record/1082634</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0930">R. Brun, F. Bruyant, F. Carminati, S. Giani, M. Maire, A. McPherson, G. Patrick, and L. Urban, GEANT: Detector Description and Simulation Tool; Oct 1994. CERN Program Library. CERN, Geneva, 1993. https://cds.cern.ch/record/1082634. Long Writeup W5013.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0470"><ce:label>[47]</ce:label><sb:reference id="bib62F70A5E3FDA3F3F66E437EF91AA38D8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>W.-T.</ce:given-name><ce:surname>Deng</ce:surname></sb:author><sb:author><ce:given-name>X.-N.</ce:given-name><ce:surname>Wang</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Xu</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Hadron production in p+p, p+Pb, and Pb+Pb collisions with the HIJING 2.0 model at energies available at the CERN large hadron collider</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>83</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:article-number>014915</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1008.1841" id="inf0440">arXiv:1008.1841 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0935">W.-T. Deng, X.-N. Wang, and R. Xu, “Hadron production in p+p, p+Pb, and Pb+Pb collisions with the HIJING 2.0 model at energies available at the CERN Large Hadron Collider”, Phys. Rev. C 83 (2011) 014915, arXiv:1008.1841 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0480"><ce:label>[48]</ce:label><sb:reference id="bib75C74FD46E0FBA1E4D51AE5E74BB9DBAs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Harmonic decomposition of two-particle angular correlations in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>708</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:pages><sb:first-page>249</sb:first-page><sb:last-page>264</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1109.2501" id="inf0450">arXiv:1109.2501 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0940">ALICE Collaboration, K. Aamodt et al., “Harmonic decomposition of two-particle angular correlations in Pb-Pb collisions at sNN= 2.76 TeV”, Phys. Lett. B 708 (2012) 249–264, arXiv:1109.2501 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0490"><ce:label>[49]</ce:label><sb:reference id="bib18E52CBC47419F6FC193405E8E839D3Es1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Anisotropic flow of charged hadrons, pions and (anti-)protons measured at high transverse momentum in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>719</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:pages><sb:first-page>18</sb:first-page><sb:last-page>28</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1205.5761" id="inf0460">arXiv:1205.5761 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0945">ALICE Collaboration, B. Abelev et al., “Anisotropic flow of charged hadrons, pions and (anti-)protons measured at high transverse momentum in Pb-Pb collisions at sNN=2.76 TeV”, Phys. Lett. B 719 (2013) 18–28, arXiv:1205.5761 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0500"><ce:label>[50]</ce:label><sb:reference id="bibE1F37A3462CC08458128C5918578A0A9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>D'Agostini</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A multidimensional unfolding method based on Bayes' theorem</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Instrum. Methods Phys. Res., Sect. A</sb:maintitle></sb:title><sb:volume-nr>362</sb:volume-nr></sb:series><sb:date>1995</sb:date></sb:issue><sb:pages><sb:first-page>487</sb:first-page><sb:last-page>498</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0950">G. D'Agostini, “A Multidimensional unfolding method based on Bayes' theorem”, Nucl. Instrum. Meth. A 362 (1995) 487–498.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0510"><ce:label>[51]</ce:label><sb:reference id="bibF7D20B559AB5B330D351E47877E83F66s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Paz</ce:surname></sb:author><sb:author><ce:given-name>J.D.</ce:given-name><ce:surname>Romo</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tripathy</ce:surname></sb:author><sb:author><ce:given-name>E.A.</ce:given-name><ce:surname>Zepeda</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Bautista</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Multiparton interactions in <ce:italic>pp</ce:italic> collisions from machine learning-based regression</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>102</sb:volume-nr></sb:series><sb:issue-nr>7</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:article-number>076014</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2004.03800" id="inf0470">arXiv:2004.03800 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0955">A. Ortiz, A. Paz, J. D. Romo, S. Tripathy, E. A. Zepeda, and I. Bautista, “Multiparton interactions in pp collisions from machine learning-based regression”, Phys. Rev. D 102 no. 7, (2020) 076014, arXiv:2004.03800 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0520"><ce:label>[52]</ce:label><sb:reference id="bib145973CFC1E4D91A190507F686A6B8B4s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Anisotropic flow of charged particles in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>116</sb:volume-nr></sb:series><sb:issue-nr>13</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:article-number>132302</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1602.01119" id="inf0480">arXiv:1602.01119 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0960">ALICE Collaboration, J. Adam et al., “Anisotropic flow of charged particles in Pb-Pb collisions at sNN=5.02 TeV”, Phys. Rev. Lett. 116 no. 13, (2016) 132302, arXiv:1602.01119 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0530"><ce:label>[53]</ce:label><sb:reference id="bib9867A72BBC2522B0FE2F6F25C8AD1AE0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Andersson</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Ingelman</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjostrand</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Parton fragmentation and string dynamics</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>97</sb:volume-nr></sb:series><sb:date>1983</sb:date></sb:issue><sb:pages><sb:first-page>31</sb:first-page><sb:last-page>145</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0965">B. Andersson, G. Gustafson, G. Ingelman, and T. Sjostrand, “Parton Fragmentation and String Dynamics”, Phys. Rept. 97 (1983) 31–145.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0540"><ce:label>[54]</ce:label><sb:reference id="bib7F946B057450F13DBF8A6E2443DB7980s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Bencedi</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Paz</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Disentangling the hard gluon bremsstrahlung effects from the relative transverse activity classifier in pp collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>104</sb:volume-nr></sb:series><sb:issue-nr>1</sb:issue-nr><sb:date>2021</sb:date></sb:issue><sb:article-number>016017</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2105.04838" id="inf0490">arXiv:2105.04838 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0970">G. Bencedi, A. Ortiz, and A. Paz, “Disentangling the hard gluon bremsstrahlung effects from the relative transverse activity classifier in pp collisions”, Phys. Rev. D 104 no. 1, (2021) 016017, arXiv:2105.04838 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0550"><ce:label>[55]</ce:label><sb:reference id="bibA208AF4F582F97FB9F2D79AB1CF74CE8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Bencédi</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tripathy</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Apparent modification of the jet-like yield in proton-proton collisions with large underlying event</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Phys. G</sb:maintitle></sb:title><sb:volume-nr>48</sb:volume-nr></sb:series><sb:issue-nr>1</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:article-number>015007</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2007.03857" id="inf0500">arXiv:2007.03857 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0975">G. Bencédi, A. Ortiz, and S. Tripathy, “Apparent modification of the jet-like yield in proton-proton collisions with large underlying event”, J. Phys. G 48 no. 1, (2020) 015007, arXiv:2007.03857 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0560"><ce:label>[56]</ce:label><sb:reference id="bibF4F3E67D7F4D11C93043A8609A8F243Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Lönnblad</ce:surname></sb:author><sb:author><ce:given-name>H.</ce:given-name><ce:surname>Shah</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The angantyr model for heavy-ion collisions in PYTHIA8</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>134</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1806.10820" id="inf0510">arXiv:1806.10820 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0980">C. Bierlich, G. Gustafson, L. Lönnblad, and H. Shah, “The Angantyr model for Heavy-Ion Collisions in PYTHIA8”, JHEP 10 (2018) 134, arXiv:1806.10820 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0570"><ce:label>[57]</ce:label><sb:reference id="bib8A64163687FDBE43EA922655C3F4004Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Baier</ce:surname></sb:author><sb:author><ce:given-name>Y.L.</ce:given-name><ce:surname>Dokshitzer</ce:surname></sb:author><sb:author><ce:given-name>A.H.</ce:given-name><ce:surname>Mueller</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Peigne</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Schiff</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Radiative energy loss of high-energy quarks and gluons in a finite volume quark - gluon plasma</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>483</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>291</sb:first-page><sb:last-page>320</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/9607355" id="inf0520">arXiv:hep-ph/9607355</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0985">R. Baier, Y. L. Dokshitzer, A. H. Mueller, S. Peigne, and D. Schiff, “Radiative energy loss of high-energy quarks and gluons in a finite volume quark - gluon plasma”, Nucl. Phys. B 483 (1997) 291–320, arXiv:hep-ph/9607355.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0580"><ce:label>[58]</ce:label><sb:reference id="bibD7BF0D25CD6E3571E0C4BA0E20F9637Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Peigne</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Collisional energy loss of a fast parton in a QGP</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>AIP Conf. Proc.</sb:maintitle></sb:title><sb:volume-nr>1038</sb:volume-nr></sb:series><sb:issue-nr>1</sb:issue-nr><sb:date>2008</sb:date></sb:issue><sb:pages><sb:first-page>139</sb:first-page><sb:last-page>148</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0806.0242" id="inf0530">arXiv:0806.0242 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0990">S. Peigne, “Collisional Energy Loss of a Fast Parton in a QGP”, AIP Conf. Proc. 1038 no. 1, (2008) 139–148, arXiv:0806.0242 [hep-ph].</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> diff --git a/tests/units/elsevier/data/j.physletb.2023.138109.xml b/tests/units/elsevier/data/j.physletb.2023.138109.xml index 47518092..b35fb1fb 100644 --- a/tests/units/elsevier/data/j.physletb.2023.138109.xml +++ b/tests/units/elsevier/data/j.physletb.2023.138109.xml @@ -1 +1 @@ -<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd" [<!ENTITY gr001 SYSTEM "gr001" NDATA IMAGE>]><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="sco" xml:lang="en"><item-info><jid>PLB</jid><aid>138109</aid><ce:article-number>138109</ce:article-number><ce:pii>S0370-2693(23)00443-4</ce:pii><ce:doi>10.1016/j.physletb.2023.138109</ce:doi><ce:copyright year="2023" type="other">The Author(s)</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Theory</ce:text></ce:doctopic></ce:doctopics></item-info><ce:floats><ce:figure id="fg0010"><ce:label>Fig. 1</ce:label><ce:caption id="cp0010"><ce:simple-para id="sp0010">The minimal bounce action <ce:cross-ref refid="fm0200" id="crf0010">(16)</ce:cross-ref> for <ce:italic>β</ce:italic> = 0,±6 and various values of <ce:italic>ξ</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>. The horizontal line in brown indicates the bounce action in the absence of gravity, <ce:italic>S</ce:italic><ce:inf>0</ce:inf> = 8<ce:italic>π</ce:italic><ce:sup>2</ce:sup>/(3|<ce:italic>λ</ce:italic>(<ce:italic>μ</ce:italic>)|). The metric and Palatini cases are represented by the black-dashed and gray-dot-dashed curves, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0010">Fig. 1</ce:alt-text><ce:link locator="gr001" xlink:type="simple" xlink:href="pii:S0370269323004434/gr001" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0010"/></ce:figure></ce:floats><head><ce:title id="ti0010">Electroweak vacuum decay in metric-affine gravity</ce:title><ce:author-group id="ag0010"><ce:author orcid="0000-0002-2957-5276" id="au0010" author-id="S0370269323004434-957dd146f6e243df4b6f309334983b99"><ce:given-name>Ioannis D.</ce:given-name><ce:surname>Gialamas</ce:surname><ce:cross-ref refid="cr0010" id="crf0450"><ce:sup>⁎</ce:sup></ce:cross-ref><ce:e-address type="email" xlink:href="mailto:ioannis.gialamas@kbfi.ee" id="ea0010">ioannis.gialamas@kbfi.ee</ce:e-address></ce:author><ce:author id="au0020" author-id="S0370269323004434-11ce32aef4ff6906bb946b4904582471"><ce:given-name>Hardi</ce:given-name><ce:surname>Veermäe</ce:surname><ce:e-address type="email" xlink:href="mailto:hardi.veermae@cern.ch" id="ea0020">hardi.veermae@cern.ch</ce:e-address></ce:author><ce:affiliation id="aff0010" affiliation-id="S0370269323004434-e0efc38af768f3818fce829f251dffc5"><ce:textfn>Laboratory of High Energy and Computational Physics, National Institute of Chemical Physics and Biophysics, Rävala pst. 10, 10143, Tallinn, Estonia</ce:textfn><sa:affiliation><sa:organization>Laboratory of High Energy and Computational Physics</sa:organization><sa:organization>National Institute of Chemical Physics and Biophysics</sa:organization><sa:address-line>Rävala pst. 10</sa:address-line><sa:city>Tallinn</sa:city><sa:postal-code>10143</sa:postal-code><sa:country>Estonia</sa:country></sa:affiliation><ce:source-text id="srct0005">Laboratory of High Energy and Computational Physics, National Institute of Chemical Physics and Biophysics, Rävala pst. 10, 10143, Tallinn, Estonia</ce:source-text></ce:affiliation><ce:correspondence id="cr0010"><ce:label>⁎</ce:label><ce:text>Corresponding author.</ce:text></ce:correspondence></ce:author-group><ce:date-received day="1" month="6" year="2023"/><ce:date-revised day="12" month="7" year="2023"/><ce:date-accepted day="27" month="7" year="2023"/><ce:miscellaneous id="ms0010">Editor: R. Gregory</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0020">We investigate the stability of the electroweak vacuum in metric-affine gravity in which the Standard Model Higgs boson can be non-minimally coupled to both the Ricci scalar and the Holst invariant. We find that vacuum stability is improved in this framework across a wide range of model parameters.</ce:simple-para></ce:abstract-sec></ce:abstract><ce:data-availability id="dav0001"><ce:section-title id="st0080">Data availability</ce:section-title><ce:para id="pr0220">No data was used for the research described in the article.</ce:para></ce:data-availability></head><body><ce:sections><ce:section id="se0010" role="introduction"><ce:label>1</ce:label><ce:section-title id="st0020">Introduction</ce:section-title><ce:para id="pr0010">It is well known that the potential of the Higgs boson in the Standard Model (SM) is deeper at high energies than in the electroweak vacuum permitting its decay through quantum tunneling <ce:cross-refs refid="br0010 br0020 br0030 br0040" id="crs0010">[1–4]</ce:cross-refs>. Although this does not invalidate the SM, the electroweak vacuum is predicted to be metastable in the absence of contributions from UV physics <ce:cross-refs refid="br0050 br0060 br0070 br0080 br0090 br0100 br0110 br0120 br0130" id="crs0020">[5–13]</ce:cross-refs>.</ce:para><ce:para id="pr0020">Coleman and De Luccia <ce:cross-ref refid="br0140" id="crf0020">[14]</ce:cross-ref> were the first to delve into the matter of gravitational effects on vacuum decay. Subsequently, multiple studies of gravitational corrections have been performed <ce:cross-refs refid="br0150 br0160 br0170 br0180 br0190 br0200 br0210 br0220 br0230" id="crs0030">[15–23]</ce:cross-refs>, along with discussions about the impact of black holes on the amplification or reduction of the vacuum decay rate <ce:cross-refs refid="br0240 br0250 br0260 br0270 br0280 br0290 br0300 br0310 br0320 br0330 br0340 br0350 br0360 br0370 br0380 br0390 br0400" id="crs0040">[24–40]</ce:cross-refs>.</ce:para><ce:para id="pr0030">In this letter, we extend the calculation of gravitational corrections to vacuum decay in the context of metric-affine gravity. There, in contrast to general relativity, the connection is taken to be an independent variable without the usual symmetries of the Levi-Civita one. As a result, the Riemann tensor does not possess the symmetries it has in the metric case, and thus the gravitational action should be extended by including an additional scalar curvature invariant - the Holst invariant. This term commonly appears in Loop Quantum Gravity <ce:cross-ref refid="br0410" id="crf0030">[41]</ce:cross-ref> and has been studied in various branches of high energy physics, such as black hole thermodynamics <ce:cross-refs refid="br0420 br0430" id="crs0050">[42,43]</ce:cross-refs>. Lately, its significance in inflationary cosmology <ce:cross-refs refid="br0440 br0450 br0460 br0470 br0480 br0490" id="crs0060">[44–49]</ce:cross-refs>, and high energy physics phenomenology <ce:cross-refs refid="br0500 br0510 br0520 br0530 br0540" id="crs0070">[50–54]</ce:cross-refs>, has garnered a great deal of attention.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">The gravitational action</ce:section-title><ce:para id="pr0040">Metric-affine theories of gravity treat the metric tensor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and the connection <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mmultiscripts><mml:mrow><mml:mi mathvariant="normal">Γ</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts></mml:math> as independent variables. This should be contrasted with the usual metric gravity that uses the Levi-Civita connection <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mo stretchy="true">{</mml:mo><mml:mmultiscripts><mml:mrow/><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/><mml:mprescripts/><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow></mml:mmultiscripts><mml:mo stretchy="true">}</mml:mo></mml:math>, which is completely determined by the metric. It is useful to decompose the connection <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mmultiscripts><mml:mrow><mml:mi mathvariant="normal">Γ</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts></mml:math> as<ce:display><ce:formula id="fm0010"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mmultiscripts><mml:mrow><mml:mi mathvariant="normal">Γ</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mo>≡</mml:mo><mml:mrow><mml:mo stretchy="true">{</mml:mo><mml:mmultiscripts><mml:mrow/><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/><mml:mprescripts/><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow></mml:mmultiscripts><mml:mo stretchy="true">}</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si5.svg"><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts></mml:math> is dubbed the distortion tensor. The Riemann tensor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:mmultiscripts><mml:mrow><mml:mi mathvariant="script">R</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts></mml:math> is constructed from the connection Γ in the usual way and one can form two scalars that are linear on it. These are the Ricci scalar and the Holst invariant <ce:cross-refs refid="br0550 br0560" id="crs0080">[55,56]</ce:cross-refs><ce:display><ce:formula id="fm0020"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:mi mathvariant="script">R</mml:mi><mml:mo>≡</mml:mo><mml:mmultiscripts><mml:mrow><mml:mi mathvariant="script">R</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">R</mml:mi></mml:mrow><mml:mrow><mml:mo>˜</mml:mo></mml:mrow></mml:mover><mml:mo>≡</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi mathvariant="script">R</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:italic>g</ce:italic> is the determinant of the metric tensor and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:msup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msup></mml:math> is the totally antisymmetric tensor. In metric gravity, the Holst invariant vanishes identically due to the symmetries of the Riemann tensor.</ce:para><ce:para id="pr0050">The most general action linear in the Riemann tensor and containing terms of at most dimension 4 has the form<ce:cross-ref refid="fn0010" id="crf0040"><ce:sup>1</ce:sup></ce:cross-ref><ce:footnote id="fn0010"><ce:label>1</ce:label><ce:note-para id="np0010">Natural units with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:mi>c</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>ħ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:math> are used throughout this paper.</ce:note-para></ce:footnote><ce:display><ce:formula id="fm0030"><ce:label>(3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:mi>S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:mfrac><mml:mrow><mml:mi mathvariant="script">R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">R</mml:mi></mml:mrow><mml:mrow><mml:mo>˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is the Higgs potential,<ce:display><ce:formula id="fm0040"><ce:label>(4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mi>κ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>ξ</mml:mi><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>κ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> are non-minimal couplings, <ce:italic>β</ce:italic>, <ce:italic>ξ</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math> are constant couplings, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>κ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>. The function <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> can be thought of as a field-dependent Barbero-Immirzi parameter <ce:cross-refs refid="br0560 br0570" id="crs0090">[56,57]</ce:cross-refs>. We will first work out the formalism without assuming a specific functional form of <ce:italic>f</ce:italic>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>, and <ce:italic>V</ce:italic> and suppress their arguments for notational brevity.</ce:para><ce:para id="pr0060">In addition to the Ricci and Holst terms, metric-affine gravity permits the construction of 20 additional scalars with mass dimension 2 from torsion <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:msub><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi mathvariant="normal">Γ</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mo stretchy="false">[</mml:mo><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msub></mml:math> and non-metricity <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:msub><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> <ce:cross-refs refid="br0580 br0590" id="crs0100">[58,59]</ce:cross-refs>. Although such terms are not considered in this work, our perturbative results can be straightforwardly extended to include them as will be explained below. We will also neglect couplings between the connection and fermions as they will only generate Planck-suppressed four-fermion and higher-order scalar-fermion interactions <ce:cross-refs refid="br0470 br0510 br0530 br0600" id="crs0110">[47,51,53,60]</ce:cross-refs> and do not affect the leading order corrections to vacuum stability.</ce:para><ce:para id="pr0070">We remark that the action <ce:cross-ref refid="fm0030" id="crf0050">(3)</ce:cross-ref> also appears in Einstein-Cartan gravity. A crucial distinction with the current case is that the Einstein-Cartan connection is decomposed using the Levi-Civita connection and torsion and, unlike in metric-affine gravity, the non-metricity is taken to be zero. Nevertheless, as we will show below, the metric-affine framework contains both the metric and Palatini formulations as limiting cases and the non-metricity may be taken to zero without loss of generality.</ce:para><ce:para id="pr0080">In order to study bounce solutions, we construct the Euclidean action <ce:cross-ref refid="fm0030" id="crf0060">(3)</ce:cross-ref> by analytically continuing the Lorentzian signature <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:mo stretchy="false">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> to the Euclidean one <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:mo stretchy="false">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math>. Then, to bring the action to a more conventional form, we will first integrate out the connection. To this aim, we will express the Ricci scalar and the Holst invariant in terms of the metric Ricci scalar <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:mi>R</mml:mi><mml:mo stretchy="false">[</mml:mo><mml:mi>g</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:math> and the distortion tensor,<ce:display><ce:formula id="fm0050"><ce:label>(5a)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:mrow><mml:mi mathvariant="script">R</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>R</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>λ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mi>λ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0060"><ce:label>(5b)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">R</mml:mi></mml:mrow><mml:mrow><mml:mo>˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>ν</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>μ</mml:mi><mml:mi>λ</mml:mi></mml:mrow></mml:msub><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mi>σ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>D</ce:italic> denotes the covariant derivative of the Levi-Civita connection. Substituting Eq. <ce:cross-ref refid="fm0050" id="crf0070">(5a)</ce:cross-ref> and <ce:cross-ref refid="fm0060" id="crf0080">(5b)</ce:cross-ref> into the action <ce:cross-ref refid="fm0030" id="crf0090">(3)</ce:cross-ref>, yields<ce:cross-ref refid="fn0020" id="crf0100"><ce:sup>2</ce:sup></ce:cross-ref><ce:footnote id="fn0020"><ce:label>2</ce:label><ce:note-para id="np0020">Although the Holst term picks up an imaginary unit when continuing to Euclidean space, analogously to the CP violating topological term in Yang-Mills theory (e.g., see Ref. <ce:cross-ref refid="br0610" id="crf0110">[61]</ce:cross-ref>), its effect is negated due to the dependence of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mi mathvariant="normal">sign</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>g</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mn>4</mml:mn><mml:mo>!</mml:mo></mml:math> on the sign of the metric determinant.</ce:note-para></ce:footnote><ce:display><ce:formula id="fm0070"><ce:label>(6)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi>E</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo id="mmlbr0001">∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>f</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>V</mml:mi><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="before">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>λ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mi>λ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="before">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>i</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>ν</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>μ</mml:mi><mml:mi>λ</mml:mi></mml:mrow></mml:msub><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mi>σ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> The distortion tensor obeys an algebraic non-homogeneous linear equation of motion. Thus, in order to integrate it out in full generality, it is sufficient to find a particular solution to this equation <ce:cross-ref refid="br0470" id="crf0120">[47]</ce:cross-ref>. Such a solution is given by <ce:cross-ref refid="br0490" id="crf0130">[49]</ce:cross-ref><ce:display><ce:formula id="fm0080"><ce:label>(7)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mspace width="0.2em"/><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow></mml:msub><mml:mi>X</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mi>X</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>i</mml:mi><mml:msub><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>σ</mml:mi></mml:mrow></mml:msup><mml:mi>Y</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where<ce:display><ce:formula id="fm0090"><ce:label>(8)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:mi>f</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>e</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">cos</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>Y</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>e</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">sin</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>Y</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> This solution is metric compatible, i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mi>ρ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>, and has torsion <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msub><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>ν</mml:mi><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mo stretchy="false">[</mml:mo><mml:mi>ν</mml:mi><mml:mi>μ</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msub></mml:math>. So, the theory is dynamically equivalent to the Einstein-Cartan theory. On the other hand, the particular solution <ce:cross-ref refid="fm0080" id="crf0140">(7)</ce:cross-ref> is not the general one because of the projective symmetry of the action, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>ν</mml:mi><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">→</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>ν</mml:mi><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>, which can be used to induce the non-metricity <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msub><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow></mml:msub></mml:math>. In particular, the Palatini limit with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> is obtained by choosing <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>X</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:math>.</ce:para><ce:para id="pr0090">Substituting <ce:cross-ref refid="fm0080" id="crf0150">(7)</ce:cross-ref> in the action <ce:cross-ref refid="fm0070" id="crf0160">(6)</ce:cross-ref> gives<ce:display><ce:formula id="fm0100"><ce:label>(9)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi>E</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>f</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>K</mml:mi><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where the contribution of the independent connection is now fully captured by the kinetic function<ce:cross-ref refid="fn0030" id="crf0170"><ce:sup>3</ce:sup></ce:cross-ref><ce:footnote id="fn0030"><ce:label>3</ce:label><ce:note-para id="np0030">The primes denote differentiation with respect to the argument of the function, that is, depending on the context, with respect to <ce:italic>h</ce:italic> or <ce:italic>r</ce:italic>.</ce:note-para></ce:footnote><ce:display><ce:formula id="fm0110"><ce:label>(10)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mi>K</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mi>f</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>f</mml:mi><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Note that the action <ce:cross-ref refid="fm0100" id="crf0180">(9)</ce:cross-ref> does not depend on the sign of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>.</ce:para><ce:para id="pr0100">For specific combinations of the involved functions, the general metric-affine theory interpolates continuously between the metric (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:mi>K</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:math>) and the Palatini (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:mi>K</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">/</mml:mo><mml:mi>f</mml:mi></mml:math>) theories. In accordance with Ref. <ce:cross-ref refid="br0440" id="crf0190">[44]</ce:cross-ref>, we find that these scenarios correspond to<ce:display><ce:formula id="fm0120"><ce:label>(11a)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>c</mml:mi><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>4</mml:mn><mml:mi>c</mml:mi></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mtext>(metric)</mml:mtext></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0130"><ce:label>(11b)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>c</mml:mi><mml:mi>f</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mspace width="2em"/><mml:mspace width="2em"/><mml:mtext>(Palatini)</mml:mtext></mml:mrow></mml:math></ce:formula></ce:display> with <ce:italic>c</ce:italic> a constant. As an important case, the metric formulation can be obtained in the limit in which the constant part of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math> is large. More specifically, without loss of generality we can consider <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>κ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math>, <ce:italic>f</ce:italic> are arbitrary functions of <ce:italic>h</ce:italic>. If <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mi>κ</mml:mi><mml:mo>≫</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mi>f</mml:mi></mml:math>, then<ce:display><ce:formula id="fm0140"><ce:label>(12)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mi>K</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mi>β</mml:mi></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi mathvariant="script">O</mml:mi><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mi>β</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> and thus the metric-affine theory approaches the purely metric theory when <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">→</mml:mo><mml:mo>∞</mml:mo></mml:math>. With <ce:italic>f</ce:italic>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math> given by <ce:cross-ref refid="fm0040" id="crf0200">(4)</ce:cross-ref>, the Palatini formulation corresponds to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:mi>β</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">/</mml:mo><mml:mi>ξ</mml:mi></mml:math>, of which <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi>β</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> is only a special case. Consequently, as <ce:italic>β</ce:italic> ranges from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo>∞</mml:mo><mml:mo stretchy="false">→</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">/</mml:mo><mml:mi>ξ</mml:mi><mml:mo stretchy="false">→</mml:mo><mml:mo>∞</mml:mo></mml:math>, the metric formulation is continuously deformed to the Palatini one and back.</ce:para></ce:section><ce:section id="se0030"><ce:label>3</ce:label><ce:section-title id="st0040">Corrections to vacuum decay in metric-affine gravity</ce:section-title><ce:para id="pr0110">To compute the minimal bounce action, we will look for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:mi>O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math> symmetric solutions <ce:cross-ref refid="br0620" id="crf0210">[62]</ce:cross-ref>, with the line element <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi mathvariant="normal">Ω</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi mathvariant="normal">Ω</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> denotes the line element of the unit 3-sphere and the Higgs field depends only on the radial coordinate <ce:italic>r</ce:italic>, <ce:italic>i.e.</ce:italic> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:mi>h</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>. In this background, the metric Ricci scalar reads <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:mi>R</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>6</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>ρ</mml:mi><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>″</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> and the Euclidean action can be recast as<ce:display><ce:formula id="fm0150"><ce:label>(13)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi>E</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>∫</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>r</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true" maxsize="6.6ex" minsize="6.6ex">[</mml:mo><mml:mn>3</mml:mn><mml:mi>f</mml:mi><mml:mspace width="0.2em"/><mml:mfrac><mml:mrow><mml:mi>ρ</mml:mi><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>″</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>K</mml:mi><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="true" maxsize="6.6ex" minsize="6.6ex">]</mml:mo><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> The bounce solution is determined by the following equations of motion<ce:cross-ref refid="fn0040" id="crf0220"><ce:sup>4</ce:sup></ce:cross-ref><ce:footnote id="fn0040"><ce:label>4</ce:label><ce:note-para id="np0040">The <ce:italic>ρ</ce:italic> equations of motion follow from the <ce:italic>rr</ce:italic> component of the Einstein equations, but can also be derived by varying the action <ce:cross-ref refid="fm0150" id="crf0230">(13)</ce:cross-ref>.</ce:note-para></ce:footnote><ce:display><ce:formula id="fm0160"><ce:label>(14a)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>3</mml:mn><mml:mi>f</mml:mi></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>K</mml:mi><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>V</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0170"><ce:label>(14b)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>″</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>K</mml:mi></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> To obtain the bounce action, we will adopt the perturbative method proposed in Ref. <ce:cross-ref refid="br0150" id="crf0240">[15]</ce:cross-ref> and look for solutions as a series in <ce:italic>κ</ce:italic>, <ce:italic>i.e.</ce:italic><ce:display><ce:formula id="fm0180"><ce:label>(15a)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si56.svg"><mml:mrow><mml:mi>h</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>κ</mml:mi><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0190"><ce:label>(15b)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mrow><mml:mi>ρ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>r</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>κ</mml:mi><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> This approach is suitable when the gravitational corrections are relatively small, and, as we will demonstrate, this technique is adequate for elucidating the differences that emerge due to the inclusion of the Holst invariant. In a similar vein, the bounce action <ce:cross-ref refid="fm0150" id="crf0250">(13)</ce:cross-ref> can be expanded as<ce:display><ce:formula id="fm0200"><ce:label>(16)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi>E</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>κ</mml:mi><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0120">The leading order solution<ce:cross-ref refid="fn0050" id="crf0260"><ce:sup>5</ce:sup></ce:cross-ref><ce:footnote id="fn0050"><ce:label>5</ce:label><ce:note-para id="np0050">See also <ce:cross-ref refid="br0630" id="crf0270">[63]</ce:cross-ref> for exact solutions for vacuum decay in Higgs-like unbounded potentials.</ce:note-para></ce:footnote> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> of <ce:cross-refs refid="fm0160 fm0170" id="crs0120">(14)</ce:cross-refs> is the so-called Fubini instanton <ce:cross-refs refid="br0640 br0650" id="crs0130">[64,65]</ce:cross-refs><ce:display><ce:formula id="fm0210"><ce:label>(17)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msqrt><mml:mrow><mml:mfrac><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mo stretchy="false">|</mml:mo><mml:mi>λ</mml:mi><mml:mo stretchy="false">|</mml:mo></mml:mrow></mml:mfrac></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> with <ce:italic>μ</ce:italic> being an arbitrary scale of the bounce. It solves the equation of motion in the absence of gravity (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>r</mml:mi></mml:math>) and with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>λ</mml:mi><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">/</mml:mo><mml:mn>4</mml:mn></mml:math> assuming that the Higgs quartic coupling <ce:italic>λ</ce:italic> is constant and negative. The leading order contribution to the action <ce:cross-ref refid="fm0150" id="crf0280">(13)</ce:cross-ref> is<ce:display><ce:formula id="fm0220"><ce:label>(18)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>∫</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>r</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>8</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>3</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mi>λ</mml:mi><mml:mo stretchy="false">|</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> and gives the bounce action in the absence of gravity. To obtain the gravitationally corrected action one must account for the running of <ce:italic>λ</ce:italic> <ce:cross-refs refid="br0170 br0190" id="crs0140">[17,19]</ce:cross-refs>. We will evaluate <ce:italic>λ</ce:italic> at the scale of the bounce <ce:italic>μ</ce:italic> and then minimize the action with respect to <ce:italic>μ</ce:italic>. The running of <ce:italic>λ</ce:italic> is computed at a 3-loop level <ce:cross-ref refid="br0110" id="crf0290">[11]</ce:cross-ref> with the relevant parameters taken from <ce:cross-ref refid="br0660" id="crf0300">[66]</ce:cross-ref>.</ce:para><ce:para id="pr0130">Evaluating the gravitational correction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> relies on the specific form of <ce:italic>f</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>, for which we will assume the form <ce:cross-ref refid="fm0040" id="crf0310">(4)</ce:cross-ref> when needed. We will assume that the leading order gravitational corrections to the kinetic function <ce:cross-ref refid="fm0110" id="crf0320">(10)</ce:cross-ref> can be expressed as<ce:display><ce:formula id="fm0230"><ce:label>(19)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:mi>K</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>κ</mml:mi><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> is a dimensionless constant. Indeed, with <ce:italic>f</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math> given by <ce:cross-ref refid="fm0040" id="crf0330">(4)</ce:cross-ref>, we have that<ce:display><ce:formula id="fm0240"><ce:label>(20)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si67.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:mi>β</mml:mi><mml:mi>ξ</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Note that for large <ce:italic>β</ce:italic> we recover Eq. <ce:cross-ref refid="fm0140" id="crf0340">(12)</ce:cross-ref>. At order <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>κ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, the equation of motion <ce:cross-ref refid="fm0160" id="crf0350">(14a)</ce:cross-ref> is<ce:display><ce:formula id="fm0250"><ce:label>(21)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:msubsup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msubsup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msubsup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> independently of the shape of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>. For the Fubini bounce <ce:cross-ref refid="fm0210" id="crf0360">(17)</ce:cross-ref>, it is solved by<ce:display><ce:formula id="fm0260"><ce:label>(22)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mi>λ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>r</mml:mi><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mi mathvariant="normal">arctan</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Knowing <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> is sufficient to compute the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>κ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> correction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> to the action. We checked explicitly that the dependence on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> can be eliminated by the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> equations of motion and partial integration. This is a general result, however, because <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> minimizes the action in the absence of gravity and thus <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>κ</mml:mi><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math> <ce:cross-ref refid="br0190" id="crf0370">[19]</ce:cross-ref>. In all, we obtain that<ce:display><ce:formula id="fm0270"><ce:label>(23)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo id="mmlbr0002" linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>32</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>45</mml:mn><mml:msup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:mi>ξ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0002" linebreakstyle="before">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>32</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>45</mml:mn><mml:msup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:mi>ξ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>36</mml:mn><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:mi>β</mml:mi><mml:mi>ξ</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> encodes the modifications resulting from an independent connection, <ce:italic>i.e.</ce:italic>, setting <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> recovers the metric case.</ce:para><ce:para id="pr0140">The gravitational correction <ce:cross-ref refid="fm0270" id="crf0380">(23)</ce:cross-ref> can be negative for certain values of model parameters. If this happens, then the action cannot be minimized with respect to <ce:italic>μ</ce:italic> and the adopted perturbative approach is not applicable. However, by minimizing <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> with respect to <ce:italic>ξ</ce:italic>, it is straightforward to show that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> is always positive when<ce:display><ce:formula id="fm0280"><ce:label>(24)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:mi>β</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo>≥</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>12</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Otherwise, the positivity of the gravitational correction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> can be achieved only in certain regions of the parameter space. Two special cases warrant being considered more closely:<ce:list id="ls0010"><ce:list-item id="li0010"><ce:label>1.</ce:label><ce:para id="pr0150"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>: A minimally coupled Holst term <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>κ</mml:mi></mml:math> is probably the simplest scenario. The region allowed by the positivity of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> is<ce:display><ce:formula id="fm0290"><ce:label>(25)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:mrow><mml:mo stretchy="true">|</mml:mo><mml:mi>ξ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>6</mml:mn><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">|</mml:mo></mml:mrow><mml:mo>≥</mml:mo><mml:mfrac><mml:mrow><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt></mml:mrow><mml:mrow><mml:mn>6</mml:mn><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> For <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:mi>β</mml:mi><mml:mo>≪</mml:mo><mml:mn>1</mml:mn></mml:math>, this gives <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:mi>ξ</mml:mi><mml:mo>≤</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math> or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:mi>ξ</mml:mi><mml:mo>≥</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>12</mml:mn></mml:math>, while, when <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:mi>β</mml:mi><mml:mo>≫</mml:mo><mml:mn>1</mml:mn></mml:math>, only a narrow region around the conformal coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si85.svg"><mml:mi>ξ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>6</mml:mn></mml:math> is forbidden, that is, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si86.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>ξ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>6</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mo>≥</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>6</mml:mn><mml:mi>β</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>.</ce:para></ce:list-item><ce:list-item id="li0020"><ce:label>2.</ce:label><ce:para id="pr0160"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si87.svg"><mml:mi>β</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>: In this case, the contribution from the Holst term<ce:display><ce:formula id="fm0300"><ce:label>(26)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si88.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>32</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>45</mml:mn><mml:msup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>12</mml:mn><mml:mi>ξ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>36</mml:mn><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> is always positive and will thus always improve the stability of the SM vacuum when compared to the Palatini case. This special case is depicted in the middle panel of <ce:cross-ref refid="fg0010" id="crf0390">Fig. 1</ce:cross-ref><ce:float-anchor refid="fg0010"/> However, as in the Palatini limit, the positivity of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> implies a strict lower bound<ce:display><ce:formula id="fm0310"><ce:label>(27)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si89.svg"><mml:mi>ξ</mml:mi><mml:mo>≥</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>12</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display></ce:para></ce:list-item></ce:list></ce:para><ce:para id="pr0170">The minimal bounce action is shown in <ce:cross-ref refid="fg0010" id="crf0400">Fig. 1</ce:cross-ref> with the running of <ce:italic>λ</ce:italic> computed at the 3-loop level <ce:cross-ref refid="br0110" id="crf0410">[11]</ce:cross-ref>. It shows that the metric limit <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si90.svg"><mml:mi>β</mml:mi><mml:mo stretchy="false">→</mml:mo><mml:mo>∞</mml:mo></mml:math> is realized quite well already for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>6</mml:mn></mml:math> when <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si92.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo>≈</mml:mo><mml:mn>0</mml:mn></mml:math>. For <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si93.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo>≫</mml:mo><mml:mn>1</mml:mn></mml:math>, we see that the bounce action is typically enhanced when <ce:italic>β</ce:italic> and <ce:italic>ξ</ce:italic> have the opposite signs, thus improving the stability of the vacuum. Additionally, in comparison to the metric case, the stability is improved when <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si94.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>ξ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo></mml:math>. In all depicted cases, the regions in which <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0</mml:mn></mml:math> can be observed: When <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:mi>β</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>6</mml:mn></mml:math>, this region exists only for the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> line and is contained in a narrow range around <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si97.svg"><mml:mi>ξ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>37</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>216</mml:mn></mml:math>. In the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:mi>β</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn></mml:math> case, a parameter region with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0</mml:mn></mml:math> can be observed for every <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>. The disallowed <ce:italic>ξ</ce:italic> range varies with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>. Since the theory is independent of the sign of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>, then the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:mi>β</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>6</mml:mn></mml:math> panel covers the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:mi>β</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn></mml:math> case with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si99.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo>∈</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>100</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:math> and vice versa.</ce:para><ce:para id="pr0180">Finally, it is important to point out that, as in the action <ce:cross-ref refid="fm0100" id="crf0420">(9)</ce:cross-ref>, the contributions from mass dimension 2 terms constructed from torsion and non-metricity that can appear in metric-affine gravity can be reduced to a non-canonical kinetic term in a metric theory <ce:cross-ref refid="br0590" id="crf0430">[59]</ce:cross-ref>. This implies that our results can be straightforwardly extended to include corrections to vacuum stability from such terms by computing their contribution to the small <ce:italic>κ</ce:italic> expansion <ce:cross-ref refid="fm0230" id="crf0440">(19)</ce:cross-ref>.</ce:para></ce:section><ce:section id="se0040" role="conclusion"><ce:label>4</ce:label><ce:section-title id="st0050">Conclusions</ce:section-title><ce:para id="pr0190">We analyzed the stability of the electroweak vacuum in metric-affine gravity, where the Higgs boson is expected to have an additional non-minimal coupling to the Holst invariant. This scenario can be reformulated in terms of an equivalent metric theory with a non-canonical kinetic term, where the gravitational corrections to the bounce action can be studied with established perturbative methods. Our results show that the stability of the electroweak vacuum in metric-affine gravity is improved across a wide range of model parameters.</ce:para><ce:para id="pr0200">A non-minimally coupled Holst term provides a class of models that continuously connects metric and Palatini gravity. We find that the limiting case of Palatini gravity displays the mildest improvement to vacuum stability.</ce:para> </ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0090">Declaration of Competing Interest</ce:section-title><ce:para id="pr0230">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0060">Acknowledgements</ce:section-title><ce:para id="pr0210">We thank Tomi Koivisto for useful comments. This work was supported by the <ce:grant-sponsor id="gsp0010" sponsor-id="https://doi.org/10.13039/501100002301">Estonian Research Council</ce:grant-sponsor> grants <ce:grant-number refid="gsp0010">SJD18</ce:grant-number> and <ce:grant-number refid="gsp0010">PSG869</ce:grant-number>.</ce:para></ce:acknowledgment></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0070">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bibA2620ED996CE5D062AD25E8CD8AD71C3s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.R.</ce:given-name><ce:surname>Coleman</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The fate of the false vacuum. 1. Semiclassical theory</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>15</sb:volume-nr></sb:series><sb:date>1977</sb:date></sb:issue><sb:pages><sb:first-page>2929</sb:first-page><sb:last-page>2936</sb:last-page></sb:pages></sb:host><sb:comment>Erratum:</sb:comment><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>16</sb:volume-nr></sb:series><sb:date>1977</sb:date></sb:issue><sb:pages><sb:first-page>1248</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0010">S. R. Coleman, The Fate of the False Vacuum. 1. Semiclassical Theory, Phys. Rev. D 15 (1977) 2929–2936.; Erratum: Phys.Rev.D 16, 1248 (1977).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bib1081C3C9C570FC31411FDAEB40C3146Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.B.</ce:given-name><ce:surname>Arnold</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Can the electroweak vacuum be unstable?</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>40</sb:volume-nr></sb:series><sb:date>1989</sb:date></sb:issue><sb:pages><sb:first-page>613</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0015">P. B. Arnold, Can the Electroweak Vacuum Be Unstable? Phys. Rev. D 40 (1989) 613.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bib7D85DB4A182D2D7BF0FCDDC141D7EC24s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Sher</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Electroweak Higgs potentials and vacuum stability</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>179</sb:volume-nr></sb:series><sb:date>1989</sb:date></sb:issue><sb:pages><sb:first-page>273</sb:first-page><sb:last-page>418</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0020">M. Sher, Electroweak Higgs Potentials and Vacuum Stability, Phys. Rept. 179 (1989) 273–418.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bib6DA5AD69699C36F45BE4E3B4570C7C36s1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.B.</ce:given-name><ce:surname>Arnold</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Vokos</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Instability of hot electroweak theory: bounds on m(H) and M(t)</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>44</sb:volume-nr></sb:series><sb:date>1991</sb:date></sb:issue><sb:pages><sb:first-page>3620</sb:first-page><sb:last-page>3627</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0025">P. B. Arnold and S. Vokos, Instability of hot electroweak theory: bounds on m(H) and M(t), Phys. Rev. D 44 (1991) 3620–3627.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bibE4F72C8730D1A33C09A3034DC1B9AF7Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Sher</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Precise vacuum stability bound in the standard model</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>317</sb:volume-nr></sb:series><sb:date>1993</sb:date></sb:issue><sb:pages><sb:first-page>159</sb:first-page><sb:last-page>163</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/9307342" id="inf0010">arXiv:hep-ph/9307342</ce:inter-ref></sb:e-host></sb:host><sb:comment>Addendum:</sb:comment><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>331</sb:volume-nr></sb:series><sb:date>1994</sb:date></sb:issue><sb:pages><sb:first-page>448</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0030">M. Sher, Precise vacuum stability bound in the standard model, Phys. Lett. B 317 (1993) 159–163, [hep-ph/9307342]. [Addendum: Phys.Lett.B 331, 448–448 (1994)].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bibF525764283B0B2C8E1469BFF4DFE1A3Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.A.</ce:given-name><ce:surname>Casas</ce:surname></sb:author><sb:author><ce:given-name>J.R.</ce:given-name><ce:surname>Espinosa</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Quiros</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Improved Higgs mass stability bound in the standard model and implications for supersymmetry</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>342</sb:volume-nr></sb:series><sb:date>1995</sb:date></sb:issue><sb:pages><sb:first-page>171</sb:first-page><sb:last-page>179</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/9409458" id="inf0020">arXiv:hep-ph/9409458</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0035">J. A. Casas, J. R. Espinosa, and M. Quiros, Improved Higgs mass stability bound in the standard model and implications for supersymmetry, Phys. Lett. B 342 (1995) 171–179, [hep-ph/9409458].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bibF5E5374D06610A8409B39CFA62CA571As1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Isidori</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Ridolfi</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Strumia</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On the metastability of the standard model vacuum</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>609</sb:volume-nr></sb:series><sb:date>2001</sb:date></sb:issue><sb:pages><sb:first-page>387</sb:first-page><sb:last-page>409</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/0104016" id="inf0030">arXiv:hep-ph/0104016</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0040">G. Isidori, G. Ridolfi, and A. Strumia, On the metastability of the standard model vacuum, Nucl. Phys. B 609 (2001) 387–409, [hep-ph/0104016].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bib54BB11ECB044504C66C6F23673F2EA5Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.R.</ce:given-name><ce:surname>Espinosa</ce:surname></sb:author><sb:author><ce:given-name>G.F.</ce:given-name><ce:surname>Giudice</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Riotto</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Cosmological implications of the Higgs mass measurement</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>05</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>002</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0710.2484" id="inf0040">arXiv:0710.2484</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0045">J. R. Espinosa, G. F. Giudice, and A. Riotto, Cosmological implications of the Higgs mass measurement, JCAP 05 (2008) 002, [arXiv:0710.2484].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib902EC6D0CDBD5E40F19555B0E75AAA2Cs1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Elias-Miro</ce:surname></sb:author><sb:author><ce:given-name>J.R.</ce:given-name><ce:surname>Espinosa</ce:surname></sb:author><sb:author><ce:given-name>G.F.</ce:given-name><ce:surname>Giudice</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Isidori</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Riotto</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Strumia</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Higgs mass implications on the stability of the electroweak vacuum</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>709</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:pages><sb:first-page>222</sb:first-page><sb:last-page>228</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1112.3022" id="inf0050">arXiv:1112.3022</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0050">J. Elias-Miro, J. R. Espinosa, G. F. Giudice, G. Isidori, A. Riotto, and A. Strumia, Higgs mass implications on the stability of the electroweak vacuum, Phys. Lett. B 709 (2012) 222–228, [arXiv:1112.3022].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bibB0911D6A4A87232C83E4EBCB3D343F54s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Degrassi</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Di Vita</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Elias-Miro</ce:surname></sb:author><sb:author><ce:given-name>J.R.</ce:given-name><ce:surname>Espinosa</ce:surname></sb:author><sb:author><ce:given-name>G.F.</ce:given-name><ce:surname>Giudice</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Isidori</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Strumia</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Higgs mass and vacuum stability in the standard model at NNLO</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>08</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:article-number>098</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1205.6497" id="inf0060">arXiv:1205.6497</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0055">G. Degrassi, S. Di Vita, J. Elias-Miro, J. R. Espinosa, G. F. Giudice, G. Isidori, and A. Strumia, Higgs mass and vacuum stability in the Standard Model at NNLO, JHEP 08 (2012) 098, [arXiv:1205.6497].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib6DB04BB9EE7A84BE8F7F8423535CE3B7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Buttazzo</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Degrassi</ce:surname></sb:author><sb:author><ce:given-name>P.P.</ce:given-name><ce:surname>Giardino</ce:surname></sb:author><sb:author><ce:given-name>G.F.</ce:given-name><ce:surname>Giudice</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Sala</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Salvio</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Strumia</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Investigating the near-criticality of the Higgs boson</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>12</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>089</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1307.3536" id="inf0070">arXiv:1307.3536</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0060">D. Buttazzo, G. Degrassi, P. P. Giardino, G. F. Giudice, F. Sala, A. Salvio, and A. Strumia, Investigating the near-criticality of the Higgs boson, JHEP 12 (2013) 089, [arXiv:1307.3536].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bib3D82BB4758C70A0C3E82F2FFA9AADAA8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Di Luzio</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Isidori</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Ridolfi</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Stability of the electroweak ground state in the standard model and its extensions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>753</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>150</sb:first-page><sb:last-page>160</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1509.05028" id="inf0080">arXiv:1509.05028</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0065">L. Di Luzio, G. Isidori, and G. Ridolfi, Stability of the electroweak ground state in the Standard Model and its extensions, Phys. Lett. B 753 (2016) 150–160, [arXiv:1509.05028].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bib7C0470A18EA81ADD1697769EB41544DBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Chigusa</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Moroi</ce:surname></sb:author><sb:author><ce:given-name>Y.</ce:given-name><ce:surname>Shoji</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>State-of-the-art calculation of the decay rate of electroweak vacuum in the standard model</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>119</sb:volume-nr></sb:series><sb:issue-nr>21</sb:issue-nr><sb:date>2017</sb:date></sb:issue><sb:article-number>211801</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1707.09301" id="inf0090">arXiv:1707.09301</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0070">S. Chigusa, T. Moroi, and Y. Shoji, State-of-the-Art Calculation of the Decay Rate of Electroweak Vacuum in the Standard Model, Phys. Rev. Lett. 119 (2017), no. 21 211801, [arXiv:1707.09301].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bib8956EE2E7FF84CCAF9AC41F7EBCA5031s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.R.</ce:given-name><ce:surname>Coleman</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>De Luccia</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Gravitational effects on and of vacuum decay</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>21</sb:volume-nr></sb:series><sb:date>1980</sb:date></sb:issue><sb:pages><sb:first-page>3305</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0075">S. R. Coleman and F. De Luccia, Gravitational Effects on and of Vacuum Decay, Phys. Rev. D 21 (1980) 3305.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bibFDB2C2020C4AFCA77E83163D63B12EE1s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Isidori</ce:surname></sb:author><sb:author><ce:given-name>V.S.</ce:given-name><ce:surname>Rychkov</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Strumia</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Tetradis</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Gravitational corrections to standard model vacuum decay</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>77</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>025034</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0712.0242" id="inf0100">arXiv:0712.0242</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0080">G. Isidori, V. S. Rychkov, A. Strumia, and N. Tetradis, Gravitational corrections to standard model vacuum decay, Phys. Rev. D 77 (2008) 025034, [arXiv:0712.0242].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bib13E72C646EFC8918709D4262CB080FE1s1"><sb:contribution><sb:authors><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Branchina</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Messina</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Zappala</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Impact of gravity on vacuum stability</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Europhys. Lett.</sb:maintitle></sb:title><sb:volume-nr>116</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:article-number>21001</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1601.06963" id="inf0110">arXiv:1601.06963</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0085">V. Branchina, E. Messina, and D. Zappala, Impact of Gravity on Vacuum Stability, EPL 116 (2016), no. 2 21001, [arXiv:1601.06963].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bibF65AE476A990E485257BEED4C1DDCC94s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Rajantie</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Stopyra</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Standard model vacuum decay with gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>95</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2017</sb:date></sb:issue><sb:article-number>025008</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1606.00849" id="inf0120">arXiv:1606.00849</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0090">A. Rajantie and S. Stopyra, Standard Model vacuum decay with gravity, Phys. Rev. D 95 (2017), no. 2 025008, [arXiv:1606.00849].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bibBEB9DB7A4638E97045C2641C23F1B88Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>O.</ce:given-name><ce:surname>Czerwińska</ce:surname></sb:author><sb:author><ce:given-name>Z.</ce:given-name><ce:surname>Lalak</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Lewicki</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Olszewski</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The impact of non-minimally coupled gravity on vacuum stability</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>004</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1606.07808" id="inf0130">arXiv:1606.07808</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0095">O. Czerwińska, Z. Lalak, M. Lewicki, and P. Olszewski, The impact of non-minimally coupled gravity on vacuum stability, JHEP 10 (2016) 004, [arXiv:1606.07808].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bibDF4010E3473AA50B0C415100881500B2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Salvio</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Strumia</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Tetradis</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Urbano</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On gravitational and thermal corrections to vacuum decay</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>09</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>054</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1608.02555" id="inf0140">arXiv:1608.02555</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0100">A. Salvio, A. Strumia, N. Tetradis, and A. Urbano, On gravitational and thermal corrections to vacuum decay, JHEP 09 (2016) 054, [arXiv:1608.02555].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bibB8974213ABACCA6E05B03E1D2A2A6EA7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Markkanen</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Rajantie</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Stopyra</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Cosmological aspects of Higgs vacuum metastability</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Front. Astron. Space Sci.</sb:maintitle></sb:title><sb:volume-nr>5</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>40</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1809.06923" id="inf0150">arXiv:1809.06923</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0105">T. Markkanen, A. Rajantie, and S. Stopyra, Cosmological Aspects of Higgs Vacuum Metastability, Front. Astron. Space Sci. 5 (2018) 40, [arXiv:1809.06923].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib14C83C45F1160823AB2FB96CFCF497C8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.R.</ce:given-name><ce:surname>Espinosa</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Vacuum decay in the standard model: analytical results with running and gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>06</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:article-number>052</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2003.06219" id="inf0160">arXiv:2003.06219</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0110">J. R. Espinosa, Vacuum Decay in the Standard Model: Analytical Results with Running and Gravity, JCAP 06 (2020) 052, [arXiv:2003.06219].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bibD6B0AD267EDCE25BE4C6877A7D00A45Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Devoto</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Devoto</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Di Luzio</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Ridolfi</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>False vacuum decay: an introductory review</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Phys. G</sb:maintitle></sb:title><sb:volume-nr>49</sb:volume-nr></sb:series><sb:issue-nr>10</sb:issue-nr><sb:date>2022</sb:date></sb:issue><sb:article-number>103001</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2205.03140" id="inf0170">arXiv:2205.03140</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0115">F. Devoto, S. Devoto, L. Di Luzio, and G. Ridolfi, False vacuum decay: an introductory review, J. Phys. G 49 (2022), no. 10 103001, [arXiv:2205.03140].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bibDF2CC6DB71728961F45422A6FD6C102Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>I.D.</ce:given-name><ce:surname>Gialamas</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Karam</ce:surname></sb:author><sb:author><ce:given-name>T.D.</ce:given-name><ce:surname>Pappas</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Gravitational corrections to electroweak vacuum decay: metric vs. Palatini</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>840</sb:volume-nr></sb:series><sb:date>2023</sb:date></sb:issue><sb:article-number>137885</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2212.03052" id="inf0180">arXiv:2212.03052</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0120">I. D. Gialamas, A. Karam, and T. D. Pappas, Gravitational corrections to electroweak vacuum decay: metric vs. Palatini, Phys. Lett. B 840 (2023) 137885, [arXiv:2212.03052].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bibA66D33CED7C795148481FBB2A3308B88s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gregory</ce:surname></sb:author><sb:author><ce:given-name>I.G.</ce:given-name><ce:surname>Moss</ce:surname></sb:author><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Withers</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Black holes as bubble nucleation sites</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>081</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1401.0017" id="inf0190">arXiv:1401.0017</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0125">R. Gregory, I. G. Moss, and B. Withers, Black holes as bubble nucleation sites, JHEP 03 (2014) 081, [arXiv:1401.0017].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0250"><ce:label>[25]</ce:label><sb:reference id="bibF31E377181F2833F698E11FA20FC12DDs1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Burda</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gregory</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Moss</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Gravity and the stability of the Higgs vacuum</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>115</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>071303</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1501.04937" id="inf0200">arXiv:1501.04937</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0130">P. Burda, R. Gregory, and I. Moss, Gravity and the stability of the Higgs vacuum, Phys. Rev. Lett. 115 (2015) 071303, [arXiv:1501.04937].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0260"><ce:label>[26]</ce:label><sb:reference id="bib01D73B0033B21060B3C26F4E25AA8B78s1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Burda</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gregory</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Moss</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Vacuum metastability with black holes</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>08</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>114</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1503.07331" id="inf0210">arXiv:1503.07331</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0135">P. Burda, R. Gregory, and I. Moss, Vacuum metastability with black holes, JHEP 08 (2015) 114, [arXiv:1503.07331].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0270"><ce:label>[27]</ce:label><sb:reference id="bibFC120807A38EF51653B99C84A24675F5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Burda</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gregory</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Moss</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The fate of the Higgs vacuum</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>06</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>025</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1601.02152" id="inf0220">arXiv:1601.02152</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0140">P. Burda, R. Gregory, and I. Moss, The fate of the Higgs vacuum, JHEP 06 (2016) 025, [arXiv:1601.02152].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0280"><ce:label>[28]</ce:label><sb:reference id="bibD9024B4B87A25A304AB742CDC8491EF6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Tetradis</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Black holes and Higgs stability</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>09</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>036</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1606.04018" id="inf0230">arXiv:1606.04018</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0145">N. Tetradis, Black holes and Higgs stability, JCAP 09 (2016) 036, [arXiv:1606.04018].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0290"><ce:label>[29]</ce:label><sb:reference id="bib1A392A444907FD57BCEA402FF5D1F5A5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Canko</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Gialamas</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Jelic-Cizmek</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Riotto</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Tetradis</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On the catalysis of the electroweak vacuum decay by black holes at high temperature</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>78</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>328</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1706.01364" id="inf0240">arXiv:1706.01364</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0150">D. Canko, I. Gialamas, G. Jelic-Cizmek, A. Riotto, and N. Tetradis, On the Catalysis of the Electroweak Vacuum Decay by Black Holes at High Temperature, Eur. Phys. J. C 78 (2018), no. 4 328, [arXiv:1706.01364].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0300"><ce:label>[30]</ce:label><sb:reference id="bib1AA3ECD7C8615AFD6DF1C9E48876346Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Kohri</ce:surname></sb:author><sb:author><ce:given-name>H.</ce:given-name><ce:surname>Matsui</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Electroweak vacuum collapse induced by vacuum fluctuations of the Higgs field around evaporating black holes</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>98</sb:volume-nr></sb:series><sb:issue-nr>12</sb:issue-nr><sb:date>2018</sb:date></sb:issue><sb:article-number>123509</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1708.02138" id="inf0250">arXiv:1708.02138</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0155">K. Kohri and H. Matsui, Electroweak Vacuum Collapse induced by Vacuum Fluctuations of the Higgs Field around Evaporating Black Holes, Phys. Rev. D 98 (2018), no. 12 123509, [arXiv:1708.02138].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0310"><ce:label>[31]</ce:label><sb:reference id="bib5E68B1AA75227D208130C004A5E2612As1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Gorbunov</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Levkov</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Panin</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Fatal youth of the universe: black hole threat for the electroweak vacuum during preheating</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:article-number>016</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1704.05399" id="inf0260">arXiv:1704.05399</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0160">D. Gorbunov, D. Levkov, and A. Panin, Fatal youth of the Universe: black hole threat for the electroweak vacuum during preheating, JCAP 10 (2017) 016, [arXiv:1704.05399].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0320"><ce:label>[32]</ce:label><sb:reference id="bib9117ECAD2069CBD23A93A1604E197D43s1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Mukaida</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Yamada</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>False vacuum decay catalyzed by black holes</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>96</sb:volume-nr></sb:series><sb:issue-nr>10</sb:issue-nr><sb:date>2017</sb:date></sb:issue><sb:article-number>103514</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1706.04523" id="inf0270">arXiv:1706.04523</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0165">K. Mukaida and M. Yamada, False Vacuum Decay Catalyzed by Black Holes, Phys. Rev. D 96 (2017), no. 10 103514, [arXiv:1706.04523].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0330"><ce:label>[33]</ce:label><sb:reference id="bib1062D39C63B393592296C0B73C5EAD2As1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gregory</ce:surname></sb:author><sb:author><ce:given-name>K.M.</ce:given-name><ce:surname>Marshall</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Michel</ce:surname></sb:author><sb:author><ce:given-name>I.G.</ce:given-name><ce:surname>Moss</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Negative modes of Coleman–De Luccia and black hole bubbles</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>98</sb:volume-nr></sb:series><sb:issue-nr>8</sb:issue-nr><sb:date>2018</sb:date></sb:issue><sb:article-number>085017</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1808.02305" id="inf0280">arXiv:1808.02305</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0170">R. Gregory, K. M. Marshall, F. Michel, and I. G. Moss, Negative modes of Coleman–De Luccia and black hole bubbles, Phys. Rev. D 98 (2018), no. 8 085017, [arXiv:1808.02305].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0340"><ce:label>[34]</ce:label><sb:reference id="bib26477FFB6A753CA09FC2BC31D4FBAE70s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Hayashi</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Kamada</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Oshita</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Yokoyama</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On catalyzed vacuum decay around a radiating black hole and the crisis of the electroweak vacuum</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>08</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:article-number>088</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2005.12808" id="inf0290">arXiv:2005.12808</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0175">T. Hayashi, K. Kamada, N. Oshita, and J. Yokoyama, On catalyzed vacuum decay around a radiating black hole and the crisis of the electroweak vacuum, JHEP 08 (2020) 088, [arXiv:2005.12808].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0350"><ce:label>[35]</ce:label><sb:reference id="bib9153594783659AF2829DC789810A8EF2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Sibiryakov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Black hole induced false vacuum decay from first principles</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>197</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2105.09331" id="inf0300">arXiv:2105.09331</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0180">A. Shkerin and S. Sibiryakov, Black hole induced false vacuum decay from first principles, JHEP 11 (2021) 197, [arXiv:2105.09331].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0360"><ce:label>[36]</ce:label><sb:reference id="bib5E3DE66C1E01F7DC24BA985B9D479B4As1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Sibiryakov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Black hole induced false vacuum decay: the role of greybody factors</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>08</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>161</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2111.08017" id="inf0310">arXiv:2111.08017</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0185">A. Shkerin and S. Sibiryakov, Black hole induced false vacuum decay: the role of greybody factors, JHEP 08 (2022) 161, [arXiv:2111.08017].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0370"><ce:label>[37]</ce:label><sb:reference id="bibFC560E4B90A97CCA0009EF7AE38DC26Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>V.</ce:given-name><ce:surname>De Luca</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Kehagias</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Riotto</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On the cosmological stability of the Higgs instability</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>09</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>055</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2205.10240" id="inf0320">arXiv:2205.10240</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0190">V. De Luca, A. Kehagias, and A. Riotto, On the cosmological stability of the Higgs instability, JCAP 09 (2022) 055, [arXiv:2205.10240].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0380"><ce:label>[38]</ce:label><sb:reference id="bib88150E31842695DE6F91E5F45764DCEAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Strumia</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Black holes don't source fast Higgs vacuum decay</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2023</sb:date></sb:issue><sb:article-number>039</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2209.05504" id="inf0330">arXiv:2209.05504</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0195">A. Strumia, Black holes don't source fast Higgs vacuum decay, JHEP 03 (2023) 039, [arXiv:2209.05504].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0390"><ce:label>[39]</ce:label><sb:reference id="bibC7C1F100EC7C5A19CFADC400385363A6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Briaud</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Sibiryakov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On thermal false vacuum decay around black holes</sb:maintitle></sb:title></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2210.08028" id="inf0340">arXiv:2210.08028</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0200">V. Briaud, A. Shkerin, and S. Sibiryakov, On thermal false vacuum decay around black holes, arXiv:2210.08028.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0400"><ce:label>[40]</ce:label><sb:reference id="bibDD6B39E5320A26B0B684C6FEF2B674B0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gregory</ce:surname></sb:author><sb:author><ce:given-name>S.-Q.</ce:given-name><ce:surname>Hu</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Seeded vacuum decay with Gauss-Bonnet</sb:maintitle></sb:title></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2305.03006" id="inf0350">arXiv:2305.03006</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0205">R. Gregory and S.-Q. Hu, Seeded vacuum decay with Gauss-Bonnet, arXiv:2305.03006.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0410"><ce:label>[41]</ce:label><sb:reference id="bibEC23C51EE6D02DBAC8C93434710529F2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Rovelli</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Loop quantum gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Living Rev. Relativ.</sb:maintitle></sb:title><sb:volume-nr>1</sb:volume-nr></sb:series><sb:date>1998</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/9710008" id="inf0360">arXiv:gr-qc/9710008</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0210">C. Rovelli, Loop quantum gravity, Living Rev. Rel. 1 (1998) 1, [gr-qc/9710008].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0420"><ce:label>[42]</ce:label><sb:reference id="bib06C2F14007D00E44C6E792506D5DCE12s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Domagala</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Lewandowski</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Black hole entropy from quantum geometry</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>21</sb:volume-nr></sb:series><sb:date>2004</sb:date></sb:issue><sb:pages><sb:first-page>5233</sb:first-page><sb:last-page>5244</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/0407051" id="inf0370">arXiv:gr-qc/0407051</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0215">M. Domagala and J. Lewandowski, Black hole entropy from quantum geometry, Class. Quant. Grav. 21 (2004) 5233–5244, [gr-qc/0407051].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0430"><ce:label>[43]</ce:label><sb:reference id="bib398F14068058C75C4E3F09334FD4C0BCs1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.A.</ce:given-name><ce:surname>Meissner</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Black hole entropy in loop quantum gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>21</sb:volume-nr></sb:series><sb:date>2004</sb:date></sb:issue><sb:pages><sb:first-page>5245</sb:first-page><sb:last-page>5252</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/0407052" id="inf0380">arXiv:gr-qc/0407052</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0220">K. A. Meissner, Black hole entropy in loop quantum gravity, Class. Quant. Grav. 21 (2004) 5245–5252, [gr-qc/0407052].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0440"><ce:label>[44]</ce:label><sb:reference id="bib2DFBE04BBE55B25E85B85580D66E1ECCs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Langvik</ce:surname></sb:author><sb:author><ce:given-name>J.-M.</ce:given-name><ce:surname>Ojanperä</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Raatikainen</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Rasanen</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Higgs inflation with the Holst and the Nieh–Yan term</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>103</sb:volume-nr></sb:series><sb:issue-nr>8</sb:issue-nr><sb:date>2021</sb:date></sb:issue><sb:article-number>083514</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2007.12595" id="inf0390">arXiv:2007.12595</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0225">M. Langvik, J.-M. Ojanperä, S. Raatikainen, and S. Rasanen, Higgs inflation with the Holst and the Nieh–Yan term, Phys. Rev. D 103 (2021), no. 8 083514, [arXiv:2007.12595].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0450"><ce:label>[45]</ce:label><sb:reference id="bibCB7CC9BEF3194FE39902B5E98D04E39Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Shaposhnikov</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Timiryasov</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zell</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Higgs inflation in Einstein-Cartan gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>02</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>008</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2007.14978" id="inf0400">arXiv:2007.14978</ce:inter-ref></sb:e-host></sb:host><sb:comment>Erratum:</sb:comment><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:pages><sb:first-page>E01</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0230">M. Shaposhnikov, A. Shkerin, I. Timiryasov, and S. Zell, Higgs inflation in Einstein-Cartan gravity, JCAP 02 (2021) 008, [arXiv:2007.14978]. [Erratum: JCAP 10, E01 (2021)].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0460"><ce:label>[46]</ce:label><sb:reference id="bib151740C189CF78F85FFC1D390BF543FDs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Piani</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Rubio</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Higgs-Dilaton inflation in Einstein-Cartan gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>05</sb:volume-nr></sb:series><sb:issue-nr>05</sb:issue-nr><sb:date>2022</sb:date></sb:issue><sb:article-number>009</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2202.04665" id="inf0410">arXiv:2202.04665</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0235">M. Piani and J. Rubio, Higgs-Dilaton inflation in Einstein-Cartan gravity, JCAP 05 (2022), no. 05 009, [arXiv:2202.04665].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0470"><ce:label>[47]</ce:label><sb:reference id="bibC142B1E7D0F91735A4CB326B61CF8F4As1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Pradisi</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Salvio</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>(In)equivalence of metric-affine and metric effective field theories</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>82</sb:volume-nr></sb:series><sb:issue-nr>9</sb:issue-nr><sb:date>2022</sb:date></sb:issue><sb:pages><sb:first-page>840</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2206.15041" id="inf0420">arXiv:2206.15041</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0240">G. Pradisi and A. Salvio, (In)equivalence of metric-affine and metric effective field theories, Eur. Phys. J. C 82 (2022), no. 9 840, [arXiv:2206.15041].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0480"><ce:label>[48]</ce:label><sb:reference id="bibA9F88E0E8913E2FFDA9A4358E9D24729s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Salvio</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Inflating and reheating the universe with an independent affine connection</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>106</sb:volume-nr></sb:series><sb:issue-nr>10</sb:issue-nr><sb:date>2022</sb:date></sb:issue><sb:article-number>103510</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2207.08830" id="inf0430">arXiv:2207.08830</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0245">A. Salvio, Inflating and reheating the Universe with an independent affine connection, Phys. Rev. D 106 (2022), no. 10 103510, [arXiv:2207.08830].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0490"><ce:label>[49]</ce:label><sb:reference id="bibBFCF32A427AFC304F3B2593DC0B3F7B4s1"><sb:contribution><sb:authors><sb:author><ce:given-name>I.D.</ce:given-name><ce:surname>Gialamas</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Tamvakis</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Inflation in metric-affine quadratic gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2023</sb:date></sb:issue><sb:article-number>042</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2212.09896" id="inf0440">arXiv:2212.09896</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0250">I. D. Gialamas and K. Tamvakis, Inflation in metric-affine quadratic gravity, JCAP 03 (2023) 042, [arXiv:2212.09896].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0500"><ce:label>[50]</ce:label><sb:reference id="bib43BE32477EBEF1AC2FB01CD076A3B23Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>I.L.</ce:given-name><ce:surname>Shapiro</ce:surname></sb:author><sb:author><ce:given-name>P.M.</ce:given-name><ce:surname>Teixeira</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Quantum Einstein-Cartan theory with the Holst term</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>31</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>185002</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1402.4854" id="inf0450">arXiv:1402.4854</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0255">I. L. Shapiro and P. M. Teixeira, Quantum Einstein-Cartan theory with the Holst term, Class. Quant. Grav. 31 (2014) 185002, [arXiv:1402.4854].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0510"><ce:label>[51]</ce:label><sb:reference id="bib7E29B8B376397B06C908031595CFCE9Cs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Shaposhnikov</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Timiryasov</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zell</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Einstein-Cartan gravity, matter, and scale-invariant generalization</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:article-number>177</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2007.16158" id="inf0460">arXiv:2007.16158</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0260">M. Shaposhnikov, A. Shkerin, I. Timiryasov, and S. Zell, Einstein-Cartan gravity, matter, and scale-invariant generalization , JHEP 10 (2020) 177, [arXiv:2007.16158].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0520"><ce:label>[52]</ce:label><sb:reference id="bib0624214049C2B7DFD8210302E9019CBFs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Shaposhnikov</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Timiryasov</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zell</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Einstein-Cartan portal to dark matter</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>126</sb:volume-nr></sb:series><sb:issue-nr>16</sb:issue-nr><sb:date>2021</sb:date></sb:issue><sb:article-number>161301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2008.11686" id="inf0470">arXiv:2008.11686</ce:inter-ref></sb:e-host></sb:host><sb:comment>Erratum:</sb:comment><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>127</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>169901</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0265">M. Shaposhnikov, A. Shkerin, I. Timiryasov, and S. Zell, Einstein-Cartan Portal to Dark Matter, Phys. Rev. Lett. 126 (2021), no. 16 161301, [arXiv:2008.11686]. [Erratum: Phys.Rev.Lett. 127, 169901 (2021)].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0530"><ce:label>[53]</ce:label><sb:reference id="bib69900F8FA94CC36E09ADAFFAE6A941F5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.K.</ce:given-name><ce:surname>Karananas</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Shaposhnikov</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zell</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Matter matters in Einstein-Cartan gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>104</sb:volume-nr></sb:series><sb:issue-nr>6</sb:issue-nr><sb:date>2021</sb:date></sb:issue><sb:article-number>064036</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2106.13811" id="inf0480">arXiv:2106.13811</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0270">G. K. Karananas, M. Shaposhnikov, A. Shkerin, and S. Zell, Matter matters in Einstein-Cartan gravity, Phys. Rev. D 104 (2021), no. 6 064036, [arXiv:2106.13811].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0540"><ce:label>[54]</ce:label><sb:reference id="bibA5A9EEDE8C0AB3F24722623859611400s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.K.</ce:given-name><ce:surname>Karananas</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Shaposhnikov</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zell</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Scale and Weyl invariance in Einstein-Cartan gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>104</sb:volume-nr></sb:series><sb:issue-nr>12</sb:issue-nr><sb:date>2021</sb:date></sb:issue><sb:article-number>124014</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2108.05897" id="inf0490">arXiv:2108.05897</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0275">G. K. Karananas, M. Shaposhnikov, A. Shkerin, and S. Zell, Scale and Weyl invariance in Einstein-Cartan gravity, Phys. Rev. D 104 (2021), no. 12 124014, [arXiv:2108.05897].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0550"><ce:label>[55]</ce:label><sb:reference id="bib131AF616F4328EAA37E1392419B1AE33s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Hojman</ce:surname></sb:author><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Mukku</ce:surname></sb:author><sb:author><ce:given-name>W.A.</ce:given-name><ce:surname>Sayed</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Parity violation in metric torsion theories of gravitation</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>22</sb:volume-nr></sb:series><sb:date>1980</sb:date></sb:issue><sb:pages><sb:first-page>1915</sb:first-page><sb:last-page>1921</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0280">R. Hojman, C. Mukku, and W. A. Sayed, PARITY VIOLATION IN METRIC TORSION THEORIES OF GRAVITATION, Phys. Rev. D 22 (1980) 1915–1921.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0560"><ce:label>[56]</ce:label><sb:reference id="bib1ED0E192DA33290B710485FAC261E58Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Holst</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Barbero's Hamiltonian derived from a generalized Hilbert-Palatini action</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>53</sb:volume-nr></sb:series><sb:date>1996</sb:date></sb:issue><sb:pages><sb:first-page>5966</sb:first-page><sb:last-page>5969</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/9511026" id="inf0500">arXiv:gr-qc/9511026</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0285">S. Holst, Barbero's Hamiltonian derived from a generalized Hilbert-Palatini action, Phys. Rev. D 53 (1996) 5966–5969, [gr-qc/9511026].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0570"><ce:label>[57]</ce:label><sb:reference id="bibEDA3942400DAF3C6C3B5D33DBDBD7BA0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Immirzi</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Real and complex connections for canonical gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>14</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>L177</sb:first-page><sb:last-page>L181</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/9612030" id="inf0510">arXiv:gr-qc/9612030</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0290">G. Immirzi, Real and complex connections for canonical gravity, Class. Quant. Grav. 14 (1997) L177–L181, [gr-qc/9612030].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0580"><ce:label>[58]</ce:label><sb:reference id="bibDEFAACF30E992DEFA4B4DB52542CB499s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Iosifidis</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The full quadratic metric-affine gravity (including parity odd terms): exact solutions for the affine-connection</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>39</sb:volume-nr></sb:series><sb:issue-nr>9</sb:issue-nr><sb:date>2022</sb:date></sb:issue><sb:article-number>095002</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2112.09154" id="inf0520">arXiv:2112.09154</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0295">D. Iosifidis, The full quadratic metric-affine gravity (including parity odd terms): exact solutions for the affine-connection, Class. Quant. Grav. 39 (2022), no. 9 095002, [arXiv:2112.09154].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0590"><ce:label>[59]</ce:label><sb:reference id="bib8AF2A48FA31311840BC2332606E005F7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Rigouzzo</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zell</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Coupling metric-affine gravity to a Higgs-like scalar field</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>106</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2022</sb:date></sb:issue><sb:article-number>024015</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2204.03003" id="inf0530">arXiv:2204.03003</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0300">C. Rigouzzo and S. Zell, Coupling metric-affine gravity to a Higgs-like scalar field, Phys. Rev. D 106 (2022), no. 2 024015, [arXiv:2204.03003].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0600"><ce:label>[60]</ce:label><sb:reference id="bib3C77FF38602D0B476A96B4FE7DF3C8C6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.D.I.</ce:given-name><ce:surname>Latorre</ce:surname></sb:author><sb:author><ce:given-name>G.J.</ce:given-name><ce:surname>Olmo</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Ronco</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Observable traces of non-metricity: new constraints on metric-affine gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>780</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>294</sb:first-page><sb:last-page>299</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1709.04249" id="inf0540">arXiv:1709.04249</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0305">A. D. I. Latorre, G. J. Olmo, and M. Ronco, Observable traces of non-metricity: new constraints on metric-affine gravity, Phys. Lett. B 780 (2018) 294–299, [arXiv:1709.04249].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0610"><ce:label>[61]</ce:label><sb:reference id="bib9BFEC8D178397EE4BB84A44FD8C4E2ACs1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Di Luzio</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Giannotti</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Nardi</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Visinelli</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The landscape of QCD axion models</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>870</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page><sb:last-page>117</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2003.01100" id="inf0550">arXiv:2003.01100</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0310">L. Di Luzio, M. Giannotti, E. Nardi, and L. Visinelli, The landscape of QCD axion models, Phys. Rept. 870 (2020) 1–117, [arXiv:2003.01100].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0620"><ce:label>[62]</ce:label><sb:reference id="bib076AA2B5BDFE28DE8FAFA11F110CA56Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.R.</ce:given-name><ce:surname>Coleman</ce:surname></sb:author><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Glaser</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Martin</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Action minima among solutions to a class of Euclidean scalar field equations</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Commun. Math. Phys.</sb:maintitle></sb:title><sb:volume-nr>58</sb:volume-nr></sb:series><sb:date>1978</sb:date></sb:issue><sb:pages><sb:first-page>211</sb:first-page><sb:last-page>221</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0315">S. R. Coleman, V. Glaser, and A. Martin, Action Minima Among Solutions to a Class of Euclidean Scalar Field Equations, Commun. Math. Phys. 58 (1978) 211–221.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0630"><ce:label>[63]</ce:label><sb:reference id="bibF1F608EC8446225F12BCD5D241AA472Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Tetradis</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Exact solutions for vacuum decay in unbounded potentials</sb:maintitle></sb:title></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2302.12132" id="inf0560">arXiv:2302.12132</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0320">N. Tetradis, Exact solutions for Vacuum Decay in Unbounded Potentials, arXiv:2302.12132.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0640"><ce:label>[64]</ce:label><sb:reference id="bib8945BCAD7C4CF8F369DDD2CB78CD28C8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Fubini</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A new approach to conformal invariant field theories</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nuovo Cimento A</sb:maintitle></sb:title><sb:volume-nr>34</sb:volume-nr></sb:series><sb:date>1976</sb:date></sb:issue><sb:pages><sb:first-page>521</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0325">S. Fubini, A New Approach to Conformal Invariant Field Theories, Nuovo Cim. A 34 (1976) 521.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0650"><ce:label>[65]</ce:label><sb:reference id="bib561FF2BAAEAB22E9F809A0FDEEFEE778s1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.-M.</ce:given-name><ce:surname>Lee</ce:surname></sb:author><sb:author><ce:given-name>E.J.</ce:given-name><ce:surname>Weinberg</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Tunneling without barriers</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>267</sb:volume-nr></sb:series><sb:date>1986</sb:date></sb:issue><sb:pages><sb:first-page>181</sb:first-page><sb:last-page>202</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0330">K.-M. Lee and E. J. Weinberg, TUNNELING WITHOUT BARRIERS, Nucl. Phys. B 267 (1986) 181–202.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0660"><ce:label>[66]</ce:label><sb:reference id="bib98712B5A0F97E44C6A6E62FF85560CE8s1"><sb:contribution><sb:authors><sb:collaboration>Particle Data Group Collaboration</sb:collaboration><sb:author><ce:given-name>R.L.</ce:given-name><ce:surname>Workman</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Review of particle physics</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Theor. Exp. Phys.</sb:maintitle></sb:title><sb:volume-nr>2022</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>083C01</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0335">Particle Data Group Collaboration, R. L. Workman et al., Review of Particle Physics, PTEP 2022 (2022) 083C01.</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> \ No newline at end of file +<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd" [<!ENTITY gr001 SYSTEM "gr001" NDATA IMAGE>]><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="sco" xml:lang="en"><item-info><jid>PLB</jid><aid>138109</aid><ce:article-number>138109</ce:article-number><ce:pii>S0370-2693(23)00443-4</ce:pii><ce:doi>10.1016/j.physletb.2023.138109</ce:doi><ce:copyright year="2023" type="other">The Author(s)</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Theory</ce:text></ce:doctopic></ce:doctopics></item-info><ce:floats><ce:figure id="fg0010"><ce:label>Fig. 1</ce:label><ce:caption id="cp0010"><ce:simple-para id="sp0010">The minimal bounce action <ce:cross-ref refid="fm0200" id="crf0010">(16)</ce:cross-ref> for <ce:italic>β</ce:italic> = 0,±6 and various values of <ce:italic>ξ</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>. The horizontal line in brown indicates the bounce action in the absence of gravity, <ce:italic>S</ce:italic><ce:inf>0</ce:inf> = 8<ce:italic>π</ce:italic><ce:sup>2</ce:sup>/(3|<ce:italic>λ</ce:italic>(<ce:italic>μ</ce:italic>)|). The metric and Palatini cases are represented by the black-dashed and gray-dot-dashed curves, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0010">Fig. 1</ce:alt-text><ce:link locator="gr001" xlink:type="simple" xlink:href="pii:S0370269323004434/gr001" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0010"/></ce:figure></ce:floats><head><ce:title id="ti0010">Electroweak vacuum decay in metric-affine gravity</ce:title><ce:author-group id="ag0010"><ce:author orcid="0000-0002-2957-5276" id="au0010" author-id="S0370269323004434-957dd146f6e243df4b6f309334983b99"><ce:given-name>Ioannis D.</ce:given-name><ce:surname>Gialamas</ce:surname><ce:cross-ref refid="cr0010" id="crf0450"><ce:sup>⁎</ce:sup></ce:cross-ref><ce:e-address type="email" xlink:href="mailto:ioannis.gialamas@kbfi.ee" id="ea0010">ioannis.gialamas@kbfi.ee</ce:e-address></ce:author><ce:author id="au0020" author-id="S0370269323004434-11ce32aef4ff6906bb946b4904582471"><ce:given-name>Hardi</ce:given-name><ce:surname>Veermäe</ce:surname><ce:e-address type="email" xlink:href="mailto:hardi.veermae@cern.ch" id="ea0020">hardi.veermae@cern.ch</ce:e-address></ce:author><ce:affiliation id="aff0010" affiliation-id="S0370269323004434-e0efc38af768f3818fce829f251dffc5"><ce:textfn>Laboratory of High Energy and Computational Physics, National Institute of Chemical Physics and Biophysics, Rävala pst. 10, 10143, Tallinn, Estonia</ce:textfn><sa:affiliation><sa:organization>Laboratory of High Energy and Computational Physics</sa:organization><sa:organization>National Institute of Chemical Physics and Biophysics</sa:organization><sa:address-line>Rävala pst. 10</sa:address-line><sa:city>Tallinn</sa:city><sa:postal-code>10143</sa:postal-code><sa:country>Estonia</sa:country></sa:affiliation><ce:source-text id="srct0005">Laboratory of High Energy and Computational Physics, National Institute of Chemical Physics and Biophysics, Rävala pst. 10, 10143, Tallinn, Estonia</ce:source-text></ce:affiliation><ce:correspondence id="cr0010"><ce:label>⁎</ce:label><ce:text>Corresponding author.</ce:text></ce:correspondence></ce:author-group><ce:date-received day="1" month="6" year="2023"/><ce:date-revised day="12" month="7" year="2023"/><ce:date-accepted day="27" month="7" year="2023"/><ce:miscellaneous id="ms0010">Editor: R. Gregory</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0020">We investigate the stability of the electroweak vacuum in metric-affine gravity in which the Standard Model Higgs boson can be non-minimally coupled to both the Ricci scalar and the Holst invariant. We find that vacuum stability is improved in this framework across a wide range of model parameters.</ce:simple-para></ce:abstract-sec></ce:abstract><ce:data-availability id="dav0001"><ce:section-title id="st0080">Data availability</ce:section-title><ce:para id="pr0220">No data was used for the research described in the article.</ce:para></ce:data-availability></head><body><ce:sections><ce:section id="se0010" role="introduction"><ce:label>1</ce:label><ce:section-title id="st0020">Introduction</ce:section-title><ce:para id="pr0010">It is well known that the potential of the Higgs boson in the Standard Model (SM) is deeper at high energies than in the electroweak vacuum permitting its decay through quantum tunneling <ce:cross-refs refid="br0010 br0020 br0030 br0040" id="crs0010">[1–4]</ce:cross-refs>. Although this does not invalidate the SM, the electroweak vacuum is predicted to be metastable in the absence of contributions from UV physics <ce:cross-refs refid="br0050 br0060 br0070 br0080 br0090 br0100 br0110 br0120 br0130" id="crs0020">[5–13]</ce:cross-refs>.</ce:para><ce:para id="pr0020">Coleman and De Luccia <ce:cross-ref refid="br0140" id="crf0020">[14]</ce:cross-ref> were the first to delve into the matter of gravitational effects on vacuum decay. Subsequently, multiple studies of gravitational corrections have been performed <ce:cross-refs refid="br0150 br0160 br0170 br0180 br0190 br0200 br0210 br0220 br0230" id="crs0030">[15–23]</ce:cross-refs>, along with discussions about the impact of black holes on the amplification or reduction of the vacuum decay rate <ce:cross-refs refid="br0240 br0250 br0260 br0270 br0280 br0290 br0300 br0310 br0320 br0330 br0340 br0350 br0360 br0370 br0380 br0390 br0400" id="crs0040">[24–40]</ce:cross-refs>.</ce:para><ce:para id="pr0030">In this letter, we extend the calculation of gravitational corrections to vacuum decay in the context of metric-affine gravity. There, in contrast to general relativity, the connection is taken to be an independent variable without the usual symmetries of the Levi-Civita one. As a result, the Riemann tensor does not possess the symmetries it has in the metric case, and thus the gravitational action should be extended by including an additional scalar curvature invariant - the Holst invariant. This term commonly appears in Loop Quantum Gravity <ce:cross-ref refid="br0410" id="crf0030">[41]</ce:cross-ref> and has been studied in various branches of high energy physics, such as black hole thermodynamics <ce:cross-refs refid="br0420 br0430" id="crs0050">[42,43]</ce:cross-refs>. Lately, its significance in inflationary cosmology <ce:cross-refs refid="br0440 br0450 br0460 br0470 br0480 br0490" id="crs0060">[44–49]</ce:cross-refs>, and high energy physics phenomenology <ce:cross-refs refid="br0500 br0510 br0520 br0530 br0540" id="crs0070">[50–54]</ce:cross-refs>, has garnered a great deal of attention.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">The gravitational action</ce:section-title><ce:para id="pr0040">Metric-affine theories of gravity treat the metric tensor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> and the connection <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mmultiscripts><mml:mrow><mml:mi mathvariant="normal">Γ</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts></mml:math> as independent variables. This should be contrasted with the usual metric gravity that uses the Levi-Civita connection <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mo stretchy="true">{</mml:mo><mml:mmultiscripts><mml:mrow/><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/><mml:mprescripts/><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow></mml:mmultiscripts><mml:mo stretchy="true">}</mml:mo></mml:math>, which is completely determined by the metric. It is useful to decompose the connection <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mmultiscripts><mml:mrow><mml:mi mathvariant="normal">Γ</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts></mml:math> as<ce:display><ce:formula id="fm0010"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mmultiscripts><mml:mrow><mml:mi mathvariant="normal">Γ</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mo>≡</mml:mo><mml:mrow><mml:mo stretchy="true">{</mml:mo><mml:mmultiscripts><mml:mrow/><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/><mml:mprescripts/><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow></mml:mmultiscripts><mml:mo stretchy="true">}</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si5.svg"><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts></mml:math> is dubbed the distortion tensor. The Riemann tensor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:mmultiscripts><mml:mrow><mml:mi mathvariant="script">R</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts></mml:math> is constructed from the connection Γ in the usual way and one can form two scalars that are linear on it. These are the Ricci scalar and the Holst invariant <ce:cross-refs refid="br0550 br0560" id="crs0080">[55,56]</ce:cross-refs><ce:display><ce:formula id="fm0020"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:mi mathvariant="script">R</mml:mi><mml:mo>≡</mml:mo><mml:mmultiscripts><mml:mrow><mml:mi mathvariant="script">R</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">R</mml:mi></mml:mrow><mml:mrow><mml:mo>˜</mml:mo></mml:mrow></mml:mover><mml:mo>≡</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi mathvariant="script">R</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:italic>g</ce:italic> is the determinant of the metric tensor and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:msup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msup></mml:math> is the totally antisymmetric tensor. In metric gravity, the Holst invariant vanishes identically due to the symmetries of the Riemann tensor.</ce:para><ce:para id="pr0050">The most general action linear in the Riemann tensor and containing terms of at most dimension 4 has the form<ce:cross-ref refid="fn0010" id="crf0040"><ce:sup>1</ce:sup></ce:cross-ref><ce:footnote id="fn0010"><ce:label>1</ce:label><ce:note-para id="np0010">Natural units with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:mi>c</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>ħ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:math> are used throughout this paper.</ce:note-para></ce:footnote><ce:display><ce:formula id="fm0030"><ce:label>(3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:mi>S</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:mfrac><mml:mrow><mml:mi mathvariant="script">R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">R</mml:mi></mml:mrow><mml:mrow><mml:mo>˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is the Higgs potential,<ce:display><ce:formula id="fm0040"><ce:label>(4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mi>κ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>ξ</mml:mi><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>κ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> are non-minimal couplings, <ce:italic>β</ce:italic>, <ce:italic>ξ</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math> are constant couplings, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mi>κ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:msubsup><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Pl</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>. The function <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> can be thought of as a field-dependent Barbero-Immirzi parameter <ce:cross-refs refid="br0560 br0570" id="crs0090">[56,57]</ce:cross-refs>. We will first work out the formalism without assuming a specific functional form of <ce:italic>f</ce:italic>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>, and <ce:italic>V</ce:italic> and suppress their arguments for notational brevity.</ce:para><ce:para id="pr0060">In addition to the Ricci and Holst terms, metric-affine gravity permits the construction of 20 additional scalars with mass dimension 2 from torsion <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:msub><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi mathvariant="normal">Γ</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mo stretchy="false">[</mml:mo><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msub></mml:math> and non-metricity <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:msub><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:msub><mml:mrow><mml:mi mathvariant="normal">∇</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math> <ce:cross-refs refid="br0580 br0590" id="crs0100">[58,59]</ce:cross-refs>. Although such terms are not considered in this work, our perturbative results can be straightforwardly extended to include them as will be explained below. We will also neglect couplings between the connection and fermions as they will only generate Planck-suppressed four-fermion and higher-order scalar-fermion interactions <ce:cross-refs refid="br0470 br0510 br0530 br0600" id="crs0110">[47,51,53,60]</ce:cross-refs> and do not affect the leading order corrections to vacuum stability.</ce:para><ce:para id="pr0070">We remark that the action <ce:cross-ref refid="fm0030" id="crf0050">(3)</ce:cross-ref> also appears in Einstein-Cartan gravity. A crucial distinction with the current case is that the Einstein-Cartan connection is decomposed using the Levi-Civita connection and torsion and, unlike in metric-affine gravity, the non-metricity is taken to be zero. Nevertheless, as we will show below, the metric-affine framework contains both the metric and Palatini formulations as limiting cases and the non-metricity may be taken to zero without loss of generality.</ce:para><ce:para id="pr0080">In order to study bounce solutions, we construct the Euclidean action <ce:cross-ref refid="fm0030" id="crf0060">(3)</ce:cross-ref> by analytically continuing the Lorentzian signature <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:mo stretchy="false">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> to the Euclidean one <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:mo stretchy="false">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo>,</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math>. Then, to bring the action to a more conventional form, we will first integrate out the connection. To this aim, we will express the Ricci scalar and the Holst invariant in terms of the metric Ricci scalar <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:mi>R</mml:mi><mml:mo stretchy="false">[</mml:mo><mml:mi>g</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:math> and the distortion tensor,<ce:display><ce:formula id="fm0050"><ce:label>(5a)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:mrow><mml:mi mathvariant="script">R</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>R</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>λ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mi>λ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0060"><ce:label>(5b)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi mathvariant="script">R</mml:mi></mml:mrow><mml:mrow><mml:mo>˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>ν</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>μ</mml:mi><mml:mi>λ</mml:mi></mml:mrow></mml:msub><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mi>σ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>D</ce:italic> denotes the covariant derivative of the Levi-Civita connection. Substituting Eq. <ce:cross-ref refid="fm0050" id="crf0070">(5a)</ce:cross-ref> and <ce:cross-ref refid="fm0060" id="crf0080">(5b)</ce:cross-ref> into the action <ce:cross-ref refid="fm0030" id="crf0090">(3)</ce:cross-ref>, yields<ce:cross-ref refid="fn0020" id="crf0100"><ce:sup>2</ce:sup></ce:cross-ref><ce:footnote id="fn0020"><ce:label>2</ce:label><ce:note-para id="np0020">Although the Holst term picks up an imaginary unit when continuing to Euclidean space, analogously to the CP violating topological term in Yang-Mills theory (e.g., see Ref. <ce:cross-ref refid="br0610" id="crf0110">[61]</ce:cross-ref>), its effect is negated due to the dependence of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:msup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mi mathvariant="normal">sign</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>g</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mn>4</mml:mn><mml:mo>!</mml:mo></mml:math> on the sign of the metric determinant.</ce:note-para></ce:footnote><ce:display><ce:formula id="fm0070"><ce:label>(6)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi>E</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo id="mmlbr0001">∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">[</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>f</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>V</mml:mi><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="before">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>λ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mi>λ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:msup><mml:mrow/><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="before">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>i</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msub><mml:mrow><mml:mi>D</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>ν</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>μ</mml:mi><mml:mi>λ</mml:mi></mml:mrow></mml:msub><mml:mmultiscripts><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:none/><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mi>σ</mml:mi></mml:mrow><mml:none/></mml:mmultiscripts><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo stretchy="true" maxsize="5.2ex" minsize="5.2ex">]</mml:mo><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> The distortion tensor obeys an algebraic non-homogeneous linear equation of motion. Thus, in order to integrate it out in full generality, it is sufficient to find a particular solution to this equation <ce:cross-ref refid="br0470" id="crf0120">[47]</ce:cross-ref>. Such a solution is given by <ce:cross-ref refid="br0490" id="crf0130">[49]</ce:cross-ref><ce:display><ce:formula id="fm0080"><ce:label>(7)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.2em"/><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mspace width="0.2em"/><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow></mml:msub><mml:mi>X</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mi>X</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>i</mml:mi><mml:msub><mml:mrow><mml:mi>ϵ</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi><mml:mi>ρ</mml:mi><mml:mi>σ</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>σ</mml:mi></mml:mrow></mml:msup><mml:mi>Y</mml:mi><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where<ce:display><ce:formula id="fm0090"><ce:label>(8)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:mi>f</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>e</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">cos</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>Y</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>e</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msup><mml:mi mathvariant="normal">sin</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>Y</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> This solution is metric compatible, i.e., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>ν</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mi>ρ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>, and has torsion <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:msub><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>ν</mml:mi><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mo stretchy="false">[</mml:mo><mml:mi>ν</mml:mi><mml:mi>μ</mml:mi><mml:mo stretchy="false">]</mml:mo></mml:mrow></mml:msub></mml:math>. So, the theory is dynamically equivalent to the Einstein-Cartan theory. On the other hand, the particular solution <ce:cross-ref refid="fm0080" id="crf0140">(7)</ce:cross-ref> is not the general one because of the projective symmetry of the action, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>ν</mml:mi><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">→</mml:mo><mml:msub><mml:mrow><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>ν</mml:mi><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>μ</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>, which can be used to induce the non-metricity <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msub><mml:mrow><mml:mi>Q</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:msub><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow></mml:msub></mml:math>. In particular, the Palatini limit with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> is obtained by choosing <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>A</mml:mi></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mi>X</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:math>.</ce:para><ce:para id="pr0090">Substituting <ce:cross-ref refid="fm0080" id="crf0150">(7)</ce:cross-ref> in the action <ce:cross-ref refid="fm0070" id="crf0160">(6)</ce:cross-ref> gives<ce:display><ce:formula id="fm0100"><ce:label>(9)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi>E</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">d</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:msqrt><mml:mrow><mml:mi>g</mml:mi></mml:mrow></mml:msqrt><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>f</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>K</mml:mi><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo>∂</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where the contribution of the independent connection is now fully captured by the kinetic function<ce:cross-ref refid="fn0030" id="crf0170"><ce:sup>3</ce:sup></ce:cross-ref><ce:footnote id="fn0030"><ce:label>3</ce:label><ce:note-para id="np0030">The primes denote differentiation with respect to the argument of the function, that is, depending on the context, with respect to <ce:italic>h</ce:italic> or <ce:italic>r</ce:italic>.</ce:note-para></ce:footnote><ce:display><ce:formula id="fm0110"><ce:label>(10)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mi>K</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mi>f</mml:mi><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>f</mml:mi><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Note that the action <ce:cross-ref refid="fm0100" id="crf0180">(9)</ce:cross-ref> does not depend on the sign of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>.</ce:para><ce:para id="pr0100">For specific combinations of the involved functions, the general metric-affine theory interpolates continuously between the metric (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:mi>K</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn></mml:math>) and the Palatini (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:mi>K</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">/</mml:mo><mml:mi>f</mml:mi></mml:math>) theories. In accordance with Ref. <ce:cross-ref refid="br0440" id="crf0190">[44]</ce:cross-ref>, we find that these scenarios correspond to<ce:display><ce:formula id="fm0120"><ce:label>(11a)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>c</mml:mi><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>4</mml:mn><mml:mi>c</mml:mi></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="2em"/><mml:mtext>(metric)</mml:mtext></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0130"><ce:label>(11b)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>c</mml:mi><mml:mi>f</mml:mi><mml:mspace width="0.2em"/><mml:mo>,</mml:mo><mml:mspace width="0.2em"/><mml:mspace width="2em"/><mml:mspace width="2em"/><mml:mtext>(Palatini)</mml:mtext></mml:mrow></mml:math></ce:formula></ce:display> with <ce:italic>c</ce:italic> a constant. As an important case, the metric formulation can be obtained in the limit in which the constant part of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math> is large. More specifically, without loss of generality we can consider <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>κ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math>, <ce:italic>f</ce:italic> are arbitrary functions of <ce:italic>h</ce:italic>. If <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mi>κ</mml:mi><mml:mo>≫</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mi>f</mml:mi></mml:math>, then<ce:display><ce:formula id="fm0140"><ce:label>(12)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mi>K</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>3</mml:mn><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mi>β</mml:mi></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi mathvariant="script">O</mml:mi><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mi>β</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> and thus the metric-affine theory approaches the purely metric theory when <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">→</mml:mo><mml:mo>∞</mml:mo></mml:math>. With <ce:italic>f</ce:italic>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math> given by <ce:cross-ref refid="fm0040" id="crf0200">(4)</ce:cross-ref>, the Palatini formulation corresponds to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:mi>β</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">/</mml:mo><mml:mi>ξ</mml:mi></mml:math>, of which <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi>β</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> is only a special case. Consequently, as <ce:italic>β</ce:italic> ranges from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo>∞</mml:mo><mml:mo stretchy="false">→</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">/</mml:mo><mml:mi>ξ</mml:mi><mml:mo stretchy="false">→</mml:mo><mml:mo>∞</mml:mo></mml:math>, the metric formulation is continuously deformed to the Palatini one and back.</ce:para></ce:section><ce:section id="se0030"><ce:label>3</ce:label><ce:section-title id="st0040">Corrections to vacuum decay in metric-affine gravity</ce:section-title><ce:para id="pr0110">To compute the minimal bounce action, we will look for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:mi>O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math> symmetric solutions <ce:cross-ref refid="br0620" id="crf0210">[62]</ce:cross-ref>, with the line element <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi mathvariant="normal">Ω</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi mathvariant="normal">Ω</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> denotes the line element of the unit 3-sphere and the Higgs field depends only on the radial coordinate <ce:italic>r</ce:italic>, <ce:italic>i.e.</ce:italic> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:mi>h</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>. In this background, the metric Ricci scalar reads <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:mi>R</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>6</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>ρ</mml:mi><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>″</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> and the Euclidean action can be recast as<ce:display><ce:formula id="fm0150"><ce:label>(13)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi>E</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>∫</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>r</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true" maxsize="6.6ex" minsize="6.6ex">[</mml:mo><mml:mn>3</mml:mn><mml:mi>f</mml:mi><mml:mspace width="0.2em"/><mml:mfrac><mml:mrow><mml:mi>ρ</mml:mi><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>″</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>K</mml:mi><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="true" maxsize="6.6ex" minsize="6.6ex">]</mml:mo><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> The bounce solution is determined by the following equations of motion<ce:cross-ref refid="fn0040" id="crf0220"><ce:sup>4</ce:sup></ce:cross-ref><ce:footnote id="fn0040"><ce:label>4</ce:label><ce:note-para id="np0040">The <ce:italic>ρ</ce:italic> equations of motion follow from the <ce:italic>rr</ce:italic> component of the Einstein equations, but can also be derived by varying the action <ce:cross-ref refid="fm0150" id="crf0230">(13)</ce:cross-ref>.</ce:note-para></ce:footnote><ce:display><ce:formula id="fm0160"><ce:label>(14a)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>3</mml:mn><mml:mi>f</mml:mi></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>K</mml:mi><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>V</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0170"><ce:label>(14b)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>″</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>K</mml:mi></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> To obtain the bounce action, we will adopt the perturbative method proposed in Ref. <ce:cross-ref refid="br0150" id="crf0240">[15]</ce:cross-ref> and look for solutions as a series in <ce:italic>κ</ce:italic>, <ce:italic>i.e.</ce:italic><ce:display><ce:formula id="fm0180"><ce:label>(15a)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si56.svg"><mml:mrow><mml:mi>h</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>κ</mml:mi><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display><ce:display><ce:formula id="fm0190"><ce:label>(15b)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mrow><mml:mi>ρ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>r</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>κ</mml:mi><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> This approach is suitable when the gravitational corrections are relatively small, and, as we will demonstrate, this technique is adequate for elucidating the differences that emerge due to the inclusion of the Holst invariant. In a similar vein, the bounce action <ce:cross-ref refid="fm0150" id="crf0250">(13)</ce:cross-ref> can be expanded as<ce:display><ce:formula id="fm0200"><ce:label>(16)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi>E</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>κ</mml:mi><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0120">The leading order solution<ce:cross-ref refid="fn0050" id="crf0260"><ce:sup>5</ce:sup></ce:cross-ref><ce:footnote id="fn0050"><ce:label>5</ce:label><ce:note-para id="np0050">See also <ce:cross-ref refid="br0630" id="crf0270">[63]</ce:cross-ref> for exact solutions for vacuum decay in Higgs-like unbounded potentials.</ce:note-para></ce:footnote> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> of <ce:cross-refs refid="fm0160 fm0170" id="crs0120">(14)</ce:cross-refs> is the so-called Fubini instanton <ce:cross-refs refid="br0640 br0650" id="crs0130">[64,65]</ce:cross-refs><ce:display><ce:formula id="fm0210"><ce:label>(17)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msqrt><mml:mrow><mml:mfrac><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mo stretchy="false">|</mml:mo><mml:mi>λ</mml:mi><mml:mo stretchy="false">|</mml:mo></mml:mrow></mml:mfrac></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> with <ce:italic>μ</ce:italic> being an arbitrary scale of the bounce. It solves the equation of motion in the absence of gravity (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>r</mml:mi></mml:math>) and with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>λ</mml:mi><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">/</mml:mo><mml:mn>4</mml:mn></mml:math> assuming that the Higgs quartic coupling <ce:italic>λ</ce:italic> is constant and negative. The leading order contribution to the action <ce:cross-ref refid="fm0150" id="crf0280">(13)</ce:cross-ref> is<ce:display><ce:formula id="fm0220"><ce:label>(18)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>∫</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>r</mml:mi><mml:mspace width="0.2em"/><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>8</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>3</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mi>λ</mml:mi><mml:mo stretchy="false">|</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> and gives the bounce action in the absence of gravity. To obtain the gravitationally corrected action one must account for the running of <ce:italic>λ</ce:italic> <ce:cross-refs refid="br0170 br0190" id="crs0140">[17,19]</ce:cross-refs>. We will evaluate <ce:italic>λ</ce:italic> at the scale of the bounce <ce:italic>μ</ce:italic> and then minimize the action with respect to <ce:italic>μ</ce:italic>. The running of <ce:italic>λ</ce:italic> is computed at a 3-loop level <ce:cross-ref refid="br0110" id="crf0290">[11]</ce:cross-ref> with the relevant parameters taken from <ce:cross-ref refid="br0660" id="crf0300">[66]</ce:cross-ref>.</ce:para><ce:para id="pr0130">Evaluating the gravitational correction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> relies on the specific form of <ce:italic>f</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>, for which we will assume the form <ce:cross-ref refid="fm0040" id="crf0310">(4)</ce:cross-ref> when needed. We will assume that the leading order gravitational corrections to the kinetic function <ce:cross-ref refid="fm0110" id="crf0320">(10)</ce:cross-ref> can be expressed as<ce:display><ce:formula id="fm0230"><ce:label>(19)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:mi>K</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>κ</mml:mi><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> is a dimensionless constant. Indeed, with <ce:italic>f</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math> given by <ce:cross-ref refid="fm0040" id="crf0330">(4)</ce:cross-ref>, we have that<ce:display><ce:formula id="fm0240"><ce:label>(20)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si67.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>≡</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:mi>β</mml:mi><mml:mi>ξ</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Note that for large <ce:italic>β</ce:italic> we recover Eq. <ce:cross-ref refid="fm0140" id="crf0340">(12)</ce:cross-ref>. At order <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>κ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, the equation of motion <ce:cross-ref refid="fm0160" id="crf0350">(14a)</ce:cross-ref> is<ce:display><ce:formula id="fm0250"><ce:label>(21)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:msubsup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msubsup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo><mml:mspace width="0.2em"/><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>V</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msubsup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msubsup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> independently of the shape of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>. For the Fubini bounce <ce:cross-ref refid="fm0210" id="crf0360">(17)</ce:cross-ref>, it is solved by<ce:display><ce:formula id="fm0260"><ce:label>(22)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mi>λ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>r</mml:mi><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mi mathvariant="normal">arctan</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mi>r</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Knowing <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> is sufficient to compute the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>κ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> correction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> to the action. We checked explicitly that the dependence on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> can be eliminated by the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> equations of motion and partial integration. This is a general result, however, because <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math> minimizes the action in the absence of gravity and thus <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>κ</mml:mi><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi mathvariant="script">O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi>κ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math> <ce:cross-ref refid="br0190" id="crf0370">[19]</ce:cross-ref>. In all, we obtain that<ce:display><ce:formula id="fm0270"><ce:label>(23)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo id="mmlbr0002" linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>32</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>45</mml:mn><mml:msup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:mi>ξ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0002" linebreakstyle="before">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>32</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>45</mml:mn><mml:msup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>6</mml:mn><mml:mi>ξ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>36</mml:mn><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:mi>β</mml:mi><mml:mi>ξ</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> encodes the modifications resulting from an independent connection, <ce:italic>i.e.</ce:italic>, setting <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msub><mml:mrow><mml:mi>K</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> recovers the metric case.</ce:para><ce:para id="pr0140">The gravitational correction <ce:cross-ref refid="fm0270" id="crf0380">(23)</ce:cross-ref> can be negative for certain values of model parameters. If this happens, then the action cannot be minimized with respect to <ce:italic>μ</ce:italic> and the adopted perturbative approach is not applicable. However, by minimizing <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> with respect to <ce:italic>ξ</ce:italic>, it is straightforward to show that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> is always positive when<ce:display><ce:formula id="fm0280"><ce:label>(24)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:mi>β</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo>≥</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>12</mml:mn><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Otherwise, the positivity of the gravitational correction <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> can be achieved only in certain regions of the parameter space. Two special cases warrant being considered more closely:<ce:list id="ls0010"><ce:list-item id="li0010"><ce:label>1.</ce:label><ce:para id="pr0150"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>: A minimally coupled Holst term <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">(</mml:mo><mml:mi>h</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>κ</mml:mi></mml:math> is probably the simplest scenario. The region allowed by the positivity of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> is<ce:display><ce:formula id="fm0290"><ce:label>(25)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:mrow><mml:mo stretchy="true">|</mml:mo><mml:mi>ξ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>6</mml:mn><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">|</mml:mo></mml:mrow><mml:mo>≥</mml:mo><mml:mfrac><mml:mrow><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt></mml:mrow><mml:mrow><mml:mn>6</mml:mn><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> For <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:mi>β</mml:mi><mml:mo>≪</mml:mo><mml:mn>1</mml:mn></mml:math>, this gives <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:mi>ξ</mml:mi><mml:mo>≤</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math> or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:mi>ξ</mml:mi><mml:mo>≥</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>12</mml:mn></mml:math>, while, when <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:mi>β</mml:mi><mml:mo>≫</mml:mo><mml:mn>1</mml:mn></mml:math>, only a narrow region around the conformal coupling <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si85.svg"><mml:mi>ξ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>6</mml:mn></mml:math> is forbidden, that is, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si86.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>ξ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>6</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mo>≥</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>6</mml:mn><mml:mi>β</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>.</ce:para></ce:list-item><ce:list-item id="li0020"><ce:label>2.</ce:label><ce:para id="pr0160"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si87.svg"><mml:mi>β</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>: In this case, the contribution from the Holst term<ce:display><ce:formula id="fm0300"><ce:label>(26)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si88.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>32</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>μ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>45</mml:mn><mml:msup><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>μ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>12</mml:mn><mml:mi>ξ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>36</mml:mn><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> is always positive and will thus always improve the stability of the SM vacuum when compared to the Palatini case. This special case is depicted in the middle panel of <ce:cross-ref refid="fg0010" id="crf0390">Fig. 1</ce:cross-ref><ce:float-anchor refid="fg0010"/> However, as in the Palatini limit, the positivity of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math> implies a strict lower bound<ce:display><ce:formula id="fm0310"><ce:label>(27)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si89.svg"><mml:mi>ξ</mml:mi><mml:mo>≥</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>12</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mspace width="0.2em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display></ce:para></ce:list-item></ce:list></ce:para><ce:para id="pr0170">The minimal bounce action is shown in <ce:cross-ref refid="fg0010" id="crf0400">Fig. 1</ce:cross-ref> with the running of <ce:italic>λ</ce:italic> computed at the 3-loop level <ce:cross-ref refid="br0110" id="crf0410">[11]</ce:cross-ref>. It shows that the metric limit <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si90.svg"><mml:mi>β</mml:mi><mml:mo stretchy="false">→</mml:mo><mml:mo>∞</mml:mo></mml:math> is realized quite well already for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>6</mml:mn></mml:math> when <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si92.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo>≈</mml:mo><mml:mn>0</mml:mn></mml:math>. For <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si93.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo>≫</mml:mo><mml:mn>1</mml:mn></mml:math>, we see that the bounce action is typically enhanced when <ce:italic>β</ce:italic> and <ce:italic>ξ</ce:italic> have the opposite signs, thus improving the stability of the vacuum. Additionally, in comparison to the metric case, the stability is improved when <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si94.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>ξ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo></mml:math>. In all depicted cases, the regions in which <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0</mml:mn></mml:math> can be observed: When <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:mi>β</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>6</mml:mn></mml:math>, this region exists only for the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> line and is contained in a narrow range around <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si97.svg"><mml:mi>ξ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>37</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>216</mml:mn></mml:math>. In the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:mi>β</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn></mml:math> case, a parameter region with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si95.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0</mml:mn></mml:math> can be observed for every <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>. The disallowed <ce:italic>ξ</ce:italic> range varies with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>. Since the theory is independent of the sign of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mover accent="true"><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover></mml:math>, then the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si96.svg"><mml:mi>β</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>6</mml:mn></mml:math> panel covers the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si98.svg"><mml:mi>β</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn></mml:math> case with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si99.svg"><mml:mover accent="true"><mml:mrow><mml:mi>ξ</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">˜</mml:mo></mml:mrow></mml:mover><mml:mo>∈</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>100</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:math> and vice versa.</ce:para><ce:para id="pr0180">Finally, it is important to point out that, as in the action <ce:cross-ref refid="fm0100" id="crf0420">(9)</ce:cross-ref>, the contributions from mass dimension 2 terms constructed from torsion and non-metricity that can appear in metric-affine gravity can be reduced to a non-canonical kinetic term in a metric theory <ce:cross-ref refid="br0590" id="crf0430">[59]</ce:cross-ref>. This implies that our results can be straightforwardly extended to include corrections to vacuum stability from such terms by computing their contribution to the small <ce:italic>κ</ce:italic> expansion <ce:cross-ref refid="fm0230" id="crf0440">(19)</ce:cross-ref>.</ce:para></ce:section><ce:section id="se0040" role="conclusion"><ce:label>4</ce:label><ce:section-title id="st0050">Conclusions</ce:section-title><ce:para id="pr0190">We analyzed the stability of the electroweak vacuum in metric-affine gravity, where the Higgs boson is expected to have an additional non-minimal coupling to the Holst invariant. This scenario can be reformulated in terms of an equivalent metric theory with a non-canonical kinetic term, where the gravitational corrections to the bounce action can be studied with established perturbative methods. Our results show that the stability of the electroweak vacuum in metric-affine gravity is improved across a wide range of model parameters.</ce:para><ce:para id="pr0200">A non-minimally coupled Holst term provides a class of models that continuously connects metric and Palatini gravity. We find that the limiting case of Palatini gravity displays the mildest improvement to vacuum stability.</ce:para> </ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0090">Declaration of Competing Interest</ce:section-title><ce:para id="pr0230">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0060">Acknowledgements</ce:section-title><ce:para id="pr0210">We thank Tomi Koivisto for useful comments. This work was supported by the <ce:grant-sponsor id="gsp0010" sponsor-id="https://doi.org/10.13039/501100002301">Estonian Research Council</ce:grant-sponsor> grants <ce:grant-number refid="gsp0010">SJD18</ce:grant-number> and <ce:grant-number refid="gsp0010">PSG869</ce:grant-number>.</ce:para></ce:acknowledgment></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0070">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bibA2620ED996CE5D062AD25E8CD8AD71C3s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.R.</ce:given-name><ce:surname>Coleman</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The fate of the false vacuum. 1. Semiclassical theory</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>15</sb:volume-nr></sb:series><sb:date>1977</sb:date></sb:issue><sb:pages><sb:first-page>2929</sb:first-page><sb:last-page>2936</sb:last-page></sb:pages></sb:host><sb:comment>Erratum:</sb:comment><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>16</sb:volume-nr></sb:series><sb:date>1977</sb:date></sb:issue><sb:pages><sb:first-page>1248</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0010">S. R. Coleman, The Fate of the False Vacuum. 1. Semiclassical Theory, Phys. Rev. D 15 (1977) 2929–2936.; Erratum: Phys.Rev.D 16, 1248 (1977).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bib1081C3C9C570FC31411FDAEB40C3146Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.B.</ce:given-name><ce:surname>Arnold</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Can the electroweak vacuum be unstable?</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>40</sb:volume-nr></sb:series><sb:date>1989</sb:date></sb:issue><sb:pages><sb:first-page>613</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0015">P. B. Arnold, Can the Electroweak Vacuum Be Unstable? Phys. Rev. D 40 (1989) 613.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bib7D85DB4A182D2D7BF0FCDDC141D7EC24s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Sher</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Electroweak Higgs potentials and vacuum stability</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>179</sb:volume-nr></sb:series><sb:date>1989</sb:date></sb:issue><sb:pages><sb:first-page>273</sb:first-page><sb:last-page>418</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0020">M. Sher, Electroweak Higgs Potentials and Vacuum Stability, Phys. Rept. 179 (1989) 273–418.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bib6DA5AD69699C36F45BE4E3B4570C7C36s1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.B.</ce:given-name><ce:surname>Arnold</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Vokos</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Instability of hot electroweak theory: bounds on m(H) and M(t)</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>44</sb:volume-nr></sb:series><sb:date>1991</sb:date></sb:issue><sb:pages><sb:first-page>3620</sb:first-page><sb:last-page>3627</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0025">P. B. Arnold and S. Vokos, Instability of hot electroweak theory: bounds on m(H) and M(t), Phys. Rev. D 44 (1991) 3620–3627.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bibE4F72C8730D1A33C09A3034DC1B9AF7Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Sher</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Precise vacuum stability bound in the standard model</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>317</sb:volume-nr></sb:series><sb:date>1993</sb:date></sb:issue><sb:pages><sb:first-page>159</sb:first-page><sb:last-page>163</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/9307342" id="inf0010">arXiv:hep-ph/9307342</ce:inter-ref></sb:e-host></sb:host><sb:comment>Addendum:</sb:comment><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>331</sb:volume-nr></sb:series><sb:date>1994</sb:date></sb:issue><sb:pages><sb:first-page>448</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0030">M. Sher, Precise vacuum stability bound in the standard model, Phys. Lett. B 317 (1993) 159–163, [hep-ph/9307342]. [Addendum: Phys.Lett.B 331, 448–448 (1994)].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bibF525764283B0B2C8E1469BFF4DFE1A3Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.A.</ce:given-name><ce:surname>Casas</ce:surname></sb:author><sb:author><ce:given-name>J.R.</ce:given-name><ce:surname>Espinosa</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Quiros</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Improved Higgs mass stability bound in the standard model and implications for supersymmetry</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>342</sb:volume-nr></sb:series><sb:date>1995</sb:date></sb:issue><sb:pages><sb:first-page>171</sb:first-page><sb:last-page>179</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/9409458" id="inf0020">arXiv:hep-ph/9409458</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0035">J. A. Casas, J. R. Espinosa, and M. Quiros, Improved Higgs mass stability bound in the standard model and implications for supersymmetry, Phys. Lett. B 342 (1995) 171–179, [hep-ph/9409458].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bibF5E5374D06610A8409B39CFA62CA571As1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Isidori</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Ridolfi</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Strumia</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On the metastability of the standard model vacuum</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>609</sb:volume-nr></sb:series><sb:date>2001</sb:date></sb:issue><sb:pages><sb:first-page>387</sb:first-page><sb:last-page>409</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/0104016" id="inf0030">arXiv:hep-ph/0104016</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0040">G. Isidori, G. Ridolfi, and A. Strumia, On the metastability of the standard model vacuum, Nucl. Phys. B 609 (2001) 387–409, [hep-ph/0104016].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bib54BB11ECB044504C66C6F23673F2EA5Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.R.</ce:given-name><ce:surname>Espinosa</ce:surname></sb:author><sb:author><ce:given-name>G.F.</ce:given-name><ce:surname>Giudice</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Riotto</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Cosmological implications of the Higgs mass measurement</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>05</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>002</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0710.2484" id="inf0040">arXiv:0710.2484</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0045">J. R. Espinosa, G. F. Giudice, and A. Riotto, Cosmological implications of the Higgs mass measurement, JCAP 05 (2008) 002, [arXiv:0710.2484].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib902EC6D0CDBD5E40F19555B0E75AAA2Cs1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Elias-Miro</ce:surname></sb:author><sb:author><ce:given-name>J.R.</ce:given-name><ce:surname>Espinosa</ce:surname></sb:author><sb:author><ce:given-name>G.F.</ce:given-name><ce:surname>Giudice</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Isidori</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Riotto</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Strumia</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Higgs mass implications on the stability of the electroweak vacuum</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>709</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:pages><sb:first-page>222</sb:first-page><sb:last-page>228</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1112.3022" id="inf0050">arXiv:1112.3022</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0050">J. Elias-Miro, J. R. Espinosa, G. F. Giudice, G. Isidori, A. Riotto, and A. Strumia, Higgs mass implications on the stability of the electroweak vacuum, Phys. Lett. B 709 (2012) 222–228, [arXiv:1112.3022].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bibB0911D6A4A87232C83E4EBCB3D343F54s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Degrassi</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Di Vita</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Elias-Miro</ce:surname></sb:author><sb:author><ce:given-name>J.R.</ce:given-name><ce:surname>Espinosa</ce:surname></sb:author><sb:author><ce:given-name>G.F.</ce:given-name><ce:surname>Giudice</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Isidori</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Strumia</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Higgs mass and vacuum stability in the standard model at NNLO</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>08</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:article-number>098</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1205.6497" id="inf0060">arXiv:1205.6497</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0055">G. Degrassi, S. Di Vita, J. Elias-Miro, J. R. Espinosa, G. F. Giudice, G. Isidori, and A. Strumia, Higgs mass and vacuum stability in the Standard Model at NNLO, JHEP 08 (2012) 098, [arXiv:1205.6497].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib6DB04BB9EE7A84BE8F7F8423535CE3B7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Buttazzo</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Degrassi</ce:surname></sb:author><sb:author><ce:given-name>P.P.</ce:given-name><ce:surname>Giardino</ce:surname></sb:author><sb:author><ce:given-name>G.F.</ce:given-name><ce:surname>Giudice</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Sala</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Salvio</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Strumia</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Investigating the near-criticality of the Higgs boson</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>12</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>089</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1307.3536" id="inf0070">arXiv:1307.3536</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0060">D. Buttazzo, G. Degrassi, P. P. Giardino, G. F. Giudice, F. Sala, A. Salvio, and A. Strumia, Investigating the near-criticality of the Higgs boson, JHEP 12 (2013) 089, [arXiv:1307.3536].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bib3D82BB4758C70A0C3E82F2FFA9AADAA8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Di Luzio</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Isidori</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Ridolfi</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Stability of the electroweak ground state in the standard model and its extensions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>753</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>150</sb:first-page><sb:last-page>160</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1509.05028" id="inf0080">arXiv:1509.05028</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0065">L. Di Luzio, G. Isidori, and G. Ridolfi, Stability of the electroweak ground state in the Standard Model and its extensions, Phys. Lett. B 753 (2016) 150–160, [arXiv:1509.05028].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bib7C0470A18EA81ADD1697769EB41544DBs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Chigusa</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Moroi</ce:surname></sb:author><sb:author><ce:given-name>Y.</ce:given-name><ce:surname>Shoji</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>State-of-the-art calculation of the decay rate of electroweak vacuum in the standard model</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>119</sb:volume-nr></sb:series><sb:issue-nr>21</sb:issue-nr><sb:date>2017</sb:date></sb:issue><sb:article-number>211801</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1707.09301" id="inf0090">arXiv:1707.09301</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0070">S. Chigusa, T. Moroi, and Y. Shoji, State-of-the-Art Calculation of the Decay Rate of Electroweak Vacuum in the Standard Model, Phys. Rev. Lett. 119 (2017), no. 21 211801, [arXiv:1707.09301].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bib8956EE2E7FF84CCAF9AC41F7EBCA5031s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.R.</ce:given-name><ce:surname>Coleman</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>De Luccia</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Gravitational effects on and of vacuum decay</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>21</sb:volume-nr></sb:series><sb:date>1980</sb:date></sb:issue><sb:pages><sb:first-page>3305</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0075">S. R. Coleman and F. De Luccia, Gravitational Effects on and of Vacuum Decay, Phys. Rev. D 21 (1980) 3305.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bibFDB2C2020C4AFCA77E83163D63B12EE1s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Isidori</ce:surname></sb:author><sb:author><ce:given-name>V.S.</ce:given-name><ce:surname>Rychkov</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Strumia</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Tetradis</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Gravitational corrections to standard model vacuum decay</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>77</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>025034</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0712.0242" id="inf0100">arXiv:0712.0242</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0080">G. Isidori, V. S. Rychkov, A. Strumia, and N. Tetradis, Gravitational corrections to standard model vacuum decay, Phys. Rev. D 77 (2008) 025034, [arXiv:0712.0242].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bib13E72C646EFC8918709D4262CB080FE1s1"><sb:contribution><sb:authors><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Branchina</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Messina</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Zappala</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Impact of gravity on vacuum stability</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Europhys. Lett.</sb:maintitle></sb:title><sb:volume-nr>116</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:article-number>21001</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1601.06963" id="inf0110">arXiv:1601.06963</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0085">V. Branchina, E. Messina, and D. Zappala, Impact of Gravity on Vacuum Stability, EPL 116 (2016), no. 2 21001, [arXiv:1601.06963].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bibF65AE476A990E485257BEED4C1DDCC94s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Rajantie</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Stopyra</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Standard model vacuum decay with gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>95</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2017</sb:date></sb:issue><sb:article-number>025008</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1606.00849" id="inf0120">arXiv:1606.00849</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0090">A. Rajantie and S. Stopyra, Standard Model vacuum decay with gravity, Phys. Rev. D 95 (2017), no. 2 025008, [arXiv:1606.00849].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bibBEB9DB7A4638E97045C2641C23F1B88Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>O.</ce:given-name><ce:surname>Czerwińska</ce:surname></sb:author><sb:author><ce:given-name>Z.</ce:given-name><ce:surname>Lalak</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Lewicki</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Olszewski</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The impact of non-minimally coupled gravity on vacuum stability</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>004</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1606.07808" id="inf0130">arXiv:1606.07808</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0095">O. Czerwińska, Z. Lalak, M. Lewicki, and P. Olszewski, The impact of non-minimally coupled gravity on vacuum stability, JHEP 10 (2016) 004, [arXiv:1606.07808].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bibDF4010E3473AA50B0C415100881500B2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Salvio</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Strumia</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Tetradis</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Urbano</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On gravitational and thermal corrections to vacuum decay</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>09</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>054</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1608.02555" id="inf0140">arXiv:1608.02555</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0100">A. Salvio, A. Strumia, N. Tetradis, and A. Urbano, On gravitational and thermal corrections to vacuum decay, JHEP 09 (2016) 054, [arXiv:1608.02555].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bibB8974213ABACCA6E05B03E1D2A2A6EA7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Markkanen</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Rajantie</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Stopyra</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Cosmological aspects of Higgs vacuum metastability</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Front. Astron. Space Sci.</sb:maintitle></sb:title><sb:volume-nr>5</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>40</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1809.06923" id="inf0150">arXiv:1809.06923</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0105">T. Markkanen, A. Rajantie, and S. Stopyra, Cosmological Aspects of Higgs Vacuum Metastability, Front. Astron. Space Sci. 5 (2018) 40, [arXiv:1809.06923].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib14C83C45F1160823AB2FB96CFCF497C8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.R.</ce:given-name><ce:surname>Espinosa</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Vacuum decay in the standard model: analytical results with running and gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>06</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:article-number>052</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2003.06219" id="inf0160">arXiv:2003.06219</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0110">J. R. Espinosa, Vacuum Decay in the Standard Model: Analytical Results with Running and Gravity, JCAP 06 (2020) 052, [arXiv:2003.06219].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bibD6B0AD267EDCE25BE4C6877A7D00A45Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Devoto</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Devoto</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Di Luzio</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Ridolfi</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>False vacuum decay: an introductory review</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Phys. G</sb:maintitle></sb:title><sb:volume-nr>49</sb:volume-nr></sb:series><sb:issue-nr>10</sb:issue-nr><sb:date>2022</sb:date></sb:issue><sb:article-number>103001</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2205.03140" id="inf0170">arXiv:2205.03140</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0115">F. Devoto, S. Devoto, L. Di Luzio, and G. Ridolfi, False vacuum decay: an introductory review, J. Phys. G 49 (2022), no. 10 103001, [arXiv:2205.03140].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bibDF2CC6DB71728961F45422A6FD6C102Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>I.D.</ce:given-name><ce:surname>Gialamas</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Karam</ce:surname></sb:author><sb:author><ce:given-name>T.D.</ce:given-name><ce:surname>Pappas</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Gravitational corrections to electroweak vacuum decay: metric vs. Palatini</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>840</sb:volume-nr></sb:series><sb:date>2023</sb:date></sb:issue><sb:article-number>137885</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2212.03052" id="inf0180">arXiv:2212.03052</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0120">I. D. Gialamas, A. Karam, and T. D. Pappas, Gravitational corrections to electroweak vacuum decay: metric vs. Palatini, Phys. Lett. B 840 (2023) 137885, [arXiv:2212.03052].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bibA66D33CED7C795148481FBB2A3308B88s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gregory</ce:surname></sb:author><sb:author><ce:given-name>I.G.</ce:given-name><ce:surname>Moss</ce:surname></sb:author><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Withers</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Black holes as bubble nucleation sites</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>081</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1401.0017" id="inf0190">arXiv:1401.0017</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0125">R. Gregory, I. G. Moss, and B. Withers, Black holes as bubble nucleation sites, JHEP 03 (2014) 081, [arXiv:1401.0017].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0250"><ce:label>[25]</ce:label><sb:reference id="bibF31E377181F2833F698E11FA20FC12DDs1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Burda</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gregory</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Moss</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Gravity and the stability of the Higgs vacuum</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>115</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>071303</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1501.04937" id="inf0200">arXiv:1501.04937</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0130">P. Burda, R. Gregory, and I. Moss, Gravity and the stability of the Higgs vacuum, Phys. Rev. Lett. 115 (2015) 071303, [arXiv:1501.04937].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0260"><ce:label>[26]</ce:label><sb:reference id="bib01D73B0033B21060B3C26F4E25AA8B78s1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Burda</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gregory</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Moss</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Vacuum metastability with black holes</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>08</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>114</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1503.07331" id="inf0210">arXiv:1503.07331</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0135">P. Burda, R. Gregory, and I. Moss, Vacuum metastability with black holes, JHEP 08 (2015) 114, [arXiv:1503.07331].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0270"><ce:label>[27]</ce:label><sb:reference id="bibFC120807A38EF51653B99C84A24675F5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Burda</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gregory</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Moss</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The fate of the Higgs vacuum</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>06</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>025</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1601.02152" id="inf0220">arXiv:1601.02152</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0140">P. Burda, R. Gregory, and I. Moss, The fate of the Higgs vacuum, JHEP 06 (2016) 025, [arXiv:1601.02152].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0280"><ce:label>[28]</ce:label><sb:reference id="bibD9024B4B87A25A304AB742CDC8491EF6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Tetradis</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Black holes and Higgs stability</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>09</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>036</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1606.04018" id="inf0230">arXiv:1606.04018</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0145">N. Tetradis, Black holes and Higgs stability, JCAP 09 (2016) 036, [arXiv:1606.04018].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0290"><ce:label>[29]</ce:label><sb:reference id="bib1A392A444907FD57BCEA402FF5D1F5A5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Canko</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Gialamas</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Jelic-Cizmek</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Riotto</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Tetradis</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On the catalysis of the electroweak vacuum decay by black holes at high temperature</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>78</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>328</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1706.01364" id="inf0240">arXiv:1706.01364</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0150">D. Canko, I. Gialamas, G. Jelic-Cizmek, A. Riotto, and N. Tetradis, On the Catalysis of the Electroweak Vacuum Decay by Black Holes at High Temperature, Eur. Phys. J. C 78 (2018), no. 4 328, [arXiv:1706.01364].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0300"><ce:label>[30]</ce:label><sb:reference id="bib1AA3ECD7C8615AFD6DF1C9E48876346Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Kohri</ce:surname></sb:author><sb:author><ce:given-name>H.</ce:given-name><ce:surname>Matsui</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Electroweak vacuum collapse induced by vacuum fluctuations of the Higgs field around evaporating black holes</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>98</sb:volume-nr></sb:series><sb:issue-nr>12</sb:issue-nr><sb:date>2018</sb:date></sb:issue><sb:article-number>123509</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1708.02138" id="inf0250">arXiv:1708.02138</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0155">K. Kohri and H. Matsui, Electroweak Vacuum Collapse induced by Vacuum Fluctuations of the Higgs Field around Evaporating Black Holes, Phys. Rev. D 98 (2018), no. 12 123509, [arXiv:1708.02138].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0310"><ce:label>[31]</ce:label><sb:reference id="bib5E68B1AA75227D208130C004A5E2612As1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Gorbunov</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Levkov</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Panin</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Fatal youth of the universe: black hole threat for the electroweak vacuum during preheating</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:article-number>016</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1704.05399" id="inf0260">arXiv:1704.05399</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0160">D. Gorbunov, D. Levkov, and A. Panin, Fatal youth of the Universe: black hole threat for the electroweak vacuum during preheating, JCAP 10 (2017) 016, [arXiv:1704.05399].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0320"><ce:label>[32]</ce:label><sb:reference id="bib9117ECAD2069CBD23A93A1604E197D43s1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Mukaida</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Yamada</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>False vacuum decay catalyzed by black holes</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>96</sb:volume-nr></sb:series><sb:issue-nr>10</sb:issue-nr><sb:date>2017</sb:date></sb:issue><sb:article-number>103514</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1706.04523" id="inf0270">arXiv:1706.04523</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0165">K. Mukaida and M. Yamada, False Vacuum Decay Catalyzed by Black Holes, Phys. Rev. D 96 (2017), no. 10 103514, [arXiv:1706.04523].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0330"><ce:label>[33]</ce:label><sb:reference id="bib1062D39C63B393592296C0B73C5EAD2As1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gregory</ce:surname></sb:author><sb:author><ce:given-name>K.M.</ce:given-name><ce:surname>Marshall</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Michel</ce:surname></sb:author><sb:author><ce:given-name>I.G.</ce:given-name><ce:surname>Moss</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Negative modes of Coleman–De Luccia and black hole bubbles</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>98</sb:volume-nr></sb:series><sb:issue-nr>8</sb:issue-nr><sb:date>2018</sb:date></sb:issue><sb:article-number>085017</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1808.02305" id="inf0280">arXiv:1808.02305</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0170">R. Gregory, K. M. Marshall, F. Michel, and I. G. Moss, Negative modes of Coleman–De Luccia and black hole bubbles, Phys. Rev. D 98 (2018), no. 8 085017, [arXiv:1808.02305].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0340"><ce:label>[34]</ce:label><sb:reference id="bib26477FFB6A753CA09FC2BC31D4FBAE70s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Hayashi</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Kamada</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Oshita</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Yokoyama</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On catalyzed vacuum decay around a radiating black hole and the crisis of the electroweak vacuum</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>08</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:article-number>088</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2005.12808" id="inf0290">arXiv:2005.12808</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0175">T. Hayashi, K. Kamada, N. Oshita, and J. Yokoyama, On catalyzed vacuum decay around a radiating black hole and the crisis of the electroweak vacuum, JHEP 08 (2020) 088, [arXiv:2005.12808].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0350"><ce:label>[35]</ce:label><sb:reference id="bib9153594783659AF2829DC789810A8EF2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Sibiryakov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Black hole induced false vacuum decay from first principles</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>197</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2105.09331" id="inf0300">arXiv:2105.09331</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0180">A. Shkerin and S. Sibiryakov, Black hole induced false vacuum decay from first principles, JHEP 11 (2021) 197, [arXiv:2105.09331].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0360"><ce:label>[36]</ce:label><sb:reference id="bib5E3DE66C1E01F7DC24BA985B9D479B4As1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Sibiryakov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Black hole induced false vacuum decay: the role of greybody factors</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>08</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>161</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2111.08017" id="inf0310">arXiv:2111.08017</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0185">A. Shkerin and S. Sibiryakov, Black hole induced false vacuum decay: the role of greybody factors, JHEP 08 (2022) 161, [arXiv:2111.08017].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0370"><ce:label>[37]</ce:label><sb:reference id="bibFC560E4B90A97CCA0009EF7AE38DC26Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>V.</ce:given-name><ce:surname>De Luca</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Kehagias</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Riotto</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On the cosmological stability of the Higgs instability</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>09</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>055</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2205.10240" id="inf0320">arXiv:2205.10240</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0190">V. De Luca, A. Kehagias, and A. Riotto, On the cosmological stability of the Higgs instability, JCAP 09 (2022) 055, [arXiv:2205.10240].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0380"><ce:label>[38]</ce:label><sb:reference id="bib88150E31842695DE6F91E5F45764DCEAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Strumia</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Black holes don't source fast Higgs vacuum decay</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2023</sb:date></sb:issue><sb:article-number>039</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2209.05504" id="inf0330">arXiv:2209.05504</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0195">A. Strumia, Black holes don't source fast Higgs vacuum decay, JHEP 03 (2023) 039, [arXiv:2209.05504].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0390"><ce:label>[39]</ce:label><sb:reference id="bibC7C1F100EC7C5A19CFADC400385363A6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Briaud</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Sibiryakov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>On thermal false vacuum decay around black holes</sb:maintitle></sb:title></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2210.08028" id="inf0340">arXiv:2210.08028</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0200">V. Briaud, A. Shkerin, and S. Sibiryakov, On thermal false vacuum decay around black holes, arXiv:2210.08028.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0400"><ce:label>[40]</ce:label><sb:reference id="bibDD6B39E5320A26B0B684C6FEF2B674B0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Gregory</ce:surname></sb:author><sb:author><ce:given-name>S.-Q.</ce:given-name><ce:surname>Hu</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Seeded vacuum decay with Gauss-Bonnet</sb:maintitle></sb:title></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2305.03006" id="inf0350">arXiv:2305.03006</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0205">R. Gregory and S.-Q. Hu, Seeded vacuum decay with Gauss-Bonnet, arXiv:2305.03006.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0410"><ce:label>[41]</ce:label><sb:reference id="bibEC23C51EE6D02DBAC8C93434710529F2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Rovelli</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Loop quantum gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Living Rev. Relativ.</sb:maintitle></sb:title><sb:volume-nr>1</sb:volume-nr></sb:series><sb:date>1998</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/9710008" id="inf0360">arXiv:gr-qc/9710008</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0210">C. Rovelli, Loop quantum gravity, Living Rev. Rel. 1 (1998) 1, [gr-qc/9710008].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0420"><ce:label>[42]</ce:label><sb:reference id="bib06C2F14007D00E44C6E792506D5DCE12s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Domagala</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Lewandowski</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Black hole entropy from quantum geometry</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>21</sb:volume-nr></sb:series><sb:date>2004</sb:date></sb:issue><sb:pages><sb:first-page>5233</sb:first-page><sb:last-page>5244</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/0407051" id="inf0370">arXiv:gr-qc/0407051</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0215">M. Domagala and J. Lewandowski, Black hole entropy from quantum geometry, Class. Quant. Grav. 21 (2004) 5233–5244, [gr-qc/0407051].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0430"><ce:label>[43]</ce:label><sb:reference id="bib398F14068058C75C4E3F09334FD4C0BCs1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.A.</ce:given-name><ce:surname>Meissner</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Black hole entropy in loop quantum gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>21</sb:volume-nr></sb:series><sb:date>2004</sb:date></sb:issue><sb:pages><sb:first-page>5245</sb:first-page><sb:last-page>5252</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/0407052" id="inf0380">arXiv:gr-qc/0407052</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0220">K. A. Meissner, Black hole entropy in loop quantum gravity, Class. Quant. Grav. 21 (2004) 5245–5252, [gr-qc/0407052].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0440"><ce:label>[44]</ce:label><sb:reference id="bib2DFBE04BBE55B25E85B85580D66E1ECCs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Langvik</ce:surname></sb:author><sb:author><ce:given-name>J.-M.</ce:given-name><ce:surname>Ojanperä</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Raatikainen</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Rasanen</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Higgs inflation with the Holst and the Nieh–Yan term</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>103</sb:volume-nr></sb:series><sb:issue-nr>8</sb:issue-nr><sb:date>2021</sb:date></sb:issue><sb:article-number>083514</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2007.12595" id="inf0390">arXiv:2007.12595</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0225">M. Langvik, J.-M. Ojanperä, S. Raatikainen, and S. Rasanen, Higgs inflation with the Holst and the Nieh–Yan term, Phys. Rev. D 103 (2021), no. 8 083514, [arXiv:2007.12595].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0450"><ce:label>[45]</ce:label><sb:reference id="bibCB7CC9BEF3194FE39902B5E98D04E39Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Shaposhnikov</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Timiryasov</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zell</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Higgs inflation in Einstein-Cartan gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>02</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>008</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2007.14978" id="inf0400">arXiv:2007.14978</ce:inter-ref></sb:e-host></sb:host><sb:comment>Erratum:</sb:comment><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:pages><sb:first-page>E01</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0230">M. Shaposhnikov, A. Shkerin, I. Timiryasov, and S. Zell, Higgs inflation in Einstein-Cartan gravity, JCAP 02 (2021) 008, [arXiv:2007.14978]. [Erratum: JCAP 10, E01 (2021)].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0460"><ce:label>[46]</ce:label><sb:reference id="bib151740C189CF78F85FFC1D390BF543FDs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Piani</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Rubio</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Higgs-Dilaton inflation in Einstein-Cartan gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>05</sb:volume-nr></sb:series><sb:issue-nr>05</sb:issue-nr><sb:date>2022</sb:date></sb:issue><sb:article-number>009</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2202.04665" id="inf0410">arXiv:2202.04665</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0235">M. Piani and J. Rubio, Higgs-Dilaton inflation in Einstein-Cartan gravity, JCAP 05 (2022), no. 05 009, [arXiv:2202.04665].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0470"><ce:label>[47]</ce:label><sb:reference id="bibC142B1E7D0F91735A4CB326B61CF8F4As1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Pradisi</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Salvio</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>(In)equivalence of metric-affine and metric effective field theories</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>82</sb:volume-nr></sb:series><sb:issue-nr>9</sb:issue-nr><sb:date>2022</sb:date></sb:issue><sb:pages><sb:first-page>840</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2206.15041" id="inf0420">arXiv:2206.15041</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0240">G. Pradisi and A. Salvio, (In)equivalence of metric-affine and metric effective field theories, Eur. Phys. J. C 82 (2022), no. 9 840, [arXiv:2206.15041].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0480"><ce:label>[48]</ce:label><sb:reference id="bibA9F88E0E8913E2FFDA9A4358E9D24729s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Salvio</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Inflating and reheating the universe with an independent affine connection</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>106</sb:volume-nr></sb:series><sb:issue-nr>10</sb:issue-nr><sb:date>2022</sb:date></sb:issue><sb:article-number>103510</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2207.08830" id="inf0430">arXiv:2207.08830</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0245">A. Salvio, Inflating and reheating the Universe with an independent affine connection, Phys. Rev. D 106 (2022), no. 10 103510, [arXiv:2207.08830].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0490"><ce:label>[49]</ce:label><sb:reference id="bibBFCF32A427AFC304F3B2593DC0B3F7B4s1"><sb:contribution><sb:authors><sb:author><ce:given-name>I.D.</ce:given-name><ce:surname>Gialamas</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Tamvakis</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Inflation in metric-affine quadratic gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Cosmol. Astropart. Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2023</sb:date></sb:issue><sb:article-number>042</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2212.09896" id="inf0440">arXiv:2212.09896</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0250">I. D. Gialamas and K. Tamvakis, Inflation in metric-affine quadratic gravity, JCAP 03 (2023) 042, [arXiv:2212.09896].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0500"><ce:label>[50]</ce:label><sb:reference id="bib43BE32477EBEF1AC2FB01CD076A3B23Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>I.L.</ce:given-name><ce:surname>Shapiro</ce:surname></sb:author><sb:author><ce:given-name>P.M.</ce:given-name><ce:surname>Teixeira</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Quantum Einstein-Cartan theory with the Holst term</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>31</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>185002</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1402.4854" id="inf0450">arXiv:1402.4854</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0255">I. L. Shapiro and P. M. Teixeira, Quantum Einstein-Cartan theory with the Holst term, Class. Quant. Grav. 31 (2014) 185002, [arXiv:1402.4854].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0510"><ce:label>[51]</ce:label><sb:reference id="bib7E29B8B376397B06C908031595CFCE9Cs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Shaposhnikov</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Timiryasov</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zell</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Einstein-Cartan gravity, matter, and scale-invariant generalization</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:article-number>177</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2007.16158" id="inf0460">arXiv:2007.16158</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0260">M. Shaposhnikov, A. Shkerin, I. Timiryasov, and S. Zell, Einstein-Cartan gravity, matter, and scale-invariant generalization , JHEP 10 (2020) 177, [arXiv:2007.16158].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0520"><ce:label>[52]</ce:label><sb:reference id="bib0624214049C2B7DFD8210302E9019CBFs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Shaposhnikov</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Timiryasov</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zell</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Einstein-Cartan portal to dark matter</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>126</sb:volume-nr></sb:series><sb:issue-nr>16</sb:issue-nr><sb:date>2021</sb:date></sb:issue><sb:article-number>161301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2008.11686" id="inf0470">arXiv:2008.11686</ce:inter-ref></sb:e-host></sb:host><sb:comment>Erratum:</sb:comment><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>127</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>169901</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0265">M. Shaposhnikov, A. Shkerin, I. Timiryasov, and S. Zell, Einstein-Cartan Portal to Dark Matter, Phys. Rev. Lett. 126 (2021), no. 16 161301, [arXiv:2008.11686]. [Erratum: Phys.Rev.Lett. 127, 169901 (2021)].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0530"><ce:label>[53]</ce:label><sb:reference id="bib69900F8FA94CC36E09ADAFFAE6A941F5s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.K.</ce:given-name><ce:surname>Karananas</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Shaposhnikov</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zell</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Matter matters in Einstein-Cartan gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>104</sb:volume-nr></sb:series><sb:issue-nr>6</sb:issue-nr><sb:date>2021</sb:date></sb:issue><sb:article-number>064036</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2106.13811" id="inf0480">arXiv:2106.13811</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0270">G. K. Karananas, M. Shaposhnikov, A. Shkerin, and S. Zell, Matter matters in Einstein-Cartan gravity, Phys. Rev. D 104 (2021), no. 6 064036, [arXiv:2106.13811].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0540"><ce:label>[54]</ce:label><sb:reference id="bibA5A9EEDE8C0AB3F24722623859611400s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.K.</ce:given-name><ce:surname>Karananas</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Shaposhnikov</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Shkerin</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zell</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Scale and Weyl invariance in Einstein-Cartan gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>104</sb:volume-nr></sb:series><sb:issue-nr>12</sb:issue-nr><sb:date>2021</sb:date></sb:issue><sb:article-number>124014</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2108.05897" id="inf0490">arXiv:2108.05897</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0275">G. K. Karananas, M. Shaposhnikov, A. Shkerin, and S. Zell, Scale and Weyl invariance in Einstein-Cartan gravity, Phys. Rev. D 104 (2021), no. 12 124014, [arXiv:2108.05897].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0550"><ce:label>[55]</ce:label><sb:reference id="bib131AF616F4328EAA37E1392419B1AE33s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Hojman</ce:surname></sb:author><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Mukku</ce:surname></sb:author><sb:author><ce:given-name>W.A.</ce:given-name><ce:surname>Sayed</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Parity violation in metric torsion theories of gravitation</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>22</sb:volume-nr></sb:series><sb:date>1980</sb:date></sb:issue><sb:pages><sb:first-page>1915</sb:first-page><sb:last-page>1921</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0280">R. Hojman, C. Mukku, and W. A. Sayed, PARITY VIOLATION IN METRIC TORSION THEORIES OF GRAVITATION, Phys. Rev. D 22 (1980) 1915–1921.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0560"><ce:label>[56]</ce:label><sb:reference id="bib1ED0E192DA33290B710485FAC261E58Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Holst</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Barbero's Hamiltonian derived from a generalized Hilbert-Palatini action</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>53</sb:volume-nr></sb:series><sb:date>1996</sb:date></sb:issue><sb:pages><sb:first-page>5966</sb:first-page><sb:last-page>5969</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/9511026" id="inf0500">arXiv:gr-qc/9511026</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0285">S. Holst, Barbero's Hamiltonian derived from a generalized Hilbert-Palatini action, Phys. Rev. D 53 (1996) 5966–5969, [gr-qc/9511026].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0570"><ce:label>[57]</ce:label><sb:reference id="bibEDA3942400DAF3C6C3B5D33DBDBD7BA0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Immirzi</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Real and complex connections for canonical gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>14</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>L177</sb:first-page><sb:last-page>L181</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:gr-qc/9612030" id="inf0510">arXiv:gr-qc/9612030</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0290">G. Immirzi, Real and complex connections for canonical gravity, Class. Quant. Grav. 14 (1997) L177–L181, [gr-qc/9612030].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0580"><ce:label>[58]</ce:label><sb:reference id="bibDEFAACF30E992DEFA4B4DB52542CB499s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Iosifidis</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The full quadratic metric-affine gravity (including parity odd terms): exact solutions for the affine-connection</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Class. Quantum Gravity</sb:maintitle></sb:title><sb:volume-nr>39</sb:volume-nr></sb:series><sb:issue-nr>9</sb:issue-nr><sb:date>2022</sb:date></sb:issue><sb:article-number>095002</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2112.09154" id="inf0520">arXiv:2112.09154</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0295">D. Iosifidis, The full quadratic metric-affine gravity (including parity odd terms): exact solutions for the affine-connection, Class. Quant. Grav. 39 (2022), no. 9 095002, [arXiv:2112.09154].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0590"><ce:label>[59]</ce:label><sb:reference id="bib8AF2A48FA31311840BC2332606E005F7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Rigouzzo</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Zell</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Coupling metric-affine gravity to a Higgs-like scalar field</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>106</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2022</sb:date></sb:issue><sb:article-number>024015</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2204.03003" id="inf0530">arXiv:2204.03003</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0300">C. Rigouzzo and S. Zell, Coupling metric-affine gravity to a Higgs-like scalar field, Phys. Rev. D 106 (2022), no. 2 024015, [arXiv:2204.03003].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0600"><ce:label>[60]</ce:label><sb:reference id="bib3C77FF38602D0B476A96B4FE7DF3C8C6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.D.I.</ce:given-name><ce:surname>Latorre</ce:surname></sb:author><sb:author><ce:given-name>G.J.</ce:given-name><ce:surname>Olmo</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Ronco</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Observable traces of non-metricity: new constraints on metric-affine gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>780</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>294</sb:first-page><sb:last-page>299</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1709.04249" id="inf0540">arXiv:1709.04249</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0305">A. D. I. Latorre, G. J. Olmo, and M. Ronco, Observable traces of non-metricity: new constraints on metric-affine gravity, Phys. Lett. B 780 (2018) 294–299, [arXiv:1709.04249].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0610"><ce:label>[61]</ce:label><sb:reference id="bib9BFEC8D178397EE4BB84A44FD8C4E2ACs1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Di Luzio</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Giannotti</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Nardi</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Visinelli</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The landscape of QCD axion models</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>870</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page><sb:last-page>117</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2003.01100" id="inf0550">arXiv:2003.01100</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0310">L. Di Luzio, M. Giannotti, E. Nardi, and L. Visinelli, The landscape of QCD axion models, Phys. Rept. 870 (2020) 1–117, [arXiv:2003.01100].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0620"><ce:label>[62]</ce:label><sb:reference id="bib076AA2B5BDFE28DE8FAFA11F110CA56Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.R.</ce:given-name><ce:surname>Coleman</ce:surname></sb:author><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Glaser</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Martin</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Action minima among solutions to a class of Euclidean scalar field equations</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Commun. Math. Phys.</sb:maintitle></sb:title><sb:volume-nr>58</sb:volume-nr></sb:series><sb:date>1978</sb:date></sb:issue><sb:pages><sb:first-page>211</sb:first-page><sb:last-page>221</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0315">S. R. Coleman, V. Glaser, and A. Martin, Action Minima Among Solutions to a Class of Euclidean Scalar Field Equations, Commun. Math. Phys. 58 (1978) 211–221.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0630"><ce:label>[63]</ce:label><sb:reference id="bibF1F608EC8446225F12BCD5D241AA472Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Tetradis</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Exact solutions for vacuum decay in unbounded potentials</sb:maintitle></sb:title></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2302.12132" id="inf0560">arXiv:2302.12132</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0320">N. Tetradis, Exact solutions for Vacuum Decay in Unbounded Potentials, arXiv:2302.12132.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0640"><ce:label>[64]</ce:label><sb:reference id="bib8945BCAD7C4CF8F369DDD2CB78CD28C8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Fubini</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A new approach to conformal invariant field theories</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nuovo Cimento A</sb:maintitle></sb:title><sb:volume-nr>34</sb:volume-nr></sb:series><sb:date>1976</sb:date></sb:issue><sb:pages><sb:first-page>521</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0325">S. Fubini, A New Approach to Conformal Invariant Field Theories, Nuovo Cim. A 34 (1976) 521.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0650"><ce:label>[65]</ce:label><sb:reference id="bib561FF2BAAEAB22E9F809A0FDEEFEE778s1"><sb:contribution><sb:authors><sb:author><ce:given-name>K.-M.</ce:given-name><ce:surname>Lee</ce:surname></sb:author><sb:author><ce:given-name>E.J.</ce:given-name><ce:surname>Weinberg</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Tunneling without barriers</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>267</sb:volume-nr></sb:series><sb:date>1986</sb:date></sb:issue><sb:pages><sb:first-page>181</sb:first-page><sb:last-page>202</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0330">K.-M. Lee and E. J. Weinberg, TUNNELING WITHOUT BARRIERS, Nucl. Phys. B 267 (1986) 181–202.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0660"><ce:label>[66]</ce:label><sb:reference id="bib98712B5A0F97E44C6A6E62FF85560CE8s1"><sb:contribution><sb:authors><sb:collaboration>Particle Data Group Collaboration</sb:collaboration><sb:author><ce:given-name>R.L.</ce:given-name><ce:surname>Workman</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Review of particle physics</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Theor. Exp. Phys.</sb:maintitle></sb:title><sb:volume-nr>2022</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>083C01</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0335">Particle Data Group Collaboration, R. L. Workman et al., Review of Particle Physics, PTEP 2022 (2022) 083C01.</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> diff --git a/tests/units/elsevier/data/main.xml b/tests/units/elsevier/data/main.xml index c4961a8a..5d800590 100644 --- a/tests/units/elsevier/data/main.xml +++ b/tests/units/elsevier/data/main.xml @@ -1 +1 @@ -<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd"><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="sco" xml:lang="en"><item-info><jid>PLB</jid><aid>138173</aid><ce:article-number>138173</ce:article-number><ce:pii>S0370-2693(23)00507-5</ce:pii><ce:doi>10.1016/j.physletb.2023.138173</ce:doi><ce:copyright year="2023" type="other">The Author(s)</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Astrophysics & Cosmology</ce:text></ce:doctopic></ce:doctopics></item-info><head><ce:title id="ti0010">Quantum gravity, the cosmological constant, and parity transformation</ce:title><ce:author-group id="ag0010"><ce:author id="au0010" author-id="S0370269323005075-fd9eaebec5bc0310ea4d5d786e4bf21c"><ce:given-name>Michael</ce:given-name><ce:surname>Bishop</ce:surname><ce:cross-ref refid="aff0010" id="crf0010"><ce:sup>a</ce:sup></ce:cross-ref><ce:e-address type="email" xlink:href="mailto:mibishop@mail.fresnostate.edu" id="ea0010">mibishop@mail.fresnostate.edu</ce:e-address></ce:author><ce:author id="au0020" author-id="S0370269323005075-53653b508b89f206bafd29356cbb841b"><ce:given-name>Peter</ce:given-name><ce:surname>Martin</ce:surname><ce:cross-ref refid="aff0020" id="crf0020"><ce:sup>b</ce:sup></ce:cross-ref><ce:e-address type="email" xlink:href="mailto:kotor2@mail.fresnostate.edu" id="ea0020">kotor2@mail.fresnostate.edu</ce:e-address></ce:author><ce:author id="au0030" author-id="S0370269323005075-4e51edfc44e12f1e7fbb2c6e553f0f1d"><ce:given-name>Douglas</ce:given-name><ce:surname>Singleton</ce:surname><ce:cross-ref refid="aff0020" id="crf0030"><ce:sup>b</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0030" id="crf0040"><ce:sup>c</ce:sup></ce:cross-ref><ce:e-address type="email" xlink:href="mailto:dougs@mail.fresnostate.edu" id="ea0030">dougs@mail.fresnostate.edu</ce:e-address></ce:author><ce:affiliation id="aff0010" affiliation-id="S0370269323005075-7290786d872411b4e6f444401cecd9ba"><ce:label>a</ce:label><ce:textfn>Mathematics Department, California State University Fresno, Fresno, CA 93740, USA</ce:textfn><sa:affiliation><sa:organization>Mathematics Department</sa:organization><sa:organization>California State University Fresno</sa:organization><sa:city>Fresno</sa:city><sa:state>CA</sa:state><sa:postal-code>93740</sa:postal-code><sa:country>USA</sa:country></sa:affiliation><ce:source-text id="srct0005">Mathematics Department, California State University Fresno, Fresno, CA 93740</ce:source-text></ce:affiliation><ce:affiliation id="aff0020" affiliation-id="S0370269323005075-9fd291008f3d5aa9316b7301a9346c31"><ce:label>b</ce:label><ce:textfn>Physics Department, California State University Fresno, Fresno, CA 93740, USA</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>California State University Fresno</sa:organization><sa:city>Fresno</sa:city><sa:state>CA</sa:state><sa:postal-code>93740</sa:postal-code><sa:country>USA</sa:country></sa:affiliation><ce:source-text id="srct0010">Physics Department, California State University Fresno, Fresno, CA 93740</ce:source-text></ce:affiliation><ce:affiliation id="aff0030" affiliation-id="S0370269323005075-6bba475b52d869ff1b2682ebf27a62e5"><ce:label>c</ce:label><ce:textfn>Kavli Institute for Theoretical Physics, University of California Santa Barbara, Santa Barbara, CA 93106, USA</ce:textfn><sa:affiliation><sa:organization>Kavli Institute for Theoretical Physics</sa:organization><sa:organization>University of California Santa Barbara</sa:organization><sa:city>Santa Barbara</sa:city><sa:state>CA</sa:state><sa:postal-code>93106</sa:postal-code><sa:country>USA</sa:country></sa:affiliation><ce:source-text id="srct0015">Kavli Institute for Theoretical Physics, University of California Santa Barbara, Santa Barbara, CA 93106, USA</ce:source-text></ce:affiliation></ce:author-group><ce:date-received day="13" month="7" year="2023"/><ce:date-revised day="2" month="8" year="2023"/><ce:date-accepted day="6" month="9" year="2023"/><ce:miscellaneous id="ms0010">Editor: R. Gregory</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0010">One of the leading issues in quantum field theory and cosmology is the mismatch between the observed and calculated values for the cosmological constant in Einstein's field equations of up to 120 orders of magnitude. In this paper, we discuss new methods to potentially bridge this chasm using the generalized uncertainty principle (GUP). We find that if quantum gravity GUP models are the solution to this puzzle, then it may require the gravitationally modified position operator undergoes a parity transformation at high energies.</ce:simple-para></ce:abstract-sec></ce:abstract><ce:data-availability id="dav0001"><ce:section-title id="st0090">Data availability</ce:section-title><ce:para id="pr0280">No data was used for the research described in the article.</ce:para></ce:data-availability></head><body><ce:sections><ce:section id="se0010"><ce:label>1</ce:label><ce:section-title id="st0020">Cosmological constant puzzle</ce:section-title><ce:para id="pr0010">The cosmological constant problem is the naive mismatch by ∼ 120 orders of magnitude between the observed and a simple theoretical value for the cosmological constant in Einstein's field equations; we will clarify in what sense this 120 order of magnitude mismatch is misleading/naive below. Quantum gravity has long been advertised as a potential solution to various puzzles like this cosmological constant problem. In this paper, we lay out the reasoning that led us to the conclusion that if GUP models are to resolve the cosmological constant problem, they would require the gravitationally modified position operator to undergo a parity transformation at high energy scales or short distance scales.</ce:para><ce:para id="pr0020">GUP models modify the Heisenberg uncertainty principle to obtain a minimum length scale; that is, a positive lower bound on the uncertainty in position. GUP models are not elegant, top-down theories of quantum gravity like string theory <ce:cross-ref refid="br0010" id="crf0050">[1]</ce:cross-ref> or loop quantum gravity <ce:cross-ref refid="br0020" id="crf0060">[2]</ce:cross-ref>, but they have the advantage of being easy to work with and provide a phenomenological window into quantum gravity. We will begin by briefly reviewing the salient features of the cosmological constant problem; a more complete discussion can be found in the excellent review by Weinberg <ce:cross-ref refid="br0030" id="crf0070">[3]</ce:cross-ref>. We will adopt the notation and units of <ce:cross-ref refid="br0030" id="crf0080">[3]</ce:cross-ref>.</ce:para><ce:para id="pr0030">The cosmological constant, <ce:italic>λ</ce:italic>, in Einstein's field equations (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>8</mml:mn><mml:mi>π</mml:mi><mml:mi>G</mml:mi><mml:msub><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>λ</mml:mi><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>) is equivalent to space-time having a constant energy density <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mn>8</mml:mn><mml:mi>π</mml:mi><mml:mi>G</mml:mi></mml:mrow></mml:mfrac></mml:math>, and is representative of the expansion of space. The approach for the calculation of <ce:italic>λ</ce:italic> in QFT is to add up all the energies of the zero modes (vacuum modes) of quantum fields. The vacuum modes of quantum fields are given by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>ħ</mml:mi><mml:msub><mml:mrow><mml:mi>ω</mml:mi></mml:mrow><mml:mrow><mml:mi>p</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msub><mml:mrow><mml:mi>E</mml:mi></mml:mrow><mml:mrow><mml:mi>p</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt></mml:math>. Integrating over all possible momenta up to some cut-off, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, yields the vacuum energy density<ce:display><ce:formula id="fm0010"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si5.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo id="mmlbr0001" linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>π</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:munderover><mml:mo movablelimits="false">∫</mml:mo><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munderover><mml:mfrac><mml:mrow><mml:mn>4</mml:mn><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>π</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mi>d</mml:mi><mml:mi>p</mml:mi><mml:mspace width="0.25em"/><mml:msup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="before">≈</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>16</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Here, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:mi>p</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo></mml:math> is the magnitude of the momentum. We use <ce:italic>p</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo></mml:math> interchangeably throughout this work.</ce:para><ce:para id="pr0040">The integral in <ce:cross-ref refid="fm0010" id="crf0090">(1)</ce:cross-ref> is divergent, so it needs to be cut off at some momentum/energy scale, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, which is usually taken to be the Planck scale, <ce:italic>i.e.</ce:italic> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo>∼</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>8</mml:mn><mml:mi>π</mml:mi><mml:mi>G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>. Inserting this value of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> into <ce:cross-ref refid="fm0010" id="crf0100">(1)</ce:cross-ref> gives <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mn>2</mml:mn><mml:mo>×</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mn>71</mml:mn></mml:mrow></mml:msup></mml:math> GeV<ce:sup>4</ce:sup>. The observed vacuum energy density <ce:cross-ref refid="br0040" id="crf0110">[4]</ce:cross-ref> is about <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:msubsup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>o</mml:mi><mml:mi>b</mml:mi><mml:mi>s</mml:mi></mml:mrow></mml:msubsup><mml:mo>≈</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>47</mml:mn></mml:mrow></mml:msup></mml:math> GeV<ce:sup>4</ce:sup>, which is a difference of 118 orders of magnitude - a terrible disagreement between theory and observation. As mentioned in the opening paragraph this approximately 120 orders of magnitude mismatch is somewhat naive. First, the hard cut-off of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> in <ce:cross-ref refid="fm0010" id="crf0120">(1)</ce:cross-ref>, leading to a quartic dependence on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, violates relativistic invariance which requires <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>p</mml:mi></mml:math> <ce:italic>i.e.</ce:italic> energy density equals the negative pressure. This was pointed in <ce:cross-refs refid="br0050 br0060" id="crs0010">[5,6]</ce:cross-refs>, and these two works also show that if one uses dimensional regularization of integrals like <ce:cross-ref refid="fm0010" id="crf0130">(1)</ce:cross-ref>, one can restore relativistic invariance, and the energy density is no longer quartically dependent on cut-off scale, but has a logarithmic dependence. Finally, in <ce:cross-ref refid="br0060" id="crf0140">[6]</ce:cross-ref> it was shown that by using dimensional regularization of integrals like those in <ce:cross-ref refid="fm0010" id="crf0150">(1)</ce:cross-ref> and using known Standard Model fields (specifically the top quark, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:msup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mo>±</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:msup><mml:mrow><mml:mi>Z</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math> bosons and Higgs boson with an estimated mass of 150 GeV) gave a disagreement between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:msubsup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>o</mml:mi><mml:mi>b</mml:mi><mml:mi>s</mml:mi></mml:mrow></mml:msubsup><mml:mo>≈</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>47</mml:mn></mml:mrow></mml:msup></mml:math> GeV<ce:sup>4</ce:sup> and the theoretical value of “only” 56 orders of magnitude. This is still terrible, but essentially cuts in half the order of magnitude disagreement, from ∼ 120 to ∼ 56. This estimate of <ce:cross-ref refid="br0060" id="crf0160">[6]</ce:cross-ref> is more realistic since the only scale probed experimentally is the electroweak scale of ∼ 100 GeV. Using the Planck scale gives an overestimate of the disagreement. Nevertheless using either the electroweak scale or the Planck scale gives a huge discrepancy between the theoretical and observed value of the vacuum energy density.</ce:para><ce:para id="pr0050">One of the standard ideas for addressing the cosmological constant problem is via <ce:italic>unbroken supersymmetry</ce:italic><ce:cross-ref refid="fn0010" id="crf0170"><ce:sup>1</ce:sup></ce:cross-ref><ce:footnote id="fn0010"><ce:label>1</ce:label><ce:note-para id="np0010">In unbroken supersymmetry particles and their superpartner particles have the same mass.</ce:note-para></ce:footnote> (SUSY) models <ce:cross-refs refid="br0030 br0070" id="crs0020">[3,7]</ce:cross-refs>. SUSY models have equal numbers of bosonic and fermionic fields/degrees of freedom. Since bosonic and fermionic vacuum modes have opposite signs, their vacuum energies cancel one another exactly in unbroken SUSY and one would have a natural explanation for a cosmological constant that is exactly zero. However, one does not want an exactly zero cosmological constant and SUSY <ce:italic>is</ce:italic> broken at least up to some high energy scale greater than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:msub><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mi>S</mml:mi><mml:mi>U</mml:mi><mml:mi>S</mml:mi><mml:mi>Y</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:math> GeV. But if one used the lower limit of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:msub><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mi>S</mml:mi><mml:mi>U</mml:mi><mml:mi>S</mml:mi><mml:mi>Y</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:math> GeV as the cut-off <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, then the disagreement between theory and experiment is ∼ 60 orders of magnitude. Therefore, simple SUSY models do not provide an answer to the cosmological constant puzzle.</ce:para><ce:para id="pr0060">However, despite SUSY (either broken or unbroken) not providing a solution to the cosmological constant puzzle, it nevertheless has the feature that one obtains a small/zero cosmological constant by a cancellation of large positive and negative contributions. In the GUP approach to the cosmological constant problem presented here, we find that we can similarly get a small cosmological constant by having a modified position operator which flips parity at some large energy/momentum scale. This changing of the parity of the modified position operator leads to a cancellation of large positive and large negative contributions to the cosmological constant. Such violations of parity in the gravitational interaction were studied theoretically in <ce:cross-ref refid="br0080" id="crf0180">[8]</ce:cross-ref> and recently experimental bounds have been placed on such parity violations in gravity <ce:cross-ref refid="br0090" id="crf0190">[9]</ce:cross-ref>.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">Quantum gravity via generalized uncertainty principle</ce:section-title><ce:para id="pr0070">In this section, we will lay out the GUP approach to quantum gravity <ce:cross-refs refid="br0100 br0110 br0120 br0130 br0140 br0150 br0160 br0170 br0180 br0190" id="crs0030">[10–19]</ce:cross-refs>. GUP models are phenomenological methods to quantize gravity which modify the canonical position and momentum operators and by extension their commutator. This leads to a modified Heisenberg uncertainty principle which gives another avenue to analyze how quantum gravity works at short distances and high energies.</ce:para><ce:para id="pr0080">Inspired by <ce:cross-ref refid="br0160" id="crf0200">[16]</ce:cross-ref>, we will only modify the position operator and keep the standard momentum operator:<ce:display><ce:formula id="fm0020"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>i</mml:mi><mml:mi>ħ</mml:mi><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mfrac><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mo>∂</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mrow><mml:mi mathvariant="normal">and</mml:mi></mml:mrow><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo>;</mml:mo></mml:math></ce:formula></ce:display> the capitalized <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> indicates modification. These operators have the modified commutator<ce:display><ce:formula id="fm0030"><ce:label>(3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>i</mml:mi><mml:mi>ħ</mml:mi><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> In <ce:cross-ref refid="br0160" id="crf0210">[16]</ce:cross-ref>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> where <ce:italic>β</ce:italic> is a phenomenological parameter which sets the scale for quantum gravity. Generally, <ce:italic>β</ce:italic> is taken to be the Planck scale <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:mi>β</mml:mi><mml:mo>∼</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>P</mml:mi><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>ħ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac></mml:math>. The modified commutator in <ce:cross-ref refid="fm0030" id="crf0220">(3)</ce:cross-ref> implies an uncertainty relationship <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>X</mml:mi><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>p</mml:mi><mml:mo>∼</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>β</mml:mi><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>p</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> which leads to a minimum length of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:mi mathvariant="normal">Δ</mml:mi><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>ħ</mml:mi><mml:msqrt><mml:mrow><mml:mi>β</mml:mi></mml:mrow></mml:msqrt></mml:math> at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:mi mathvariant="normal">Δ</mml:mi><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msqrt><mml:mrow><mml:mi>β</mml:mi></mml:mrow></mml:msqrt></mml:mrow></mml:mfrac></mml:math>. Additionally, in order for position and momentum operators to be symmetric, <ce:italic>i.e.</ce:italic> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>ψ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>ψ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">|</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>ψ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>ψ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">|</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math>, the scalar product of this model must have the form<ce:display><ce:formula id="fm0040"><ce:label>(4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:mo stretchy="false">〈</mml:mo><mml:mi>ψ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munderover><mml:mo movablelimits="false">∫</mml:mo><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo>∞</mml:mo></mml:mrow><mml:mrow><mml:mo>∞</mml:mo></mml:mrow></mml:munderover><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>ψ</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>p</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>p</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> The modification of the scalar product as given by <ce:cross-ref refid="fm0040" id="crf0230">(4)</ce:cross-ref> is for three dimensions; even in <ce:italic>n</ce:italic> dimensions one still has the same modifying factor for the momentum integration, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac></mml:math>.</ce:para></ce:section><ce:section id="se0030"><ce:label>3</ce:label><ce:section-title id="st0040">Vacuum energy calculations with GUP</ce:section-title><ce:para id="pr0090">With these modified operators and scalar products, one can modify the vacuum energy integration in <ce:cross-ref refid="fm0010" id="crf0240">(1)</ce:cross-ref> following <ce:cross-ref refid="br0200" id="crf0250">[20]</ce:cross-ref>. In <ce:cross-ref refid="br0200" id="crf0260">[20]</ce:cross-ref>, the authors calculate how the GUP modifies Liouville's theorem and the phase space volume, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mspace width="0.25em"/><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:math>. The modified phase space associated with the model from <ce:cross-ref refid="fm0020" id="crf0270">(2)</ce:cross-ref> and <ce:cross-ref refid="fm0030" id="crf0280">(3)</ce:cross-ref> is<ce:display><ce:formula id="fm0050"><ce:label>(5)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mspace width="0.25em"/><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Upon integrating out the volume, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mo stretchy="false">→</mml:mo><mml:mi>V</mml:mi></mml:math>, and after quantization, the phase space volume is given by<ce:display><ce:formula id="fm0060"><ce:label>(6)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:mfrac><mml:mrow><mml:mi>V</mml:mi><mml:mspace width="0.25em"/><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>π</mml:mi><mml:mi>ħ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="false">→</mml:mo><mml:mfrac><mml:mrow><mml:mi>V</mml:mi><mml:mspace width="0.25em"/><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>π</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> In the last step in <ce:cross-ref refid="fm0060" id="crf0290">(6)</ce:cross-ref>, we set <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:mi>ħ</mml:mi><mml:mo stretchy="false">→</mml:mo><mml:mn>1</mml:mn></mml:math> to match the units of reference <ce:cross-ref refid="br0030" id="crf0300">[3]</ce:cross-ref>. Using the modified phase space volume in <ce:cross-ref refid="fm0060" id="crf0310">(6)</ce:cross-ref> for the calculation of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> in <ce:cross-ref refid="fm0010" id="crf0320">(1)</ce:cross-ref> gives<ce:display><ce:formula id="fm0070"><ce:label>(7)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>π</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> This is beneficial because the factor of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:math> makes the integrand integrable and makes the vacuum energy density finite without using a ‘by hand’ cut-off.</ce:para><ce:para id="pr0100">Substituting <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math> from <ce:cross-refs refid="br0160 br0200" id="crs0040">[16,20]</ce:cross-refs> into <ce:cross-ref refid="fm0070" id="crf0330">(7)</ce:cross-ref>, one finds that the GUP vacuum energy density is finite with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo>∝</mml:mo><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>. However, <ce:italic>β</ce:italic> is typically taken to be of the Planck scale and this leads to the GUP vacuum energy density from <ce:cross-ref refid="fm0070" id="crf0340">(7)</ce:cross-ref> yielding the same value as the by hand cut-off value obtained from <ce:cross-ref refid="fm0010" id="crf0350">(1)</ce:cross-ref>. Unfortunately, nothing has been gained by exchanging the by hand cut-off for a GUP-inspired functional cut-off, as already noted in <ce:cross-ref refid="br0200" id="crf0360">[20]</ce:cross-ref>. Moreover, the inner product used for the vacuum energy density in <ce:cross-ref refid="fm0070" id="crf0370">(7)</ce:cross-ref> does not preserve the symmetry of the modified position operator. Equations <ce:cross-ref refid="fm0050" id="crf0380">(5)</ce:cross-ref>, <ce:cross-ref refid="fm0060" id="crf0390">(6)</ce:cross-ref>, and <ce:cross-ref refid="fm0070" id="crf0400">(7)</ce:cross-ref> imply that integration over momentum should come with the factor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msup><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:math>. This violates the symmetry requirement for the position operator <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>ψ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>ψ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">|</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math>. In order for the position operator to be symmetric, one needs the factor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msup><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup></mml:math> as in equation <ce:cross-ref refid="fm0040" id="crf0410">(4)</ce:cross-ref>.</ce:para><ce:para id="pr0110">To resolve this conflict between <ce:cross-ref refid="fm0040" id="crf0420">(4)</ce:cross-ref> and <ce:cross-ref refid="fm0060" id="crf0430">(6)</ce:cross-ref>, we need to reconsider the spatial/volume calculation. In the transition from <ce:cross-ref refid="fm0050" id="crf0440">(5)</ce:cross-ref> to <ce:cross-ref refid="fm0060" id="crf0450">(6)</ce:cross-ref>, it is assumed that the spatial volume does not change, <ce:italic>i.e.</ce:italic> the spatial volume is <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>V</mml:mi></mml:math>; but since this approach utilizes the GUP, one would imagine that the introduction of a minimal length should change the calculation of volumes.</ce:para><ce:para id="pr0120">We pair a single factor of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> to go with the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:math> integration, which would be consistent with the symmetry of the position operator required by <ce:cross-ref refid="fm0040" id="crf0460">(4)</ce:cross-ref>. The remaining two factors are paired with the volume integration to account for the introduction of a minimal length. The phase space integration with the spatial volume in spherical coordinates becomes <ce:cross-ref refid="br0210" id="crf0470">[21]</ce:cross-ref><ce:display><ce:formula id="fm0080"><ce:label>(8)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>d</mml:mi><mml:mi>r</mml:mi><mml:mi>d</mml:mi><mml:mi mathvariant="normal">Ω</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> The finite length factor in <ce:cross-ref refid="fm0080" id="crf0480">(8)</ce:cross-ref> is <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>, so that the spatial integration that takes into account the GUP minimal length is <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac></mml:math>. Now, the modified momentum integration in <ce:cross-ref refid="fm0080" id="crf0490">(8)</ce:cross-ref> agrees with the requirement of symmetry of the position and momentum operators as given in <ce:cross-ref refid="fm0040" id="crf0500">(4)</ce:cross-ref>. The corrected GUP-modified vacuum energy is then<ce:display><ce:formula id="fm0090"><ce:label>(9)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>π</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Whether we use <ce:cross-ref refid="fm0010" id="crf0510">(1)</ce:cross-ref>, <ce:cross-ref refid="fm0070" id="crf0520">(7)</ce:cross-ref>, or <ce:cross-ref refid="fm0090" id="crf0530">(9)</ce:cross-ref> to calculated <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, the discrepancy between the calculated and observed vacuum energy density is still enormous. This discrepancy is due to the fact that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> is always positive.</ce:para><ce:para id="pr0130">One possible resolution is to allow <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> to become negative at large momentum. With this modification, the vacuum energy density integral has a negative contribution which can bring the calculated vacuum energy density closer to the observed value. Generally, GUP models do not consider an <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> which can be negative, because this results in a parity flip of the position operator, <ce:italic>i.e.</ce:italic> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:mo stretchy="false">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">→</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo></mml:math>, at large momentum. Admittedly having a parity flip like this is very unusual and may lead to difficulties coming up with a good physical interpretation. However, the weak interaction is known to violate parity, and additionally there are works that have examined parity violation in gravity. For example, reference <ce:cross-ref refid="br0080" id="crf0540">[8]</ce:cross-ref> examined parity violation in gravity, and recently reference <ce:cross-ref refid="br0090" id="crf0550">[9]</ce:cross-ref> placed experimental bounds on parity violation and time-reversal symmetry violation in gravity using spin-gravity interactions. Further in <ce:cross-ref refid="br0220" id="crf0560">[22]</ce:cross-ref> a model of parity violation is constructed with potential signatures appearing in the cosmic microwave background (CMB). As another example references <ce:cross-refs refid="br0230 br0240" id="crs0050">[23,24]</ce:cross-refs> attempt to solve the cosmological constant problem in a loop quantum gravity model with degenerate geometry, with an implied parity violation. Thus while there are certainly questions as to what a parity flip like <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:mo stretchy="false">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">→</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo></mml:math> means physically, there is work examining parity violation in gravity both theoretically and experimentally.</ce:para><ce:para id="pr0140">In the next section we investigate the possibility that quantum gravity may lead to a modified position operator which changes sign/violates parity at some high energy/momentum scale leading to a small cosmological constant consistent with observations.</ce:para></ce:section><ce:section id="se0040"><ce:label>4</ce:label><ce:section-title id="st0050">GUP cosmological constant and parity transformation</ce:section-title><ce:para id="pr0150">In order to recover the standard position operator at low energy scales, the function <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> which modifies the position operator must satisfy <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo>≈</mml:mo><mml:mn>1</mml:mn></mml:math> when <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo>≪</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> designates the momentum where the parity flip occurs. As mentioned previously, one expects <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo>≈</mml:mo><mml:mn>1</mml:mn></mml:math> up to, for example, the electroweak scale with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo>≈</mml:mo><mml:mn>100</mml:mn></mml:math> GeV. At this point the calculated <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> is already ∼56 orders of magnitude larger than the observed vacuum energy density.</ce:para><ce:para id="pr0160">As discussed in the previous section, if <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> is positive definite, then the integration from the electroweak scale upward will only make further positive contributions to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, increasing the discrepancy between the calculated and observed vacuum energy density. The only way we can see to counter this large reserve of positive vacuum energy density is to have the vacuum density integrand in <ce:cross-ref refid="fm0090" id="crf0570">(9)</ce:cross-ref> become negative as the energy/momentum scale increases. This is conceptually similar to unbroken supersymmetry, where the positive contribution of bosonic zero modes balances the negative contribution of fermionic zero modes.</ce:para><ce:para id="pr0170">An example of a GUP model which satisfies the above requirement is<ce:display><ce:formula id="fm0100"><ce:label>(10)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>i</mml:mi><mml:mi>ħ</mml:mi><mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mo>;</mml:mo><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where we have introduced a second momentum scale, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>. We will see the need for this later, but <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> should be of the order of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math>.</ce:para><ce:para id="pr0180">If we do an expansion to second order in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> and, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> we find that <ce:cross-ref refid="fm0100" id="crf0580">(10)</ce:cross-ref> is equivalent to the GUP model of reference <ce:cross-ref refid="br0160" id="crf0590">[16]</ce:cross-ref> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si56.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mi>i</mml:mi><mml:mi>ħ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math>, and <ce:italic>β</ce:italic> depending on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>. The specific form of the modified position operator in <ce:cross-ref refid="fm0100" id="crf0600">(10)</ce:cross-ref> is driven by two constraints: (i) we want the modified operators in <ce:cross-ref refid="fm0100" id="crf0610">(10)</ce:cross-ref> to give a minimum length; (ii) we want the position operator to flip sign at some large momentum scale so that the vacuum energy density integral will have positive (at low momentum) and negative (at high momentum) contributions. This flipping of the sign of the position operator can be seen as a form of parity violation; which proposes that the gravitational interaction may violate parity, as is also the case for the weak interaction.</ce:para><ce:para id="pr0190">Taking the modified operators from <ce:cross-ref refid="fm0100" id="crf0620">(10)</ce:cross-ref> and using them to calculate the vacuum energy density <ce:cross-ref refid="fm0090" id="crf0630">(9)</ce:cross-ref>, taking into account that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:math>, we get<ce:display><ce:formula id="fm0110"><ce:label>(11)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo id="mmlbr0002" linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mo>∫</mml:mo><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>π</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0002" linebreakstyle="before">≈</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>4</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:munderover><mml:mo movablelimits="false">∫</mml:mo><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>∞</mml:mo></mml:mrow></mml:munderover><mml:msup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi>d</mml:mi><mml:mi>p</mml:mi><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0002" linebreakstyle="before">=</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>32</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> From the first line to the second, we have written <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo></mml:math> simply as <ce:italic>p</ce:italic>, we have done the integration over the solid angle giving 4<ce:italic>π</ce:italic>, and we have assumed that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> is small compared to both <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> allowing us to use <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mo>≈</mml:mo><mml:mi>p</mml:mi></mml:math>.</ce:para><ce:para id="pr0200">From the last expression in <ce:cross-ref refid="fm0110" id="crf0640">(11)</ce:cross-ref>, we can see a balancing between the positive contribution <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup></mml:math> coming from the integration over low <ce:italic>p</ce:italic>, and the negative contribution <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac></mml:math> coming from the integration over high <ce:italic>p</ce:italic>. This is reminiscent of the balancing of positive and negative contributions to the vacuum energy density in unbroken supersymmetric models.</ce:para><ce:para id="pr0210">One can use <ce:cross-ref refid="fm0110" id="crf0650">(11)</ce:cross-ref> to “solve” the cosmological constant problem. Setting the calculated vacuum energy density in <ce:cross-ref refid="fm0110" id="crf0660">(11)</ce:cross-ref> to the observed vacuum energy density, one can solve for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> and obtain<ce:display><ce:formula id="fm0120"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>32</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>o</mml:mi><mml:mi>b</mml:mi><mml:mi>s</mml:mi></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> If <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> is at the Planck scale this implies <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si67.svg"><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>o</mml:mi><mml:mi>b</mml:mi><mml:mi>s</mml:mi></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo>∼</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>118</mml:mn></mml:mrow></mml:msup></mml:math>, which in turn leads to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> are both of the Planck scale.</ce:para><ce:para id="pr0220">Furthermore <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> do not necessarily need to be at the Planck scale to resolve the cosmological constant problem – one just needs <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:msubsup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>o</mml:mi><mml:mi>b</mml:mi><mml:mi>s</mml:mi></mml:mrow></mml:msubsup><mml:mo>≪</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup></mml:math>, which can be obtained even with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> at a much lower scale than the Planck scale. One still has the fine tuning problem of why the two scales should deviate from the condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> by such an incredibly small amount compared to either <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>. Nonetheless, this example illustrates how a negative contribution to the vacuum energy density, from high momentum, helps the GUP approach to the cosmological constant problem.</ce:para><ce:para id="pr0230">One could ask if this model would be able to connect the present small value of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:msubsup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>o</mml:mi><mml:mi>b</mml:mi><mml:mi>s</mml:mi></mml:mrow></mml:msubsup></mml:math> with a much larger value of the vacuum energy density required for an inflationary epoch in the very early Universe. Looking at the last line of <ce:cross-ref refid="fm0110" id="crf0670">(11)</ce:cross-ref> one can have a large <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> if, in the early Universe, the two momentum scales satisfy <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>, but not <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>. Then from this initial state the momentum scales would need to evolve toward <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> to give the small observed vacuum energy density of the present Universe.</ce:para></ce:section><ce:section id="se0050"><ce:label>5</ce:label><ce:section-title id="st0060">Summary and conclusions</ce:section-title><ce:para id="pr0240">In this paper we examined how GUP models might address the cosmological constant problem. For GUP models given by modified position and momentum operators of the form <ce:cross-ref refid="fm0020" id="crf0680">(2)</ce:cross-ref> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>i</mml:mi><mml:mi>ħ</mml:mi><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mfrac><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mo>∂</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math>, there were two variants of the associated modified vacuum energy density given in <ce:cross-ref refid="fm0070" id="crf0690">(7)</ce:cross-ref> and <ce:cross-ref refid="fm0090" id="crf0700">(9)</ce:cross-ref>. These two expressions differed by the number of factors of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac></mml:math>. We argued for the validity of the expression in <ce:cross-ref refid="fm0090" id="crf0710">(9)</ce:cross-ref> over <ce:cross-ref refid="fm0070" id="crf0720">(7)</ce:cross-ref>, since only the former expression satisfied the requirement of symmetry of the modified position and momentum operators discussed around equation <ce:cross-ref refid="fm0040" id="crf0730">(4)</ce:cross-ref>.</ce:para><ce:para id="pr0250">However, regardless of whether one used <ce:cross-ref refid="fm0070" id="crf0740">(7)</ce:cross-ref> or <ce:cross-ref refid="fm0090" id="crf0750">(9)</ce:cross-ref> to calculate <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, one still has essentially the same problem as the by-hand cut-off of <ce:cross-ref refid="fm0010" id="crf0760">(1)</ce:cross-ref>: the vacuum energy density was proportional the momentum cut-off scale to the fourth power, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo>∼</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup></mml:math>, which for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> near the Planck scale (or even the electroweak scale) made <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> too large. With the GUP modified energy density of either <ce:cross-ref refid="fm0070" id="crf0770">(7)</ce:cross-ref> or <ce:cross-ref refid="fm0090" id="crf0780">(9)</ce:cross-ref> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, while formally finite, would nevertheless be proportional to the inverse square of the functional cut-off parameter <ce:italic>β i.e.</ce:italic> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo>∼</mml:mo><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>, and if the scale of <ce:italic>β</ce:italic> were taken as the Planck scale, then one finds the same problem as using a by-hand cut-off of the formally infinite integral in <ce:cross-ref refid="fm0010" id="crf0790">(1)</ce:cross-ref> - the vacuum energy density from GUP models will have the same, large, order-of-magnitude disagreement compared to the observed vacuum energy density.</ce:para><ce:para id="pr0260">We propose that the modified position operator changes sign at some momentum scale, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math>, as in <ce:cross-ref refid="fm0100" id="crf0800">(10)</ce:cross-ref>. Then because of the link between the function <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> from the modified position operator in <ce:cross-ref refid="fm0020" id="crf0810">(2)</ce:cross-ref>, and how it changes the vacuum energy density in <ce:cross-ref refid="fm0090" id="crf0820">(9)</ce:cross-ref>, one finds that the positive contribution to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> from the integration below <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> is balanced by negative contribution from above <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> This balancing of large positive and negative contributions to the vacuum energy density is similar to unbroken SUSY, where a large, positive bosonic contribution is balanced by a large, negative fermionic contribution. Here, however this balancing of positive and negative contributions comes from the parity flip - the change in sign of the modified position operator at some momentum scale.</ce:para> </ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0100">Declaration of Competing Interest</ce:section-title><ce:para id="pr0290">The authors declare the following financial interests/personal relationships which may be considered as potential competing interests: Douglas Singleton reports financial support was provided by <ce:grant-sponsor id="gsp0010" sponsor-id="https://doi.org/10.13039/100000001">National Science Foundation</ce:grant-sponsor>. Michael Bishop reports financial support was provided by <ce:grant-sponsor id="gsp0020" sponsor-id="https://doi.org/10.13039/100010075">California State University, Fresno</ce:grant-sponsor>. Douglas Singleton reports financial support was provided by <ce:grant-sponsor id="gsp0030" sponsor-id="https://doi.org/10.13039/100000001">National Science Foundation</ce:grant-sponsor>.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0070">Acknowledgement</ce:section-title><ce:para id="pr0270">DS is supported by a 2023-2024 <ce:grant-sponsor id="gsp0040" sponsor-id="https://doi.org/10.13039/100005956">KITP</ce:grant-sponsor> Fellows Award. This research was supported in part by the <ce:grant-sponsor id="gsp0050" sponsor-id="https://doi.org/10.13039/100000001">National Science Foundation</ce:grant-sponsor> under Grant No. <ce:grant-number refid="gsp0050">NSF PHY-1748958</ce:grant-number>. The work of MB and DS were supported through a <ce:grant-sponsor id="gsp0060" sponsor-id="https://doi.org/10.13039/100010075">Fresno State</ce:grant-sponsor> 2023-2024 RSCA grant.</ce:para></ce:acknowledgment></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0080">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bibE518A596B7ED9B04F17E1B37F90A3D14s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Polchinski</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>String Theory Vol. 1: An Introduction to the Bosonic String and String Theory Vol. 2: Superstring Theory and Beyond</sb:maintitle></sb:title></sb:contribution><sb:host><sb:book><sb:date>1998</sb:date><sb:publisher><sb:name>Cambridge University Press</sb:name><sb:location>Cambridge, UK</sb:location></sb:publisher></sb:book></sb:host></sb:reference><ce:source-text id="srct0020">J. Polchinski, String Theory Vol. 1: An Introduction to the Bosonic String and String Theory Vol. 2: Superstring Theory and Beyond (Cambridge University Press, Cambridge, UK 1998).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bib2E6A076BFF118A19C1B9BE9F2783F23As1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Rovelli</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Loop quantum gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Living Rev. Relativ.</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:pages><sb:first-page>5</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0025">C. Rovelli, Loop Quantum Gravity, Living Reviews in Relativity 11, 5 (2008).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bib499C3322CA3375E6E10D8EDCF088516Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Weinberg</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Rev. Mod. Phys.</sb:maintitle></sb:title><sb:volume-nr>61</sb:volume-nr></sb:series><sb:date>1989</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0030">S. Weinberg, Rev. Mod. Phys. 61, 1 (1989).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bibCDA028F5152B80C486A3BADAF25A9AEEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.A.</ce:given-name><ce:surname>Zyla</ce:surname></sb:author><sb:et-al/><sb:collaboration>Particle Data Group</sb:collaboration></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Theor. Exp. Phys.</sb:maintitle></sb:title><sb:volume-nr>2020</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:article-number>083C01</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0035">P.A. Zyla et al. (Particle Data Group), Prog. Theor. Exp. Phys. 2020, 083C01 (2020).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib1BEC41ADCA4B37664744B229A101D7C4s1"><sb:contribution><sb:authors><sb:author><ce:given-name>E.Kh.</ce:given-name><ce:surname>Akhmedov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Vacuum energy and relativistic invariance</sb:maintitle></sb:title></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0204048" id="inf0010">arXiv:hep-th/0204048</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0040">E. Kh. Akhmedov, “Vacuum energy and relativistic invariance”, arXiv:hep-th/0204048</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bibA038D320FDE86F71A6A3C511C56CBE76s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.F.</ce:given-name><ce:surname>Koksma</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Prokopec</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The cosmological constant and Lorentz invariance of the vacuum state</sb:maintitle></sb:title></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1105.6296" id="inf0020">arXiv:1105.6296 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0045">J. F. Koksma and T. Prokopec, “The Cosmological Constant and Lorentz Invariance of the Vacuum State”, e-Print: 1105.6296 [gr-qc]</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bibA12EC59B215BD8E62DA7B5BA5BA95BFAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Trodden</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Carroll</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>TASI lectures: introduction to cosmology</sb:maintitle></sb:title></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/0401547" id="inf0030">arXiv:astro-ph/0401547</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0050">M. Trodden and S. Carroll, “TASI Lectures: Introduction to Cosmology”, arXiv:astro-ph/0401547</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bib717681439447961A63F86CF8C7270327s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Leitner</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Okubo</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev.</sb:maintitle></sb:title><sb:volume-nr>136</sb:volume-nr></sb:series><sb:date>1964</sb:date></sb:issue><sb:article-number>B1542</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0055">J. Leitner and S. Okubo, Phys. Rev. 136, B1542 (1964).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib88CC5B4FF64B40EDD17A5AF8F409776Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.-B.</ce:given-name><ce:surname>Zhang</ce:surname></sb:author><sb:author><ce:given-name>Z.-L.</ce:given-name><ce:surname>Ba</ce:surname></sb:author><sb:author><ce:given-name>D.-H.</ce:given-name><ce:surname>Ning</ce:surname></sb:author><sb:author><ce:given-name>N.-F.</ce:given-name><ce:surname>Zhai</ce:surname></sb:author><sb:author><ce:given-name>Z.-T.</ce:given-name><ce:surname>Lu</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Sheng</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>130</sb:volume-nr></sb:series><sb:date>2023</sb:date></sb:issue><sb:article-number>201401</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0060">S.-B. Zhang, Z.-L. Ba, D.-H. Ning, N.-F. Zhai, Z.-T. Lu, and D. Sheng, Phys. Rev. Letts. 130, 201401 (2023).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bib97C6FB38CD7727C1360029F57B1E4C5Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Veneziano</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Europhys. Lett.</sb:maintitle></sb:title><sb:volume-nr>2</sb:volume-nr></sb:series><sb:date>1986</sb:date></sb:issue><sb:pages><sb:first-page>199</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0065">G. Veneziano, Europhys. Lett. 2 199 (1986).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib58D949771B2A49016259A9FB4FA7499Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.J.</ce:given-name><ce:surname>Gross</ce:surname></sb:author><sb:author><ce:given-name>P.F.</ce:given-name><ce:surname>Mende</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>197</sb:volume-nr></sb:series><sb:date>1987</sb:date></sb:issue><sb:pages><sb:first-page>129</sb:first-page></sb:pages></sb:host></sb:reference><sb:reference id="bib58D949771B2A49016259A9FB4FA7499Es2"><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>303</sb:volume-nr></sb:series><sb:date>1988</sb:date></sb:issue><sb:pages><sb:first-page>407</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0070">D.J. Gross and P.F. Mende, Phys. Lett. B 197, 129 (1987); Nucl. Phys. B 303, 407 (1988).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bib66F2120A40CD5360B60A1A4208FA6B97s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Amati</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Ciafaloni</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Veneziano</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>197</sb:volume-nr></sb:series><sb:date>1987</sb:date></sb:issue><sb:pages><sb:first-page>81</sb:first-page></sb:pages></sb:host></sb:reference><sb:reference id="bib66F2120A40CD5360B60A1A4208FA6B97s2"><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. A</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>1988</sb:date></sb:issue><sb:pages><sb:first-page>1615</sb:first-page></sb:pages></sb:host></sb:reference><sb:reference id="bib66F2120A40CD5360B60A1A4208FA6B97s3"><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>347</sb:volume-nr></sb:series><sb:date>1990</sb:date></sb:issue><sb:pages><sb:first-page>550</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0075">D. Amati, M. Ciafaloni, and G. Veneziano, Phys. Lett. B 197, 81 (1987); Int. J. Mod. Phys. A, 03, 1615 (1988); Nucl. Phys. B 347, 550 (1990).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bibC515EFF8EB9593FDD5DEA6F29D62C89Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Amati</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Ciafaloni</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Veneziano</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>216</sb:volume-nr></sb:series><sb:date>1989</sb:date></sb:issue><sb:pages><sb:first-page>41</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0080">D. Amati, M. Ciafaloni, and G. Veneziano, Phys. Lett. B 216, 41 (1989).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bibC4F5A584C09790CDD9603E80D81594B2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Maggiore</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>304</sb:volume-nr></sb:series><sb:date>1993</sb:date></sb:issue><sb:pages><sb:first-page>65</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0085">M. Maggiore, Phys. Lett. B 304, 65 (1993).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bibACB54DBEA4DB12D5A2172F5F9BD13D40s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.J.</ce:given-name><ce:surname>Garay</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. A</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>1995</sb:date></sb:issue><sb:pages><sb:first-page>145</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0090">L. J. Garay, Int. J. Mod. Phys. A 10, 145 (1995).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bibD1F3723AEEB82710C2084AB5C0D75FA9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Kempf</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Mangano</ce:surname></sb:author><sb:author><ce:given-name>R.B.</ce:given-name><ce:surname>Mann</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>52</sb:volume-nr></sb:series><sb:date>1995</sb:date></sb:issue><sb:pages><sb:first-page>1108</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0095">A. Kempf, G. Mangano and R. B. Mann, Phys. Rev. D 52, 1108 (1995).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bibCBD531F11F0BA885D1D733BDB5738333s1"><sb:contribution><sb:authors><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Scardigli</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>452</sb:volume-nr></sb:series><sb:date>1999</sb:date></sb:issue><sb:pages><sb:first-page>39</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0100">F. Scardigli, Phys. Lett. B, 452, 39 (1999).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bib288867C9DCA0F02044294970B9F5DD3As1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.J.</ce:given-name><ce:surname>Adler</ce:surname></sb:author><sb:author><ce:given-name>D.I.</ce:given-name><ce:surname>Santiago</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Mod. Phys. Lett. A</sb:maintitle></sb:title><sb:volume-nr>14</sb:volume-nr></sb:series><sb:date>1999</sb:date></sb:issue><sb:pages><sb:first-page>1371</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0105">R. J. Adler, D. I. Santiago, Mod. Phys. Lett. A 14, 1371 (1999).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bib81ACE471668B4310E4A31F6EAE6C2424s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.J.</ce:given-name><ce:surname>Adler</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Chen</ce:surname></sb:author><sb:author><ce:given-name>D.I.</ce:given-name><ce:surname>Santiago</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Gen. Relativ. Gravit.</sb:maintitle></sb:title><sb:volume-nr>33</sb:volume-nr></sb:series><sb:date>2001</sb:date></sb:issue><sb:pages><sb:first-page>2101</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0110">R. J. Adler, P. Chen, and D. I. Santiago, Gen. Relativ. Grav. 33, 2101 (2001).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bibBF9017D04F72C1B5BA407971FBF61289s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.N.</ce:given-name><ce:surname>Chang</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Minic</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Okamura</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Takeuchi</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>65</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:article-number>125028</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0115">L. N. Chang, D. Minic, N. Okamura, and T. Takeuchi, Phys. Rev. D 65, 125028 (2002).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib83240D1D98A7E5776C50030EFBC90CF6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Bishop</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Contreras</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Martin</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Singleton</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Front. Astron. Space Sci.</sb:maintitle></sb:title><sb:volume-nr>9</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>978898</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0120">M. Bishop, J. Contreras, P. Martin, and D. Singleton, Front. Astron. Space Sci. 9, 978898 (2022).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bibDEF5C67B41EE9FC5C3B2E27E957812E4s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Lue</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Wang</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Kamionkowski</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>83</sb:volume-nr></sb:series><sb:date>1999</sb:date></sb:issue><sb:pages><sb:first-page>1506</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0125">A. Lue, L. Wang, and M. Kamionkowski, Phys. Rev. Letts. 83, 1506 (1999).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bib5A1C9C9C986716AE0A87350540B9A7B7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.H.S.</ce:given-name><ce:surname>Alexander</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Calcagni</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Found. Phys.</sb:maintitle></sb:title><sb:volume-nr>38</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:pages><sb:first-page>1148</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0130">S.H.S. Alexander and G. Calcagni, Found. Phys. 38, 1148 (2008).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bib7F1CC032A42342A64BAAADA7A5253920s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.H.S.</ce:given-name><ce:surname>Alexander</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Calcagni</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>672</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:pages><sb:first-page>386</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0135">S.H.S. Alexander and G. Calcagni, Phys. Letts. B 672, 386 (2009).</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> \ No newline at end of file +<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd"><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="sco" xml:lang="en"><item-info><jid>PLB</jid><aid>138173</aid><ce:article-number>138173</ce:article-number><ce:pii>S0370-2693(23)00507-5</ce:pii><ce:doi>10.1016/j.physletb.2023.138173</ce:doi><ce:copyright year="2023" type="other">The Author(s)</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Astrophysics & Cosmology</ce:text></ce:doctopic></ce:doctopics></item-info><head><ce:title id="ti0010">Quantum gravity, the cosmological constant, and parity transformation</ce:title><ce:author-group id="ag0010"><ce:author id="au0010" author-id="S0370269323005075-fd9eaebec5bc0310ea4d5d786e4bf21c"><ce:given-name>Michael</ce:given-name><ce:surname>Bishop</ce:surname><ce:cross-ref refid="aff0010" id="crf0010"><ce:sup>a</ce:sup></ce:cross-ref><ce:e-address type="email" xlink:href="mailto:mibishop@mail.fresnostate.edu" id="ea0010">mibishop@mail.fresnostate.edu</ce:e-address></ce:author><ce:author id="au0020" author-id="S0370269323005075-53653b508b89f206bafd29356cbb841b"><ce:given-name>Peter</ce:given-name><ce:surname>Martin</ce:surname><ce:cross-ref refid="aff0020" id="crf0020"><ce:sup>b</ce:sup></ce:cross-ref><ce:e-address type="email" xlink:href="mailto:kotor2@mail.fresnostate.edu" id="ea0020">kotor2@mail.fresnostate.edu</ce:e-address></ce:author><ce:author id="au0030" author-id="S0370269323005075-4e51edfc44e12f1e7fbb2c6e553f0f1d"><ce:given-name>Douglas</ce:given-name><ce:surname>Singleton</ce:surname><ce:cross-ref refid="aff0020" id="crf0030"><ce:sup>b</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0030" id="crf0040"><ce:sup>c</ce:sup></ce:cross-ref><ce:e-address type="email" xlink:href="mailto:dougs@mail.fresnostate.edu" id="ea0030">dougs@mail.fresnostate.edu</ce:e-address></ce:author><ce:affiliation id="aff0010" affiliation-id="S0370269323005075-7290786d872411b4e6f444401cecd9ba"><ce:label>a</ce:label><ce:textfn>Mathematics Department, California State University Fresno, Fresno, CA 93740, USA</ce:textfn><sa:affiliation><sa:organization>Mathematics Department</sa:organization><sa:organization>California State University Fresno</sa:organization><sa:city>Fresno</sa:city><sa:state>CA</sa:state><sa:postal-code>93740</sa:postal-code><sa:country>USA</sa:country></sa:affiliation><ce:source-text id="srct0005">Mathematics Department, California State University Fresno, Fresno, CA 93740</ce:source-text></ce:affiliation><ce:affiliation id="aff0020" affiliation-id="S0370269323005075-9fd291008f3d5aa9316b7301a9346c31"><ce:label>b</ce:label><ce:textfn>Physics Department, California State University Fresno, Fresno, CA 93740, USA</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>California State University Fresno</sa:organization><sa:city>Fresno</sa:city><sa:state>CA</sa:state><sa:postal-code>93740</sa:postal-code><sa:country>USA</sa:country></sa:affiliation><ce:source-text id="srct0010">Physics Department, California State University Fresno, Fresno, CA 93740</ce:source-text></ce:affiliation><ce:affiliation id="aff0030" affiliation-id="S0370269323005075-6bba475b52d869ff1b2682ebf27a62e5"><ce:label>c</ce:label><ce:textfn>Kavli Institute for Theoretical Physics, University of California Santa Barbara, Santa Barbara, CA 93106, USA</ce:textfn><sa:affiliation><sa:organization>Kavli Institute for Theoretical Physics</sa:organization><sa:organization>University of California Santa Barbara</sa:organization><sa:city>Santa Barbara</sa:city><sa:state>CA</sa:state><sa:postal-code>93106</sa:postal-code><sa:country>USA</sa:country></sa:affiliation><ce:source-text id="srct0015">Kavli Institute for Theoretical Physics, University of California Santa Barbara, Santa Barbara, CA 93106, USA</ce:source-text></ce:affiliation></ce:author-group><ce:date-received day="13" month="7" year="2023"/><ce:date-revised day="2" month="8" year="2023"/><ce:date-accepted day="6" month="9" year="2023"/><ce:miscellaneous id="ms0010">Editor: R. Gregory</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0010">One of the leading issues in quantum field theory and cosmology is the mismatch between the observed and calculated values for the cosmological constant in Einstein's field equations of up to 120 orders of magnitude. In this paper, we discuss new methods to potentially bridge this chasm using the generalized uncertainty principle (GUP). We find that if quantum gravity GUP models are the solution to this puzzle, then it may require the gravitationally modified position operator undergoes a parity transformation at high energies.</ce:simple-para></ce:abstract-sec></ce:abstract><ce:data-availability id="dav0001"><ce:section-title id="st0090">Data availability</ce:section-title><ce:para id="pr0280">No data was used for the research described in the article.</ce:para></ce:data-availability></head><body><ce:sections><ce:section id="se0010"><ce:label>1</ce:label><ce:section-title id="st0020">Cosmological constant puzzle</ce:section-title><ce:para id="pr0010">The cosmological constant problem is the naive mismatch by ∼ 120 orders of magnitude between the observed and a simple theoretical value for the cosmological constant in Einstein's field equations; we will clarify in what sense this 120 order of magnitude mismatch is misleading/naive below. Quantum gravity has long been advertised as a potential solution to various puzzles like this cosmological constant problem. In this paper, we lay out the reasoning that led us to the conclusion that if GUP models are to resolve the cosmological constant problem, they would require the gravitationally modified position operator to undergo a parity transformation at high energy scales or short distance scales.</ce:para><ce:para id="pr0020">GUP models modify the Heisenberg uncertainty principle to obtain a minimum length scale; that is, a positive lower bound on the uncertainty in position. GUP models are not elegant, top-down theories of quantum gravity like string theory <ce:cross-ref refid="br0010" id="crf0050">[1]</ce:cross-ref> or loop quantum gravity <ce:cross-ref refid="br0020" id="crf0060">[2]</ce:cross-ref>, but they have the advantage of being easy to work with and provide a phenomenological window into quantum gravity. We will begin by briefly reviewing the salient features of the cosmological constant problem; a more complete discussion can be found in the excellent review by Weinberg <ce:cross-ref refid="br0030" id="crf0070">[3]</ce:cross-ref>. We will adopt the notation and units of <ce:cross-ref refid="br0030" id="crf0080">[3]</ce:cross-ref>.</ce:para><ce:para id="pr0030">The cosmological constant, <ce:italic>λ</ce:italic>, in Einstein's field equations (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msub><mml:mrow><mml:mi>G</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>8</mml:mn><mml:mi>π</mml:mi><mml:mi>G</mml:mi><mml:msub><mml:mrow><mml:mi>T</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>λ</mml:mi><mml:msub><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>μ</mml:mi><mml:mi>ν</mml:mi></mml:mrow></mml:msub></mml:math>) is equivalent to space-time having a constant energy density <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mi>λ</mml:mi></mml:mrow><mml:mrow><mml:mn>8</mml:mn><mml:mi>π</mml:mi><mml:mi>G</mml:mi></mml:mrow></mml:mfrac></mml:math>, and is representative of the expansion of space. The approach for the calculation of <ce:italic>λ</ce:italic> in QFT is to add up all the energies of the zero modes (vacuum modes) of quantum fields. The vacuum modes of quantum fields are given by <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mi>ħ</mml:mi><mml:msub><mml:mrow><mml:mi>ω</mml:mi></mml:mrow><mml:mrow><mml:mi>p</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msub><mml:mrow><mml:mi>E</mml:mi></mml:mrow><mml:mrow><mml:mi>p</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt></mml:math>. Integrating over all possible momenta up to some cut-off, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, yields the vacuum energy density<ce:display><ce:formula id="fm0010"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si5.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo id="mmlbr0001" linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>π</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:munderover><mml:mo movablelimits="false">∫</mml:mo><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:munderover><mml:mfrac><mml:mrow><mml:mn>4</mml:mn><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>π</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mi>d</mml:mi><mml:mi>p</mml:mi><mml:mspace width="0.25em"/><mml:msup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="before">≈</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>16</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Here, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:mi>p</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo></mml:math> is the magnitude of the momentum. We use <ce:italic>p</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo></mml:math> interchangeably throughout this work.</ce:para><ce:para id="pr0040">The integral in <ce:cross-ref refid="fm0010" id="crf0090">(1)</ce:cross-ref> is divergent, so it needs to be cut off at some momentum/energy scale, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, which is usually taken to be the Planck scale, <ce:italic>i.e.</ce:italic> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo>∼</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>8</mml:mn><mml:mi>π</mml:mi><mml:mi>G</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>. Inserting this value of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> into <ce:cross-ref refid="fm0010" id="crf0100">(1)</ce:cross-ref> gives <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mn>2</mml:mn><mml:mo>×</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mn>71</mml:mn></mml:mrow></mml:msup></mml:math> GeV<ce:sup>4</ce:sup>. The observed vacuum energy density <ce:cross-ref refid="br0040" id="crf0110">[4]</ce:cross-ref> is about <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:msubsup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>o</mml:mi><mml:mi>b</mml:mi><mml:mi>s</mml:mi></mml:mrow></mml:msubsup><mml:mo>≈</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>47</mml:mn></mml:mrow></mml:msup></mml:math> GeV<ce:sup>4</ce:sup>, which is a difference of 118 orders of magnitude - a terrible disagreement between theory and observation. As mentioned in the opening paragraph this approximately 120 orders of magnitude mismatch is somewhat naive. First, the hard cut-off of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> in <ce:cross-ref refid="fm0010" id="crf0120">(1)</ce:cross-ref>, leading to a quartic dependence on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, violates relativistic invariance which requires <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mi>ρ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi>p</mml:mi></mml:math> <ce:italic>i.e.</ce:italic> energy density equals the negative pressure. This was pointed in <ce:cross-refs refid="br0050 br0060" id="crs0010">[5,6]</ce:cross-refs>, and these two works also show that if one uses dimensional regularization of integrals like <ce:cross-ref refid="fm0010" id="crf0130">(1)</ce:cross-ref>, one can restore relativistic invariance, and the energy density is no longer quartically dependent on cut-off scale, but has a logarithmic dependence. Finally, in <ce:cross-ref refid="br0060" id="crf0140">[6]</ce:cross-ref> it was shown that by using dimensional regularization of integrals like those in <ce:cross-ref refid="fm0010" id="crf0150">(1)</ce:cross-ref> and using known Standard Model fields (specifically the top quark, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:msup><mml:mrow><mml:mi>W</mml:mi></mml:mrow><mml:mrow><mml:mo>±</mml:mo></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:msup><mml:mrow><mml:mi>Z</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msup></mml:math> bosons and Higgs boson with an estimated mass of 150 GeV) gave a disagreement between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:msubsup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>o</mml:mi><mml:mi>b</mml:mi><mml:mi>s</mml:mi></mml:mrow></mml:msubsup><mml:mo>≈</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>47</mml:mn></mml:mrow></mml:msup></mml:math> GeV<ce:sup>4</ce:sup> and the theoretical value of “only” 56 orders of magnitude. This is still terrible, but essentially cuts in half the order of magnitude disagreement, from ∼ 120 to ∼ 56. This estimate of <ce:cross-ref refid="br0060" id="crf0160">[6]</ce:cross-ref> is more realistic since the only scale probed experimentally is the electroweak scale of ∼ 100 GeV. Using the Planck scale gives an overestimate of the disagreement. Nevertheless using either the electroweak scale or the Planck scale gives a huge discrepancy between the theoretical and observed value of the vacuum energy density.</ce:para><ce:para id="pr0050">One of the standard ideas for addressing the cosmological constant problem is via <ce:italic>unbroken supersymmetry</ce:italic><ce:cross-ref refid="fn0010" id="crf0170"><ce:sup>1</ce:sup></ce:cross-ref><ce:footnote id="fn0010"><ce:label>1</ce:label><ce:note-para id="np0010">In unbroken supersymmetry particles and their superpartner particles have the same mass.</ce:note-para></ce:footnote> (SUSY) models <ce:cross-refs refid="br0030 br0070" id="crs0020">[3,7]</ce:cross-refs>. SUSY models have equal numbers of bosonic and fermionic fields/degrees of freedom. Since bosonic and fermionic vacuum modes have opposite signs, their vacuum energies cancel one another exactly in unbroken SUSY and one would have a natural explanation for a cosmological constant that is exactly zero. However, one does not want an exactly zero cosmological constant and SUSY <ce:italic>is</ce:italic> broken at least up to some high energy scale greater than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:msub><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mi>S</mml:mi><mml:mi>U</mml:mi><mml:mi>S</mml:mi><mml:mi>Y</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:math> GeV. But if one used the lower limit of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:msub><mml:mrow><mml:mi mathvariant="normal">Λ</mml:mi></mml:mrow><mml:mrow><mml:mi>S</mml:mi><mml:mi>U</mml:mi><mml:mi>S</mml:mi><mml:mi>Y</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:math> GeV as the cut-off <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, then the disagreement between theory and experiment is ∼ 60 orders of magnitude. Therefore, simple SUSY models do not provide an answer to the cosmological constant puzzle.</ce:para><ce:para id="pr0060">However, despite SUSY (either broken or unbroken) not providing a solution to the cosmological constant puzzle, it nevertheless has the feature that one obtains a small/zero cosmological constant by a cancellation of large positive and negative contributions. In the GUP approach to the cosmological constant problem presented here, we find that we can similarly get a small cosmological constant by having a modified position operator which flips parity at some large energy/momentum scale. This changing of the parity of the modified position operator leads to a cancellation of large positive and large negative contributions to the cosmological constant. Such violations of parity in the gravitational interaction were studied theoretically in <ce:cross-ref refid="br0080" id="crf0180">[8]</ce:cross-ref> and recently experimental bounds have been placed on such parity violations in gravity <ce:cross-ref refid="br0090" id="crf0190">[9]</ce:cross-ref>.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">Quantum gravity via generalized uncertainty principle</ce:section-title><ce:para id="pr0070">In this section, we will lay out the GUP approach to quantum gravity <ce:cross-refs refid="br0100 br0110 br0120 br0130 br0140 br0150 br0160 br0170 br0180 br0190" id="crs0030">[10–19]</ce:cross-refs>. GUP models are phenomenological methods to quantize gravity which modify the canonical position and momentum operators and by extension their commutator. This leads to a modified Heisenberg uncertainty principle which gives another avenue to analyze how quantum gravity works at short distances and high energies.</ce:para><ce:para id="pr0080">Inspired by <ce:cross-ref refid="br0160" id="crf0200">[16]</ce:cross-ref>, we will only modify the position operator and keep the standard momentum operator:<ce:display><ce:formula id="fm0020"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>i</mml:mi><mml:mi>ħ</mml:mi><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mfrac><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mo>∂</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mrow><mml:mi mathvariant="normal">and</mml:mi></mml:mrow><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo>;</mml:mo></mml:math></ce:formula></ce:display> the capitalized <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math> indicates modification. These operators have the modified commutator<ce:display><ce:formula id="fm0030"><ce:label>(3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>i</mml:mi><mml:mi>ħ</mml:mi><mml:msub><mml:mrow><mml:mi>δ</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> In <ce:cross-ref refid="br0160" id="crf0210">[16]</ce:cross-ref>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> where <ce:italic>β</ce:italic> is a phenomenological parameter which sets the scale for quantum gravity. Generally, <ce:italic>β</ce:italic> is taken to be the Planck scale <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:mi>β</mml:mi><mml:mo>∼</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mi>P</mml:mi><mml:mi>l</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>ħ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac></mml:math>. The modified commutator in <ce:cross-ref refid="fm0030" id="crf0220">(3)</ce:cross-ref> implies an uncertainty relationship <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>X</mml:mi><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>p</mml:mi><mml:mo>∼</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>β</mml:mi><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>p</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> which leads to a minimum length of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:mi mathvariant="normal">Δ</mml:mi><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>ħ</mml:mi><mml:msqrt><mml:mrow><mml:mi>β</mml:mi></mml:mrow></mml:msqrt></mml:math> at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:mi mathvariant="normal">Δ</mml:mi><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msqrt><mml:mrow><mml:mi>β</mml:mi></mml:mrow></mml:msqrt></mml:mrow></mml:mfrac></mml:math>. Additionally, in order for position and momentum operators to be symmetric, <ce:italic>i.e.</ce:italic> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>ψ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>ψ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">|</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>ψ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>ψ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">|</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math>, the scalar product of this model must have the form<ce:display><ce:formula id="fm0040"><ce:label>(4)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:mo stretchy="false">〈</mml:mo><mml:mi>ψ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:munderover><mml:mo movablelimits="false">∫</mml:mo><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mo>∞</mml:mo></mml:mrow><mml:mrow><mml:mo>∞</mml:mo></mml:mrow></mml:munderover><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:msup><mml:mrow><mml:mi>ψ</mml:mi></mml:mrow><mml:mrow><mml:mo>⁎</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>p</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>p</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> The modification of the scalar product as given by <ce:cross-ref refid="fm0040" id="crf0230">(4)</ce:cross-ref> is for three dimensions; even in <ce:italic>n</ce:italic> dimensions one still has the same modifying factor for the momentum integration, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac></mml:math>.</ce:para></ce:section><ce:section id="se0030"><ce:label>3</ce:label><ce:section-title id="st0040">Vacuum energy calculations with GUP</ce:section-title><ce:para id="pr0090">With these modified operators and scalar products, one can modify the vacuum energy integration in <ce:cross-ref refid="fm0010" id="crf0240">(1)</ce:cross-ref> following <ce:cross-ref refid="br0200" id="crf0250">[20]</ce:cross-ref>. In <ce:cross-ref refid="br0200" id="crf0260">[20]</ce:cross-ref>, the authors calculate how the GUP modifies Liouville's theorem and the phase space volume, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mspace width="0.25em"/><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:math>. The modified phase space associated with the model from <ce:cross-ref refid="fm0020" id="crf0270">(2)</ce:cross-ref> and <ce:cross-ref refid="fm0030" id="crf0280">(3)</ce:cross-ref> is<ce:display><ce:formula id="fm0050"><ce:label>(5)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mspace width="0.25em"/><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Upon integrating out the volume, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mo stretchy="false">→</mml:mo><mml:mi>V</mml:mi></mml:math>, and after quantization, the phase space volume is given by<ce:display><ce:formula id="fm0060"><ce:label>(6)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:mfrac><mml:mrow><mml:mi>V</mml:mi><mml:mspace width="0.25em"/><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>π</mml:mi><mml:mi>ħ</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="false">→</mml:mo><mml:mfrac><mml:mrow><mml:mi>V</mml:mi><mml:mspace width="0.25em"/><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>π</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> In the last step in <ce:cross-ref refid="fm0060" id="crf0290">(6)</ce:cross-ref>, we set <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:mi>ħ</mml:mi><mml:mo stretchy="false">→</mml:mo><mml:mn>1</mml:mn></mml:math> to match the units of reference <ce:cross-ref refid="br0030" id="crf0300">[3]</ce:cross-ref>. Using the modified phase space volume in <ce:cross-ref refid="fm0060" id="crf0310">(6)</ce:cross-ref> for the calculation of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> in <ce:cross-ref refid="fm0010" id="crf0320">(1)</ce:cross-ref> gives<ce:display><ce:formula id="fm0070"><ce:label>(7)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>π</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> This is beneficial because the factor of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:math> makes the integrand integrable and makes the vacuum energy density finite without using a ‘by hand’ cut-off.</ce:para><ce:para id="pr0100">Substituting <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math> from <ce:cross-refs refid="br0160 br0200" id="crs0040">[16,20]</ce:cross-refs> into <ce:cross-ref refid="fm0070" id="crf0330">(7)</ce:cross-ref>, one finds that the GUP vacuum energy density is finite with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo>∝</mml:mo><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>. However, <ce:italic>β</ce:italic> is typically taken to be of the Planck scale and this leads to the GUP vacuum energy density from <ce:cross-ref refid="fm0070" id="crf0340">(7)</ce:cross-ref> yielding the same value as the by hand cut-off value obtained from <ce:cross-ref refid="fm0010" id="crf0350">(1)</ce:cross-ref>. Unfortunately, nothing has been gained by exchanging the by hand cut-off for a GUP-inspired functional cut-off, as already noted in <ce:cross-ref refid="br0200" id="crf0360">[20]</ce:cross-ref>. Moreover, the inner product used for the vacuum energy density in <ce:cross-ref refid="fm0070" id="crf0370">(7)</ce:cross-ref> does not preserve the symmetry of the modified position operator. Equations <ce:cross-ref refid="fm0050" id="crf0380">(5)</ce:cross-ref>, <ce:cross-ref refid="fm0060" id="crf0390">(6)</ce:cross-ref>, and <ce:cross-ref refid="fm0070" id="crf0400">(7)</ce:cross-ref> imply that integration over momentum should come with the factor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msup><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:math>. This violates the symmetry requirement for the position operator <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>ψ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>ψ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">|</mml:mo><mml:mi>ϕ</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math>. In order for the position operator to be symmetric, one needs the factor <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msup><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup></mml:math> as in equation <ce:cross-ref refid="fm0040" id="crf0410">(4)</ce:cross-ref>.</ce:para><ce:para id="pr0110">To resolve this conflict between <ce:cross-ref refid="fm0040" id="crf0420">(4)</ce:cross-ref> and <ce:cross-ref refid="fm0060" id="crf0430">(6)</ce:cross-ref>, we need to reconsider the spatial/volume calculation. In the transition from <ce:cross-ref refid="fm0050" id="crf0440">(5)</ce:cross-ref> to <ce:cross-ref refid="fm0060" id="crf0450">(6)</ce:cross-ref>, it is assumed that the spatial volume does not change, <ce:italic>i.e.</ce:italic> the spatial volume is <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:mo>∫</mml:mo><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msup><mml:mi>x</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>V</mml:mi></mml:math>; but since this approach utilizes the GUP, one would imagine that the introduction of a minimal length should change the calculation of volumes.</ce:para><ce:para id="pr0120">We pair a single factor of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> to go with the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:math> integration, which would be consistent with the symmetry of the position operator required by <ce:cross-ref refid="fm0040" id="crf0460">(4)</ce:cross-ref>. The remaining two factors are paired with the volume integration to account for the introduction of a minimal length. The phase space integration with the spatial volume in spherical coordinates becomes <ce:cross-ref refid="br0210" id="crf0470">[21]</ce:cross-ref><ce:display><ce:formula id="fm0080"><ce:label>(8)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi>d</mml:mi><mml:mi>r</mml:mi><mml:mi>d</mml:mi><mml:mi mathvariant="normal">Ω</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> The finite length factor in <ce:cross-ref refid="fm0080" id="crf0480">(8)</ce:cross-ref> is <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>, so that the spatial integration that takes into account the GUP minimal length is <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac></mml:math>. Now, the modified momentum integration in <ce:cross-ref refid="fm0080" id="crf0490">(8)</ce:cross-ref> agrees with the requirement of symmetry of the position and momentum operators as given in <ce:cross-ref refid="fm0040" id="crf0500">(4)</ce:cross-ref>. The corrected GUP-modified vacuum energy is then<ce:display><ce:formula id="fm0090"><ce:label>(9)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo>∫</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>π</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> Whether we use <ce:cross-ref refid="fm0010" id="crf0510">(1)</ce:cross-ref>, <ce:cross-ref refid="fm0070" id="crf0520">(7)</ce:cross-ref>, or <ce:cross-ref refid="fm0090" id="crf0530">(9)</ce:cross-ref> to calculated <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, the discrepancy between the calculated and observed vacuum energy density is still enormous. This discrepancy is due to the fact that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> is always positive.</ce:para><ce:para id="pr0130">One possible resolution is to allow <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> to become negative at large momentum. With this modification, the vacuum energy density integral has a negative contribution which can bring the calculated vacuum energy density closer to the observed value. Generally, GUP models do not consider an <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> which can be negative, because this results in a parity flip of the position operator, <ce:italic>i.e.</ce:italic> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:mo stretchy="false">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">→</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo></mml:math>, at large momentum. Admittedly having a parity flip like this is very unusual and may lead to difficulties coming up with a good physical interpretation. However, the weak interaction is known to violate parity, and additionally there are works that have examined parity violation in gravity. For example, reference <ce:cross-ref refid="br0080" id="crf0540">[8]</ce:cross-ref> examined parity violation in gravity, and recently reference <ce:cross-ref refid="br0090" id="crf0550">[9]</ce:cross-ref> placed experimental bounds on parity violation and time-reversal symmetry violation in gravity using spin-gravity interactions. Further in <ce:cross-ref refid="br0220" id="crf0560">[22]</ce:cross-ref> a model of parity violation is constructed with potential signatures appearing in the cosmic microwave background (CMB). As another example references <ce:cross-refs refid="br0230 br0240" id="crs0050">[23,24]</ce:cross-refs> attempt to solve the cosmological constant problem in a loop quantum gravity model with degenerate geometry, with an implied parity violation. Thus while there are certainly questions as to what a parity flip like <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:mo stretchy="false">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">→</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">)</mml:mo></mml:math> means physically, there is work examining parity violation in gravity both theoretically and experimentally.</ce:para><ce:para id="pr0140">In the next section we investigate the possibility that quantum gravity may lead to a modified position operator which changes sign/violates parity at some high energy/momentum scale leading to a small cosmological constant consistent with observations.</ce:para></ce:section><ce:section id="se0040"><ce:label>4</ce:label><ce:section-title id="st0050">GUP cosmological constant and parity transformation</ce:section-title><ce:para id="pr0150">In order to recover the standard position operator at low energy scales, the function <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> which modifies the position operator must satisfy <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo>≈</mml:mo><mml:mn>1</mml:mn></mml:math> when <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo>≪</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> designates the momentum where the parity flip occurs. As mentioned previously, one expects <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo>≈</mml:mo><mml:mn>1</mml:mn></mml:math> up to, for example, the electroweak scale with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo>≈</mml:mo><mml:mn>100</mml:mn></mml:math> GeV. At this point the calculated <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> is already ∼56 orders of magnitude larger than the observed vacuum energy density.</ce:para><ce:para id="pr0160">As discussed in the previous section, if <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> is positive definite, then the integration from the electroweak scale upward will only make further positive contributions to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, increasing the discrepancy between the calculated and observed vacuum energy density. The only way we can see to counter this large reserve of positive vacuum energy density is to have the vacuum density integrand in <ce:cross-ref refid="fm0090" id="crf0570">(9)</ce:cross-ref> become negative as the energy/momentum scale increases. This is conceptually similar to unbroken supersymmetry, where the positive contribution of bosonic zero modes balances the negative contribution of fermionic zero modes.</ce:para><ce:para id="pr0170">An example of a GUP model which satisfies the above requirement is<ce:display><ce:formula id="fm0100"><ce:label>(10)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mi>i</mml:mi><mml:mi>ħ</mml:mi><mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mo>;</mml:mo><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:mspace width="0.25em"/><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mspace width="0.25em"/><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where we have introduced a second momentum scale, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>. We will see the need for this later, but <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> should be of the order of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math>.</ce:para><ce:para id="pr0180">If we do an expansion to second order in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> and, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> we find that <ce:cross-ref refid="fm0100" id="crf0580">(10)</ce:cross-ref> is equivalent to the GUP model of reference <ce:cross-ref refid="br0160" id="crf0590">[16]</ce:cross-ref> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si56.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mi>i</mml:mi><mml:mi>ħ</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:math>, and <ce:italic>β</ce:italic> depending on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>. The specific form of the modified position operator in <ce:cross-ref refid="fm0100" id="crf0600">(10)</ce:cross-ref> is driven by two constraints: (i) we want the modified operators in <ce:cross-ref refid="fm0100" id="crf0610">(10)</ce:cross-ref> to give a minimum length; (ii) we want the position operator to flip sign at some large momentum scale so that the vacuum energy density integral will have positive (at low momentum) and negative (at high momentum) contributions. This flipping of the sign of the position operator can be seen as a form of parity violation; which proposes that the gravitational interaction may violate parity, as is also the case for the weak interaction.</ce:para><ce:para id="pr0190">Taking the modified operators from <ce:cross-ref refid="fm0100" id="crf0620">(10)</ce:cross-ref> and using them to calculate the vacuum energy density <ce:cross-ref refid="fm0090" id="crf0630">(9)</ce:cross-ref>, taking into account that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow></mml:math>, we get<ce:display><ce:formula id="fm0110"><ce:label>(11)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo id="mmlbr0002" linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mo>∫</mml:mo><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:msup><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi>π</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0002" linebreakstyle="before">≈</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>4</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:munderover><mml:mo movablelimits="false">∫</mml:mo><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mrow><mml:mo>∞</mml:mo></mml:mrow></mml:munderover><mml:msup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mi>d</mml:mi><mml:mi>p</mml:mi><mml:mo linebreak="newline" indentalign="id" indenttarget="mmlbr0002" linebreakstyle="before">=</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:mn>32</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.25em"/><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> From the first line to the second, we have written <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo></mml:math> simply as <ce:italic>p</ce:italic>, we have done the integration over the solid angle giving 4<ce:italic>π</ce:italic>, and we have assumed that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> is small compared to both <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> allowing us to use <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msqrt><mml:mrow><mml:msup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mo>≈</mml:mo><mml:mi>p</mml:mi></mml:math>.</ce:para><ce:para id="pr0200">From the last expression in <ce:cross-ref refid="fm0110" id="crf0640">(11)</ce:cross-ref>, we can see a balancing between the positive contribution <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup></mml:math> coming from the integration over low <ce:italic>p</ce:italic>, and the negative contribution <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>6</mml:mn></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac></mml:math> coming from the integration over high <ce:italic>p</ce:italic>. This is reminiscent of the balancing of positive and negative contributions to the vacuum energy density in unbroken supersymmetric models.</ce:para><ce:para id="pr0210">One can use <ce:cross-ref refid="fm0110" id="crf0650">(11)</ce:cross-ref> to “solve” the cosmological constant problem. Setting the calculated vacuum energy density in <ce:cross-ref refid="fm0110" id="crf0660">(11)</ce:cross-ref> to the observed vacuum energy density, one can solve for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> and obtain<ce:display><ce:formula id="fm0120"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>32</mml:mn><mml:msup><mml:mrow><mml:mi>π</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:msubsup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>o</mml:mi><mml:mi>b</mml:mi><mml:mi>s</mml:mi></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display> If <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> is at the Planck scale this implies <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si67.svg"><mml:mfrac><mml:mrow><mml:msubsup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>o</mml:mi><mml:mi>b</mml:mi><mml:mi>s</mml:mi></mml:mrow></mml:msubsup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mo>∼</mml:mo><mml:msup><mml:mrow><mml:mn>10</mml:mn></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>118</mml:mn></mml:mrow></mml:msup></mml:math>, which in turn leads to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> are both of the Planck scale.</ce:para><ce:para id="pr0220">Furthermore <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> do not necessarily need to be at the Planck scale to resolve the cosmological constant problem – one just needs <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:msubsup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>o</mml:mi><mml:mi>b</mml:mi><mml:mi>s</mml:mi></mml:mrow></mml:msubsup><mml:mo>≪</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup></mml:math>, which can be obtained even with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> at a much lower scale than the Planck scale. One still has the fine tuning problem of why the two scales should deviate from the condition <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> by such an incredibly small amount compared to either <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>. Nonetheless, this example illustrates how a negative contribution to the vacuum energy density, from high momentum, helps the GUP approach to the cosmological constant problem.</ce:para><ce:para id="pr0230">One could ask if this model would be able to connect the present small value of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:msubsup><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mi>o</mml:mi><mml:mi>b</mml:mi><mml:mi>s</mml:mi></mml:mrow></mml:msubsup></mml:math> with a much larger value of the vacuum energy density required for an inflationary epoch in the very early Universe. Looking at the last line of <ce:cross-ref refid="fm0110" id="crf0670">(11)</ce:cross-ref> one can have a large <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> if, in the early Universe, the two momentum scales satisfy <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>, but not <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math>. Then from this initial state the momentum scales would need to evolve toward <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math> to give the small observed vacuum energy density of the present Universe.</ce:para></ce:section><ce:section id="se0050"><ce:label>5</ce:label><ce:section-title id="st0060">Summary and conclusions</ce:section-title><ce:para id="pr0240">In this paper we examined how GUP models might address the cosmological constant problem. For GUP models given by modified position and momentum operators of the form <ce:cross-ref refid="fm0020" id="crf0680">(2)</ce:cross-ref> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mi>i</mml:mi><mml:mi>ħ</mml:mi><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mfrac><mml:mrow><mml:mo>∂</mml:mo></mml:mrow><mml:mrow><mml:mo>∂</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:msub><mml:mrow><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">ˆ</mml:mo></mml:mrow></mml:mover></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math>, there were two variants of the associated modified vacuum energy density given in <ce:cross-ref refid="fm0070" id="crf0690">(7)</ce:cross-ref> and <ce:cross-ref refid="fm0090" id="crf0700">(9)</ce:cross-ref>. These two expressions differed by the number of factors of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow></mml:mfrac></mml:math>. We argued for the validity of the expression in <ce:cross-ref refid="fm0090" id="crf0710">(9)</ce:cross-ref> over <ce:cross-ref refid="fm0070" id="crf0720">(7)</ce:cross-ref>, since only the former expression satisfied the requirement of symmetry of the modified position and momentum operators discussed around equation <ce:cross-ref refid="fm0040" id="crf0730">(4)</ce:cross-ref>.</ce:para><ce:para id="pr0250">However, regardless of whether one used <ce:cross-ref refid="fm0070" id="crf0740">(7)</ce:cross-ref> or <ce:cross-ref refid="fm0090" id="crf0750">(9)</ce:cross-ref> to calculate <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, one still has essentially the same problem as the by-hand cut-off of <ce:cross-ref refid="fm0010" id="crf0760">(1)</ce:cross-ref>: the vacuum energy density was proportional the momentum cut-off scale to the fourth power, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo>∼</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msubsup></mml:math>, which for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> near the Planck scale (or even the electroweak scale) made <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> too large. With the GUP modified energy density of either <ce:cross-ref refid="fm0070" id="crf0770">(7)</ce:cross-ref> or <ce:cross-ref refid="fm0090" id="crf0780">(9)</ce:cross-ref> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math>, while formally finite, would nevertheless be proportional to the inverse square of the functional cut-off parameter <ce:italic>β i.e.</ce:italic> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub><mml:mo>∼</mml:mo><mml:msup><mml:mrow><mml:mi>β</mml:mi></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math>, and if the scale of <ce:italic>β</ce:italic> were taken as the Planck scale, then one finds the same problem as using a by-hand cut-off of the formally infinite integral in <ce:cross-ref refid="fm0010" id="crf0790">(1)</ce:cross-ref> - the vacuum energy density from GUP models will have the same, large, order-of-magnitude disagreement compared to the observed vacuum energy density.</ce:para><ce:para id="pr0260">We propose that the modified position operator changes sign at some momentum scale, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math>, as in <ce:cross-ref refid="fm0100" id="crf0800">(10)</ce:cross-ref>. Then because of the link between the function <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">→</mml:mo></mml:mrow></mml:mover><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math> from the modified position operator in <ce:cross-ref refid="fm0020" id="crf0810">(2)</ce:cross-ref>, and how it changes the vacuum energy density in <ce:cross-ref refid="fm0090" id="crf0820">(9)</ce:cross-ref>, one finds that the positive contribution to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:msub><mml:mrow><mml:mi>ρ</mml:mi></mml:mrow><mml:mrow><mml:mi>v</mml:mi><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:mrow></mml:msub></mml:math> from the integration below <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> is balanced by negative contribution from above <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi>M</mml:mi></mml:mrow></mml:msub></mml:math> This balancing of large positive and negative contributions to the vacuum energy density is similar to unbroken SUSY, where a large, positive bosonic contribution is balanced by a large, negative fermionic contribution. Here, however this balancing of positive and negative contributions comes from the parity flip - the change in sign of the modified position operator at some momentum scale.</ce:para> </ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0100">Declaration of Competing Interest</ce:section-title><ce:para id="pr0290">The authors declare the following financial interests/personal relationships which may be considered as potential competing interests: Douglas Singleton reports financial support was provided by <ce:grant-sponsor id="gsp0010" sponsor-id="https://doi.org/10.13039/100000001">National Science Foundation</ce:grant-sponsor>. Michael Bishop reports financial support was provided by <ce:grant-sponsor id="gsp0020" sponsor-id="https://doi.org/10.13039/100010075">California State University, Fresno</ce:grant-sponsor>. Douglas Singleton reports financial support was provided by <ce:grant-sponsor id="gsp0030" sponsor-id="https://doi.org/10.13039/100000001">National Science Foundation</ce:grant-sponsor>.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0070">Acknowledgement</ce:section-title><ce:para id="pr0270">DS is supported by a 2023-2024 <ce:grant-sponsor id="gsp0040" sponsor-id="https://doi.org/10.13039/100005956">KITP</ce:grant-sponsor> Fellows Award. This research was supported in part by the <ce:grant-sponsor id="gsp0050" sponsor-id="https://doi.org/10.13039/100000001">National Science Foundation</ce:grant-sponsor> under Grant No. <ce:grant-number refid="gsp0050">NSF PHY-1748958</ce:grant-number>. The work of MB and DS were supported through a <ce:grant-sponsor id="gsp0060" sponsor-id="https://doi.org/10.13039/100010075">Fresno State</ce:grant-sponsor> 2023-2024 RSCA grant.</ce:para></ce:acknowledgment></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0080">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bibE518A596B7ED9B04F17E1B37F90A3D14s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Polchinski</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>String Theory Vol. 1: An Introduction to the Bosonic String and String Theory Vol. 2: Superstring Theory and Beyond</sb:maintitle></sb:title></sb:contribution><sb:host><sb:book><sb:date>1998</sb:date><sb:publisher><sb:name>Cambridge University Press</sb:name><sb:location>Cambridge, UK</sb:location></sb:publisher></sb:book></sb:host></sb:reference><ce:source-text id="srct0020">J. Polchinski, String Theory Vol. 1: An Introduction to the Bosonic String and String Theory Vol. 2: Superstring Theory and Beyond (Cambridge University Press, Cambridge, UK 1998).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bib2E6A076BFF118A19C1B9BE9F2783F23As1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Rovelli</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Loop quantum gravity</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Living Rev. Relativ.</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:pages><sb:first-page>5</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0025">C. Rovelli, Loop Quantum Gravity, Living Reviews in Relativity 11, 5 (2008).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bib499C3322CA3375E6E10D8EDCF088516Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Weinberg</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Rev. Mod. Phys.</sb:maintitle></sb:title><sb:volume-nr>61</sb:volume-nr></sb:series><sb:date>1989</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0030">S. Weinberg, Rev. Mod. Phys. 61, 1 (1989).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bibCDA028F5152B80C486A3BADAF25A9AEEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.A.</ce:given-name><ce:surname>Zyla</ce:surname></sb:author><sb:et-al/><sb:collaboration>Particle Data Group</sb:collaboration></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Prog. Theor. Exp. Phys.</sb:maintitle></sb:title><sb:volume-nr>2020</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:article-number>083C01</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0035">P.A. Zyla et al. (Particle Data Group), Prog. Theor. Exp. Phys. 2020, 083C01 (2020).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib1BEC41ADCA4B37664744B229A101D7C4s1"><sb:contribution><sb:authors><sb:author><ce:given-name>E.Kh.</ce:given-name><ce:surname>Akhmedov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Vacuum energy and relativistic invariance</sb:maintitle></sb:title></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-th/0204048" id="inf0010">arXiv:hep-th/0204048</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0040">E. Kh. Akhmedov, “Vacuum energy and relativistic invariance”, arXiv:hep-th/0204048</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bibA038D320FDE86F71A6A3C511C56CBE76s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.F.</ce:given-name><ce:surname>Koksma</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Prokopec</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The cosmological constant and Lorentz invariance of the vacuum state</sb:maintitle></sb:title></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1105.6296" id="inf0020">arXiv:1105.6296 [gr-qc]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0045">J. F. Koksma and T. Prokopec, “The Cosmological Constant and Lorentz Invariance of the Vacuum State”, e-Print: 1105.6296 [gr-qc]</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bibA12EC59B215BD8E62DA7B5BA5BA95BFAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Trodden</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Carroll</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>TASI lectures: introduction to cosmology</sb:maintitle></sb:title></sb:contribution><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:astro-ph/0401547" id="inf0030">arXiv:astro-ph/0401547</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0050">M. Trodden and S. Carroll, “TASI Lectures: Introduction to Cosmology”, arXiv:astro-ph/0401547</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bib717681439447961A63F86CF8C7270327s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Leitner</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Okubo</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev.</sb:maintitle></sb:title><sb:volume-nr>136</sb:volume-nr></sb:series><sb:date>1964</sb:date></sb:issue><sb:article-number>B1542</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0055">J. Leitner and S. Okubo, Phys. Rev. 136, B1542 (1964).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib88CC5B4FF64B40EDD17A5AF8F409776Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.-B.</ce:given-name><ce:surname>Zhang</ce:surname></sb:author><sb:author><ce:given-name>Z.-L.</ce:given-name><ce:surname>Ba</ce:surname></sb:author><sb:author><ce:given-name>D.-H.</ce:given-name><ce:surname>Ning</ce:surname></sb:author><sb:author><ce:given-name>N.-F.</ce:given-name><ce:surname>Zhai</ce:surname></sb:author><sb:author><ce:given-name>Z.-T.</ce:given-name><ce:surname>Lu</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Sheng</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>130</sb:volume-nr></sb:series><sb:date>2023</sb:date></sb:issue><sb:article-number>201401</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0060">S.-B. Zhang, Z.-L. Ba, D.-H. Ning, N.-F. Zhai, Z.-T. Lu, and D. Sheng, Phys. Rev. Letts. 130, 201401 (2023).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bib97C6FB38CD7727C1360029F57B1E4C5Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Veneziano</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Europhys. Lett.</sb:maintitle></sb:title><sb:volume-nr>2</sb:volume-nr></sb:series><sb:date>1986</sb:date></sb:issue><sb:pages><sb:first-page>199</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0065">G. Veneziano, Europhys. Lett. 2 199 (1986).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib58D949771B2A49016259A9FB4FA7499Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.J.</ce:given-name><ce:surname>Gross</ce:surname></sb:author><sb:author><ce:given-name>P.F.</ce:given-name><ce:surname>Mende</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>197</sb:volume-nr></sb:series><sb:date>1987</sb:date></sb:issue><sb:pages><sb:first-page>129</sb:first-page></sb:pages></sb:host></sb:reference><sb:reference id="bib58D949771B2A49016259A9FB4FA7499Es2"><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>303</sb:volume-nr></sb:series><sb:date>1988</sb:date></sb:issue><sb:pages><sb:first-page>407</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0070">D.J. Gross and P.F. Mende, Phys. Lett. B 197, 129 (1987); Nucl. Phys. B 303, 407 (1988).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bib66F2120A40CD5360B60A1A4208FA6B97s1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Amati</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Ciafaloni</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Veneziano</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>197</sb:volume-nr></sb:series><sb:date>1987</sb:date></sb:issue><sb:pages><sb:first-page>81</sb:first-page></sb:pages></sb:host></sb:reference><sb:reference id="bib66F2120A40CD5360B60A1A4208FA6B97s2"><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. A</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>1988</sb:date></sb:issue><sb:pages><sb:first-page>1615</sb:first-page></sb:pages></sb:host></sb:reference><sb:reference id="bib66F2120A40CD5360B60A1A4208FA6B97s3"><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>347</sb:volume-nr></sb:series><sb:date>1990</sb:date></sb:issue><sb:pages><sb:first-page>550</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0075">D. Amati, M. Ciafaloni, and G. Veneziano, Phys. Lett. B 197, 81 (1987); Int. J. Mod. Phys. A, 03, 1615 (1988); Nucl. Phys. B 347, 550 (1990).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bibC515EFF8EB9593FDD5DEA6F29D62C89Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Amati</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Ciafaloni</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Veneziano</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>216</sb:volume-nr></sb:series><sb:date>1989</sb:date></sb:issue><sb:pages><sb:first-page>41</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0080">D. Amati, M. Ciafaloni, and G. Veneziano, Phys. Lett. B 216, 41 (1989).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bibC4F5A584C09790CDD9603E80D81594B2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Maggiore</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>304</sb:volume-nr></sb:series><sb:date>1993</sb:date></sb:issue><sb:pages><sb:first-page>65</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0085">M. Maggiore, Phys. Lett. B 304, 65 (1993).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bibACB54DBEA4DB12D5A2172F5F9BD13D40s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.J.</ce:given-name><ce:surname>Garay</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. A</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>1995</sb:date></sb:issue><sb:pages><sb:first-page>145</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0090">L. J. Garay, Int. J. Mod. Phys. A 10, 145 (1995).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bibD1F3723AEEB82710C2084AB5C0D75FA9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Kempf</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Mangano</ce:surname></sb:author><sb:author><ce:given-name>R.B.</ce:given-name><ce:surname>Mann</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>52</sb:volume-nr></sb:series><sb:date>1995</sb:date></sb:issue><sb:pages><sb:first-page>1108</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0095">A. Kempf, G. Mangano and R. B. Mann, Phys. Rev. D 52, 1108 (1995).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bibCBD531F11F0BA885D1D733BDB5738333s1"><sb:contribution><sb:authors><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Scardigli</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>452</sb:volume-nr></sb:series><sb:date>1999</sb:date></sb:issue><sb:pages><sb:first-page>39</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0100">F. Scardigli, Phys. Lett. B, 452, 39 (1999).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bib288867C9DCA0F02044294970B9F5DD3As1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.J.</ce:given-name><ce:surname>Adler</ce:surname></sb:author><sb:author><ce:given-name>D.I.</ce:given-name><ce:surname>Santiago</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Mod. Phys. Lett. A</sb:maintitle></sb:title><sb:volume-nr>14</sb:volume-nr></sb:series><sb:date>1999</sb:date></sb:issue><sb:pages><sb:first-page>1371</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0105">R. J. Adler, D. I. Santiago, Mod. Phys. Lett. A 14, 1371 (1999).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bib81ACE471668B4310E4A31F6EAE6C2424s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.J.</ce:given-name><ce:surname>Adler</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Chen</ce:surname></sb:author><sb:author><ce:given-name>D.I.</ce:given-name><ce:surname>Santiago</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Gen. Relativ. Gravit.</sb:maintitle></sb:title><sb:volume-nr>33</sb:volume-nr></sb:series><sb:date>2001</sb:date></sb:issue><sb:pages><sb:first-page>2101</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0110">R. J. Adler, P. Chen, and D. I. Santiago, Gen. Relativ. Grav. 33, 2101 (2001).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bibBF9017D04F72C1B5BA407971FBF61289s1"><sb:contribution><sb:authors><sb:author><ce:given-name>L.N.</ce:given-name><ce:surname>Chang</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Minic</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Okamura</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Takeuchi</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>65</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:article-number>125028</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0115">L. N. Chang, D. Minic, N. Okamura, and T. Takeuchi, Phys. Rev. D 65, 125028 (2002).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib83240D1D98A7E5776C50030EFBC90CF6s1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Bishop</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Contreras</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Martin</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Singleton</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Front. Astron. Space Sci.</sb:maintitle></sb:title><sb:volume-nr>9</sb:volume-nr></sb:series><sb:date>2022</sb:date></sb:issue><sb:article-number>978898</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0120">M. Bishop, J. Contreras, P. Martin, and D. Singleton, Front. Astron. Space Sci. 9, 978898 (2022).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bibDEF5C67B41EE9FC5C3B2E27E957812E4s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Lue</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Wang</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Kamionkowski</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>83</sb:volume-nr></sb:series><sb:date>1999</sb:date></sb:issue><sb:pages><sb:first-page>1506</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0125">A. Lue, L. Wang, and M. Kamionkowski, Phys. Rev. Letts. 83, 1506 (1999).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bib5A1C9C9C986716AE0A87350540B9A7B7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.H.S.</ce:given-name><ce:surname>Alexander</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Calcagni</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Found. Phys.</sb:maintitle></sb:title><sb:volume-nr>38</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:pages><sb:first-page>1148</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0130">S.H.S. Alexander and G. Calcagni, Found. Phys. 38, 1148 (2008).</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bib7F1CC032A42342A64BAAADA7A5253920s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.H.S.</ce:given-name><ce:surname>Alexander</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Calcagni</ce:surname></sb:author></sb:authors></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>672</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:pages><sb:first-page>386</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0135">S.H.S. Alexander and G. Calcagni, Phys. Letts. B 672, 386 (2009).</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> diff --git a/tests/units/elsevier/data/main2.xml b/tests/units/elsevier/data/main2.xml index acde8df3..9918f2b2 100644 --- a/tests/units/elsevier/data/main2.xml +++ b/tests/units/elsevier/data/main2.xml @@ -1 +1 @@ -<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd" [<!ENTITY gr001 SYSTEM "gr001" NDATA IMAGE><!ENTITY gr002 SYSTEM "gr002" NDATA IMAGE><!ENTITY gr003 SYSTEM "gr003" NDATA IMAGE><!ENTITY gr004 SYSTEM "gr004" NDATA IMAGE><!ENTITY gr005 SYSTEM "gr005" NDATA IMAGE><!ENTITY gr006 SYSTEM "gr006" NDATA IMAGE>]><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="sco" xml:lang="en"><item-info><jid>PLB</jid><aid>137730</aid><ce:article-number>137730</ce:article-number><ce:pii>S0370-2693(23)00064-3</ce:pii><ce:doi>10.1016/j.physletb.2023.137730</ce:doi><ce:copyright year="2023" type="other">European Center of Nuclear Research, ALICE experiment</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Experiments</ce:text></ce:doctopic></ce:doctopics><ce:preprint><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2204.10210" id="inf0010"/></ce:preprint></item-info><ce:floats><ce:figure id="fg0010"><ce:label>Fig. 1</ce:label><ce:caption id="cp0010"><ce:simple-para id="sp0010">Charged-particle pseudorapidity density in Pb<ce:glyph name="sbnd"/>Pb <ce:cross-ref refid="br0020" id="crf0010">[2]</ce:cross-ref> and p<ce:glyph name="sbnd"/>Pb for the 5% most central collisions, and for pp collisions with INEL>0 trigger class. For symmetric collision systems (Pb<ce:glyph name="sbnd"/>Pb and pp) the data has been symmetrised around <ce:italic>η</ce:italic> = 0 and points for <ce:italic>η</ce:italic> > 3.5 have been reflected around <ce:italic> η</ce:italic> = 0. The boxes around the points and to the right reflect the uncorrelated and correlated, with respect to pseudorapidity, systematic uncertainty, respectively. The relative correlated, normalisation, uncertainties are evaluated at d<ce:italic>N</ce:italic><ce:inf>ch</ce:inf>/d<ce:italic>η</ce:italic> |<ce:inf><ce:italic>η</ce:italic>=0</ce:inf>. The lines show fits of Eq. <ce:cross-ref refid="fm0030" id="crf0020">(1)</ce:cross-ref> (Pb<ce:glyph name="sbnd"/>Pb and pp) and Eq. <ce:cross-ref refid="fm0040" id="crf0030">(2)</ce:cross-ref> (p<ce:glyph name="sbnd"/>Pb) to the data (discussed in Section <ce:cross-ref refid="se0040" id="crf0040">4</ce:cross-ref>). Please note that the ordinate has been cut twice to accommodate for the very different ranges of the charged-particle pseudorapidity densities.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0010">Fig. 1</ce:alt-text><ce:link locator="gr001" xlink:type="simple" xlink:href="pii:S0370269323000643/gr001" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0010"/></ce:figure><ce:figure id="fg0020"><ce:label>Fig. 2</ce:label><ce:caption id="cp0020"><ce:simple-para id="sp0020">Charged-particle pseudorapidity density in p<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> in seven centrality classes based on the V0A and V0C estimators. The lines are obtained using a fit of a scaled, normal distribution in rapidity Eq. <ce:cross-ref refid="fm0040" id="crf0050">(2)</ce:cross-ref> to the data (discussed in Section <ce:cross-ref refid="se0040" id="crf0060">4</ce:cross-ref>).</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0020">Fig. 2</ce:alt-text><ce:link locator="gr002" xlink:type="simple" xlink:href="pii:S0370269323000643/gr002" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0020"/></ce:figure><ce:figure id="fg0030"><ce:label>Fig. 3</ce:label><ce:caption id="cp0030"><ce:simple-para id="sp0030">Ratio <ce:italic>r</ce:italic><ce:inf><ce:italic>X</ce:italic></ce:inf> of the charged-particle pseudorapidity density in Pb<ce:glyph name="sbnd"/>Pb (top) and p<ce:glyph name="sbnd"/>Pb (bottom) in different centrality classes to the charged-particle pseudorapidity density in pp in the INEL>0 event class. Note, for Pb<ce:glyph name="sbnd"/>Pb <ce:italic>η</ce:italic><ce:inf>lab</ce:inf> is the same as the centre-of-mass pseudorapidity.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0030">Fig. 3</ce:alt-text><ce:link locator="gr003" xlink:type="simple" xlink:href="pii:S0370269323000643/gr003" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0030"/></ce:figure><ce:figure id="fg0040"><ce:label>Fig. 4</ce:label><ce:caption id="cp0040"><ce:simple-para id="sp0040">The width (top) and effective <ce:italic>p</ce:italic><ce:inf> T</ce:inf>/<ce:italic>m</ce:italic> (bottom) fit parameters as a function of the mean number of participants in pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>. Vertical uncertainties are the standard error on the best-fit parameter values, while horizontal uncertainties reflect the uncertainty on 〈<ce:italic>N</ce:italic><ce:inf> part</ce:inf>〉 from the Glauber calculations. Also shown are similar fit parameters from the same parameterisation of EPOS-LHC calculations as well as direct calculations of the standard deviation of the d<ce:italic>N</ce:italic><ce:inf> ch</ce:inf>/d<ce:italic>y</ce:italic> distributions and the 〈<ce:italic>p</ce:italic><ce:inf> T</ce:inf>〉/〈<ce:italic>m</ce:italic>〉 ratio from the EPOS-LHC calculations.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0040">Fig. 4</ce:alt-text><ce:link locator="gr004" xlink:type="simple" xlink:href="pii:S0370269323000643/gr004" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0040"/></ce:figure><ce:figure id="fg0050"><ce:label>Fig. 5</ce:label><ce:caption id="cp0050"><ce:simple-para id="sp0050">The transverse area <ce:italic>S</ce:italic><ce:inf>T</ce:inf> as calculated in a numerical Glauber model for two extreme cases: a) only the exclusive overlap of nucleons is considered (∩, open markers) and b) the inclusive area of participating nucleons contribute (∪, closed markers) in both p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0050">Fig. 5</ce:alt-text><ce:link locator="gr005" xlink:type="simple" xlink:href="pii:S0370269323000643/gr005" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0050"/></ce:figure><ce:figure id="fg0060"><ce:label>Fig. 6</ce:label><ce:caption id="cp0060"><ce:simple-para id="sp0060">Estimate of the lower bound on the Bjorken transverse energy density in pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>, considering the exclusive (∩, open markers) and inclusive (∪, full markers) overlap area <ce:italic> S</ce:italic><ce:inf>T</ce:inf> of the nucleons. The expression <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:mi>C</mml:mi><mml:mmultiscripts><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow><mml:none/><mml:none/><mml:mrow><mml:mi>p</mml:mi></mml:mrow></mml:mmultiscripts></mml:math> is fitted to case ∪, and we find <ce:italic>C</ce:italic> = (0.8 ± 0.3) GeV/(fm<ce:sup> 2</ce:sup><ce:italic>c</ce:italic>) and <ce:italic>p</ce:italic> = 0.44 ± 0.08. Also shown is an estimate, via d<ce:italic>E</ce:italic><ce:inf>T</ce:inf>/d<ce:italic> y</ce:italic>, of <ce:italic>ε</ce:italic><ce:inf>Bj</ce:inf> from Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> (stars with uncertainty band) <ce:cross-ref refid="br0310" id="crf0070">[31]</ce:cross-ref>.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0060">Fig. 6</ce:alt-text><ce:link locator="gr006" xlink:type="simple" xlink:href="pii:S0370269323000643/gr006" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0060"/></ce:figure></ce:floats><head><ce:title id="ti0010">System-size dependence of the charged-particle pseudorapidity density at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> for pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions</ce:title><ce:author-group id="ag0010"><ce:collaboration id="co0010" collaboration-id="S0370269323000643-3bea72599603117cd9d18494a0279c47"><ce:text>ALICE Collaboration</ce:text><ce:cross-ref refid="fn0080" id="crf0080"><ce:sup>⋆</ce:sup></ce:cross-ref><ce:author-group id="ag0020"><ce:author id="au0010" author-id="S0370269323000643-e60c93a934b81cf9801254193264c6ee"><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname><ce:cross-ref refid="aff1420" id="crf0090"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au0020" author-id="S0370269323000643-0eab85892b6d74b18661e74a7987c599"><ce:given-name>D.</ce:given-name><ce:surname>Adamová</ce:surname><ce:cross-ref refid="aff0960" id="crf0100"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:affiliation id="aff1420" affiliation-id="S0370269323000643-f1ae52f852d4d7d99988b3e872f887e4"><ce:label>142</ce:label><ce:textfn>Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Variable Energy Cyclotron Centre</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0710">Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0960" affiliation-id="S0370269323000643-35f0d35e6b51b7c24d9b3bc939a45b30"><ce:label>96</ce:label><ce:textfn>Nuclear Physics Institute of the Czech Academy of Sciences, Řež u Prahy, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Nuclear Physics Institute of the Czech Academy of Sciences</sa:organization><sa:city>Řež u Prahy</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0480">Nuclear Physics Institute of the Czech Academy of Sciences, Řež u Prahy, Czech Republic</ce:source-text></ce:affiliation></ce:author-group></ce:collaboration><ce:footnote id="fn0080"><ce:label>⋆</ce:label><ce:note-para id="np0080"><ce:italic>E-mail address:</ce:italic><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="mailto:alice-publications@cern.ch" id="inf0020"> alice-publications@cern.ch</ce:inter-ref>.</ce:note-para></ce:footnote></ce:author-group><ce:date-received day="20" month="5" year="2022"/><ce:date-revised day="17" month="1" year="2023"/><ce:date-accepted day="17" month="1" year="2023"/><ce:miscellaneous id="ms0010">Editor: M. Doser</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0070">We present the first systematic comparison of the charged-particle pseudorapidity densities for three widely different collision systems, pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb, at the top energy of the Large Hadron Collider (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>) measured over a wide pseudorapidity range (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.5</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5</mml:mn></mml:math>), the widest possible among the four experiments at that facility. The systematic uncertainties are minimised since the measurements are recorded by the same experimental apparatus (ALICE). The distributions for p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb collisions are determined as a function of the centrality of the collisions, while results from pp collisions are reported for inelastic events with at least one charged particle at midrapidity. The charged-particle pseudorapidity densities are, under simple and robust assumptions, transformed to charged-particle rapidity densities. This allows for the calculation and the presentation of the evolution of the width of the rapidity distributions and of a lower bound on the Bjorken energy density, as a function of the number of participants in all three collision systems. We find a decreasing width of the particle production, and roughly a smooth ten fold increase in the energy density, as the system size grows, which is consistent with a gradually higher dense phase of matter.</ce:simple-para></ce:abstract-sec></ce:abstract></head><body><ce:sections><ce:section id="se0010" role="introduction"><ce:label>1</ce:label><ce:section-title id="st0020">Introduction</ce:section-title><ce:para id="pr0010">The number of charged particles produced in energetic nuclear collisions is an important indicator for the strong interaction processes that determine the particle production at the sub-nucleonic level. In particular, the production of charged particles is expected to reflect the number of quark and gluon collisions occurring during the initial stages of the reaction. The total number of particles produced also provides information on the energy transfer available from the initial colliding beams to particle production, as a consequence of nuclear stopping <ce:cross-ref refid="br0010" id="crf10940">[1]</ce:cross-ref>. In order to help unravel this complex scenario it is important to compare the particle production amongst collision systems of different sizes over a wide kinematic range.</ce:para><ce:para id="pr0020">We present the measured charged-particle pseudorapidity density, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math>, for pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb (previously published <ce:cross-ref refid="br0020" id="crf10950">[2]</ce:cross-ref>) collisions at the same collision energy of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> in the nucleon–nucleon centre-of-mass reference frame. This is, at present, the maximum available energy at CERN's Large Hadron Collider (LHC) for Pb<ce:glyph name="sbnd"/>Pb collisions. The measurements were carried out using ALICE at LHC (for earlier <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math> results see for example Refs. <ce:cross-refs refid="br0030 br0040 br0050" id="crs0010">[3–5]</ce:cross-refs>). The three studied reactions have different characteristics probing widely different particle production yields and mechanisms. In Pb<ce:glyph name="sbnd"/>Pb collisions, the total particle yield for central collisions is of the order 10<ce:sup> 4</ce:sup><ce:cross-ref refid="br0020" id="crf10960">[2]</ce:cross-ref>, and a strongly coupled plasma of quarks and gluons (sQGP) is formed <ce:cross-refs refid="br0060 br0070 br0080 br0090" id="crs0020">[6–9]</ce:cross-refs>, whose collective and transport properties are currently under intense study. On the other hand, pp collisions represent the simplest possible nuclear collision system, where the average total particle production is much smaller (≈80, by integrating the measured distributions), and is to first approximation much less subject to collective effects <ce:cross-ref refid="br0100" id="crf10970">[10]</ce:cross-ref>. The p<ce:glyph name="sbnd"/>Pb system is intermediate to the other reactions, corresponding to the situation where a single nucleon probes the nucleons in a narrow cylinder of the target nucleus. The extent to which p<ce:glyph name="sbnd"/>Pb is governed by the initial state cold nuclear matter of the lead ion or whether collective phenomena in the hot and dense medium play an important role is, at present, a matter under scrutiny by the community <ce:cross-refs refid="br0100 br0110" id="crs0030">[10,11]</ce:cross-refs>.</ce:para><ce:para id="pr0030">In this letter, we compare the three reactions and present the ratios of the charged-particle pseudorapidity density distributions (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math>) of the more complex reactions to the pp distribution. Owing to ALICE's unique large acceptance in pseudorapidity, and using simple and robust assumptions, we transform the measured charged-particle pseudorapidity density distributions into charged-particle rapidity density distributions (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math>). This allows us to calculate the width of the rapidity distributions as a function of the number of participating nucleons. The parameters of the transformation also allow us to estimate a lower bound on the energy density using the well-known formula from Bjorken <ce:cross-ref refid="br0120" id="crf10980">[12]</ce:cross-ref>. An energy density exceeding the critical energy density of roughly <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:math><ce:cross-ref refid="br0130" id="crf10990">[13]</ce:cross-ref> is a necessary condition for the formation of deconfined matter of quarks and gluons, and thus it is of the utmost interest to understand the development of these energy densities across different collision systems.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">Experimental set-up, data sample, analysis method, systematic uncertainties</ce:section-title><ce:para id="pr0040">A detailed description of the ALICE detector and its performance can be found elsewhere <ce:cross-refs refid="br0140 br0150" id="crs0040">[14,15]</ce:cross-refs>. The present analysis uses the Silicon Pixel Detector (SPD) to determine the pseudorapidity densities in the range <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math> and the Forward Multiplicity Detector (FMD) in the ranges <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.5</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1.8</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mn>1.8</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5</mml:mn></mml:math>. The V0, comprised of two plastic scintillator discs covering <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.7</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1.7</mml:mn></mml:math> (V0C) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mn>2.8</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5.1</mml:mn></mml:math> (V0A), and the ZDC, two zero-degree calorimeters located <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>112.5</mml:mn><mml:mspace width="0.2em"/><mml:mtext>m</mml:mtext></mml:math> from the interaction point, measurements determine the collision centrality and are used for offline event selection <ce:cross-ref refid="br0020" id="crf11000">[2]</ce:cross-ref>.</ce:para><ce:para id="pr0050">The results presented are based on data from collisions at a centre-of-mass energy per nucleon pair of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> as collected by ALICE during LHC Run 1 (2013) for p<ce:glyph name="sbnd"/>Pb, and during Run 2 (2015) for pp and Pb<ce:glyph name="sbnd"/>Pb. The FMD suffered high levels of background noise during the 2016 p<ce:glyph name="sbnd"/>Pb campaign, due to the high collision rate, and this data is therefore not used for the present analysis. About 10<ce:sup>5</ce:sup> events with a minimum bias trigger requirement <ce:cross-ref refid="br0020" id="crf11010">[2]</ce:cross-ref> were analysed in the centrality range from 0% to 90% and 0% to 100% of the visible cross section for Pb<ce:glyph name="sbnd"/>Pb and p<ce:glyph name="sbnd"/>Pb collisions, respectively. The minimum bias trigger for p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb collisions in ALICE was defined as a coincidence between the V0A and V0C sides of the V0 detector.</ce:para><ce:para id="pr0060">The data from the p<ce:glyph name="sbnd"/>Pb collisions were taken in two beam configurations: one where the lead ion travelled toward positive pseudorapidity and one where it travelled toward negative pseudorapidity. The results from the latter collisions are mirrored around <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>. The centre-of-mass frame in p<ce:glyph name="sbnd"/>Pb collisions does not coincide with the laboratory frame, due to the single magnetic field in the LHC, and thus the rapidity of the centre-of-mass is <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:msub><mml:mrow><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">CM</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo>±</mml:mo><mml:mn>0.465</mml:mn></mml:math> for the two directions, respectively, in the laboratory frame. For this reason, pseudorapidity, calculated with respect to the laboratory frame, is denoted <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub></mml:math> whenever p<ce:glyph name="sbnd"/>Pb results are presented.</ce:para><ce:para id="pr0070">Likewise, for the pp collisions, about 10<ce:sup>5</ce:sup> events with coincidence between V0A and V0C and at least one charged particle in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1</mml:mn></mml:math> were analysed. By requiring at least one charged particle at midrapidity, the so-called INEL>0 event class, the systematic uncertainty, related to the absolute normalisation to the full inelastic cross section, is reduced, while still sampling a large fraction (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">></mml:mo><mml:mn>75</mml:mn><mml:mtext>%</mml:mtext></mml:math>) of the hadronic cross section <ce:cross-refs refid="br0160 br0170" id="crs0050">[16,17]</ce:cross-refs> .</ce:para><ce:para id="pr0080">The standard ALICE event selection <ce:cross-ref refid="br0180" id="crf11020">[18]</ce:cross-ref> and centrality estimator based on the V0 amplitude <ce:cross-refs refid="br0190 br0200" id="crs0060">[19,20]</ce:cross-refs> are used in this analysis. The event selection consists of: a) exclusion of background events using the timing information from the ZDC (for Pb<ce:glyph name="sbnd"/>Pb and p<ce:glyph name="sbnd"/>Pb, e.g., beam–gas interactions) and V0 detectors, b) verification of the trigger conditions, and c) a reconstructed position of the collision (primary vertex). In Pb<ce:glyph name="sbnd"/>Pb collisions, centrality is obtained from the sum amplitude in both V0 detector arrays (V0M). For p<ce:glyph name="sbnd"/>Pb only the amplitude in the array on the lead-going side (V0A or V0C) is used. In Pb<ce:glyph name="sbnd"/>Pb collisions, the 10% most peripheral collisions have substantial contributions from electromagnetic processes and are therefore not included in the results presented here <ce:cross-ref refid="br0190" id="crf11030">[19]</ce:cross-ref>.</ce:para><ce:para id="pr0090">A primary charged particle is defined as a charged particle with a mean proper lifetime <ce:italic>τ</ce:italic> larger than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mtext>cm</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mtext>c</mml:mtext></mml:math>, which is either a) produced directly in the interaction, or b) from decays of particles with <ce:italic> τ</ce:italic> smaller than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mtext>cm</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mtext>c</mml:mtext></mml:math><ce:cross-ref refid="br0210" id="crf11040">[21]</ce:cross-ref>. All quantities reported here are for primary, charged particles, though “primary” is omitted in the following for brevity.</ce:para><ce:para id="pr0100">The analysis method is identical to that of previous publications <ce:cross-ref refid="br0020" id="crf11050">[2]</ce:cross-ref>: the measurement of the charged-particle pseudorapidity density at midrapidity is obtained from counting particle trajectories determined using the two layers of the SPD. The SPD has a lower transverse momentum acceptance of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:mn>50</mml:mn><mml:mspace width="0.2em"/><mml:mtext>MeV</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="italic">c</mml:mi></mml:math>, and the yield is extrapolated down to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mtext>MeV</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="italic">c</mml:mi></mml:math> via simulations. In the forward regions, the measurement is provided by the analysis of the deposited energy signal in the FMD and a statistical method is employed to calculate the inclusive number of charged particles. A data-driven correction <ce:cross-ref refid="br0220" id="crf11060">[22]</ce:cross-ref>, based on separate measurements exploiting displaced collision vertices, is applied to remove the background from secondary particles.</ce:para><ce:para id="pr0110">Systematic uncertainty estimations for the midrapidity measurements are detailed elsewhere <ce:cross-refs refid="br0020 br0160 br0200" id="crs0070">[2,16,20]</ce:cross-refs>, and are from background suppression, transverse momentum extrapolation, weak decays, and simulations. The estimates are obtained through variation of thresholds and simulation studies. For pp (p<ce:glyph name="sbnd"/>Pb), the total systematic uncertainty amounts to 1.5% (2.7%) over the whole pseudorapidity range; while for Pb<ce:glyph name="sbnd"/>Pb the total systematic uncertainty is 2.6% at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> and 2.9% at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2</mml:mn></mml:math>. The systematic uncertainty is mostly correlated over pseudorapidity for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math>, and largely independent of centrality. The uncertainty in the forward region, estimated via variations of thresholds and simulation studies, is the same for all collision systems and is uncorrelated across <ce:italic>η</ce:italic>, amounting to 6.9% for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>3.5</mml:mn></mml:math> and 6.4% elsewhere within the forward regions <ce:cross-ref refid="br0220" id="crf11070">[22]</ce:cross-ref>. In the figures of this letter, uncorrelated, local in pseudorapidity, systematic uncertainties are indicated by open boxes on the data points, while correlated systematic uncertainties, those that affect the overall scale and typically from event classification and selection, are indicated by filled boxes to the right of the data. The systematic uncertainty on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math>, due to the centrality class definition in Pb<ce:glyph name="sbnd"/>Pb, is estimated to vary from 0.6% for the most central to 9.5% for the most peripheral class <ce:cross-ref refid="br0230" id="crf11080">[23]</ce:cross-ref>. The 80% to 90% centrality class has residual contamination from electromagnetic processes as detailed elsewhere <ce:cross-ref refid="br0190" id="crf11090">[19]</ce:cross-ref>, which gives rise to an additional 4% systematic uncertainty in the measurements. No overall systematic uncertainty has been estimated for p<ce:glyph name="sbnd"/>Pb collisions, as the centrality selection in that collision system is inherently difficult to map to the underlying dynamics of the collisions <ce:cross-ref refid="br0200" id="crf11100">[20]</ce:cross-ref>.</ce:para></ce:section><ce:section id="se0030" role="results"><ce:label>3</ce:label><ce:section-title id="st0040">Results</ce:section-title><ce:para id="pr0120"><ce:cross-ref refid="fg0010" id="crf11420">Fig. 1</ce:cross-ref><ce:float-anchor refid="fg0010"/> shows the measured pseudorapidity densities in pp, and in central p<ce:glyph name="sbnd"/>Pb, and the previously published results for Pb<ce:glyph name="sbnd"/>Pb <ce:cross-ref refid="br0020" id="crf11120">[2]</ce:cross-ref> collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> for primary particles.</ce:para><ce:para id="pr0130">For the 5% most central Pb<ce:glyph name="sbnd"/>Pb collisions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:mo>≈</mml:mo><mml:mn>2000</mml:mn></mml:math> at midrapidity (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>) <ce:cross-ref refid="br0020" id="crf11130">[2]</ce:cross-ref>, while for p<ce:glyph name="sbnd"/>Pb collisions the distribution peaks at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mn>60</mml:mn></mml:math> around <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>3</mml:mn></mml:math> in the lead-going direction (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>). For pp collisions with the INEL>0 trigger condition discussed above, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.7</mml:mn><mml:mo>±</mml:mo><mml:mn>0.2</mml:mn></mml:math> at midrapidity, consistent with previous results derived from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra <ce:cross-ref refid="br0240" id="crf11140">[24]</ce:cross-ref>.</ce:para><ce:para id="pr0140"><ce:cross-ref refid="fg0020" id="crf11430">Fig. 2</ce:cross-ref><ce:float-anchor refid="fg0020"/> shows, as a function of centrality, the measured charged-particle pseudorapidity densities for p<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>. The strategy of centrality selection for proton on nucleus reactions is explained elsewhere <ce:cross-ref refid="br0200" id="crf11160">[20]</ce:cross-ref>. The ALICE Collaboration has previously presented <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math> for Pb<ce:glyph name="sbnd"/>Pb collisions at this energy <ce:cross-ref refid="br0020" id="crf11170">[2]</ce:cross-ref>.</ce:para><ce:para id="pr0150">In <ce:cross-ref refid="fg0030" id="crf11180">Fig. 3</ce:cross-ref><ce:float-anchor refid="fg0030"/>, the charged-particle pseudorapidity densities in p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb reactions are divided by the pp distributions corresponding to the INEL>0 trigger class. The ratio is <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pp</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math>, where <ce:italic> X</ce:italic> labels p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb collisions, in centrality classes, as a function of pseudorapidity. In the ratios, systematic uncertainties, of common origin, are partially cancelled, and, as an estimate, the magnitude of the resulting systematic uncertainties are given only by the uncertainties in the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub></mml:math> measurements, since the uncertainties are independent of the collision system. In p<ce:glyph name="sbnd"/>Pb collisions the rapidity of the centre-of-mass is non-zero, which is not taken into account in the ratios. Such a correction would require prior determination of the full Jacobian of the transformation from pseudorapidity to rapidity, which is not possible to perform reliably with the ALICE apparatus.</ce:para><ce:para id="pr0160">The ratio of the p<ce:glyph name="sbnd"/>Pb relative to the pp distributions increases with pseudorapidity from the p-going to the Pb-going direction for central collisions, which Brodsky et al. and Adil et al. <ce:cross-refs refid="br0250 br0260" id="crs0080">[25,26]</ce:cross-refs> suggest is a sign of scaling of the pp distribution with the increasing number of participants as the lead nucleus is probed by the incident proton, and thus independent proton–nucleon scatterings on the lead-ion side. A similar scaling, however, does not hold for the Pb<ce:glyph name="sbnd"/>Pb reaction. The ratios cannot be obtained by simple scaling of the elementary pp distributions. Instead, the ratio of the Pb<ce:glyph name="sbnd"/>Pb relative to the pp distributions exhibits an enhancement of particle production around midrapidity for the more central collisions which is indicative of the formation of the sQGP <ce:cross-ref refid="br0070" id="crf11190">[7]</ce:cross-ref>. Likewise, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mtext mathvariant="normal">pPb</mml:mtext></mml:mrow></mml:msub></mml:math> increases for all but the two most peripheral centrality classes as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">→</mml:mo><mml:mn>3</mml:mn></mml:math>. In Pb<ce:glyph name="sbnd"/>Pb collisions it is seen that the various mechanisms behind the pseudorapidity distributions are more transversely directed than in pp collisions by the increase of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mtext mathvariant="normal">PbPb</mml:mtext></mml:mrow></mml:msub></mml:math> as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">→</mml:mo><mml:mn>0</mml:mn></mml:math></ce:para></ce:section><ce:section id="se0040"><ce:label>4</ce:label><ce:section-title id="st0050">Rapidity and energy-density dependence on system size and discussion</ce:section-title><ce:para id="pr0170">It has been shown that the charged-particle <ce:italic>rapidity</ce:italic> density (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math>) in Pb<ce:glyph name="sbnd"/>Pb collisions, to a good accuracy, follows a normal distribution over the considered rapidity interval (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>y</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo>≲</mml:mo><mml:mn>5</mml:mn></mml:math>) <ce:cross-refs refid="br0020 br0270" id="crs0090">[2,27]</ce:cross-refs>. Those results relied on calculating the average Jacobian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>J</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math> using the full <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra, at midrapidity, of charged pions and kaons as well as protons and antiprotons. Here, we use the approximation<ce:display><ce:formula id="fm0010"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mrow><mml:mi>y</mml:mi><mml:mo>≈</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">cos</mml:mi><mml:mo>⁡</mml:mo><mml:mi>ϑ</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>ϑ</ce:italic> is the polar angle of emission, and identify <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mi>a</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi>m</mml:mi></mml:math> with an effective ratio of transverse momentum over mass. With this, the effective Jacobian can be written as<ce:display><ce:formula id="fm0020"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi mathvariant="normal">cosh</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>⁡</mml:mo><mml:mi>η</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0180">We further make the ansatz that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> is normal distributed for symmetric collision systems (pp and Pb<ce:glyph name="sbnd"/>Pb), so that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math> can be parameterised as<ce:display><ce:formula id="fm0030"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>;</mml:mo><mml:mi>A</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>σ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mi>A</mml:mi><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msqrt><mml:mrow><mml:mn>2</mml:mn><mml:mi>π</mml:mi></mml:mrow></mml:msqrt><mml:mi>σ</mml:mi></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">{</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>A</ce:italic> and <ce:italic>σ</ce:italic> are the total integral and width of the distribution, respectively, and <ce:italic>y</ce:italic> the rapidity in the centre-of-mass frame. Motivated by the observed approximate linearity of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pPb</mml:mi></mml:mrow></mml:msub></mml:math> (see lower panel of <ce:cross-ref refid="fg0030" id="crf11200">Fig. 3</ce:cross-ref>), we replace <ce:italic>A</ce:italic> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>α</mml:mi><mml:mi>y</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>A</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> for the asymmetric system (p<ce:glyph name="sbnd"/>Pb) and parameterise <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub></mml:math> as<ce:display><ce:formula id="fm0040"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:mi>g</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>;</mml:mo><mml:mi>A</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>α</mml:mi><mml:mo>,</mml:mo><mml:mi>σ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo id="mmlbr0001" linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>α</mml:mi><mml:mi>y</mml:mi><mml:mo stretchy="false">{</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>A</mml:mi><mml:mo stretchy="true" linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="after">)</mml:mo></mml:mrow><mml:mspace width="1em"/><mml:mo>×</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msqrt><mml:mrow><mml:mn>2</mml:mn><mml:mi>π</mml:mi></mml:mrow></mml:msqrt><mml:mi>σ</mml:mi></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mi>y</mml:mi><mml:mo stretchy="false">{</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">CM</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0190">The functions <ce:italic>f</ce:italic> and <ce:italic>g</ce:italic> defined in Eq. <ce:cross-ref refid="fm0030" id="crf11210">(1)</ce:cross-ref> and Eq. <ce:cross-ref refid="fm0040" id="crf11220">(2)</ce:cross-ref>, respectively, describe the measurements within the measured region with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> per degrees of freedom (<ce:italic>ν</ce:italic>) in the range of 0.1 to 0.5. The small <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">/</mml:mo><mml:mi>ν</mml:mi></mml:math> values are a consequence of the relatively large uncorrelated systematic uncertainties on the measurements. That is, the charged-particle distributions for pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> follow a normal distribution in rapidity, with free parameters <ce:italic>A</ce:italic>, <ce:italic> a</ce:italic>, <ce:italic>σ</ce:italic>, and <ce:italic>α</ce:italic> in the asymmetric case.</ce:para><ce:para id="pr0200">The top panel of <ce:cross-ref refid="fg0040" id="crf11230">Fig. 4</ce:cross-ref><ce:float-anchor refid="fg0040"/> shows the best-fit parameter values of the normal width (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math>) for all three collision systems as a function of the average number of participating nucleons (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo></mml:math>) calculated using a Glauber model <ce:cross-ref refid="br0280" id="crf11240">[28]</ce:cross-ref>. The best-fit parameters are found taking statistical and uncorrelated systematic uncertainties into account. The result using the above procedure, for the most central Pb<ce:glyph name="sbnd"/>Pb collisions, is found to be compatible with previous results extracted by unfolding with the mean Jacobian estimated from transverse momentum spectra <ce:cross-ref refid="br0020" id="crf11250">[2]</ce:cross-ref>. The open points (crosses) and dashed lines on the figure are from evaluations of Eq. <ce:cross-ref refid="fm0030" id="crf11260">(1)</ce:cross-ref> and Eq. <ce:cross-ref refid="fm0040" id="crf11270">(2)</ce:cross-ref>, and direct calculations of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math>, respectively, using model calculations with EPOS-LHC <ce:cross-ref refid="br0290" id="crf11280">[29]</ce:cross-ref>. EPOS-LHC was chosen as it provides predictions for all three collision systems. The parameterisation, in terms of the two functions, of this model calculation generally reproduces the widths of the charged-particle rapidity densities, except in the asymmetric case where a direct evaluation of the standard deviation is less motivated.</ce:para><ce:para id="pr0210">The general trend is that the widths decrease as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo></mml:math> increases, consistent with the behaviour of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mtext mathvariant="normal">PbPb</mml:mtext></mml:mrow></mml:msub></mml:math> ratios. Notably, the width of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> distributions in p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb, for low number of participant nucleons in the collisions, approaches the width of the pp distribution, which, presumably, is dominated by kinematic and phase space constraints.</ce:para><ce:para id="pr0220">The lower panel of <ce:cross-ref refid="fg0040" id="crf11290">Fig. 4</ce:cross-ref> shows the dependence of <ce:italic>a</ce:italic> on the average number of participants. The right-hand ordinate is the same, but multiplied by the average mass <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>0.215</mml:mn><mml:mo>±</mml:mo><mml:mn>0.001</mml:mn><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mtext>GeV</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="italic">c</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> estimated from measurements of identified particles in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math><ce:cross-ref refid="br0300" id="crf11300">[30]</ce:cross-ref>. To better understand the parameter <ce:italic>a</ce:italic>, this parameter extracted from the EPOS-LHC calculations, using the above procedure, is also shown in the figure. The dotted lines show the average <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi>m</mml:mi></mml:math> predicted by EPOS-LHC <ce:cross-ref refid="br0290" id="crf11310">[29]</ce:cross-ref>. The EPOS-LHC calculations indicate that the extracted effective transverse momentum to mass ratio <ce:italic> a</ce:italic> is consistently smaller than the ratio of the average transverse momentum to the average mass. Thus <ce:italic>a</ce:italic> gives a lower bound on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math>.</ce:para><ce:para id="pr0230">We can estimate the energy density that is reached in the collisions as a function of the number of participants for the three systems. A conventional approach is to use the model originally proposed by Bjorken <ce:cross-ref refid="br0120" id="crf11320">[12]</ce:cross-ref> in which the energy density (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub></mml:math>) depends on the rapidity density of particles and the volume of a longitudinal cylinder with cross sectional area determined by the overlap between the colliding partners and length determined by a characteristic particle formation time<ce:display><ce:formula id="fm0050"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>c</mml:mi><mml:mi>τ</mml:mi></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">〈</mml:mo><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>E</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">〉</mml:mo></mml:mrow><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> Here, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mi>π</mml:mi><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>≈</mml:mo><mml:mi>π</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msubsup></mml:math> is the transverse area spanned by the participating nucleons, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>E</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> is the transverse-energy rapidity density, and <ce:italic>τ</ce:italic> is the formation time. While a formation time of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:mi>τ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">c</mml:mi></mml:math> is often assumed, it is left as a free parameter here. With <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt></mml:math>, the transverse-energy rapidity density can be approximated by<ce:display><ce:formula id="fm0060"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si67.svg"><mml:mrow><mml:mrow><mml:mo stretchy="true">〈</mml:mo><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>E</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">〉</mml:mo></mml:mrow><mml:mo>≈</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0.55</mml:mn><mml:mo>±</mml:mo><mml:mn>0.01</mml:mn></mml:math>, the ratio of charged particles to all particles <ce:cross-ref refid="br0310" id="crf11330">[31]</ce:cross-ref>, accounts for neutral particles not measured in the experiment, and is assumed the same for all collision systems. Substituting the derived <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> and the effective <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:mi>a</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi>m</mml:mi><mml:mo>≲</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math> results in a lower bound estimate for the Bjorken energy density (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">LB</mml:mi></mml:mrow></mml:msub></mml:math> )<ce:display><ce:formula id="fm0070"><ce:label>(3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi><mml:mo>≥</mml:mo><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">LB</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi mathvariant="normal">cosh</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>⁡</mml:mo><mml:mi>η</mml:mi></mml:mrow></mml:mfrac></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:mrow></mml:mfrac><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>a</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math> are as in the top panel of <ce:cross-ref refid="fg0040" id="crf11340">Fig. 4</ce:cross-ref> .</ce:para><ce:para id="pr0240">The transverse area <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> is estimated in a numerical Glauber model <ce:cross-refs refid="br0320 br0330" id="crs0100">[32,33]</ce:cross-refs> as shown in <ce:cross-ref refid="fg0050" id="crf11350">Fig. 5</ce:cross-ref><ce:float-anchor refid="fg0050"/>. We consider two extremes for the transverse area spanned by the participating nucleons: a) the <ce:italic>exclusive</ce:italic> (or direct) overlap between participating nucleons, ∩ and open markers in <ce:cross-ref refid="fg0050" id="crf11360">Fig. 5</ce:cross-ref>, and b) the <ce:italic> inclusive</ce:italic> (or full) area of all participating nucleons, ∪ and full markers in <ce:cross-ref refid="fg0050" id="crf11370">Fig. 5</ce:cross-ref>.</ce:para><ce:para id="pr0250"><ce:cross-ref refid="fg0060" id="crf11440">Fig. 6</ce:cross-ref><ce:float-anchor refid="fg0060"/> shows the lower-bound energy density estimate, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">LB</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi></mml:math>, as a function of the number of participants, which reaches values between 10 and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:mn>20</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> in the most central Pb<ce:glyph name="sbnd"/>Pb collisions. The uncertainties are from standard error propagation of Eq. <ce:cross-ref refid="fm0070" id="crf11390">(3)</ce:cross-ref> of uncertainties on the best-fit parameter values, the number of participants, mean mass, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:math>. A rise from roughly <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> to over <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:mn>10</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is observed if the transverse area is assumed to be the inclusive area of participating nucleons. This trend is illustrated by a power-law (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:mi>C</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow><mml:mrow><mml:mi>p</mml:mi></mml:mrow></mml:msubsup></mml:math>) fit to the data in the figure, with the parameter values <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:mi>C</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>0.8</mml:mn><mml:mo>±</mml:mo><mml:mn>0.3</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:mi>p</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0.44</mml:mn><mml:mo>±</mml:mo><mml:mn>0.08</mml:mn></mml:math>. On the other hand, if the transverse area is assumed to be the smaller exclusive overlap area, we observe a substantially larger lower bound on the energy density, but a less dramatic increase with increasing number of participating nucleons. Also shown in the figure are estimates of the Bjorken energy density <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi></mml:math> for Pb<ce:glyph name="sbnd"/>Pb reactions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math><ce:cross-ref refid="br0310" id="crf11400">[31]</ce:cross-ref>. These results where obtained from measurements of the transverse energy in the collisions and using the inclusive estimate of the transverse area <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>. The trend of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> results is similar to these earlier results. Bearing in mind that for the largest LHC collision energy we show a lower bound estimate of the energy density in <ce:cross-ref refid="fg0060" id="crf11410">Fig. 6</ce:cross-ref>, we find a likely overall increase in the energy density from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si87.svg"><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>.</ce:para></ce:section><ce:section id="se0050"><ce:label>5</ce:label><ce:section-title id="st0060">Summary and conclusions</ce:section-title><ce:para id="pr0260">We have measured the charged particle pseudorapidity density in pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> over the widest possible pseudorapidity range available at the LHC. The distributions where determined using the same experimental apparatus and methods, and systematic uncertainties have been minimised to within the capabilities of the set-up. While the particle production in central Pb<ce:glyph name="sbnd"/>Pb collisions clearly exhibits an enhancement as compared to pp collisions, particle production in p<ce:glyph name="sbnd"/>Pb collisions is consistent with dominantly incoherent nucleon–nucleon collisions. By transforming the measured pseudorapidity distributions to rapidity distributions we have obtained systematic trends for the width of the rapidity distributions and a lower bound on the energy density, which shows a clear scaling behaviour as a function of the average number of participant nucleons. The decreasing width of the deduced rapidity distributions with increasing participant number suggests that the kinematic spread of particles, including longitudinal degrees of freedom, is reduced due to interactions in the early stages of the collisions. This is also reflected in the accompanying growth of the energy density. Both observations are consistent with the gradual establishment of a high-density phase of matter with increasing size of the collision domain.</ce:para></ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0080">Declaration of Competing Interest</ce:section-title><ce:para id="pr0270">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0090">Acknowledgements</ce:section-title><ce:para id="pr0280">The ALICE Collaboration would like to thank all its engineers and technicians for their invaluable contributions to the construction of the experiment and the CERN accelerator teams for the outstanding performance of the LHC complex. The ALICE Collaboration gratefully acknowledges the resources and support provided by all Grid centres and the Worldwide LHC Computing Grid (WLCG) collaboration. The ALICE Collaboration acknowledges the following funding agencies for their support in building and running the ALICE detector: <ce:grant-sponsor id="gsp0010">A. I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation (ANSL)</ce:grant-sponsor> , <ce:grant-sponsor id="gsp0020" sponsor-id="https://doi.org/10.13039/501100007029">State Committee of Science</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0030">World Federation of Scientists</ce:grant-sponsor> (WFS), Armenia; <ce:grant-sponsor id="gsp0040" sponsor-id="https://doi.org/10.13039/501100001822">Austrian Academy of Sciences</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0050" sponsor-id="https://doi.org/10.13039/501100002428">Austrian Science Fund</ce:grant-sponsor> (FWF): [<ce:grant-number refid="gsp0050">M 2467-N36</ce:grant-number>] and <ce:grant-sponsor id="gsp0060">Nationalstiftung für Forschung, Technologie und Entwicklung</ce:grant-sponsor>, Austria; <ce:grant-sponsor id="gsp0070">Ministry of Communications and High Technologies, National Nuclear Research Center</ce:grant-sponsor>, Azerbaijan; Conselho Nacional de Desenvolvimento Científico e Tecnológico (<ce:grant-sponsor id="gsp0080" sponsor-id="https://doi.org/10.13039/501100003593">CNPq</ce:grant-sponsor> ), <ce:grant-sponsor id="gsp0090" sponsor-id="https://doi.org/10.13039/501100004809">Financiadora de Estudos e Projetos</ce:grant-sponsor> (Finep), <ce:grant-sponsor id="gsp0100" sponsor-id="https://doi.org/10.13039/501100001807">Fundação de Amparo à Pesquisa do Estado de São Paulo</ce:grant-sponsor> (FAPESP) and <ce:grant-sponsor id="gsp0110" sponsor-id="https://doi.org/10.13039/501100004909">Universidade Federal do Rio Grande do Sul</ce:grant-sponsor> (UFRGS), Brazil; <ce:grant-sponsor id="gsp0120" sponsor-id="https://doi.org/10.13039/501100002338">Ministry of Education of China</ce:grant-sponsor> (MOEC), <ce:grant-sponsor id="gsp0130">Ministry of Science & Technology of China</ce:grant-sponsor> (MSTC) and <ce:grant-sponsor id="gsp0140" sponsor-id="https://doi.org/10.13039/501100001809">National Natural Science Foundation of China</ce:grant-sponsor> (NSFC), China; <ce:grant-sponsor id="gsp0150" sponsor-id="https://doi.org/10.13039/100015526">Ministry of Science and Education</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0160" sponsor-id="https://doi.org/10.13039/501100004488">Croatian Science Foundation</ce:grant-sponsor>, Croatia; <ce:grant-sponsor id="gsp0170" sponsor-id="https://doi.org/10.13039/501100019929">Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear</ce:grant-sponsor> (CEADEN), <ce:grant-sponsor id="gsp0180">Cubaenergía</ce:grant-sponsor>, Cuba; <ce:grant-sponsor id="gsp0190">Ministry of Education, Youth and Sports of the Czech Republic</ce:grant-sponsor>, Czech Republic; The <ce:grant-sponsor id="gsp0200">Danish Council for Independent Research | Natural Sciences</ce:grant-sponsor>, the <ce:grant-sponsor id="gsp0210" sponsor-id="https://doi.org/10.13039/100008398">Villum Fonden</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0220" sponsor-id="https://doi.org/10.13039/501100001732">Danish National Research Foundation</ce:grant-sponsor> (DNRF), Denmark; <ce:grant-sponsor id="gsp0230">Helsinki Institute of Physics</ce:grant-sponsor> (HIP), Finland; Commissariat à l'Energie Atomique (<ce:grant-sponsor id="gsp0240" sponsor-id="https://doi.org/10.13039/501100006489">CEA</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0250" sponsor-id="https://doi.org/10.13039/501100012441">Institut National de Physique Nucléaire et de Physique des Particules</ce:grant-sponsor> (IN2P3) and <ce:grant-sponsor id="gsp0260" sponsor-id="https://doi.org/10.13039/501100004794">Centre National de la Recherche Scientifique</ce:grant-sponsor> (CNRS), France; <ce:grant-sponsor id="gsp0270" sponsor-id="https://doi.org/10.13039/501100002347">Bundesministerium für Bildung und Forschung</ce:grant-sponsor> (BMBF) and <ce:grant-sponsor id="gsp0280" sponsor-id="https://doi.org/10.13039/501100010958">GSI Helmholtzzentrum für Schwerionenforschung GmbH</ce:grant-sponsor>, Germany; <ce:grant-sponsor id="gsp0290" sponsor-id="https://doi.org/10.13039/501100003448">General Secretariat for Research and Technology</ce:grant-sponsor>, Ministry of Education, Research and Religions, Greece; <ce:grant-sponsor id="gsp0300" sponsor-id="https://doi.org/10.13039/501100018818">National Research, Development and Innovation Office</ce:grant-sponsor>, Hungary; Department of Atomic Energy Government of India (<ce:grant-sponsor id="gsp0310" sponsor-id="https://doi.org/10.13039/501100001502">DAE</ce:grant-sponsor>), <ce:grant-sponsor id="gsp0320" sponsor-id="https://doi.org/10.13039/501100006143">Department of Science and Technology</ce:grant-sponsor>, Government of India (DST), <ce:grant-sponsor id="gsp0330" sponsor-id="https://doi.org/10.13039/501100001501">University Grants Commission</ce:grant-sponsor>, Government of India (UGC) and <ce:grant-sponsor id="gsp0340" sponsor-id="https://doi.org/10.13039/501100001412">Council of Scientific and Industrial Research</ce:grant-sponsor> (CSIR), India; <ce:grant-sponsor id="gsp0350" sponsor-id="https://doi.org/10.13039/501100009728">Indonesian Institute of Sciences</ce:grant-sponsor>, Indonesia; Istituto Nazionale di Fisica Nucleare (<ce:grant-sponsor id="gsp0360" sponsor-id="https://doi.org/10.13039/501100004007">INFN</ce:grant-sponsor>), Italy; Japanese <ce:grant-sponsor id="gsp0370" sponsor-id="https://doi.org/10.13039/501100001700">Ministry of Education, Culture, Sports, Science and Technology</ce:grant-sponsor> (MEXT) and <ce:grant-sponsor id="gsp0380" sponsor-id="https://doi.org/10.13039/501100001691">Japan Society for the Promotion of Science</ce:grant-sponsor> (JSPS) KAKENHI, Japan; Consejo Nacional de Ciencia (CONACYT) y Tecnología, through <ce:grant-sponsor id="gsp0390" sponsor-id="https://doi.org/10.13039/501100007709">Fondo de Cooperación Internacional en Ciencia y Tecnología</ce:grant-sponsor> (FONCICYT) and <ce:grant-sponsor id="gsp0400" sponsor-id="https://doi.org/10.13039/501100006087">Dirección General de Asuntos del Personal Académico</ce:grant-sponsor> (DGAPA), Mexico; <ce:grant-sponsor id="gsp0410" sponsor-id="https://doi.org/10.13039/501100003246">Nederlandse Organisatie voor Wetenschappelijk Onderzoek</ce:grant-sponsor> (NWO), Netherlands; The <ce:grant-sponsor id="gsp0420" sponsor-id="https://doi.org/10.13039/501100005416">Research Council of Norway</ce:grant-sponsor>, Norway; <ce:grant-sponsor id="gsp0430">Commission on Science and Technology for Sustainable Development in the South</ce:grant-sponsor> (COMSATS), Pakistan; <ce:grant-sponsor id="gsp0440" sponsor-id="https://doi.org/10.13039/501100011871">Pontificia Universidad Católica del Perú</ce:grant-sponsor>, Peru; <ce:grant-sponsor id="gsp0450">Ministry of Education and Science</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0460" sponsor-id="https://doi.org/10.13039/501100004281">National Science Centre</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0470">WUT ID-UB</ce:grant-sponsor>, Poland; <ce:grant-sponsor id="gsp0480" sponsor-id="https://doi.org/10.13039/501100003708">Korea Institute of Science and Technology Information</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0490" sponsor-id="https://doi.org/10.13039/501100003725">National Research Foundation of Korea</ce:grant-sponsor> (NRF), Republic of Korea; <ce:grant-sponsor id="gsp0500">Ministry of Education and Scientific Research</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0510" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0520" sponsor-id="https://doi.org/10.13039/501100015622">Ministry of Research and Innovation</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0530" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0540">University Politehnica of Bucharest</ce:grant-sponsor>, Romania; <ce:grant-sponsor id="gsp0550" sponsor-id="https://doi.org/10.13039/501100003822">Joint Institute for Nuclear Research</ce:grant-sponsor> (JINR), <ce:grant-sponsor id="gsp0560" sponsor-id="https://doi.org/10.13039/501100003443">Ministry of Education and Science of the Russian Federation</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0570">National Research Centre Kurchatov Institute</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0580" sponsor-id="https://doi.org/10.13039/501100006769">Russian Science Foundation</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0590" sponsor-id="https://doi.org/10.13039/501100002261">Russian Foundation for Basic Research</ce:grant-sponsor>, Russia; <ce:grant-sponsor id="gsp0600" sponsor-id="https://doi.org/10.13039/501100003193">Ministry of Education, Science, Research and Sport of the Slovak Republic</ce:grant-sponsor>, Slovakia; <ce:grant-sponsor id="gsp0610" sponsor-id="https://doi.org/10.13039/501100001321">National Research Foundation</ce:grant-sponsor> of South Africa, South Africa; <ce:grant-sponsor id="gsp0620" sponsor-id="https://doi.org/10.13039/501100004359">Swedish Research Council</ce:grant-sponsor> (VR) and <ce:grant-sponsor id="gsp0630" sponsor-id="https://doi.org/10.13039/501100004063">Knut and Alice Wallenberg Foundation</ce:grant-sponsor> (KAW), Sweden; <ce:grant-sponsor id="gsp0640" sponsor-id="https://doi.org/10.13039/100012470">European Organization for Nuclear Research</ce:grant-sponsor>, Switzerland; <ce:grant-sponsor id="gsp0650" sponsor-id="https://doi.org/10.13039/501100004352">Suranaree University of Technology</ce:grant-sponsor> (SUT), <ce:grant-sponsor id="gsp0660" sponsor-id="https://doi.org/10.13039/501100004192">National Science and Technology Development Agency</ce:grant-sponsor> (NSTDA), <ce:grant-sponsor id="gsp0670" sponsor-id="https://doi.org/10.13039/501100017170">Thailand Science Research and Innovation</ce:grant-sponsor> (TSRI) and <ce:grant-sponsor id="gsp0680">National Science, Research and Innovation Fund</ce:grant-sponsor> (NSRF), Thailand; <ce:grant-sponsor id="gsp0690" sponsor-id="https://doi.org/10.13039/100020381">Turkish Energy, Nuclear and Mineral Research Agency</ce:grant-sponsor> (TENMAK), Turkey; <ce:grant-sponsor id="gsp0700" sponsor-id="https://doi.org/10.13039/501100004742">National Academy of Sciences of Ukraine</ce:grant-sponsor>, Ukraine; <ce:grant-sponsor id="gsp0710" sponsor-id="https://doi.org/10.13039/501100000271">Science and Technology Facilities Council</ce:grant-sponsor> (STFC), United Kingdom; National Science Foundation of the United States of America (<ce:grant-sponsor id="gsp0720" sponsor-id="https://doi.org/10.13039/100000001">NSF</ce:grant-sponsor>) and United States Department of Energy, Office of Nuclear Physics (<ce:grant-sponsor id="gsp0730" sponsor-id="https://doi.org/10.13039/100006209">DOE NP</ce:grant-sponsor>), United States of America.</ce:para></ce:acknowledgment></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0070">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bib866BD36D5E8AFE73B567F49DDE14CD65s1"><sb:contribution><sb:authors><sb:collaboration>BRAHMS Collaboration</sb:collaboration><sb:author><ce:given-name>I.C.</ce:given-name><ce:surname>Arsene</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Nuclear stopping and rapidity loss in Au+Au collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si88.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>62.4</mml:mn><mml:mspace width="0.2em"/><mml:mtext>GeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>677</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:pages><sb:first-page>267</sb:first-page><sb:last-page>271</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0901.0872" id="inf0620">arXiv:0901.0872 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0745">BRAHMS Collaboration, I. C. Arsene et al., “Nuclear stopping and rapidity loss in Au+Au collisions at sNN=62.4GeV”, Phys. Lett. B677 (2009) 267–271, arXiv:0901.0872 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bibF8CFC573E2CE9A66798BE0DB6387B684s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the pseudorapidity density distribution for charged particles in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>772</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>567</sb:first-page><sb:last-page>577</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1612.08966" id="inf0630">arXiv:1612.08966 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0750">ALICE Collaboration, J. Adam et al., “Centrality dependence of the pseudorapidity density distribution for charged particles in PbPb collisions at sNN=5.02TeV”, Phys. Lett. B772 (2017) 567–577, arXiv:1612.08966 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bibC5638B31D62297116312512F5278B161s1"><sb:contribution><sb:authors><sb:collaboration>NA50 Collaboration</sb:collaboration><sb:author><ce:given-name>M.C.</ce:given-name><ce:surname>Abreu</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Scaling of charged particle multiplicity in Pb-Pb collisions at SPS energies</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>530</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:pages><sb:first-page>43</sb:first-page><sb:last-page>55</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0755">NA50 Collaboration, M. C. Abreu et al., “Scaling of charged particle multiplicity in Pb-Pb collisions at SPS energies”, Phys. Lett. B530 (2002) 43–55.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bib90F550FB957ACAD52ADDB99372292C8Fs1"><sb:contribution><sb:authors><sb:collaboration>PHOBOS Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Alver</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle multiplicity and pseudorapidity distributions measured with the PHOBOS detector in Au+Au, Cu+Cu, d+Au, p+p collisions at ultrarelativistic energies</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>83</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:article-number>024913</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1011.1940" id="inf0640">arXiv:1011.1940 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0760">PHOBOS Collaboration, B. Alver et al., “Charged-particle multiplicity and pseudorapidity distributions measured with the PHOBOS detector in Au+Au, Cu+Cu, d+Au, p+p collisions at ultrarelativistic energies”, Phys. Rev. C83 (2011) 024913, arXiv:1011.1940 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib35252C5AAA47E1697EF298722A995D87s1"><sb:contribution><sb:authors><sb:collaboration>ATLAS Collaboration</sb:collaboration><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Aad</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Measurement of the centrality dependence of the charged-particle pseudorapidity distribution in proton–lead collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si89.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow/><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">TeV</mml:mi></mml:mrow></mml:math> with the ATLAS detector</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>199</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1508.00848" id="inf0650">arXiv:1508.00848 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0765">ATLAS Collaboration, G. Aad et al., “Measurement of the centrality dependence of the charged-particle pseudorapidity distribution in proton–lead collisions at sNN=5.02TeV with the ATLAS detector”, Eur. Phys. J. C76 (2016) 199, arXiv:1508.00848 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bib227E21FC5F48B12CB07DB13B8DCB73ABs1"><sb:contribution><sb:authors><sb:collaboration>BRAHMS Collaboration</sb:collaboration><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Arsene</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Quark gluon plasma and color glass condensate at RHIC? The perspective from the BRAHMS experiment</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page><sb:last-page>27</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410020" id="inf0660">arXiv:nucl-ex/0410020 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0770">BRAHMS Collaboration, I. Arsene et al., “Quark gluon plasma and color glass condensate at RHIC? The Perspective from the BRAHMS experiment”, Nucl. Phys. A757 (2005) 1–27, arXiv:nucl-ex/0410020 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bibCBE6AC1D7F63229FE2497640ACA13256s1"><sb:contribution><sb:authors><sb:collaboration>PHOBOS Collaboration</sb:collaboration><sb:author><ce:given-name>B.B.</ce:given-name><ce:surname>Back</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The PHOBOS perspective on discoveries at RHIC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>28</sb:first-page><sb:last-page>101</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410022" id="inf0670">arXiv:nucl-ex/0410022 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0775">PHOBOS Collaboration, B. B. Back et al., “The PHOBOS perspective on discoveries at RHIC”, Nucl. Phys. A757 (2005) 28–101, arXiv:nucl-ex/0410022 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bibCF57EA75209994F57240C60F902A7B7Ds1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adams</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Experimental and theoretical challenges in the search for the quark gluon plasma: the STAR Collaboration's critical assessment of the evidence from RHIC collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>102</sb:first-page><sb:last-page>183</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0501009" id="inf0680">arXiv:nucl-ex/0501009 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0780">STAR Collaboration, J. Adams et al., “Experimental and theoretical challenges in the search for the quark gluon plasma: The STAR Collaboration's critical assessment of the evidence from RHIC collisions”, Nucl. Phys. A757 (2005) 102–183, arXiv:nucl-ex/0501009 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib56C5D9CE38D54B7DCD79A68B763A4E37s1"><sb:contribution><sb:authors><sb:collaboration>PHENIX Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Adcox</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: experimental evaluation by the PHENIX collaboration</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>184</sb:first-page><sb:last-page>283</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410003" id="inf0690">arXiv:nucl-ex/0410003 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0785">PHENIX Collaboration, K. Adcox et al., “Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: Experimental evaluation by the PHENIX collaboration”, Nucl. Phys. A757 (2005) 184–283, arXiv:nucl-ex/0410003 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bib29686B78836098E0FF58708478F4DD20s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjöstrand</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Utheim</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Hadronic rescattering in pA and AA collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. A</sb:maintitle></sb:title><sb:volume-nr>57</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:pages><sb:first-page>227</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2103.09665" id="inf0700">arXiv:2103.09665 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0790">C. Bierlich, T. Sjöstrand, and M. Utheim, “Hadronic rescattering in pA and AA collisions”, Eur. Phys. J. A57 (2021) 227, arXiv:2103.09665 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib12CD93DB642E081EE1136D7DA65896A9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.-W.</ce:given-name><ce:surname>Lin</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Zheng</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Further developments of a multi-phase transport model for relativistic nuclear collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Sci. Tech.</sb:maintitle></sb:title><sb:volume-nr>32</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:pages><sb:first-page>113</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2110.02989" id="inf0710">arXiv:2110.02989 [nucl-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0795">Z.-W. Lin and L. Zheng, “Further developments of a multi-phase transport model for relativistic nuclear collisions”, Nucl. Sci. Tech. 32 (2021) 113, arXiv:2110.02989 [nucl-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bibD3E43A548A441BB4F3606C64BFFADB2Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.D.</ce:given-name><ce:surname>Bjorken</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Highly relativistic nucleus-nucleus collisions: the central rapidity region</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>27</sb:volume-nr></sb:series><sb:date>Jan 1983</sb:date></sb:issue><sb:pages><sb:first-page>140</sb:first-page><sb:last-page>151</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0800">J. D. Bjorken, “Highly relativistic nucleus-nucleus collisions: The central rapidity region”, Phys. Rev. D27 (Jan, 1983) 140–151.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bib709A5EAC5928C0C02DA6D085D48CFA4Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>H.-T.</ce:given-name><ce:surname>Ding</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Recent lattice QCD results and phase diagram of strongly interacting matter</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>931</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:pages><sb:first-page>52</sb:first-page><sb:last-page>62</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1408.5236" id="inf0720">arXiv:1408.5236 [hep-lat]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0805">H.-T. Ding, “Recent lattice QCD results and phase diagram of strongly interacting matter”, Nucl. Phys. A931 (2014) 52–62, arXiv:1408.5236 [hep-lat].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bib74324F3A25C36872BACFC3C10296A2D0s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Instrum.</sb:maintitle></sb:title><sb:volume-nr>3</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>S08002</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0810">ALICE Collaboration, K. Aamodt et al., “The ALICE experiment at the CERN LHC”, JINST 3 (2008) S08002.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bib1C40B21E544639126654DEEB3C9BBDA7s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Performance of the ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. A</sb:maintitle></sb:title><sb:volume-nr>29</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>1430044</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1402.4476" id="inf0730">arXiv:1402.4476 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0815">ALICE Collaboration, B. Abelev et al., “Performance of the ALICE Experiment at the CERN LHC”, Int. J. Mod. Phys. A29 (2014) 1430044, arXiv:1402.4476 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bib7B474A3010B15B1F52EEA46D56785741s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle multiplicities in proton–proton collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si90.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0.9</mml:mn></mml:math> to 8 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>77</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>33</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1509.07541" id="inf0740">arXiv:1509.07541 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0820">ALICE Collaboration, J. Adam et al., “Charged-particle multiplicities in proton–proton collisions at s=0.9 to 8 TeV”, Eur. Phys. J. C77 (2017) 33, arXiv:1509.07541 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bibC8839B9EC6CB292C45F6D53C4A877005s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Pseudorapidity distributions of charged particles as a function of mid- and forward rapidity multiplicities in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math>, 7 and 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>81</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:pages><sb:first-page>630</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2009.09434" id="inf0750">arXiv:2009.09434 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0825">ALICE Collaboration, S. Acharya et al., “Pseudorapidity distributions of charged particles as a function of mid- and forward rapidity multiplicities in pp collisions at s=5.02, 7 and 13 TeV”, Eur. Phys. J. C81 (2021) 630, arXiv:2009.09434 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bib30AEBDBB96E82523819DF5B19C705DD8s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged–particle multiplicity density at mid–rapidity in central Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>105</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>252301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1011.3916" id="inf0760">arXiv:1011.3916 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0830">ALICE Collaboration, K. Aamodt et al., “Charged–particle multiplicity density at mid–rapidity in central PbPb collisions at sNN=2.76TeV”, Phys. Rev. Lett. 105 (2010) 252301, arXiv:1011.3916 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bib5559217F90EBA3258422BEDEB450741Cs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality determination of Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> with ALICE</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>88</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>044909</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1301.4361" id="inf0770">arXiv:1301.4361 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0835">ALICE Collaboration, B. Abelev et al., “Centrality determination of Pb-Pb collisions at sNN=2.76TeV with ALICE”, Phys. Rev. C88 (2013) 044909, arXiv:1301.4361 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bib7C52B784CF8FE4B55B4BEA2337655590s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of particle production in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si92.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt></mml:math>=5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>064905</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6828" id="inf0780">arXiv:1412.6828 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0840">ALICE Collaboration, J. Adam et al., “Centrality dependence of particle production in p-Pb collisions at sNN=5.02 TeV”, Phys. Rev. C91 (2015) 064905, arXiv:1412.6828 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib06169A22994B1664CC132CA101390D26s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The ALICE definition of primary particles</sb:maintitle></sb:title></sb:contribution><sb:comment>ALICE-PUBLIC-2017-005</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="https://cds.cern.ch/record/2270008" id="inf0400"> https://cds.cern.ch/record/2270008</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0845">ALICE Collaboration, S. Acharya et al., “The ALICE definition of primary particles”, ALICE-PUBLIC-2017-005. https://cds.cern.ch/record/2270008.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bib9BA3300BDB4238C985FE308E01D6C521s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality evolution of the charged-particle pseudorapidity density over a broad pseudorapidity range in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>754</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>373</sb:first-page><sb:last-page>385</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1509.07299" id="inf0790">arXiv:1509.07299 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0850">ALICE Collaboration, J. Adam et al., “Centrality evolution of the charged-particle pseudorapidity density over a broad pseudorapidity range in Pb-Pb collisions at sNN=2.76TeV”, Phys. Lett. B754 (2016) 373–385, arXiv:1509.07299 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bib1A4604424520927248410E567267BB43s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>116</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>222302</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1512.06104" id="inf0800">arXiv:1512.06104 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0855">ALICE Collaboration, J. Adam et al., “Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at sNN=5.02TeV”, Phys. Rev. Lett. 116 (2016) 222302, arXiv:1512.06104 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bibED36869A3495E78D6D4445BA8FDA3E64s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> and 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>79</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>857</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1905.07208" id="inf0810">arXiv:1905.07208 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0860">ALICE Collaboration, S. Acharya et al., “Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at s=5.02 and 13 TeV”, Eur. Phys. J. C79 (2019) 857, arXiv:1905.07208 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0250"><ce:label>[25]</ce:label><sb:reference id="bib4B5D409558D2D1214C6C740D54DBB7C2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.J.</ce:given-name><ce:surname>Brodsky</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Hadron production in nuclear collisions: a new parton model approach</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>39</sb:volume-nr></sb:series><sb:date>1977</sb:date></sb:issue><sb:pages><sb:first-page>1120</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0865">S. J. Brodsky et al., “Hadron Production in Nuclear Collisions: A New Parton Model Approach”, Phys. Rev. Lett. 39 (1977) 1120.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0260"><ce:label>[26]</ce:label><sb:reference id="bib877EAF7311525E70B426DDDA05584F9As1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Adil</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>3D jet tomography of twisted strongly coupled quark gluon plasmas</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>72</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:article-number>034907</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-th/0505004" id="inf0820">arXiv:nucl-th/0505004 [nucl-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0870">A. Adil et al., “3D jet tomography of twisted strongly coupled quark gluon plasmas”, Phys. Rev. C72 (2005) 034907, arXiv:nucl-th/0505004 [nucl-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0270"><ce:label>[27]</ce:label><sb:reference id="bib9641DA61C4AB0D0585D3B10174AE1B26s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Abbas</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the pseudorapidity density distribution for charged particles in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>726</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:pages><sb:first-page>610</sb:first-page><sb:last-page>622</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1304.0347" id="inf0830">arXiv:1304.0347 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0875">ALICE Collaboration, E. Abbas et al., “Centrality dependence of the pseudorapidity density distribution for charged particles in PbPb collisions at sNN=2.76TeV”, Phys. Lett. B726 (2013) 610–622, arXiv:1304.0347 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0280"><ce:label>[28]</ce:label><sb:reference id="bibF63E00B84CE3E06022FFABA5FCA3DF55s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality determination in heavy ion collisions</sb:maintitle></sb:title></sb:contribution><sb:comment>ALICE-PUBLIC-2018-011</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="http://cds.cern.ch/record/2636623" id="inf0520"> http://cds.cern.ch/record/2636623</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0880">ALICE Collaboration, S. Acharya1 et al., “Centrality determination in heavy ion collisions”, ALICE-PUBLIC-2018-011. http://cds.cern.ch/record/2636623.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0290"><ce:label>[29]</ce:label><sb:reference id="bib4A9884A777D90A59B73E151E4DAAE909s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Pierog</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>EPOS LHC: test of collective hadronization with data measured at the CERN Large Hadron Collider</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>92</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>034906</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1306.0121" id="inf0840">arXiv:1306.0121 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0885">T. Pierog et al., “EPOS LHC: Test of collective hadronization with data measured at the CERN Large Hadron Collider”, Phys. Rev. C92 (2015) 034906, arXiv:1306.0121 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0300"><ce:label>[30]</ce:label><sb:reference id="bibE03C419B41FFB2B22D749E4A5A796D1Fs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of <ce:italic>π</ce:italic>, K, p production in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>88</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>044910</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1303.0737" id="inf0850">arXiv:1303.0737 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0890">ALICE Collaboration, B. Abelev et al., “Centrality dependence of π, K, p production in Pb-Pb collisions at sNN=2.76TeV”, Phys. Rev. C88 (2013) 044910, arXiv:1303.0737 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0310"><ce:label>[31]</ce:label><sb:reference id="bib77E52E5DF3AA1C189A24211B62C868C3s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Measurement of transverse energy at midrapidity in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>94</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>034903</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1603.04775" id="inf0860">arXiv:1603.04775 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0895">ALICE Collaboration, J. Adam et al., “Measurement of transverse energy at midrapidity in PbPb collisions at sNN=2.76TeV”, Phys. Rev. C94 (2016) 034903, arXiv:1603.04775 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0320"><ce:label>[32]</ce:label><sb:reference id="bibBF152816179EDAE76A3B62129869D0C2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Nagle</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Steinberg</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Improved version of the PHOBOS Glauber Monte Carlo</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>SoftwareX</sb:maintitle></sb:title><sb:volume-nr>1–2</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:pages><sb:first-page>13</sb:first-page><sb:last-page>18</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0900">C. Loizides, J. Nagle, and P. Steinberg, “Improved version of the PHOBOS Glauber Monte Carlo”, SoftwareX 1-2 (2015) 13 – 18.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0330"><ce:label>[33]</ce:label><sb:reference id="bib4DB2161BCE4C66A891DD2D5AF17A58CFs1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Glauber modeling of high-energy nuclear collisions at the subnucleon level</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>94</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>024914</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1603.07375" id="inf0870">arXiv:1603.07375 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0905">C. Loizides, “Glauber modeling of high-energy nuclear collisions at the subnucleon level”, Phys. Rev. C94 (2016) 024914, arXiv:1603.07375 [nucl-ex].</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> \ No newline at end of file +<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd" [<!ENTITY gr001 SYSTEM "gr001" NDATA IMAGE><!ENTITY gr002 SYSTEM "gr002" NDATA IMAGE><!ENTITY gr003 SYSTEM "gr003" NDATA IMAGE><!ENTITY gr004 SYSTEM "gr004" NDATA IMAGE><!ENTITY gr005 SYSTEM "gr005" NDATA IMAGE><!ENTITY gr006 SYSTEM "gr006" NDATA IMAGE>]><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="sco" xml:lang="en"><item-info><jid>PLB</jid><aid>137730</aid><ce:article-number>137730</ce:article-number><ce:pii>S0370-2693(23)00064-3</ce:pii><ce:doi>10.1016/j.physletb.2023.137730</ce:doi><ce:copyright year="2023" type="other">European Center of Nuclear Research, ALICE experiment</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Experiments</ce:text></ce:doctopic></ce:doctopics><ce:preprint><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2204.10210" id="inf0010"/></ce:preprint></item-info><ce:floats><ce:figure id="fg0010"><ce:label>Fig. 1</ce:label><ce:caption id="cp0010"><ce:simple-para id="sp0010">Charged-particle pseudorapidity density in Pb<ce:glyph name="sbnd"/>Pb <ce:cross-ref refid="br0020" id="crf0010">[2]</ce:cross-ref> and p<ce:glyph name="sbnd"/>Pb for the 5% most central collisions, and for pp collisions with INEL>0 trigger class. For symmetric collision systems (Pb<ce:glyph name="sbnd"/>Pb and pp) the data has been symmetrised around <ce:italic>η</ce:italic> = 0 and points for <ce:italic>η</ce:italic> > 3.5 have been reflected around <ce:italic> η</ce:italic> = 0. The boxes around the points and to the right reflect the uncorrelated and correlated, with respect to pseudorapidity, systematic uncertainty, respectively. The relative correlated, normalisation, uncertainties are evaluated at d<ce:italic>N</ce:italic><ce:inf>ch</ce:inf>/d<ce:italic>η</ce:italic> |<ce:inf><ce:italic>η</ce:italic>=0</ce:inf>. The lines show fits of Eq. <ce:cross-ref refid="fm0030" id="crf0020">(1)</ce:cross-ref> (Pb<ce:glyph name="sbnd"/>Pb and pp) and Eq. <ce:cross-ref refid="fm0040" id="crf0030">(2)</ce:cross-ref> (p<ce:glyph name="sbnd"/>Pb) to the data (discussed in Section <ce:cross-ref refid="se0040" id="crf0040">4</ce:cross-ref>). Please note that the ordinate has been cut twice to accommodate for the very different ranges of the charged-particle pseudorapidity densities.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0010">Fig. 1</ce:alt-text><ce:link locator="gr001" xlink:type="simple" xlink:href="pii:S0370269323000643/gr001" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0010"/></ce:figure><ce:figure id="fg0020"><ce:label>Fig. 2</ce:label><ce:caption id="cp0020"><ce:simple-para id="sp0020">Charged-particle pseudorapidity density in p<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> in seven centrality classes based on the V0A and V0C estimators. The lines are obtained using a fit of a scaled, normal distribution in rapidity Eq. <ce:cross-ref refid="fm0040" id="crf0050">(2)</ce:cross-ref> to the data (discussed in Section <ce:cross-ref refid="se0040" id="crf0060">4</ce:cross-ref>).</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0020">Fig. 2</ce:alt-text><ce:link locator="gr002" xlink:type="simple" xlink:href="pii:S0370269323000643/gr002" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0020"/></ce:figure><ce:figure id="fg0030"><ce:label>Fig. 3</ce:label><ce:caption id="cp0030"><ce:simple-para id="sp0030">Ratio <ce:italic>r</ce:italic><ce:inf><ce:italic>X</ce:italic></ce:inf> of the charged-particle pseudorapidity density in Pb<ce:glyph name="sbnd"/>Pb (top) and p<ce:glyph name="sbnd"/>Pb (bottom) in different centrality classes to the charged-particle pseudorapidity density in pp in the INEL>0 event class. Note, for Pb<ce:glyph name="sbnd"/>Pb <ce:italic>η</ce:italic><ce:inf>lab</ce:inf> is the same as the centre-of-mass pseudorapidity.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0030">Fig. 3</ce:alt-text><ce:link locator="gr003" xlink:type="simple" xlink:href="pii:S0370269323000643/gr003" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0030"/></ce:figure><ce:figure id="fg0040"><ce:label>Fig. 4</ce:label><ce:caption id="cp0040"><ce:simple-para id="sp0040">The width (top) and effective <ce:italic>p</ce:italic><ce:inf> T</ce:inf>/<ce:italic>m</ce:italic> (bottom) fit parameters as a function of the mean number of participants in pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>. Vertical uncertainties are the standard error on the best-fit parameter values, while horizontal uncertainties reflect the uncertainty on 〈<ce:italic>N</ce:italic><ce:inf> part</ce:inf>〉 from the Glauber calculations. Also shown are similar fit parameters from the same parameterisation of EPOS-LHC calculations as well as direct calculations of the standard deviation of the d<ce:italic>N</ce:italic><ce:inf> ch</ce:inf>/d<ce:italic>y</ce:italic> distributions and the 〈<ce:italic>p</ce:italic><ce:inf> T</ce:inf>〉/〈<ce:italic>m</ce:italic>〉 ratio from the EPOS-LHC calculations.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0040">Fig. 4</ce:alt-text><ce:link locator="gr004" xlink:type="simple" xlink:href="pii:S0370269323000643/gr004" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0040"/></ce:figure><ce:figure id="fg0050"><ce:label>Fig. 5</ce:label><ce:caption id="cp0050"><ce:simple-para id="sp0050">The transverse area <ce:italic>S</ce:italic><ce:inf>T</ce:inf> as calculated in a numerical Glauber model for two extreme cases: a) only the exclusive overlap of nucleons is considered (∩, open markers) and b) the inclusive area of participating nucleons contribute (∪, closed markers) in both p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0050">Fig. 5</ce:alt-text><ce:link locator="gr005" xlink:type="simple" xlink:href="pii:S0370269323000643/gr005" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0050"/></ce:figure><ce:figure id="fg0060"><ce:label>Fig. 6</ce:label><ce:caption id="cp0060"><ce:simple-para id="sp0060">Estimate of the lower bound on the Bjorken transverse energy density in pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>, considering the exclusive (∩, open markers) and inclusive (∪, full markers) overlap area <ce:italic> S</ce:italic><ce:inf>T</ce:inf> of the nucleons. The expression <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:mi>C</mml:mi><mml:mmultiscripts><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow><mml:none/><mml:none/><mml:mrow><mml:mi>p</mml:mi></mml:mrow></mml:mmultiscripts></mml:math> is fitted to case ∪, and we find <ce:italic>C</ce:italic> = (0.8 ± 0.3) GeV/(fm<ce:sup> 2</ce:sup><ce:italic>c</ce:italic>) and <ce:italic>p</ce:italic> = 0.44 ± 0.08. Also shown is an estimate, via d<ce:italic>E</ce:italic><ce:inf>T</ce:inf>/d<ce:italic> y</ce:italic>, of <ce:italic>ε</ce:italic><ce:inf>Bj</ce:inf> from Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> (stars with uncertainty band) <ce:cross-ref refid="br0310" id="crf0070">[31]</ce:cross-ref>.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0060">Fig. 6</ce:alt-text><ce:link locator="gr006" xlink:type="simple" xlink:href="pii:S0370269323000643/gr006" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0060"/></ce:figure></ce:floats><head><ce:title id="ti0010">System-size dependence of the charged-particle pseudorapidity density at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> for pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions</ce:title><ce:author-group id="ag0010"><ce:collaboration id="co0010" collaboration-id="S0370269323000643-3bea72599603117cd9d18494a0279c47"><ce:text>ALICE Collaboration</ce:text><ce:cross-ref refid="fn0080" id="crf0080"><ce:sup>⋆</ce:sup></ce:cross-ref><ce:author-group id="ag0020"><ce:author id="au0010" author-id="S0370269323000643-e60c93a934b81cf9801254193264c6ee"><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname><ce:cross-ref refid="aff1420" id="crf0090"><ce:sup>142</ce:sup></ce:cross-ref></ce:author><ce:author id="au0020" author-id="S0370269323000643-0eab85892b6d74b18661e74a7987c599"><ce:given-name>D.</ce:given-name><ce:surname>Adamová</ce:surname><ce:cross-ref refid="aff0960" id="crf0100"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:affiliation id="aff1420" affiliation-id="S0370269323000643-f1ae52f852d4d7d99988b3e872f887e4"><ce:label>142</ce:label><ce:textfn>Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Variable Energy Cyclotron Centre</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0710">Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0960" affiliation-id="S0370269323000643-35f0d35e6b51b7c24d9b3bc939a45b30"><ce:label>96</ce:label><ce:textfn>Nuclear Physics Institute of the Czech Academy of Sciences, Řež u Prahy, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Nuclear Physics Institute of the Czech Academy of Sciences</sa:organization><sa:city>Řež u Prahy</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0480">Nuclear Physics Institute of the Czech Academy of Sciences, Řež u Prahy, Czech Republic</ce:source-text></ce:affiliation></ce:author-group></ce:collaboration><ce:footnote id="fn0080"><ce:label>⋆</ce:label><ce:note-para id="np0080"><ce:italic>E-mail address:</ce:italic><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="mailto:alice-publications@cern.ch" id="inf0020"> alice-publications@cern.ch</ce:inter-ref>.</ce:note-para></ce:footnote></ce:author-group><ce:date-received day="20" month="5" year="2022"/><ce:date-revised day="17" month="1" year="2023"/><ce:date-accepted day="17" month="1" year="2023"/><ce:miscellaneous id="ms0010">Editor: M. Doser</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0070">We present the first systematic comparison of the charged-particle pseudorapidity densities for three widely different collision systems, pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb, at the top energy of the Large Hadron Collider (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>) measured over a wide pseudorapidity range (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.5</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5</mml:mn></mml:math>), the widest possible among the four experiments at that facility. The systematic uncertainties are minimised since the measurements are recorded by the same experimental apparatus (ALICE). The distributions for p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb collisions are determined as a function of the centrality of the collisions, while results from pp collisions are reported for inelastic events with at least one charged particle at midrapidity. The charged-particle pseudorapidity densities are, under simple and robust assumptions, transformed to charged-particle rapidity densities. This allows for the calculation and the presentation of the evolution of the width of the rapidity distributions and of a lower bound on the Bjorken energy density, as a function of the number of participants in all three collision systems. We find a decreasing width of the particle production, and roughly a smooth ten fold increase in the energy density, as the system size grows, which is consistent with a gradually higher dense phase of matter.</ce:simple-para></ce:abstract-sec></ce:abstract></head><body><ce:sections><ce:section id="se0010" role="introduction"><ce:label>1</ce:label><ce:section-title id="st0020">Introduction</ce:section-title><ce:para id="pr0010">The number of charged particles produced in energetic nuclear collisions is an important indicator for the strong interaction processes that determine the particle production at the sub-nucleonic level. In particular, the production of charged particles is expected to reflect the number of quark and gluon collisions occurring during the initial stages of the reaction. The total number of particles produced also provides information on the energy transfer available from the initial colliding beams to particle production, as a consequence of nuclear stopping <ce:cross-ref refid="br0010" id="crf10940">[1]</ce:cross-ref>. In order to help unravel this complex scenario it is important to compare the particle production amongst collision systems of different sizes over a wide kinematic range.</ce:para><ce:para id="pr0020">We present the measured charged-particle pseudorapidity density, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math>, for pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb (previously published <ce:cross-ref refid="br0020" id="crf10950">[2]</ce:cross-ref>) collisions at the same collision energy of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> in the nucleon–nucleon centre-of-mass reference frame. This is, at present, the maximum available energy at CERN's Large Hadron Collider (LHC) for Pb<ce:glyph name="sbnd"/>Pb collisions. The measurements were carried out using ALICE at LHC (for earlier <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math> results see for example Refs. <ce:cross-refs refid="br0030 br0040 br0050" id="crs0010">[3–5]</ce:cross-refs>). The three studied reactions have different characteristics probing widely different particle production yields and mechanisms. In Pb<ce:glyph name="sbnd"/>Pb collisions, the total particle yield for central collisions is of the order 10<ce:sup> 4</ce:sup><ce:cross-ref refid="br0020" id="crf10960">[2]</ce:cross-ref>, and a strongly coupled plasma of quarks and gluons (sQGP) is formed <ce:cross-refs refid="br0060 br0070 br0080 br0090" id="crs0020">[6–9]</ce:cross-refs>, whose collective and transport properties are currently under intense study. On the other hand, pp collisions represent the simplest possible nuclear collision system, where the average total particle production is much smaller (≈80, by integrating the measured distributions), and is to first approximation much less subject to collective effects <ce:cross-ref refid="br0100" id="crf10970">[10]</ce:cross-ref>. The p<ce:glyph name="sbnd"/>Pb system is intermediate to the other reactions, corresponding to the situation where a single nucleon probes the nucleons in a narrow cylinder of the target nucleus. The extent to which p<ce:glyph name="sbnd"/>Pb is governed by the initial state cold nuclear matter of the lead ion or whether collective phenomena in the hot and dense medium play an important role is, at present, a matter under scrutiny by the community <ce:cross-refs refid="br0100 br0110" id="crs0030">[10,11]</ce:cross-refs>.</ce:para><ce:para id="pr0030">In this letter, we compare the three reactions and present the ratios of the charged-particle pseudorapidity density distributions (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math>) of the more complex reactions to the pp distribution. Owing to ALICE's unique large acceptance in pseudorapidity, and using simple and robust assumptions, we transform the measured charged-particle pseudorapidity density distributions into charged-particle rapidity density distributions (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math>). This allows us to calculate the width of the rapidity distributions as a function of the number of participating nucleons. The parameters of the transformation also allow us to estimate a lower bound on the energy density using the well-known formula from Bjorken <ce:cross-ref refid="br0120" id="crf10980">[12]</ce:cross-ref>. An energy density exceeding the critical energy density of roughly <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup></mml:math><ce:cross-ref refid="br0130" id="crf10990">[13]</ce:cross-ref> is a necessary condition for the formation of deconfined matter of quarks and gluons, and thus it is of the utmost interest to understand the development of these energy densities across different collision systems.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">Experimental set-up, data sample, analysis method, systematic uncertainties</ce:section-title><ce:para id="pr0040">A detailed description of the ALICE detector and its performance can be found elsewhere <ce:cross-refs refid="br0140 br0150" id="crs0040">[14,15]</ce:cross-refs>. The present analysis uses the Silicon Pixel Detector (SPD) to determine the pseudorapidity densities in the range <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math> and the Forward Multiplicity Detector (FMD) in the ranges <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.5</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1.8</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si12.svg"><mml:mn>1.8</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5</mml:mn></mml:math>. The V0, comprised of two plastic scintillator discs covering <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.7</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1.7</mml:mn></mml:math> (V0C) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:mn>2.8</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5.1</mml:mn></mml:math> (V0A), and the ZDC, two zero-degree calorimeters located <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>112.5</mml:mn><mml:mspace width="0.2em"/><mml:mtext>m</mml:mtext></mml:math> from the interaction point, measurements determine the collision centrality and are used for offline event selection <ce:cross-ref refid="br0020" id="crf11000">[2]</ce:cross-ref>.</ce:para><ce:para id="pr0050">The results presented are based on data from collisions at a centre-of-mass energy per nucleon pair of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> as collected by ALICE during LHC Run 1 (2013) for p<ce:glyph name="sbnd"/>Pb, and during Run 2 (2015) for pp and Pb<ce:glyph name="sbnd"/>Pb. The FMD suffered high levels of background noise during the 2016 p<ce:glyph name="sbnd"/>Pb campaign, due to the high collision rate, and this data is therefore not used for the present analysis. About 10<ce:sup>5</ce:sup> events with a minimum bias trigger requirement <ce:cross-ref refid="br0020" id="crf11010">[2]</ce:cross-ref> were analysed in the centrality range from 0% to 90% and 0% to 100% of the visible cross section for Pb<ce:glyph name="sbnd"/>Pb and p<ce:glyph name="sbnd"/>Pb collisions, respectively. The minimum bias trigger for p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb collisions in ALICE was defined as a coincidence between the V0A and V0C sides of the V0 detector.</ce:para><ce:para id="pr0060">The data from the p<ce:glyph name="sbnd"/>Pb collisions were taken in two beam configurations: one where the lead ion travelled toward positive pseudorapidity and one where it travelled toward negative pseudorapidity. The results from the latter collisions are mirrored around <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>. The centre-of-mass frame in p<ce:glyph name="sbnd"/>Pb collisions does not coincide with the laboratory frame, due to the single magnetic field in the LHC, and thus the rapidity of the centre-of-mass is <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:msub><mml:mrow><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">CM</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo>±</mml:mo><mml:mn>0.465</mml:mn></mml:math> for the two directions, respectively, in the laboratory frame. For this reason, pseudorapidity, calculated with respect to the laboratory frame, is denoted <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub></mml:math> whenever p<ce:glyph name="sbnd"/>Pb results are presented.</ce:para><ce:para id="pr0070">Likewise, for the pp collisions, about 10<ce:sup>5</ce:sup> events with coincidence between V0A and V0C and at least one charged particle in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1</mml:mn></mml:math> were analysed. By requiring at least one charged particle at midrapidity, the so-called INEL>0 event class, the systematic uncertainty, related to the absolute normalisation to the full inelastic cross section, is reduced, while still sampling a large fraction (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">></mml:mo><mml:mn>75</mml:mn><mml:mtext>%</mml:mtext></mml:math>) of the hadronic cross section <ce:cross-refs refid="br0160 br0170" id="crs0050">[16,17]</ce:cross-refs> .</ce:para><ce:para id="pr0080">The standard ALICE event selection <ce:cross-ref refid="br0180" id="crf11020">[18]</ce:cross-ref> and centrality estimator based on the V0 amplitude <ce:cross-refs refid="br0190 br0200" id="crs0060">[19,20]</ce:cross-refs> are used in this analysis. The event selection consists of: a) exclusion of background events using the timing information from the ZDC (for Pb<ce:glyph name="sbnd"/>Pb and p<ce:glyph name="sbnd"/>Pb, e.g., beam–gas interactions) and V0 detectors, b) verification of the trigger conditions, and c) a reconstructed position of the collision (primary vertex). In Pb<ce:glyph name="sbnd"/>Pb collisions, centrality is obtained from the sum amplitude in both V0 detector arrays (V0M). For p<ce:glyph name="sbnd"/>Pb only the amplitude in the array on the lead-going side (V0A or V0C) is used. In Pb<ce:glyph name="sbnd"/>Pb collisions, the 10% most peripheral collisions have substantial contributions from electromagnetic processes and are therefore not included in the results presented here <ce:cross-ref refid="br0190" id="crf11030">[19]</ce:cross-ref>.</ce:para><ce:para id="pr0090">A primary charged particle is defined as a charged particle with a mean proper lifetime <ce:italic>τ</ce:italic> larger than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mtext>cm</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mtext>c</mml:mtext></mml:math>, which is either a) produced directly in the interaction, or b) from decays of particles with <ce:italic> τ</ce:italic> smaller than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mtext>cm</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mtext>c</mml:mtext></mml:math><ce:cross-ref refid="br0210" id="crf11040">[21]</ce:cross-ref>. All quantities reported here are for primary, charged particles, though “primary” is omitted in the following for brevity.</ce:para><ce:para id="pr0100">The analysis method is identical to that of previous publications <ce:cross-ref refid="br0020" id="crf11050">[2]</ce:cross-ref>: the measurement of the charged-particle pseudorapidity density at midrapidity is obtained from counting particle trajectories determined using the two layers of the SPD. The SPD has a lower transverse momentum acceptance of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:mn>50</mml:mn><mml:mspace width="0.2em"/><mml:mtext>MeV</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="italic">c</mml:mi></mml:math>, and the yield is extrapolated down to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn><mml:mspace width="0.2em"/><mml:mtext>MeV</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="italic">c</mml:mi></mml:math> via simulations. In the forward regions, the measurement is provided by the analysis of the deposited energy signal in the FMD and a statistical method is employed to calculate the inclusive number of charged particles. A data-driven correction <ce:cross-ref refid="br0220" id="crf11060">[22]</ce:cross-ref>, based on separate measurements exploiting displaced collision vertices, is applied to remove the background from secondary particles.</ce:para><ce:para id="pr0110">Systematic uncertainty estimations for the midrapidity measurements are detailed elsewhere <ce:cross-refs refid="br0020 br0160 br0200" id="crs0070">[2,16,20]</ce:cross-refs>, and are from background suppression, transverse momentum extrapolation, weak decays, and simulations. The estimates are obtained through variation of thresholds and simulation studies. For pp (p<ce:glyph name="sbnd"/>Pb), the total systematic uncertainty amounts to 1.5% (2.7%) over the whole pseudorapidity range; while for Pb<ce:glyph name="sbnd"/>Pb the total systematic uncertainty is 2.6% at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math> and 2.9% at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2</mml:mn></mml:math>. The systematic uncertainty is mostly correlated over pseudorapidity for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math>, and largely independent of centrality. The uncertainty in the forward region, estimated via variations of thresholds and simulation studies, is the same for all collision systems and is uncorrelated across <ce:italic>η</ce:italic>, amounting to 6.9% for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>3.5</mml:mn></mml:math> and 6.4% elsewhere within the forward regions <ce:cross-ref refid="br0220" id="crf11070">[22]</ce:cross-ref>. In the figures of this letter, uncorrelated, local in pseudorapidity, systematic uncertainties are indicated by open boxes on the data points, while correlated systematic uncertainties, those that affect the overall scale and typically from event classification and selection, are indicated by filled boxes to the right of the data. The systematic uncertainty on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math>, due to the centrality class definition in Pb<ce:glyph name="sbnd"/>Pb, is estimated to vary from 0.6% for the most central to 9.5% for the most peripheral class <ce:cross-ref refid="br0230" id="crf11080">[23]</ce:cross-ref>. The 80% to 90% centrality class has residual contamination from electromagnetic processes as detailed elsewhere <ce:cross-ref refid="br0190" id="crf11090">[19]</ce:cross-ref>, which gives rise to an additional 4% systematic uncertainty in the measurements. No overall systematic uncertainty has been estimated for p<ce:glyph name="sbnd"/>Pb collisions, as the centrality selection in that collision system is inherently difficult to map to the underlying dynamics of the collisions <ce:cross-ref refid="br0200" id="crf11100">[20]</ce:cross-ref>.</ce:para></ce:section><ce:section id="se0030" role="results"><ce:label>3</ce:label><ce:section-title id="st0040">Results</ce:section-title><ce:para id="pr0120"><ce:cross-ref refid="fg0010" id="crf11420">Fig. 1</ce:cross-ref><ce:float-anchor refid="fg0010"/> shows the measured pseudorapidity densities in pp, and in central p<ce:glyph name="sbnd"/>Pb, and the previously published results for Pb<ce:glyph name="sbnd"/>Pb <ce:cross-ref refid="br0020" id="crf11120">[2]</ce:cross-ref> collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> for primary particles.</ce:para><ce:para id="pr0130">For the 5% most central Pb<ce:glyph name="sbnd"/>Pb collisions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:mo>≈</mml:mo><mml:mn>2000</mml:mn></mml:math> at midrapidity (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0</mml:mn></mml:math>) <ce:cross-ref refid="br0020" id="crf11130">[2]</ce:cross-ref>, while for p<ce:glyph name="sbnd"/>Pb collisions the distribution peaks at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mn>60</mml:mn></mml:math> around <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>3</mml:mn></mml:math> in the lead-going direction (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0</mml:mn></mml:math>). For pp collisions with the INEL>0 trigger condition discussed above, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.7</mml:mn><mml:mo>±</mml:mo><mml:mn>0.2</mml:mn></mml:math> at midrapidity, consistent with previous results derived from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra <ce:cross-ref refid="br0240" id="crf11140">[24]</ce:cross-ref>.</ce:para><ce:para id="pr0140"><ce:cross-ref refid="fg0020" id="crf11430">Fig. 2</ce:cross-ref><ce:float-anchor refid="fg0020"/> shows, as a function of centrality, the measured charged-particle pseudorapidity densities for p<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>. The strategy of centrality selection for proton on nucleus reactions is explained elsewhere <ce:cross-ref refid="br0200" id="crf11160">[20]</ce:cross-ref>. The ALICE Collaboration has previously presented <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math> for Pb<ce:glyph name="sbnd"/>Pb collisions at this energy <ce:cross-ref refid="br0020" id="crf11170">[2]</ce:cross-ref>.</ce:para><ce:para id="pr0150">In <ce:cross-ref refid="fg0030" id="crf11180">Fig. 3</ce:cross-ref><ce:float-anchor refid="fg0030"/>, the charged-particle pseudorapidity densities in p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb reactions are divided by the pp distributions corresponding to the INEL>0 trigger class. The ratio is <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pp</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math>, where <ce:italic> X</ce:italic> labels p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb collisions, in centrality classes, as a function of pseudorapidity. In the ratios, systematic uncertainties, of common origin, are partially cancelled, and, as an estimate, the magnitude of the resulting systematic uncertainties are given only by the uncertainties in the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub></mml:math> measurements, since the uncertainties are independent of the collision system. In p<ce:glyph name="sbnd"/>Pb collisions the rapidity of the centre-of-mass is non-zero, which is not taken into account in the ratios. Such a correction would require prior determination of the full Jacobian of the transformation from pseudorapidity to rapidity, which is not possible to perform reliably with the ALICE apparatus.</ce:para><ce:para id="pr0160">The ratio of the p<ce:glyph name="sbnd"/>Pb relative to the pp distributions increases with pseudorapidity from the p-going to the Pb-going direction for central collisions, which Brodsky et al. and Adil et al. <ce:cross-refs refid="br0250 br0260" id="crs0080">[25,26]</ce:cross-refs> suggest is a sign of scaling of the pp distribution with the increasing number of participants as the lead nucleus is probed by the incident proton, and thus independent proton–nucleon scatterings on the lead-ion side. A similar scaling, however, does not hold for the Pb<ce:glyph name="sbnd"/>Pb reaction. The ratios cannot be obtained by simple scaling of the elementary pp distributions. Instead, the ratio of the Pb<ce:glyph name="sbnd"/>Pb relative to the pp distributions exhibits an enhancement of particle production around midrapidity for the more central collisions which is indicative of the formation of the sQGP <ce:cross-ref refid="br0070" id="crf11190">[7]</ce:cross-ref>. Likewise, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mtext mathvariant="normal">pPb</mml:mtext></mml:mrow></mml:msub></mml:math> increases for all but the two most peripheral centrality classes as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">→</mml:mo><mml:mn>3</mml:mn></mml:math>. In Pb<ce:glyph name="sbnd"/>Pb collisions it is seen that the various mechanisms behind the pseudorapidity distributions are more transversely directed than in pp collisions by the increase of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mtext mathvariant="normal">PbPb</mml:mtext></mml:mrow></mml:msub></mml:math> as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo stretchy="false">→</mml:mo><mml:mn>0</mml:mn></mml:math></ce:para></ce:section><ce:section id="se0040"><ce:label>4</ce:label><ce:section-title id="st0050">Rapidity and energy-density dependence on system size and discussion</ce:section-title><ce:para id="pr0170">It has been shown that the charged-particle <ce:italic>rapidity</ce:italic> density (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math>) in Pb<ce:glyph name="sbnd"/>Pb collisions, to a good accuracy, follows a normal distribution over the considered rapidity interval (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>y</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo>≲</mml:mo><mml:mn>5</mml:mn></mml:math>) <ce:cross-refs refid="br0020 br0270" id="crs0090">[2,27]</ce:cross-refs>. Those results relied on calculating the average Jacobian <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>J</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math> using the full <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra, at midrapidity, of charged pions and kaons as well as protons and antiprotons. Here, we use the approximation<ce:display><ce:formula id="fm0010"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mrow><mml:mi>y</mml:mi><mml:mo>≈</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">cos</mml:mi><mml:mo>⁡</mml:mo><mml:mi>ϑ</mml:mi><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>ϑ</ce:italic> is the polar angle of emission, and identify <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mi>a</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi>m</mml:mi></mml:math> with an effective ratio of transverse momentum over mass. With this, the effective Jacobian can be written as<ce:display><ce:formula id="fm0020"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:mrow><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi mathvariant="normal">cosh</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>⁡</mml:mo><mml:mi>η</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0180">We further make the ansatz that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> is normal distributed for symmetric collision systems (pp and Pb<ce:glyph name="sbnd"/>Pb), so that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:math> can be parameterised as<ce:display><ce:formula id="fm0030"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:mrow><mml:mi>f</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>;</mml:mo><mml:mi>A</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>σ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mi>A</mml:mi><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msqrt><mml:mrow><mml:mn>2</mml:mn><mml:mi>π</mml:mi></mml:mrow></mml:msqrt><mml:mi>σ</mml:mi></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">{</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">}</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>A</ce:italic> and <ce:italic>σ</ce:italic> are the total integral and width of the distribution, respectively, and <ce:italic>y</ce:italic> the rapidity in the centre-of-mass frame. Motivated by the observed approximate linearity of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pPb</mml:mi></mml:mrow></mml:msub></mml:math> (see lower panel of <ce:cross-ref refid="fg0030" id="crf11200">Fig. 3</ce:cross-ref>), we replace <ce:italic>A</ce:italic> with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:mo stretchy="false">(</mml:mo><mml:mi>α</mml:mi><mml:mi>y</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>A</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> for the asymmetric system (p<ce:glyph name="sbnd"/>Pb) and parameterise <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">lab</mml:mi></mml:mrow></mml:msub></mml:math> as<ce:display><ce:formula id="fm0040"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:mi>g</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>;</mml:mo><mml:mi>A</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo>,</mml:mo><mml:mi>α</mml:mi><mml:mo>,</mml:mo><mml:mi>σ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo id="mmlbr0001" linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msup><mml:mrow><mml:mi>J</mml:mi></mml:mrow><mml:mrow><mml:mo>′</mml:mo></mml:mrow></mml:msup><mml:mo stretchy="false">(</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mi>α</mml:mi><mml:mi>y</mml:mi><mml:mo stretchy="false">{</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mi>A</mml:mi><mml:mo stretchy="true" linebreak="newline" indentalign="id" indenttarget="mmlbr0001" linebreakstyle="after">)</mml:mo></mml:mrow><mml:mspace width="1em"/><mml:mo>×</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msqrt><mml:mrow><mml:mn>2</mml:mn><mml:mi>π</mml:mi></mml:mrow></mml:msqrt><mml:mi>σ</mml:mi></mml:mrow></mml:mfrac><mml:mi mathvariant="normal">exp</mml:mi><mml:mo>⁡</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mrow><mml:mo stretchy="true">[</mml:mo><mml:mi>y</mml:mi><mml:mo stretchy="false">{</mml:mo><mml:mi>η</mml:mi><mml:mo>,</mml:mo><mml:mi>a</mml:mi><mml:mo stretchy="false">}</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:msub><mml:mrow><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">CM</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="true">]</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:msup><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mo>.</mml:mo></mml:math></ce:formula></ce:display></ce:para><ce:para id="pr0190">The functions <ce:italic>f</ce:italic> and <ce:italic>g</ce:italic> defined in Eq. <ce:cross-ref refid="fm0030" id="crf11210">(1)</ce:cross-ref> and Eq. <ce:cross-ref refid="fm0040" id="crf11220">(2)</ce:cross-ref>, respectively, describe the measurements within the measured region with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> per degrees of freedom (<ce:italic>ν</ce:italic>) in the range of 0.1 to 0.5. The small <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:msup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">/</mml:mo><mml:mi>ν</mml:mi></mml:math> values are a consequence of the relatively large uncorrelated systematic uncertainties on the measurements. That is, the charged-particle distributions for pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> follow a normal distribution in rapidity, with free parameters <ce:italic>A</ce:italic>, <ce:italic> a</ce:italic>, <ce:italic>σ</ce:italic>, and <ce:italic>α</ce:italic> in the asymmetric case.</ce:para><ce:para id="pr0200">The top panel of <ce:cross-ref refid="fg0040" id="crf11230">Fig. 4</ce:cross-ref><ce:float-anchor refid="fg0040"/> shows the best-fit parameter values of the normal width (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math>) for all three collision systems as a function of the average number of participating nucleons (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo></mml:math>) calculated using a Glauber model <ce:cross-ref refid="br0280" id="crf11240">[28]</ce:cross-ref>. The best-fit parameters are found taking statistical and uncorrelated systematic uncertainties into account. The result using the above procedure, for the most central Pb<ce:glyph name="sbnd"/>Pb collisions, is found to be compatible with previous results extracted by unfolding with the mean Jacobian estimated from transverse momentum spectra <ce:cross-ref refid="br0020" id="crf11250">[2]</ce:cross-ref>. The open points (crosses) and dashed lines on the figure are from evaluations of Eq. <ce:cross-ref refid="fm0030" id="crf11260">(1)</ce:cross-ref> and Eq. <ce:cross-ref refid="fm0040" id="crf11270">(2)</ce:cross-ref>, and direct calculations of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:msub><mml:mrow><mml:mi>σ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math>, respectively, using model calculations with EPOS-LHC <ce:cross-ref refid="br0290" id="crf11280">[29]</ce:cross-ref>. EPOS-LHC was chosen as it provides predictions for all three collision systems. The parameterisation, in terms of the two functions, of this model calculation generally reproduces the widths of the charged-particle rapidity densities, except in the asymmetric case where a direct evaluation of the standard deviation is less motivated.</ce:para><ce:para id="pr0210">The general trend is that the widths decrease as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo></mml:math> increases, consistent with the behaviour of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>r</mml:mi></mml:mrow><mml:mrow><mml:mtext mathvariant="normal">PbPb</mml:mtext></mml:mrow></mml:msub></mml:math> ratios. Notably, the width of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> distributions in p<ce:glyph name="sbnd"/>Pb and Pb<ce:glyph name="sbnd"/>Pb, for low number of participant nucleons in the collisions, approaches the width of the pp distribution, which, presumably, is dominated by kinematic and phase space constraints.</ce:para><ce:para id="pr0220">The lower panel of <ce:cross-ref refid="fg0040" id="crf11290">Fig. 4</ce:cross-ref> shows the dependence of <ce:italic>a</ce:italic> on the average number of participants. The right-hand ordinate is the same, but multiplied by the average mass <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mn>0.215</mml:mn><mml:mo>±</mml:mo><mml:mn>0.001</mml:mn><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mspace width="0.2em"/><mml:mtext>GeV</mml:mtext><mml:mo stretchy="false">/</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="italic">c</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math> estimated from measurements of identified particles in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math><ce:cross-ref refid="br0300" id="crf11300">[30]</ce:cross-ref>. To better understand the parameter <ce:italic>a</ce:italic>, this parameter extracted from the EPOS-LHC calculations, using the above procedure, is also shown in the figure. The dotted lines show the average <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi>m</mml:mi></mml:math> predicted by EPOS-LHC <ce:cross-ref refid="br0290" id="crf11310">[29]</ce:cross-ref>. The EPOS-LHC calculations indicate that the extracted effective transverse momentum to mass ratio <ce:italic> a</ce:italic> is consistently smaller than the ratio of the average transverse momentum to the average mass. Thus <ce:italic>a</ce:italic> gives a lower bound on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math>.</ce:para><ce:para id="pr0230">We can estimate the energy density that is reached in the collisions as a function of the number of participants for the three systems. A conventional approach is to use the model originally proposed by Bjorken <ce:cross-ref refid="br0120" id="crf11320">[12]</ce:cross-ref> in which the energy density (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub></mml:math>) depends on the rapidity density of particles and the volume of a longitudinal cylinder with cross sectional area determined by the overlap between the colliding partners and length determined by a characteristic particle formation time<ce:display><ce:formula id="fm0050"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>c</mml:mi><mml:mi>τ</mml:mi></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mrow><mml:mo stretchy="true">〈</mml:mo><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>E</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">〉</mml:mo></mml:mrow><mml:mo>.</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> Here, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mi>π</mml:mi><mml:msup><mml:mrow><mml:mi>R</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>≈</mml:mo><mml:mi>π</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">/</mml:mo><mml:mn>3</mml:mn></mml:mrow></mml:msubsup></mml:math> is the transverse area spanned by the participating nucleons, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>E</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> is the transverse-energy rapidity density, and <ce:italic>τ</ce:italic> is the formation time. While a formation time of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:mi>τ</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">c</mml:mi></mml:math> is often assumed, it is left as a free parameter here. With <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt></mml:math>, the transverse-energy rapidity density can be approximated by<ce:display><ce:formula id="fm0060"><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si67.svg"><mml:mrow><mml:mrow><mml:mo stretchy="true">〈</mml:mo><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>E</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo stretchy="true">〉</mml:mo></mml:mrow><mml:mo>≈</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>m</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mo stretchy="true">(</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:mrow></mml:mfrac><mml:mo stretchy="true">)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:mfrac><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si68.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0.55</mml:mn><mml:mo>±</mml:mo><mml:mn>0.01</mml:mn></mml:math>, the ratio of charged particles to all particles <ce:cross-ref refid="br0310" id="crf11330">[31]</ce:cross-ref>, accounts for neutral particles not measured in the experiment, and is assumed the same for all collision systems. Substituting the derived <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:mi>y</mml:mi></mml:math> and the effective <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si69.svg"><mml:mi>a</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">/</mml:mo><mml:mi>m</mml:mi><mml:mo>≲</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math> results in a lower bound estimate for the Bjorken energy density (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">LB</mml:mi></mml:mrow></mml:msub></mml:math> )<ce:display><ce:formula id="fm0070"><ce:label>(3)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si71.svg"><mml:mrow><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi><mml:mo>≥</mml:mo><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">LB</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>c</mml:mi></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:msqrt><mml:mrow><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow></mml:mfrac><mml:mfrac><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:msup><mml:mrow><mml:mi mathvariant="normal">cosh</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>⁡</mml:mo><mml:mi>η</mml:mi></mml:mrow></mml:mfrac></mml:mrow></mml:msqrt><mml:mfrac><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi mathvariant="normal">d</mml:mi><mml:mi>η</mml:mi></mml:mrow></mml:mfrac><mml:mo>,</mml:mo></mml:mrow></mml:math></ce:formula></ce:display> where <ce:italic>a</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:mo stretchy="false">〈</mml:mo><mml:mi>m</mml:mi><mml:mo stretchy="false">〉</mml:mo></mml:math> are as in the top panel of <ce:cross-ref refid="fg0040" id="crf11340">Fig. 4</ce:cross-ref> .</ce:para><ce:para id="pr0240">The transverse area <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> is estimated in a numerical Glauber model <ce:cross-refs refid="br0320 br0330" id="crs0100">[32,33]</ce:cross-refs> as shown in <ce:cross-ref refid="fg0050" id="crf11350">Fig. 5</ce:cross-ref><ce:float-anchor refid="fg0050"/>. We consider two extremes for the transverse area spanned by the participating nucleons: a) the <ce:italic>exclusive</ce:italic> (or direct) overlap between participating nucleons, ∩ and open markers in <ce:cross-ref refid="fg0050" id="crf11360">Fig. 5</ce:cross-ref>, and b) the <ce:italic> inclusive</ce:italic> (or full) area of all participating nucleons, ∪ and full markers in <ce:cross-ref refid="fg0050" id="crf11370">Fig. 5</ce:cross-ref>.</ce:para><ce:para id="pr0250"><ce:cross-ref refid="fg0060" id="crf11440">Fig. 6</ce:cross-ref><ce:float-anchor refid="fg0060"/> shows the lower-bound energy density estimate, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">LB</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi></mml:math>, as a function of the number of participants, which reaches values between 10 and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:mn>20</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> in the most central Pb<ce:glyph name="sbnd"/>Pb collisions. The uncertainties are from standard error propagation of Eq. <ce:cross-ref refid="fm0070" id="crf11390">(3)</ce:cross-ref> of uncertainties on the best-fit parameter values, the number of participants, mean mass, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:msub><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">total</mml:mi></mml:mrow></mml:msub></mml:math>. A rise from roughly <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:mn>1</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> to over <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:mn>10</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> is observed if the transverse area is assumed to be the inclusive area of participating nucleons. This trend is illustrated by a power-law (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:mi>C</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">part</mml:mi></mml:mrow><mml:mrow><mml:mi>p</mml:mi></mml:mrow></mml:msubsup></mml:math>) fit to the data in the figure, with the parameter values <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:mi>C</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>0.8</mml:mn><mml:mo>±</mml:mo><mml:mn>0.3</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">GeV</mml:mi></mml:mrow><mml:mo stretchy="false">/</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">fm</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mi mathvariant="italic">c</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si83.svg"><mml:mi>p</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0.44</mml:mn><mml:mo>±</mml:mo><mml:mn>0.08</mml:mn></mml:math>. On the other hand, if the transverse area is assumed to be the smaller exclusive overlap area, we observe a substantially larger lower bound on the energy density, but a less dramatic increase with increasing number of participating nucleons. Also shown in the figure are estimates of the Bjorken energy density <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msub><mml:mrow><mml:mi>ε</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">Bj</mml:mi></mml:mrow></mml:msub><mml:mi>τ</mml:mi></mml:math> for Pb<ce:glyph name="sbnd"/>Pb reactions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math><ce:cross-ref refid="br0310" id="crf11400">[31]</ce:cross-ref>. These results where obtained from measurements of the transverse energy in the collisions and using the inclusive estimate of the transverse area <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msub><mml:mrow><mml:mi>S</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>. The trend of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> results is similar to these earlier results. Bearing in mind that for the largest LHC collision energy we show a lower bound estimate of the energy density in <ce:cross-ref refid="fg0060" id="crf11410">Fig. 6</ce:cross-ref>, we find a likely overall increase in the energy density from <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> to <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si87.svg"><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math>.</ce:para></ce:section><ce:section id="se0050"><ce:label>5</ce:label><ce:section-title id="st0060">Summary and conclusions</ce:section-title><ce:para id="pr0260">We have measured the charged particle pseudorapidity density in pp, p<ce:glyph name="sbnd"/>Pb, and Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> over the widest possible pseudorapidity range available at the LHC. The distributions where determined using the same experimental apparatus and methods, and systematic uncertainties have been minimised to within the capabilities of the set-up. While the particle production in central Pb<ce:glyph name="sbnd"/>Pb collisions clearly exhibits an enhancement as compared to pp collisions, particle production in p<ce:glyph name="sbnd"/>Pb collisions is consistent with dominantly incoherent nucleon–nucleon collisions. By transforming the measured pseudorapidity distributions to rapidity distributions we have obtained systematic trends for the width of the rapidity distributions and a lower bound on the energy density, which shows a clear scaling behaviour as a function of the average number of participant nucleons. The decreasing width of the deduced rapidity distributions with increasing participant number suggests that the kinematic spread of particles, including longitudinal degrees of freedom, is reduced due to interactions in the early stages of the collisions. This is also reflected in the accompanying growth of the energy density. Both observations are consistent with the gradual establishment of a high-density phase of matter with increasing size of the collision domain.</ce:para></ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0080">Declaration of Competing Interest</ce:section-title><ce:para id="pr0270">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0090">Acknowledgements</ce:section-title><ce:para id="pr0280">The ALICE Collaboration would like to thank all its engineers and technicians for their invaluable contributions to the construction of the experiment and the CERN accelerator teams for the outstanding performance of the LHC complex. The ALICE Collaboration gratefully acknowledges the resources and support provided by all Grid centres and the Worldwide LHC Computing Grid (WLCG) collaboration. The ALICE Collaboration acknowledges the following funding agencies for their support in building and running the ALICE detector: <ce:grant-sponsor id="gsp0010">A. I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation (ANSL)</ce:grant-sponsor> , <ce:grant-sponsor id="gsp0020" sponsor-id="https://doi.org/10.13039/501100007029">State Committee of Science</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0030">World Federation of Scientists</ce:grant-sponsor> (WFS), Armenia; <ce:grant-sponsor id="gsp0040" sponsor-id="https://doi.org/10.13039/501100001822">Austrian Academy of Sciences</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0050" sponsor-id="https://doi.org/10.13039/501100002428">Austrian Science Fund</ce:grant-sponsor> (FWF): [<ce:grant-number refid="gsp0050">M 2467-N36</ce:grant-number>] and <ce:grant-sponsor id="gsp0060">Nationalstiftung für Forschung, Technologie und Entwicklung</ce:grant-sponsor>, Austria; <ce:grant-sponsor id="gsp0070">Ministry of Communications and High Technologies, National Nuclear Research Center</ce:grant-sponsor>, Azerbaijan; Conselho Nacional de Desenvolvimento Científico e Tecnológico (<ce:grant-sponsor id="gsp0080" sponsor-id="https://doi.org/10.13039/501100003593">CNPq</ce:grant-sponsor> ), <ce:grant-sponsor id="gsp0090" sponsor-id="https://doi.org/10.13039/501100004809">Financiadora de Estudos e Projetos</ce:grant-sponsor> (Finep), <ce:grant-sponsor id="gsp0100" sponsor-id="https://doi.org/10.13039/501100001807">Fundação de Amparo à Pesquisa do Estado de São Paulo</ce:grant-sponsor> (FAPESP) and <ce:grant-sponsor id="gsp0110" sponsor-id="https://doi.org/10.13039/501100004909">Universidade Federal do Rio Grande do Sul</ce:grant-sponsor> (UFRGS), Brazil; <ce:grant-sponsor id="gsp0120" sponsor-id="https://doi.org/10.13039/501100002338">Ministry of Education of China</ce:grant-sponsor> (MOEC), <ce:grant-sponsor id="gsp0130">Ministry of Science & Technology of China</ce:grant-sponsor> (MSTC) and <ce:grant-sponsor id="gsp0140" sponsor-id="https://doi.org/10.13039/501100001809">National Natural Science Foundation of China</ce:grant-sponsor> (NSFC), China; <ce:grant-sponsor id="gsp0150" sponsor-id="https://doi.org/10.13039/100015526">Ministry of Science and Education</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0160" sponsor-id="https://doi.org/10.13039/501100004488">Croatian Science Foundation</ce:grant-sponsor>, Croatia; <ce:grant-sponsor id="gsp0170" sponsor-id="https://doi.org/10.13039/501100019929">Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear</ce:grant-sponsor> (CEADEN), <ce:grant-sponsor id="gsp0180">Cubaenergía</ce:grant-sponsor>, Cuba; <ce:grant-sponsor id="gsp0190">Ministry of Education, Youth and Sports of the Czech Republic</ce:grant-sponsor>, Czech Republic; The <ce:grant-sponsor id="gsp0200">Danish Council for Independent Research | Natural Sciences</ce:grant-sponsor>, the <ce:grant-sponsor id="gsp0210" sponsor-id="https://doi.org/10.13039/100008398">Villum Fonden</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0220" sponsor-id="https://doi.org/10.13039/501100001732">Danish National Research Foundation</ce:grant-sponsor> (DNRF), Denmark; <ce:grant-sponsor id="gsp0230">Helsinki Institute of Physics</ce:grant-sponsor> (HIP), Finland; Commissariat à l'Energie Atomique (<ce:grant-sponsor id="gsp0240" sponsor-id="https://doi.org/10.13039/501100006489">CEA</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0250" sponsor-id="https://doi.org/10.13039/501100012441">Institut National de Physique Nucléaire et de Physique des Particules</ce:grant-sponsor> (IN2P3) and <ce:grant-sponsor id="gsp0260" sponsor-id="https://doi.org/10.13039/501100004794">Centre National de la Recherche Scientifique</ce:grant-sponsor> (CNRS), France; <ce:grant-sponsor id="gsp0270" sponsor-id="https://doi.org/10.13039/501100002347">Bundesministerium für Bildung und Forschung</ce:grant-sponsor> (BMBF) and <ce:grant-sponsor id="gsp0280" sponsor-id="https://doi.org/10.13039/501100010958">GSI Helmholtzzentrum für Schwerionenforschung GmbH</ce:grant-sponsor>, Germany; <ce:grant-sponsor id="gsp0290" sponsor-id="https://doi.org/10.13039/501100003448">General Secretariat for Research and Technology</ce:grant-sponsor>, Ministry of Education, Research and Religions, Greece; <ce:grant-sponsor id="gsp0300" sponsor-id="https://doi.org/10.13039/501100018818">National Research, Development and Innovation Office</ce:grant-sponsor>, Hungary; Department of Atomic Energy Government of India (<ce:grant-sponsor id="gsp0310" sponsor-id="https://doi.org/10.13039/501100001502">DAE</ce:grant-sponsor>), <ce:grant-sponsor id="gsp0320" sponsor-id="https://doi.org/10.13039/501100006143">Department of Science and Technology</ce:grant-sponsor>, Government of India (DST), <ce:grant-sponsor id="gsp0330" sponsor-id="https://doi.org/10.13039/501100001501">University Grants Commission</ce:grant-sponsor>, Government of India (UGC) and <ce:grant-sponsor id="gsp0340" sponsor-id="https://doi.org/10.13039/501100001412">Council of Scientific and Industrial Research</ce:grant-sponsor> (CSIR), India; <ce:grant-sponsor id="gsp0350" sponsor-id="https://doi.org/10.13039/501100009728">Indonesian Institute of Sciences</ce:grant-sponsor>, Indonesia; Istituto Nazionale di Fisica Nucleare (<ce:grant-sponsor id="gsp0360" sponsor-id="https://doi.org/10.13039/501100004007">INFN</ce:grant-sponsor>), Italy; Japanese <ce:grant-sponsor id="gsp0370" sponsor-id="https://doi.org/10.13039/501100001700">Ministry of Education, Culture, Sports, Science and Technology</ce:grant-sponsor> (MEXT) and <ce:grant-sponsor id="gsp0380" sponsor-id="https://doi.org/10.13039/501100001691">Japan Society for the Promotion of Science</ce:grant-sponsor> (JSPS) KAKENHI, Japan; Consejo Nacional de Ciencia (CONACYT) y Tecnología, through <ce:grant-sponsor id="gsp0390" sponsor-id="https://doi.org/10.13039/501100007709">Fondo de Cooperación Internacional en Ciencia y Tecnología</ce:grant-sponsor> (FONCICYT) and <ce:grant-sponsor id="gsp0400" sponsor-id="https://doi.org/10.13039/501100006087">Dirección General de Asuntos del Personal Académico</ce:grant-sponsor> (DGAPA), Mexico; <ce:grant-sponsor id="gsp0410" sponsor-id="https://doi.org/10.13039/501100003246">Nederlandse Organisatie voor Wetenschappelijk Onderzoek</ce:grant-sponsor> (NWO), Netherlands; The <ce:grant-sponsor id="gsp0420" sponsor-id="https://doi.org/10.13039/501100005416">Research Council of Norway</ce:grant-sponsor>, Norway; <ce:grant-sponsor id="gsp0430">Commission on Science and Technology for Sustainable Development in the South</ce:grant-sponsor> (COMSATS), Pakistan; <ce:grant-sponsor id="gsp0440" sponsor-id="https://doi.org/10.13039/501100011871">Pontificia Universidad Católica del Perú</ce:grant-sponsor>, Peru; <ce:grant-sponsor id="gsp0450">Ministry of Education and Science</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0460" sponsor-id="https://doi.org/10.13039/501100004281">National Science Centre</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0470">WUT ID-UB</ce:grant-sponsor>, Poland; <ce:grant-sponsor id="gsp0480" sponsor-id="https://doi.org/10.13039/501100003708">Korea Institute of Science and Technology Information</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0490" sponsor-id="https://doi.org/10.13039/501100003725">National Research Foundation of Korea</ce:grant-sponsor> (NRF), Republic of Korea; <ce:grant-sponsor id="gsp0500">Ministry of Education and Scientific Research</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0510" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0520" sponsor-id="https://doi.org/10.13039/501100015622">Ministry of Research and Innovation</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0530" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0540">University Politehnica of Bucharest</ce:grant-sponsor>, Romania; <ce:grant-sponsor id="gsp0550" sponsor-id="https://doi.org/10.13039/501100003822">Joint Institute for Nuclear Research</ce:grant-sponsor> (JINR), <ce:grant-sponsor id="gsp0560" sponsor-id="https://doi.org/10.13039/501100003443">Ministry of Education and Science of the Russian Federation</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0570">National Research Centre Kurchatov Institute</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0580" sponsor-id="https://doi.org/10.13039/501100006769">Russian Science Foundation</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0590" sponsor-id="https://doi.org/10.13039/501100002261">Russian Foundation for Basic Research</ce:grant-sponsor>, Russia; <ce:grant-sponsor id="gsp0600" sponsor-id="https://doi.org/10.13039/501100003193">Ministry of Education, Science, Research and Sport of the Slovak Republic</ce:grant-sponsor>, Slovakia; <ce:grant-sponsor id="gsp0610" sponsor-id="https://doi.org/10.13039/501100001321">National Research Foundation</ce:grant-sponsor> of South Africa, South Africa; <ce:grant-sponsor id="gsp0620" sponsor-id="https://doi.org/10.13039/501100004359">Swedish Research Council</ce:grant-sponsor> (VR) and <ce:grant-sponsor id="gsp0630" sponsor-id="https://doi.org/10.13039/501100004063">Knut and Alice Wallenberg Foundation</ce:grant-sponsor> (KAW), Sweden; <ce:grant-sponsor id="gsp0640" sponsor-id="https://doi.org/10.13039/100012470">European Organization for Nuclear Research</ce:grant-sponsor>, Switzerland; <ce:grant-sponsor id="gsp0650" sponsor-id="https://doi.org/10.13039/501100004352">Suranaree University of Technology</ce:grant-sponsor> (SUT), <ce:grant-sponsor id="gsp0660" sponsor-id="https://doi.org/10.13039/501100004192">National Science and Technology Development Agency</ce:grant-sponsor> (NSTDA), <ce:grant-sponsor id="gsp0670" sponsor-id="https://doi.org/10.13039/501100017170">Thailand Science Research and Innovation</ce:grant-sponsor> (TSRI) and <ce:grant-sponsor id="gsp0680">National Science, Research and Innovation Fund</ce:grant-sponsor> (NSRF), Thailand; <ce:grant-sponsor id="gsp0690" sponsor-id="https://doi.org/10.13039/100020381">Turkish Energy, Nuclear and Mineral Research Agency</ce:grant-sponsor> (TENMAK), Turkey; <ce:grant-sponsor id="gsp0700" sponsor-id="https://doi.org/10.13039/501100004742">National Academy of Sciences of Ukraine</ce:grant-sponsor>, Ukraine; <ce:grant-sponsor id="gsp0710" sponsor-id="https://doi.org/10.13039/501100000271">Science and Technology Facilities Council</ce:grant-sponsor> (STFC), United Kingdom; National Science Foundation of the United States of America (<ce:grant-sponsor id="gsp0720" sponsor-id="https://doi.org/10.13039/100000001">NSF</ce:grant-sponsor>) and United States Department of Energy, Office of Nuclear Physics (<ce:grant-sponsor id="gsp0730" sponsor-id="https://doi.org/10.13039/100006209">DOE NP</ce:grant-sponsor>), United States of America.</ce:para></ce:acknowledgment></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0070">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bib866BD36D5E8AFE73B567F49DDE14CD65s1"><sb:contribution><sb:authors><sb:collaboration>BRAHMS Collaboration</sb:collaboration><sb:author><ce:given-name>I.C.</ce:given-name><ce:surname>Arsene</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Nuclear stopping and rapidity loss in Au+Au collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si88.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>62.4</mml:mn><mml:mspace width="0.2em"/><mml:mtext>GeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>677</sb:volume-nr></sb:series><sb:date>2009</sb:date></sb:issue><sb:pages><sb:first-page>267</sb:first-page><sb:last-page>271</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0901.0872" id="inf0620">arXiv:0901.0872 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0745">BRAHMS Collaboration, I. C. Arsene et al., “Nuclear stopping and rapidity loss in Au+Au collisions at sNN=62.4GeV”, Phys. Lett. B677 (2009) 267–271, arXiv:0901.0872 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bibF8CFC573E2CE9A66798BE0DB6387B684s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the pseudorapidity density distribution for charged particles in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>772</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>567</sb:first-page><sb:last-page>577</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1612.08966" id="inf0630">arXiv:1612.08966 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0750">ALICE Collaboration, J. Adam et al., “Centrality dependence of the pseudorapidity density distribution for charged particles in PbPb collisions at sNN=5.02TeV”, Phys. Lett. B772 (2017) 567–577, arXiv:1612.08966 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bibC5638B31D62297116312512F5278B161s1"><sb:contribution><sb:authors><sb:collaboration>NA50 Collaboration</sb:collaboration><sb:author><ce:given-name>M.C.</ce:given-name><ce:surname>Abreu</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Scaling of charged particle multiplicity in Pb-Pb collisions at SPS energies</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>530</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:pages><sb:first-page>43</sb:first-page><sb:last-page>55</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0755">NA50 Collaboration, M. C. Abreu et al., “Scaling of charged particle multiplicity in Pb-Pb collisions at SPS energies”, Phys. Lett. B530 (2002) 43–55.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bib90F550FB957ACAD52ADDB99372292C8Fs1"><sb:contribution><sb:authors><sb:collaboration>PHOBOS Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Alver</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle multiplicity and pseudorapidity distributions measured with the PHOBOS detector in Au+Au, Cu+Cu, d+Au, p+p collisions at ultrarelativistic energies</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>83</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:article-number>024913</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1011.1940" id="inf0640">arXiv:1011.1940 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0760">PHOBOS Collaboration, B. Alver et al., “Charged-particle multiplicity and pseudorapidity distributions measured with the PHOBOS detector in Au+Au, Cu+Cu, d+Au, p+p collisions at ultrarelativistic energies”, Phys. Rev. C83 (2011) 024913, arXiv:1011.1940 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib35252C5AAA47E1697EF298722A995D87s1"><sb:contribution><sb:authors><sb:collaboration>ATLAS Collaboration</sb:collaboration><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Aad</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Measurement of the centrality dependence of the charged-particle pseudorapidity distribution in proton–lead collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si89.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:msub><mml:mrow/><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mrow><mml:mi mathvariant="normal">TeV</mml:mi></mml:mrow></mml:math> with the ATLAS detector</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>199</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1508.00848" id="inf0650">arXiv:1508.00848 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0765">ATLAS Collaboration, G. Aad et al., “Measurement of the centrality dependence of the charged-particle pseudorapidity distribution in proton–lead collisions at sNN=5.02TeV with the ATLAS detector”, Eur. Phys. J. C76 (2016) 199, arXiv:1508.00848 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bib227E21FC5F48B12CB07DB13B8DCB73ABs1"><sb:contribution><sb:authors><sb:collaboration>BRAHMS Collaboration</sb:collaboration><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Arsene</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Quark gluon plasma and color glass condensate at RHIC? The perspective from the BRAHMS experiment</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>1</sb:first-page><sb:last-page>27</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410020" id="inf0660">arXiv:nucl-ex/0410020 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0770">BRAHMS Collaboration, I. Arsene et al., “Quark gluon plasma and color glass condensate at RHIC? The Perspective from the BRAHMS experiment”, Nucl. Phys. A757 (2005) 1–27, arXiv:nucl-ex/0410020 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bibCBE6AC1D7F63229FE2497640ACA13256s1"><sb:contribution><sb:authors><sb:collaboration>PHOBOS Collaboration</sb:collaboration><sb:author><ce:given-name>B.B.</ce:given-name><ce:surname>Back</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The PHOBOS perspective on discoveries at RHIC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>28</sb:first-page><sb:last-page>101</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410022" id="inf0670">arXiv:nucl-ex/0410022 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0775">PHOBOS Collaboration, B. B. Back et al., “The PHOBOS perspective on discoveries at RHIC”, Nucl. Phys. A757 (2005) 28–101, arXiv:nucl-ex/0410022 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bibCF57EA75209994F57240C60F902A7B7Ds1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adams</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Experimental and theoretical challenges in the search for the quark gluon plasma: the STAR Collaboration's critical assessment of the evidence from RHIC collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>102</sb:first-page><sb:last-page>183</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0501009" id="inf0680">arXiv:nucl-ex/0501009 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0780">STAR Collaboration, J. Adams et al., “Experimental and theoretical challenges in the search for the quark gluon plasma: The STAR Collaboration's critical assessment of the evidence from RHIC collisions”, Nucl. Phys. A757 (2005) 102–183, arXiv:nucl-ex/0501009 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib56C5D9CE38D54B7DCD79A68B763A4E37s1"><sb:contribution><sb:authors><sb:collaboration>PHENIX Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Adcox</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: experimental evaluation by the PHENIX collaboration</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>184</sb:first-page><sb:last-page>283</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410003" id="inf0690">arXiv:nucl-ex/0410003 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0785">PHENIX Collaboration, K. Adcox et al., “Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: Experimental evaluation by the PHENIX collaboration”, Nucl. Phys. A757 (2005) 184–283, arXiv:nucl-ex/0410003 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bib29686B78836098E0FF58708478F4DD20s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjöstrand</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Utheim</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Hadronic rescattering in pA and AA collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. A</sb:maintitle></sb:title><sb:volume-nr>57</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:pages><sb:first-page>227</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2103.09665" id="inf0700">arXiv:2103.09665 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0790">C. Bierlich, T. Sjöstrand, and M. Utheim, “Hadronic rescattering in pA and AA collisions”, Eur. Phys. J. A57 (2021) 227, arXiv:2103.09665 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib12CD93DB642E081EE1136D7DA65896A9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Z.-W.</ce:given-name><ce:surname>Lin</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Zheng</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Further developments of a multi-phase transport model for relativistic nuclear collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Sci. Tech.</sb:maintitle></sb:title><sb:volume-nr>32</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:pages><sb:first-page>113</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2110.02989" id="inf0710">arXiv:2110.02989 [nucl-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0795">Z.-W. Lin and L. Zheng, “Further developments of a multi-phase transport model for relativistic nuclear collisions”, Nucl. Sci. Tech. 32 (2021) 113, arXiv:2110.02989 [nucl-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bibD3E43A548A441BB4F3606C64BFFADB2Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.D.</ce:given-name><ce:surname>Bjorken</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Highly relativistic nucleus-nucleus collisions: the central rapidity region</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>27</sb:volume-nr></sb:series><sb:date>Jan 1983</sb:date></sb:issue><sb:pages><sb:first-page>140</sb:first-page><sb:last-page>151</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0800">J. D. Bjorken, “Highly relativistic nucleus-nucleus collisions: The central rapidity region”, Phys. Rev. D27 (Jan, 1983) 140–151.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bib709A5EAC5928C0C02DA6D085D48CFA4Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>H.-T.</ce:given-name><ce:surname>Ding</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Recent lattice QCD results and phase diagram of strongly interacting matter</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>931</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:pages><sb:first-page>52</sb:first-page><sb:last-page>62</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1408.5236" id="inf0720">arXiv:1408.5236 [hep-lat]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0805">H.-T. Ding, “Recent lattice QCD results and phase diagram of strongly interacting matter”, Nucl. Phys. A931 (2014) 52–62, arXiv:1408.5236 [hep-lat].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bib74324F3A25C36872BACFC3C10296A2D0s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Instrum.</sb:maintitle></sb:title><sb:volume-nr>3</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>S08002</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0810">ALICE Collaboration, K. Aamodt et al., “The ALICE experiment at the CERN LHC”, JINST 3 (2008) S08002.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bib1C40B21E544639126654DEEB3C9BBDA7s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Performance of the ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. A</sb:maintitle></sb:title><sb:volume-nr>29</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>1430044</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1402.4476" id="inf0730">arXiv:1402.4476 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0815">ALICE Collaboration, B. Abelev et al., “Performance of the ALICE Experiment at the CERN LHC”, Int. J. Mod. Phys. A29 (2014) 1430044, arXiv:1402.4476 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bib7B474A3010B15B1F52EEA46D56785741s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle multiplicities in proton–proton collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si90.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>0.9</mml:mn></mml:math> to 8 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>77</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>33</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1509.07541" id="inf0740">arXiv:1509.07541 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0820">ALICE Collaboration, J. Adam et al., “Charged-particle multiplicities in proton–proton collisions at s=0.9 to 8 TeV”, Eur. Phys. J. C77 (2017) 33, arXiv:1509.07541 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bibC8839B9EC6CB292C45F6D53C4A877005s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Pseudorapidity distributions of charged particles as a function of mid- and forward rapidity multiplicities in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math>, 7 and 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>81</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:pages><sb:first-page>630</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2009.09434" id="inf0750">arXiv:2009.09434 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0825">ALICE Collaboration, S. Acharya et al., “Pseudorapidity distributions of charged particles as a function of mid- and forward rapidity multiplicities in pp collisions at s=5.02, 7 and 13 TeV”, Eur. Phys. J. C81 (2021) 630, arXiv:2009.09434 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bib30AEBDBB96E82523819DF5B19C705DD8s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged–particle multiplicity density at mid–rapidity in central Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>105</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>252301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1011.3916" id="inf0760">arXiv:1011.3916 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0830">ALICE Collaboration, K. Aamodt et al., “Charged–particle multiplicity density at mid–rapidity in central PbPb collisions at sNN=2.76TeV”, Phys. Rev. Lett. 105 (2010) 252301, arXiv:1011.3916 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bib5559217F90EBA3258422BEDEB450741Cs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality determination of Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math> with ALICE</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>88</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>044909</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1301.4361" id="inf0770">arXiv:1301.4361 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0835">ALICE Collaboration, B. Abelev et al., “Centrality determination of Pb-Pb collisions at sNN=2.76TeV with ALICE”, Phys. Rev. C88 (2013) 044909, arXiv:1301.4361 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bib7C52B784CF8FE4B55B4BEA2337655590s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of particle production in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si92.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt></mml:math>=5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>064905</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6828" id="inf0780">arXiv:1412.6828 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0840">ALICE Collaboration, J. Adam et al., “Centrality dependence of particle production in p-Pb collisions at sNN=5.02 TeV”, Phys. Rev. C91 (2015) 064905, arXiv:1412.6828 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib06169A22994B1664CC132CA101390D26s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The ALICE definition of primary particles</sb:maintitle></sb:title></sb:contribution><sb:comment>ALICE-PUBLIC-2017-005</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="https://cds.cern.ch/record/2270008" id="inf0400"> https://cds.cern.ch/record/2270008</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0845">ALICE Collaboration, S. Acharya et al., “The ALICE definition of primary particles”, ALICE-PUBLIC-2017-005. https://cds.cern.ch/record/2270008.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bib9BA3300BDB4238C985FE308E01D6C521s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality evolution of the charged-particle pseudorapidity density over a broad pseudorapidity range in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>754</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>373</sb:first-page><sb:last-page>385</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1509.07299" id="inf0790">arXiv:1509.07299 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0850">ALICE Collaboration, J. Adam et al., “Centrality evolution of the charged-particle pseudorapidity density over a broad pseudorapidity range in Pb-Pb collisions at sNN=2.76TeV”, Phys. Lett. B754 (2016) 373–385, arXiv:1509.07299 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bib1A4604424520927248410E567267BB43s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>116</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>222302</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1512.06104" id="inf0800">arXiv:1512.06104 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0855">ALICE Collaboration, J. Adam et al., “Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at sNN=5.02TeV”, Phys. Rev. Lett. 116 (2016) 222302, arXiv:1512.06104 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bibED36869A3495E78D6D4445BA8FDA3E64s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si91.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> and 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>79</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>857</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1905.07208" id="inf0810">arXiv:1905.07208 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0860">ALICE Collaboration, S. Acharya et al., “Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at s=5.02 and 13 TeV”, Eur. Phys. J. C79 (2019) 857, arXiv:1905.07208 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0250"><ce:label>[25]</ce:label><sb:reference id="bib4B5D409558D2D1214C6C740D54DBB7C2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.J.</ce:given-name><ce:surname>Brodsky</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Hadron production in nuclear collisions: a new parton model approach</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>39</sb:volume-nr></sb:series><sb:date>1977</sb:date></sb:issue><sb:pages><sb:first-page>1120</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0865">S. J. Brodsky et al., “Hadron Production in Nuclear Collisions: A New Parton Model Approach”, Phys. Rev. Lett. 39 (1977) 1120.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0260"><ce:label>[26]</ce:label><sb:reference id="bib877EAF7311525E70B426DDDA05584F9As1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Adil</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>3D jet tomography of twisted strongly coupled quark gluon plasmas</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>72</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:article-number>034907</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-th/0505004" id="inf0820">arXiv:nucl-th/0505004 [nucl-th]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0870">A. Adil et al., “3D jet tomography of twisted strongly coupled quark gluon plasmas”, Phys. Rev. C72 (2005) 034907, arXiv:nucl-th/0505004 [nucl-th].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0270"><ce:label>[27]</ce:label><sb:reference id="bib9641DA61C4AB0D0585D3B10174AE1B26s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Abbas</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the pseudorapidity density distribution for charged particles in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>726</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:pages><sb:first-page>610</sb:first-page><sb:last-page>622</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1304.0347" id="inf0830">arXiv:1304.0347 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0875">ALICE Collaboration, E. Abbas et al., “Centrality dependence of the pseudorapidity density distribution for charged particles in PbPb collisions at sNN=2.76TeV”, Phys. Lett. B726 (2013) 610–622, arXiv:1304.0347 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0280"><ce:label>[28]</ce:label><sb:reference id="bibF63E00B84CE3E06022FFABA5FCA3DF55s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality determination in heavy ion collisions</sb:maintitle></sb:title></sb:contribution><sb:comment>ALICE-PUBLIC-2018-011</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="http://cds.cern.ch/record/2636623" id="inf0520"> http://cds.cern.ch/record/2636623</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0880">ALICE Collaboration, S. Acharya1 et al., “Centrality determination in heavy ion collisions”, ALICE-PUBLIC-2018-011. http://cds.cern.ch/record/2636623.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0290"><ce:label>[29]</ce:label><sb:reference id="bib4A9884A777D90A59B73E151E4DAAE909s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Pierog</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>EPOS LHC: test of collective hadronization with data measured at the CERN Large Hadron Collider</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>92</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>034906</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1306.0121" id="inf0840">arXiv:1306.0121 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0885">T. Pierog et al., “EPOS LHC: Test of collective hadronization with data measured at the CERN Large Hadron Collider”, Phys. Rev. C92 (2015) 034906, arXiv:1306.0121 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0300"><ce:label>[30]</ce:label><sb:reference id="bibE03C419B41FFB2B22D749E4A5A796D1Fs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of <ce:italic>π</ce:italic>, K, p production in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>88</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:article-number>044910</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1303.0737" id="inf0850">arXiv:1303.0737 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0890">ALICE Collaboration, B. Abelev et al., “Centrality dependence of π, K, p production in Pb-Pb collisions at sNN=2.76TeV”, Phys. Rev. C88 (2013) 044910, arXiv:1303.0737 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0310"><ce:label>[31]</ce:label><sb:reference id="bib77E52E5DF3AA1C189A24211B62C868C3s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Measurement of transverse energy at midrapidity in Pb<ce:glyph name="sbnd"/>Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn><mml:mspace width="0.2em"/><mml:mtext>TeV</mml:mtext></mml:math></sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>94</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>034903</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1603.04775" id="inf0860">arXiv:1603.04775 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0895">ALICE Collaboration, J. Adam et al., “Measurement of transverse energy at midrapidity in PbPb collisions at sNN=2.76TeV”, Phys. Rev. C94 (2016) 034903, arXiv:1603.04775 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0320"><ce:label>[32]</ce:label><sb:reference id="bibBF152816179EDAE76A3B62129869D0C2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Nagle</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Steinberg</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Improved version of the PHOBOS Glauber Monte Carlo</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>SoftwareX</sb:maintitle></sb:title><sb:volume-nr>1–2</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:pages><sb:first-page>13</sb:first-page><sb:last-page>18</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0900">C. Loizides, J. Nagle, and P. Steinberg, “Improved version of the PHOBOS Glauber Monte Carlo”, SoftwareX 1-2 (2015) 13 – 18.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0330"><ce:label>[33]</ce:label><sb:reference id="bib4DB2161BCE4C66A891DD2D5AF17A58CFs1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Glauber modeling of high-energy nuclear collisions at the subnucleon level</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>94</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:article-number>024914</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1603.07375" id="inf0870">arXiv:1603.07375 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0905">C. Loizides, “Glauber modeling of high-energy nuclear collisions at the subnucleon level”, Phys. Rev. C94 (2016) 024914, arXiv:1603.07375 [nucl-ex].</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> diff --git a/tests/units/elsevier/data/main_rjjlr.xml b/tests/units/elsevier/data/main_rjjlr.xml index 928b68c4..4034b408 100644 --- a/tests/units/elsevier/data/main_rjjlr.xml +++ b/tests/units/elsevier/data/main_rjjlr.xml @@ -1 +1 @@ -<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd" [<!ENTITY gr001 SYSTEM "gr001" NDATA IMAGE><!ENTITY gr002 SYSTEM "gr002" NDATA IMAGE><!ENTITY gr003 SYSTEM "gr003" NDATA IMAGE><!ENTITY gr004 SYSTEM "gr004" NDATA IMAGE><!ENTITY gr005 SYSTEM "gr005" NDATA IMAGE>]><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="sco" xml:lang="en"><item-info><jid>PLB</jid><aid>137649</aid><ce:article-number>137649</ce:article-number><ce:pii>S0370-2693(22)00783-3</ce:pii><ce:doi>10.1016/j.physletb.2022.137649</ce:doi><ce:copyright year="2023" type="other">The Author(s)</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Experiments</ce:text></ce:doctopic></ce:doctopics><ce:preprint><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2204.10157" id="inf0010"/></ce:preprint><ce:associated-resource><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/research-data" xlink:href="https://www.hepdata.net/" id="inf0540">https://www.hepdata.net/</ce:inter-ref></ce:associated-resource></item-info><ce:floats><ce:figure id="fg0010"><ce:label>Fig. 1</ce:label><ce:caption id="cp0010"><ce:simple-para id="sp0010">Illustration of toward, away and transverse regions with respect to the leading particle in a collision.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0010">Fig. 1</ce:alt-text><ce:link locator="gr001" xlink:type="simple" xlink:href="pii:S0370269322007833/gr001" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0010"/></ce:figure><ce:figure id="fg0020"><ce:label>Fig. 2</ce:label><ce:caption id="cp0020"><ce:simple-para id="sp0020">Top panels: transverse momentum spectra of charged particles in the transverse region for different multiplicity classes in pp (left), p–Pb (middle) and Pb–Pb (right) collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra are measured at mid pseudorapidity (|<ce:italic>η</ce:italic>| < 0.8). Lower panels: Ratio of <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra in different multiplicity classes to the <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectrum in the 0−100% multiplicity class for the corresponding collision systems. The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0020">Fig. 2</ce:alt-text><ce:link locator="gr002" xlink:type="simple" xlink:href="pii:S0370269322007833/gr002" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0020"/></ce:figure><ce:figure id="fg0030"><ce:label>Fig. 3</ce:label><ce:caption id="cp0030"><ce:simple-para id="sp0030">Transverse momentum spectra of charged particles in Toward-Transverse, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> (top plot) and Away-Transverse, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> (bottom plot) regions for different multiplicity classes in pp (left), p–Pb (middle) and Pb–Pb (right) collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra are measured at mid pseudorapidity (|<ce:italic>η</ce:italic>| < 0.8). The lower panels of both plots show the ratio to minimum bias pp collisions. The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0030">Fig. 3</ce:alt-text><ce:link locator="gr003" xlink:type="simple" xlink:href="pii:S0370269322007833/gr003" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0030"/></ce:figure><ce:figure id="fg0040"><ce:label>Fig. 4</ce:label><ce:caption id="cp0040"><ce:simple-para id="sp0040">The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> (left) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> (right) as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> in 4 <<ce:italic>p</ce:italic><ce:inf>T</ce:inf>< 6 GeV/<ce:italic>c</ce:italic> for different multiplicity classes in pp, p–Pb and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. Pb–Pb results are shown assuming a flat background (filled markers), and assuming a <ce:italic>v</ce:italic><ce:inf>2</ce:inf>-modulated background (empty markers). The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0040">Fig. 4</ce:alt-text><ce:link locator="gr004" xlink:type="simple" xlink:href="pii:S0370269322007833/gr004" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0040"/></ce:figure><ce:figure id="fg0050"><ce:label>Fig. 5</ce:label><ce:caption id="cp0050"><ce:simple-para id="sp0050">Comparison of the measured the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> (left) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> (right) in 4 <<ce:italic>p</ce:italic><ce:inf>T</ce:inf>< 6 GeV/<ce:italic>c</ce:italic> with model predictions. The results are shown as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> for different multiplicity classes in pp (top panel), p–Pb (middle panel) and Pb–Pb (bottom panel) collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The red and magenta lines show the <ce:small-caps>PYTHIA</ce:small-caps> 8 (Monash) <ce:cross-ref refid="br0280" id="crf0010">[28]</ce:cross-ref> and <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr <ce:cross-ref refid="br0280" id="crf0020">[28]</ce:cross-ref> predictions, respectively. The blue lines show the EPOS-LHC <ce:cross-ref refid="br0210" id="crf0030">[21]</ce:cross-ref> results. The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0050">Fig. 5</ce:alt-text><ce:link locator="gr005" xlink:type="simple" xlink:href="pii:S0370269322007833/gr005" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0050"/></ce:figure><ce:table xmlns="http://www.elsevier.com/xml/common/cals/dtd" xmlns:tb="http://www.elsevier.com/xml/common/table/dtd" id="tbl0010" frame="topbot" rowsep="0" colsep="0"><ce:label>Table 1</ce:label><ce:caption id="cp0060"><ce:simple-para id="sp0060">Contributions to the relative (%) systematic uncertainty on the <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra of primary charged particles in pp, p–Pb, and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. Just for illustration, the range in the table corresponds to the lowest and highest relative systematic uncertainty in the considered <ce:italic>p</ce:italic><ce:inf>T</ce:inf> range. The individual contributions are summed in quadrature to obtain the total uncertainty.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0060">Table 1</ce:alt-text><tgroup cols="4"><colspec colnum="1" colname="col1" align="left"/><colspec colnum="2" colname="col2" align="left"/><colspec colnum="3" colname="col3" align="left"/><colspec colnum="4" colname="col4" align="left"/><thead valign="top"><row rowsep="1"><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Source of uncertainty</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">pp</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">p–Pb</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">Pb–Pb</entry></row></thead><tbody valign="top"><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Track selection</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.1–8.2</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.4–5.8</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.0–9.9</entry></row><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Particle composition</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.3–1.8</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.5–1.9</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.3–2.4</entry></row><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Secondary particles</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.0–0.4</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.0–2.4</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.0–1.9</entry></row><row rowsep="1"><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Matching efficiency</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.0–4.2</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.7–3.7</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.6–3.7</entry></row><row rowsep="1"><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Total</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.2–8.8</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.6–6.3</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.5–10.0</entry></row><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Total (<ce:italic>N</ce:italic><ce:inf>ch</ce:inf>-dependent)</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.0–4.5</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">1.7–4.0</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">1.1–3.7</entry></row></tbody></tgroup></ce:table></ce:floats><head><ce:title id="ti0010">Study of charged particle production at high <ce:italic>p</ce:italic><ce:inf>T</ce:inf> using event topology in pp, p–Pb and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV</ce:title><ce:author-group id="ag0010"><ce:collaboration id="co0010" collaboration-id="S0370269322007833-3bea72599603117cd9d18494a0279c47"><ce:text>ALICE Collaboration</ce:text><ce:cross-ref refid="fn0080" id="crf0040"><ce:sup>⋆</ce:sup></ce:cross-ref><ce:author-group id="ag0020"><ce:author orcid="0000-0002-9213-5329" id="au0010" author-id="S0370269322007833-e60c93a934b81cf9801254193264c6ee"><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname><ce:cross-ref refid="aff1240" id="crf0050"><ce:sup>124</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1310" id="crf0060"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0504-7428" id="au0020" author-id="S0370269322007833-0eab85892b6d74b18661e74a7987c599"><ce:given-name>D.</ce:given-name><ce:surname>Adamová</ce:surname><ce:cross-ref refid="aff0860" id="crf0070"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author id="au0030" author-id="S0370269322007833-e83a30ae1d5f89088c60ca2ee154d714"><ce:given-name>A.</ce:given-name><ce:surname>Adler</ce:surname><ce:cross-ref refid="aff0690" id="crf0080"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9611-3696" id="au0040" author-id="S0370269322007833-ed2d58d89990c41bb43c091d01e5029a"><ce:given-name>G.</ce:given-name><ce:surname>Aglieri Rinella</ce:surname><ce:cross-ref refid="aff0320" id="crf0090"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0760-5075" id="au0050" author-id="S0370269322007833-0c7a7863b7384aa5fdf06a0f187949c8"><ce:given-name>M.</ce:given-name><ce:surname>Agnello</ce:surname><ce:cross-ref refid="aff0290" id="crf0100"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0348-9836" id="au0060" author-id="S0370269322007833-bbdbb014653d7bdacb111c613a0fcbe0"><ce:given-name>N.</ce:given-name><ce:surname>Agrawal</ce:surname><ce:cross-ref refid="aff0500" id="crf0110"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5241-7412" id="au0070" author-id="S0370269322007833-2059a9508121069139ea49dbf566539a"><ce:given-name>Z.</ce:given-name><ce:surname>Ahammed</ce:surname><ce:cross-ref refid="aff1310" id="crf0120"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0497-5705" id="au0080" author-id="S0370269322007833-397c2b4743f367cb4aceb69d448bb6c6"><ce:given-name>S.</ce:given-name><ce:surname>Ahmad</ce:surname><ce:cross-ref refid="aff0150" id="crf0130"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8847-489X" id="au0090" author-id="S0370269322007833-f7c3cbd2e9a0f545640d2202ad1ddbf3"><ce:given-name>S.U.</ce:given-name><ce:surname>Ahn</ce:surname><ce:cross-ref refid="aff0700" id="crf0140"><ce:sup>70</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4417-1392" id="au0100" author-id="S0370269322007833-07322fd13596772e8f99876f081be003"><ce:given-name>I.</ce:given-name><ce:surname>Ahuja</ce:surname><ce:cross-ref refid="aff0370" id="crf0150"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7388-3022" id="au0110" author-id="S0370269322007833-e1ca35714b53c8e677e37d627a5bbf38"><ce:given-name>A.</ce:given-name><ce:surname>Akindinov</ce:surname><ce:cross-ref refid="aff1390" id="crf0160"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8071-4497" id="au0120" author-id="S0370269322007833-92548b9c2ec6b0a94be4b4532227aed9"><ce:given-name>M.</ce:given-name><ce:surname>Al-Turany</ce:surname><ce:cross-ref refid="aff0980" id="crf0170"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9719-7035" id="au0130" author-id="S0370269322007833-9065823209e70d0656d37d4008b49b34"><ce:given-name>D.</ce:given-name><ce:surname>Aleksandrov</ce:surname><ce:cross-ref refid="aff1390" id="crf0180"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9680-4940" id="au0140" author-id="S0370269322007833-79cd00674b886e25d315860e3eeed8b4"><ce:given-name>B.</ce:given-name><ce:surname>Alessandro</ce:surname><ce:cross-ref refid="aff0550" id="crf0190"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5659-2119" id="au0150" author-id="S0370269322007833-1c1181472bc0aba99490cd3bca5e4a55"><ce:given-name>H.M.</ce:given-name><ce:surname>Alfanda</ce:surname><ce:cross-ref refid="aff0060" id="crf0200"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4713-7069" id="au0160" author-id="S0370269322007833-fe723c43bc1641702461996d042297c7"><ce:given-name>R.</ce:given-name><ce:surname>Alfaro Molina</ce:surname><ce:cross-ref refid="aff0660" id="crf0210"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0877-7979" id="au0170" author-id="S0370269322007833-9e891354cda61f6d260a73da741fb124"><ce:given-name>B.</ce:given-name><ce:surname>Ali</ce:surname><ce:cross-ref refid="aff0150" id="crf0220"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author id="au0180" author-id="S0370269322007833-b09579e692bf4a5fcd8b3fc371c313f5"><ce:given-name>Y.</ce:given-name><ce:surname>Ali</ce:surname><ce:cross-ref refid="aff0130" id="crf0230"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3618-4617" id="au0190" author-id="S0370269322007833-ee0688e61ecfdd140d9fea489d16b4dc"><ce:given-name>A.</ce:given-name><ce:surname>Alici</ce:surname><ce:cross-ref refid="aff0250" id="crf0240"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-7365-1064" id="au0200" author-id="S0370269322007833-16d05696cd8ce792318dff507d143cd5"><ce:given-name>N.</ce:given-name><ce:surname>Alizadehvandchali</ce:surname><ce:cross-ref refid="aff1130" id="crf0250"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2205-5761" id="au0210" author-id="S0370269322007833-8a6281092995529070f381a78dafb967"><ce:given-name>A.</ce:given-name><ce:surname>Alkin</ce:surname><ce:cross-ref refid="aff0320" id="crf0260"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0177-0536" id="au0220" author-id="S0370269322007833-6ea637f099a6fac803f976a052eb847d"><ce:given-name>J.</ce:given-name><ce:surname>Alme</ce:surname><ce:cross-ref refid="aff0200" id="crf0270"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8910-9173" id="au0230" author-id="S0370269322007833-cfed79dabbd809c4f840372b7b333691"><ce:given-name>G.</ce:given-name><ce:surname>Alocco</ce:surname><ce:cross-ref refid="aff0510" id="crf0280"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-4862-5370" id="au0240" author-id="S0370269322007833-3913f92e05be5c8a4269310703479917"><ce:given-name>T.</ce:given-name><ce:surname>Alt</ce:surname><ce:cross-ref refid="aff0630" id="crf0290"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8079-7026" id="au0250" author-id="S0370269322007833-cd55dbcf87db947368b6d9e810290bde"><ce:given-name>I.</ce:given-name><ce:surname>Altsybeev</ce:surname><ce:cross-ref refid="aff1390" id="crf0300"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6180-4243" id="au0260" author-id="S0370269322007833-c2bd71abda2e1783ed29485409a5251a"><ce:given-name>M.N.</ce:given-name><ce:surname>Anaam</ce:surname><ce:cross-ref refid="aff0060" id="crf0310"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8535-0680" id="au0270" author-id="S0370269322007833-24aef273ee0f167b64df679b37d185f6"><ce:given-name>C.</ce:given-name><ce:surname>Andrei</ce:surname><ce:cross-ref refid="aff0450" id="crf0320"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2372-6117" id="au0280" author-id="S0370269322007833-4583c32301189b6af5ae6e891825f79b"><ce:given-name>A.</ce:given-name><ce:surname>Andronic</ce:surname><ce:cross-ref refid="aff1340" id="crf0330"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-0236-2680" id="au0290" author-id="S0370269322007833-1df1a80e8e72952f9f77a204304d580b"><ce:given-name>V.</ce:given-name><ce:surname>Anguelov</ce:surname><ce:cross-ref refid="aff0950" id="crf0340"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7366-8891" id="au0300" author-id="S0370269322007833-bf4ee61ac0ac1dbdb5dd7c494a935e91"><ce:given-name>F.</ce:given-name><ce:surname>Antinori</ce:surname><ce:cross-ref refid="aff0530" id="crf0350"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7516-3726" id="au0310" author-id="S0370269322007833-51fafbdf488707238bb68ddcfdcc1d43"><ce:given-name>P.</ce:given-name><ce:surname>Antonioli</ce:surname><ce:cross-ref refid="aff0500" id="crf0360"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2205-4419" id="au0320" author-id="S0370269322007833-574d7b11d83a95e65b2890c6cc6204a2"><ce:given-name>C.</ce:given-name><ce:surname>Anuj</ce:surname><ce:cross-ref refid="aff0150" id="crf0370"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5478-6120" id="au0330" author-id="S0370269322007833-090df06bfcab984221f60b24b52c30c3"><ce:given-name>N.</ce:given-name><ce:surname>Apadula</ce:surname><ce:cross-ref refid="aff0740" id="crf0380"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7662-3878" id="au0340" author-id="S0370269322007833-6e095add140944d2ab055d51972eed48"><ce:given-name>L.</ce:given-name><ce:surname>Aphecetche</ce:surname><ce:cross-ref refid="aff1030" id="crf0390"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0614-7671" id="au0350" author-id="S0370269322007833-0e6d19528507f8cc3f37539a3381820b"><ce:given-name>H.</ce:given-name><ce:surname>Appelshäuser</ce:surname><ce:cross-ref refid="aff0630" id="crf0400"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6367-9215" id="au0360" author-id="S0370269322007833-680f2a41c459bec210e2ebd5a58612be"><ce:given-name>S.</ce:given-name><ce:surname>Arcelli</ce:surname><ce:cross-ref refid="aff0250" id="crf0410"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6698-9577" id="au0370" author-id="S0370269322007833-ab22692334a2fe57e1742058759c61dd"><ce:given-name>R.</ce:given-name><ce:surname>Arnaldi</ce:surname><ce:cross-ref refid="aff0550" id="crf0420"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2316-9565" id="au0380" author-id="S0370269322007833-697698547c36f9d3e7187cd6f06d1183"><ce:given-name>I.C.</ce:given-name><ce:surname>Arsene</ce:surname><ce:cross-ref refid="aff0190" id="crf0430"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3888-8303" id="au0390" author-id="S0370269322007833-ff7baf83a4c274c1a18de37c9dc67976"><ce:given-name>M.</ce:given-name><ce:surname>Arslandok</ce:surname><ce:cross-ref refid="aff1360" id="crf0440"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-5460-6805" id="au0400" author-id="S0370269322007833-755bc219fdc7b4d25c2e083c10e7e386"><ce:given-name>A.</ce:given-name><ce:surname>Augustinus</ce:surname><ce:cross-ref refid="aff0320" id="crf0450"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4277-4963" id="au0410" author-id="S0370269322007833-e39ad2348626d77041016a5dd27ef327"><ce:given-name>R.</ce:given-name><ce:surname>Averbeck</ce:surname><ce:cross-ref refid="aff0980" id="crf0460"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4333-8090" id="au0420" author-id="S0370269322007833-5732689b5ef336a6b98f6ceb0dcd0c76"><ce:given-name>S.</ce:given-name><ce:surname>Aziz</ce:surname><ce:cross-ref refid="aff0720" id="crf0470"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2501-6856" id="au0430" author-id="S0370269322007833-9477d32af0ceb836b9acd7ac436a380f"><ce:given-name>M.D.</ce:given-name><ce:surname>Azmi</ce:surname><ce:cross-ref refid="aff0150" id="crf0480"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0569-4828" id="au0440" author-id="S0370269322007833-7c7197c0ac2a51bf94b01b500c38aedc"><ce:given-name>A.</ce:given-name><ce:surname>Badalà</ce:surname><ce:cross-ref refid="aff0520" id="crf0490"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4343-4883" id="au0450" author-id="S0370269322007833-e2f139312a0e407b3c4d2412844bc5b9"><ce:given-name>Y.W.</ce:given-name><ce:surname>Baek</ce:surname><ce:cross-ref refid="aff0400" id="crf0500"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-9085-079X" id="au0460" author-id="S0370269322007833-76ff90ea5e839f7d98fb0c680c85c071"><ce:given-name>X.</ce:given-name><ce:surname>Bai</ce:surname><ce:cross-ref refid="aff0980" id="crf0510"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7987-4592" id="au0470" author-id="S0370269322007833-04bb83e7910b72460bb5a8aa2184d9e6"><ce:given-name>R.</ce:given-name><ce:surname>Bailhache</ce:surname><ce:cross-ref refid="aff0630" id="crf0520"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1172-0225" id="au0480" author-id="S0370269322007833-a3a4a409d48c9f5b05ac793332afe23a"><ce:given-name>Y.</ce:given-name><ce:surname>Bailung</ce:surname><ce:cross-ref refid="aff0470" id="crf0530"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4116-2861" id="au0490" author-id="S0370269322007833-9fb0ec712dc4e6ddbda7e348eaa5aa42"><ce:given-name>R.</ce:given-name><ce:surname>Bala</ce:surname><ce:cross-ref refid="aff0910" id="crf0540"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0359-1403" id="au0500" author-id="S0370269322007833-606ef386959ea7ad1f85ece5b5ed9802"><ce:given-name>A.</ce:given-name><ce:surname>Balbino</ce:surname><ce:cross-ref refid="aff0290" id="crf0550"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6186-289X" id="au0510" author-id="S0370269322007833-139e513e7bdef112603b9937bdd15344"><ce:given-name>A.</ce:given-name><ce:surname>Baldisseri</ce:surname><ce:cross-ref refid="aff1270" id="crf0560"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3082-4209" id="au0520" author-id="S0370269322007833-ec47c921c460662d73915f08d3c4e99d"><ce:given-name>B.</ce:given-name><ce:surname>Balis</ce:surname><ce:cross-ref refid="aff0020" id="crf0570"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5743-7578" id="au0530" author-id="S0370269322007833-d9c0e441fb4cce3ea39e47b4517d88e4"><ce:given-name>D.</ce:given-name><ce:surname>Banerjee</ce:surname><ce:cross-ref refid="aff0040" id="crf0580"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7178-3001" id="au0540" author-id="S0370269322007833-87ef230129be957c4822b50f0c31a178"><ce:given-name>Z.</ce:given-name><ce:surname>Banoo</ce:surname><ce:cross-ref refid="aff0910" id="crf0590"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5971-6415" id="au0550" author-id="S0370269322007833-34de4a3f87192e0e6f4308aac96e6dc4"><ce:given-name>R.</ce:given-name><ce:surname>Barbera</ce:surname><ce:cross-ref refid="aff0260" id="crf0600"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7328-9154" id="au0560" author-id="S0370269322007833-e5b88594df42f98e0851a8fe8fceecc6"><ce:given-name>L.</ce:given-name><ce:surname>Barioglio</ce:surname><ce:cross-ref refid="aff0960" id="crf0610"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au0570" author-id="S0370269322007833-fadb436ca8c9ff7743d434468cc79e44"><ce:given-name>M.</ce:given-name><ce:surname>Barlou</ce:surname><ce:cross-ref refid="aff0780" id="crf0620"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9223-6480" id="au0580" author-id="S0370269322007833-6cc8c551caade64d21a326a2042741be"><ce:given-name>G.G.</ce:given-name><ce:surname>Barnaföldi</ce:surname><ce:cross-ref refid="aff1350" id="crf0630"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7357-9904" id="au0590" author-id="S0370269322007833-e5502945a2b5f28905e341734bcb3b15"><ce:given-name>L.S.</ce:given-name><ce:surname>Barnby</ce:surname><ce:cross-ref refid="aff0850" id="crf0640"><ce:sup>85</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0611-9283" id="au0600" author-id="S0370269322007833-73acb1b6c325d96b54abe7b64278d6ea"><ce:given-name>V.</ce:given-name><ce:surname>Barret</ce:surname><ce:cross-ref refid="aff1240" id="crf0650"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6454-0052" id="au0610" author-id="S0370269322007833-a130b62023ffdd4c78649c858c5a5181"><ce:given-name>L.</ce:given-name><ce:surname>Barreto</ce:surname><ce:cross-ref refid="aff1090" id="crf0660"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-3371-4483" id="au0620" author-id="S0370269322007833-9a2434a1659f1f4116c84df1f01b53fb"><ce:given-name>C.</ce:given-name><ce:surname>Bartels</ce:surname><ce:cross-ref refid="aff1160" id="crf0670"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7633-1189" id="au0630" author-id="S0370269322007833-99991a11640d18ba216157ce9bd24b50"><ce:given-name>K.</ce:given-name><ce:surname>Barth</ce:surname><ce:cross-ref refid="aff0320" id="crf0680"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-7928-4203" id="au0640" author-id="S0370269322007833-7b25cdf12989c93bb0b35e9a7b6c993e"><ce:given-name>E.</ce:given-name><ce:surname>Bartsch</ce:surname><ce:cross-ref refid="aff0630" id="crf0690"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7790-1152" id="au0650" author-id="S0370269322007833-b5da78f945a908823fccca3ceb97d4e0"><ce:given-name>F.</ce:given-name><ce:surname>Baruffaldi</ce:surname><ce:cross-ref refid="aff0270" id="crf0700"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6905-8345" id="au0660" author-id="S0370269322007833-ffe3cbf955e2397362cc39ed0f8eb51b"><ce:given-name>N.</ce:given-name><ce:surname>Bastid</ce:surname><ce:cross-ref refid="aff1240" id="crf0710"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0687-8124" id="au0670" author-id="S0370269322007833-1b8917b5d28e8d66a2eaf20a4369cc82"><ce:given-name>S.</ce:given-name><ce:surname>Basu</ce:surname><ce:cross-ref refid="aff0750" id="crf0720"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8638-6300" id="au0680" author-id="S0370269322007833-2fee908da21994198610c94092286ad8"><ce:given-name>G.</ce:given-name><ce:surname>Batigne</ce:surname><ce:cross-ref refid="aff1030" id="crf0730"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-0199-3372" id="au0690" author-id="S0370269322007833-ae7ea2ea342f84cd933b89c4fad5eef9"><ce:given-name>D.</ce:given-name><ce:surname>Battistini</ce:surname><ce:cross-ref refid="aff0960" id="crf0740"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-2974-6985" id="au0700" author-id="S0370269322007833-f1278714281193a9113b12f11f4b9fc7"><ce:given-name>B.</ce:given-name><ce:surname>Batyunya</ce:surname><ce:cross-ref refid="aff1400" id="crf0750"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author id="au0710" author-id="S0370269322007833-772fb486e156612f473f520cf6e42e86"><ce:given-name>D.</ce:given-name><ce:surname>Bauri</ce:surname><ce:cross-ref refid="aff0460" id="crf0760"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9148-9101" id="au0720" author-id="S0370269322007833-a404ff459710628a1f713272c3bb180d"><ce:given-name>J.L.</ce:given-name><ce:surname>Bazo Alba</ce:surname><ce:cross-ref refid="aff1010" id="crf0770"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2784-3094" id="au0730" author-id="S0370269322007833-6ce098f5eecbf05e4aaa4608b11de130"><ce:given-name>I.G.</ce:given-name><ce:surname>Bearden</ce:surname><ce:cross-ref refid="aff0830" id="crf0780"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7431-4051" id="au0740" author-id="S0370269322007833-988af7c4a1a02633cec7556367a97f67"><ce:given-name>C.</ce:given-name><ce:surname>Beattie</ce:surname><ce:cross-ref refid="aff1360" id="crf0790"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7908-3288" id="au0750" author-id="S0370269322007833-298b21ad4bbe7f5bcc2c38ccb2632505"><ce:given-name>P.</ce:given-name><ce:surname>Becht</ce:surname><ce:cross-ref refid="aff0980" id="crf0800"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2599-7957" id="au0760" author-id="S0370269322007833-088129a7139b7920364b197dd725a3b6"><ce:given-name>D.</ce:given-name><ce:surname>Behera</ce:surname><ce:cross-ref refid="aff0470" id="crf0810"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-5922-8936" id="au0770" author-id="S0370269322007833-5d2d7a16cd35f4d3785b17babb9070df"><ce:given-name>I.</ce:given-name><ce:surname>Belikov</ce:surname><ce:cross-ref refid="aff1260" id="crf0820"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0442-6549" id="au0780" author-id="S0370269322007833-f831363a9a364d2888bee1b54b9c6655"><ce:given-name>A.D.C.</ce:given-name><ce:surname>Bell Hechavarria</ce:surname><ce:cross-ref refid="aff1340" id="crf0830"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3498-4661" id="au0790" author-id="S0370269322007833-d318064eeee8fd40dbd66c520988d249"><ce:given-name>F.</ce:given-name><ce:surname>Bellini</ce:surname><ce:cross-ref refid="aff0250" id="crf0840"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3156-0188" id="au0800" author-id="S0370269322007833-cab20ff28ec1589da7c887beda889d58"><ce:given-name>R.</ce:given-name><ce:surname>Bellwied</ce:surname><ce:cross-ref refid="aff1130" id="crf0850"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4862-3384" id="au0810" author-id="S0370269322007833-ac533471f4a2f043af3b2b34c625d95d"><ce:given-name>S.</ce:given-name><ce:surname>Belokurova</ce:surname><ce:cross-ref refid="aff1390" id="crf0860"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2843-9667" id="au0820" author-id="S0370269322007833-4749bab9bad414cd3c122f77c5bd5402"><ce:given-name>V.</ce:given-name><ce:surname>Belyaev</ce:surname><ce:cross-ref refid="aff1390" id="crf0870"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9040-5292" id="au0830" author-id="S0370269322007833-0aecf4edec2c9cae77988b370adb4658"><ce:given-name>G.</ce:given-name><ce:surname>Bencedi</ce:surname><ce:cross-ref refid="aff1350" id="crf0880"><ce:sup>135</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0640" id="crf0890"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4673-8038" id="au0840" author-id="S0370269322007833-81edadc17682ae9a2b7f71eaae2a757d"><ce:given-name>S.</ce:given-name><ce:surname>Beole</ce:surname><ce:cross-ref refid="aff0240" id="crf0900"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4911-7766" id="au0850" author-id="S0370269322007833-bcf9a82e901891493dbfd94acd91b04c"><ce:given-name>A.</ce:given-name><ce:surname>Bercuci</ce:surname><ce:cross-ref refid="aff0450" id="crf0910"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0309-5917" id="au0860" author-id="S0370269322007833-c83fb9b377a557b716c0035aa8d4241d"><ce:given-name>Y.</ce:given-name><ce:surname>Berdnikov</ce:surname><ce:cross-ref refid="aff1390" id="crf0920"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3705-7898" id="au0870" author-id="S0370269322007833-504c6c7ed1e748f96a24a1f005fce11b"><ce:given-name>A.</ce:given-name><ce:surname>Berdnikova</ce:surname><ce:cross-ref refid="aff0950" id="crf0930"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-5511-2496" id="au0880" author-id="S0370269322007833-af14be22f2cea9eb53da09ae47124fa6"><ce:given-name>L.</ce:given-name><ce:surname>Bergmann</ce:surname><ce:cross-ref refid="aff0950" id="crf0940"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5253-2517" id="au0890" author-id="S0370269322007833-ad14e502bae8e79a1899fa39c32c0aa3"><ce:given-name>M.G.</ce:given-name><ce:surname>Besoiu</ce:surname><ce:cross-ref refid="aff0620" id="crf0950"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1373-1844" id="au0900" author-id="S0370269322007833-b9c9f0fc16efe15ebf71c4ddde1ea4b1"><ce:given-name>L.</ce:given-name><ce:surname>Betev</ce:surname><ce:cross-ref refid="aff0320" id="crf0960"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7883-3190" id="au0910" author-id="S0370269322007833-c300e6d02ec44e82317124bddf4f8323"><ce:given-name>P.P.</ce:given-name><ce:surname>Bhaduri</ce:surname><ce:cross-ref refid="aff1310" id="crf0970"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3687-8179" id="au0920" author-id="S0370269322007833-b502d2ccf79479aafebcf37b0fc9063a"><ce:given-name>A.</ce:given-name><ce:surname>Bhasin</ce:surname><ce:cross-ref refid="aff0910" id="crf0980"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au0930" author-id="S0370269322007833-975bc10c094c6226b584470386e5ac2f"><ce:given-name>I.R.</ce:given-name><ce:surname>Bhat</ce:surname><ce:cross-ref refid="aff0910" id="crf0990"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3643-1502" id="au0940" author-id="S0370269322007833-be7e13f98c122574c5c22aeff3f45e8b"><ce:given-name>M.A.</ce:given-name><ce:surname>Bhat</ce:surname><ce:cross-ref refid="aff0040" id="crf1000"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3755-0992" id="au0950" author-id="S0370269322007833-26b8ea7a427bae4f10cc8bd50df32f35"><ce:given-name>B.</ce:given-name><ce:surname>Bhattacharjee</ce:surname><ce:cross-ref refid="aff0410" id="crf1010"><ce:sup>41</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1664-8189" id="au0960" author-id="S0370269322007833-7d9d8644874e33887aa709229e5c8fb3"><ce:given-name>L.</ce:given-name><ce:surname>Bianchi</ce:surname><ce:cross-ref refid="aff0240" id="crf1020"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6861-2810" id="au0970" author-id="S0370269322007833-c52603ede367045bc5b1c88182e87247"><ce:given-name>N.</ce:given-name><ce:surname>Bianchi</ce:surname><ce:cross-ref refid="aff0480" id="crf1030"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4940-2441" id="au0980" author-id="S0370269322007833-9b31f1a04c2b498f5a576b72f7485363"><ce:given-name>J.</ce:given-name><ce:surname>Bielčík</ce:surname><ce:cross-ref refid="aff0350" id="crf1040"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1659-0394" id="au0990" author-id="S0370269322007833-7590d774d5836aa61573a7cad65ca8f0"><ce:given-name>J.</ce:given-name><ce:surname>Bielčíková</ce:surname><ce:cross-ref refid="aff0860" id="crf1050"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5613-7629" id="au1000" author-id="S0370269322007833-38f4492a2a11d413186fa95232a5b4cf"><ce:given-name>J.</ce:given-name><ce:surname>Biernat</ce:surname><ce:cross-ref refid="aff1060" id="crf1060"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0002-4654" id="au1010" author-id="S0370269322007833-e3be63156c1cdfac44448fb09353b115"><ce:given-name>A.</ce:given-name><ce:surname>Bilandzic</ce:surname><ce:cross-ref refid="aff0960" id="crf1070"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2849-0120" id="au1020" author-id="S0370269322007833-f02748a3878e75534bc627583c3bf69a"><ce:given-name>G.</ce:given-name><ce:surname>Biro</ce:surname><ce:cross-ref refid="aff1350" id="crf1080"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3578-5373" id="au1030" author-id="S0370269322007833-bc7130db08452b31982128347fa4fd92"><ce:given-name>S.</ce:given-name><ce:surname>Biswas</ce:surname><ce:cross-ref refid="aff0040" id="crf1090"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4681-3002" id="au1040" author-id="S0370269322007833-fbb755b405da1a6d31dc799e8935a439"><ce:given-name>J.T.</ce:given-name><ce:surname>Blair</ce:surname><ce:cross-ref refid="aff1070" id="crf1100"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4266-8338" id="au1050" author-id="S0370269322007833-76c0d7896425f9166c821b2a567723db"><ce:given-name>D.</ce:given-name><ce:surname>Blau</ce:surname><ce:cross-ref refid="aff1390" id="crf1110"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8085-8597" id="au1060" author-id="S0370269322007833-ba4d03db38769c77f7df0d67754c4a0c"><ce:given-name>M.B.</ce:given-name><ce:surname>Blidaru</ce:surname><ce:cross-ref refid="aff0980" id="crf1120"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author id="au1070" author-id="S0370269322007833-0c5ab579e3b510389163ca629076334f"><ce:given-name>N.</ce:given-name><ce:surname>Bluhme</ce:surname><ce:cross-ref refid="aff0380" id="crf1130"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6800-3465" id="au1080" author-id="S0370269322007833-16af81fa43d3b91d3180849896379639"><ce:given-name>C.</ce:given-name><ce:surname>Blume</ce:surname><ce:cross-ref refid="aff0630" id="crf1140"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2829-5950" id="au1090" author-id="S0370269322007833-63094e5b721634a7e0fc8da8fc5c037a"><ce:given-name>G.</ce:given-name><ce:surname>Boca</ce:surname><ce:cross-ref refid="aff0210" id="crf1150"><ce:sup>21</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf1160"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4185-2093" id="au1100" author-id="S0370269322007833-2181a3055116bec552a35581b829ab7c"><ce:given-name>F.</ce:given-name><ce:surname>Bock</ce:surname><ce:cross-ref refid="aff0870" id="crf1170"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4479-0417" id="au1110" author-id="S0370269322007833-b2b5a6f9f0dc0a93dc9b1b2da6367b47"><ce:given-name>T.</ce:given-name><ce:surname>Bodova</ce:surname><ce:cross-ref refid="aff0200" id="crf1180"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au1120" author-id="S0370269322007833-dc5b666b81b8311e24807b98a355dc0b"><ce:given-name>A.</ce:given-name><ce:surname>Bogdanov</ce:surname><ce:cross-ref refid="aff1390" id="crf1190"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5942-812X" id="au1130" author-id="S0370269322007833-5930588886d1890a60dc3e5c0b9a8baa"><ce:given-name>S.</ce:given-name><ce:surname>Boi</ce:surname><ce:cross-ref refid="aff0220" id="crf1200"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6283-2927" id="au1140" author-id="S0370269322007833-75ba81153caecc42ab057cd4528fbddd"><ce:given-name>J.</ce:given-name><ce:surname>Bok</ce:surname><ce:cross-ref refid="aff0570" id="crf1210"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-8669-3875" id="au1150" author-id="S0370269322007833-7d461e77b3a4750af82052f87161d9b7"><ce:given-name>L.</ce:given-name><ce:surname>Boldizsár</ce:surname><ce:cross-ref refid="aff1350" id="crf1220"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8224-4302" id="au1160" author-id="S0370269322007833-2000ecef4090512918d1c03b88f7454b"><ce:given-name>A.</ce:given-name><ce:surname>Bolozdynya</ce:surname><ce:cross-ref refid="aff1390" id="crf1230"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7333-224X" id="au1170" author-id="S0370269322007833-fc84b4608c4bb2178fd7b63ab1ef1e20"><ce:given-name>M.</ce:given-name><ce:surname>Bombara</ce:surname><ce:cross-ref refid="aff0370" id="crf1240"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-0514-1723" id="au1180" author-id="S0370269322007833-b166173e02d1efb88ffb2de9e6661cc3"><ce:given-name>P.M.</ce:given-name><ce:surname>Bond</ce:surname><ce:cross-ref refid="aff0320" id="crf1250"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1618-9648" id="au1190" author-id="S0370269322007833-2db37361639ef88ae3c1b8a4897922f5"><ce:given-name>G.</ce:given-name><ce:surname>Bonomi</ce:surname><ce:cross-ref refid="aff1300" id="crf1260"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf1270"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8879-6290" id="au1200" author-id="S0370269322007833-f413acc1c3389c918524f6ef33df38ef"><ce:given-name>H.</ce:given-name><ce:surname>Borel</ce:surname><ce:cross-ref refid="aff1270" id="crf1280"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2881-9635" id="au1210" author-id="S0370269322007833-39bbf1c7a0d24a86863d39ff5711f10f"><ce:given-name>A.</ce:given-name><ce:surname>Borissov</ce:surname><ce:cross-ref refid="aff1390" id="crf1290"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7602-6432" id="au1220" author-id="S0370269322007833-ba19e35a5ad331e2bc08ef2f80c6e502"><ce:given-name>H.</ce:given-name><ce:surname>Bossi</ce:surname><ce:cross-ref refid="aff1360" id="crf1300"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5054-1521" id="au1230" author-id="S0370269322007833-c85ff26ba052e2215b53fac733b7f45d"><ce:given-name>E.</ce:given-name><ce:surname>Botta</ce:surname><ce:cross-ref refid="aff0240" id="crf1310"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3069-5822" id="au1240" author-id="S0370269322007833-99bddb14a25029d5b7351ae170ddc384"><ce:given-name>L.</ce:given-name><ce:surname>Bratrud</ce:surname><ce:cross-ref refid="aff0630" id="crf1320"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2527-0720" id="au1250" author-id="S0370269322007833-d47e2cf40ec69cfbf21066d6d16ccd15"><ce:given-name>P.</ce:given-name><ce:surname>Braun-Munzinger</ce:surname><ce:cross-ref refid="aff0980" id="crf1330"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9610-5218" id="au1260" author-id="S0370269322007833-87b1871cb5322125246e41414e82d2aa"><ce:given-name>M.</ce:given-name><ce:surname>Bregant</ce:surname><ce:cross-ref refid="aff1090" id="crf1340"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3075-1556" id="au1270" author-id="S0370269322007833-3447b7af552eef8253439fc680d2465d"><ce:given-name>M.</ce:given-name><ce:surname>Broz</ce:surname><ce:cross-ref refid="aff0350" id="crf1350"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6247-9633" id="au1280" author-id="S0370269322007833-9b346fc8f020b5f1a8e8e3560725c391"><ce:given-name>G.E.</ce:given-name><ce:surname>Bruno</ce:surname><ce:cross-ref refid="aff0970" id="crf1360"><ce:sup>97</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0310" id="crf1370"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-2547-0419" id="au1290" author-id="S0370269322007833-0aaa8ce5d15cf719aaa0ec42b2adb4c2"><ce:given-name>M.D.</ce:given-name><ce:surname>Buckland</ce:surname><ce:cross-ref refid="aff1160" id="crf1380"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-7215-3122" id="au1300" author-id="S0370269322007833-27b568962c1cffcc5a28c80771ca52a7"><ce:given-name>D.</ce:given-name><ce:surname>Budnikov</ce:surname><ce:cross-ref refid="aff1390" id="crf1390"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-4284-8943" id="au1310" author-id="S0370269322007833-04a180c39d990d56daf8312e6374df91"><ce:given-name>H.</ce:given-name><ce:surname>Buesching</ce:surname><ce:cross-ref refid="aff0630" id="crf1400"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0413-9478" id="au1320" author-id="S0370269322007833-e1d7f52409f68734925ee2433dfdc5f8"><ce:given-name>S.</ce:given-name><ce:surname>Bufalino</ce:surname><ce:cross-ref refid="aff0290" id="crf1410"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au1330" author-id="S0370269322007833-87370bf7d75d7f57547783ea37a4b1a2"><ce:given-name>O.</ce:given-name><ce:surname>Bugnon</ce:surname><ce:cross-ref refid="aff1030" id="crf1420"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2049-1380" id="au1340" author-id="S0370269322007833-2adaca7e16d5edbd4b4a8c58e60e2d0c"><ce:given-name>P.</ce:given-name><ce:surname>Buhler</ce:surname><ce:cross-ref refid="aff1020" id="crf1430"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8880-1608" id="au1350" author-id="S0370269322007833-b6b583d8873ae30d5fbf510f9cde2b9f"><ce:given-name>Z.</ce:given-name><ce:surname>Buthelezi</ce:surname><ce:cross-ref refid="aff0670" id="crf1440"><ce:sup>67</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1200" id="crf1450"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author id="au1360" author-id="S0370269322007833-681f4d5c79af9591dff9c9257513b4c4"><ce:given-name>J.B.</ce:given-name><ce:surname>Butt</ce:surname><ce:cross-ref refid="aff0130" id="crf1460"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6286-120X" id="au1370" author-id="S0370269322007833-8bd4ad3c56cf1862d8764d10e437f8de"><ce:given-name>A.</ce:given-name><ce:surname>Bylinkin</ce:surname><ce:cross-ref refid="aff1150" id="crf1470"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au1380" author-id="S0370269322007833-281baff95fcf856236710c57b07d7d72"><ce:given-name>S.A.</ce:given-name><ce:surname>Bysiak</ce:surname><ce:cross-ref refid="aff1060" id="crf1480"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-3424-1553" id="au1390" author-id="S0370269322007833-7e7d4973288f2699337c5afd756b3adf"><ce:given-name>M.</ce:given-name><ce:surname>Cai</ce:surname><ce:cross-ref refid="aff0270" id="crf1490"><ce:sup>27</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf1500"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1595-411X" id="au1400" author-id="S0370269322007833-64ab73ec58bc97d56cfedce941d1bc73"><ce:given-name>H.</ce:given-name><ce:surname>Caines</ce:surname><ce:cross-ref refid="aff1360" id="crf1510"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2543-0336" id="au1410" author-id="S0370269322007833-1537c5d8a3d8edaba101a6e9728633f5"><ce:given-name>A.</ce:given-name><ce:surname>Caliva</ce:surname><ce:cross-ref refid="aff0980" id="crf1520"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5269-9779" id="au1420" author-id="S0370269322007833-4d452e3972cd6bbddee4b6ce6a4590fc"><ce:given-name>E.</ce:given-name><ce:surname>Calvo Villar</ce:surname><ce:cross-ref refid="aff1010" id="crf1530"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5945-3424" id="au1430" author-id="S0370269322007833-c1c0ee12ad916db4893d4fd44e01a9fc"><ce:given-name>J.M.M.</ce:given-name><ce:surname>Camacho</ce:surname><ce:cross-ref refid="aff1080" id="crf1540"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au1440" author-id="S0370269322007833-6f2be6d7a73b89b4b5222eca9df018f3"><ce:given-name>R.S.</ce:given-name><ce:surname>Camacho</ce:surname><ce:cross-ref refid="aff0440" id="crf1550"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9261-9497" id="au1450" author-id="S0370269322007833-4d8f8d0ad29b659335681aaaff02adb7"><ce:given-name>P.</ce:given-name><ce:surname>Camerini</ce:surname><ce:cross-ref refid="aff0230" id="crf1560"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0604-2044" id="au1460" author-id="S0370269322007833-2156c22521af72728bf7ab1652256046"><ce:given-name>F.D.M.</ce:given-name><ce:surname>Canedo</ce:surname><ce:cross-ref refid="aff1090" id="crf1570"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4008-9922" id="au1470" author-id="S0370269322007833-5a8498fd5fdf69f1b7400d8bfb13bf9a"><ce:given-name>M.</ce:given-name><ce:surname>Carabas</ce:surname><ce:cross-ref refid="aff1230" id="crf1580"><ce:sup>123</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9981-7536" id="au1480" author-id="S0370269322007833-c9d38fce3cedd9eea0fadf7136e9c290"><ce:given-name>F.</ce:given-name><ce:surname>Carnesecchi</ce:surname><ce:cross-ref refid="aff0320" id="crf1590"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7610-8673" id="au1490" author-id="S0370269322007833-4970df08011054be150397c4aef34188"><ce:given-name>R.</ce:given-name><ce:surname>Caron</ce:surname><ce:cross-ref refid="aff1250" id="crf1600"><ce:sup>125</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1270" id="crf1610"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5187-2779" id="au1500" author-id="S0370269322007833-69e5487070569c057d001d3b3dc279cb"><ce:given-name>J.</ce:given-name><ce:surname>Castillo Castellanos</ce:surname><ce:cross-ref refid="aff1270" id="crf1620"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0722-7692" id="au1510" author-id="S0370269322007833-e5aa40f8740350a345be66b2e9bc7455"><ce:given-name>F.</ce:given-name><ce:surname>Catalano</ce:surname><ce:cross-ref refid="aff0290" id="crf1630"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0985-4155" id="au1520" author-id="S0370269322007833-53f472c3ffc5250dac970f78c4dd288d"><ce:given-name>C.</ce:given-name><ce:surname>Ceballos Sanchez</ce:surname><ce:cross-ref refid="aff1400" id="crf1640"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9614-4046" id="au1530" author-id="S0370269322007833-3e64407341c8f9b954d05f08879cb006"><ce:given-name>I.</ce:given-name><ce:surname>Chakaberia</ce:surname><ce:cross-ref refid="aff0740" id="crf1650"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3311-1175" id="au1540" author-id="S0370269322007833-36822df62a25b3a759afcd6dd67aaa67"><ce:given-name>P.</ce:given-name><ce:surname>Chakraborty</ce:surname><ce:cross-ref refid="aff0460" id="crf1660"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4238-2302" id="au1550" author-id="S0370269322007833-0fad5742af8cbf238e9202779c4b0775"><ce:given-name>S.</ce:given-name><ce:surname>Chandra</ce:surname><ce:cross-ref refid="aff1310" id="crf1670"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4511-4784" id="au1560" author-id="S0370269322007833-d552ce0244303ed180a49d5ecff1a6b3"><ce:given-name>S.</ce:given-name><ce:surname>Chapeland</ce:surname><ce:cross-ref refid="aff0320" id="crf1680"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0578-5567" id="au1570" author-id="S0370269322007833-06bda5865bdd9370a538cd04b601a05d"><ce:given-name>M.</ce:given-name><ce:surname>Chartier</ce:surname><ce:cross-ref refid="aff1160" id="crf1690"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1097-8806" id="au1580" author-id="S0370269322007833-a62bdbc068c738c0fb35a82e93008bec"><ce:given-name>S.</ce:given-name><ce:surname>Chattopadhyay</ce:surname><ce:cross-ref refid="aff1310" id="crf1700"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8789-0004" id="au1590" author-id="S0370269322007833-6acd0725a2b7a91ff18d91a1e5774616"><ce:given-name>S.</ce:given-name><ce:surname>Chattopadhyay</ce:surname><ce:cross-ref refid="aff0990" id="crf1710"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6224-1577" id="au1600" author-id="S0370269322007833-8820e0173f72e4afd388b97e61345312"><ce:given-name>T.G.</ce:given-name><ce:surname>Chavez</ce:surname><ce:cross-ref refid="aff0440" id="crf1720"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-0724-7003" id="au1610" author-id="S0370269322007833-d70035a0e00412e1c8ae86250a4c402b"><ce:given-name>T.</ce:given-name><ce:surname>Cheng</ce:surname><ce:cross-ref refid="aff0060" id="crf1730"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-8368-9407" id="au1620" author-id="S0370269322007833-ca8822da379f8f06e7a9f9c9e5093c82"><ce:given-name>C.</ce:given-name><ce:surname>Cheshkov</ce:surname><ce:cross-ref refid="aff1250" id="crf1740"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4891-5168" id="au1630" author-id="S0370269322007833-d6846c37b606921989676fa997ce9336"><ce:given-name>B.</ce:given-name><ce:surname>Cheynis</ce:surname><ce:cross-ref refid="aff1250" id="crf1750"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6837-3362" id="au1640" author-id="S0370269322007833-52ed83ce72b97c374302f9f08ca70552"><ce:given-name>V.</ce:given-name><ce:surname>Chibante Barroso</ce:surname><ce:cross-ref refid="aff0320" id="crf1760"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9982-9577" id="au1650" author-id="S0370269322007833-6e8b0cfc33394bd0c0ea76a5dc3bdd1e"><ce:given-name>D.D.</ce:given-name><ce:surname>Chinellato</ce:surname><ce:cross-ref refid="aff1100" id="crf1770"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-7059-0601" id="au1660" author-id="S0370269322007833-8f10987952ecd1d2b9db234eb1b3e769"><ce:given-name>E.S.</ce:given-name><ce:surname>Chizzali</ce:surname><ce:cross-ref refid="aff0960" id="crf1780"><ce:sup>96</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0020" id="crf1790"><ce:sup>II</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4181-8891" id="au1670" author-id="S0370269322007833-7394f9ad163deb1cbd140732c5728dee"><ce:given-name>J.</ce:given-name><ce:surname>Cho</ce:surname><ce:cross-ref refid="aff0570" id="crf1800"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0000-2674" id="au1680" author-id="S0370269322007833-03ad0005f719c1c5c8e7a54303b208cd"><ce:given-name>S.</ce:given-name><ce:surname>Cho</ce:surname><ce:cross-ref refid="aff0570" id="crf1810"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-5292-9579" id="au1690" author-id="S0370269322007833-f981d6a5c8dbd6610347355f930cb950"><ce:given-name>P.</ce:given-name><ce:surname>Chochula</ce:surname><ce:cross-ref refid="aff0320" id="crf1820"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4325-0646" id="au1700" author-id="S0370269322007833-201c826ab3672564ada47ab7047d952a"><ce:given-name>P.</ce:given-name><ce:surname>Christakoglou</ce:surname><ce:cross-ref refid="aff0840" id="crf1830"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1850-0121" id="au1710" author-id="S0370269322007833-ceddd44af0fa85f7e8a359fe9952d470"><ce:given-name>C.H.</ce:given-name><ce:surname>Christensen</ce:surname><ce:cross-ref refid="aff0830" id="crf1840"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7066-3473" id="au1720" author-id="S0370269322007833-a57b00b2781624685a4077f70e9e803c"><ce:given-name>P.</ce:given-name><ce:surname>Christiansen</ce:surname><ce:cross-ref refid="aff0750" id="crf1850"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5433-969X" id="au1730" author-id="S0370269322007833-d65a6fea77eef62f62b020ec199100b9"><ce:given-name>T.</ce:given-name><ce:surname>Chujo</ce:surname><ce:cross-ref refid="aff1220" id="crf1860"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8804-1100" id="au1740" author-id="S0370269322007833-2c3b602509ea5db525fb4d019b16a043"><ce:given-name>M.</ce:given-name><ce:surname>Ciacco</ce:surname><ce:cross-ref refid="aff0290" id="crf1870"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5129-1723" id="au1750" author-id="S0370269322007833-45d326d84d094e388b2ab73a40e1fb9a"><ce:given-name>C.</ce:given-name><ce:surname>Cicalo</ce:surname><ce:cross-ref refid="aff0510" id="crf1880"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6806-3206" id="au1760" author-id="S0370269322007833-98fb86a5e58c4e31ac3ac07654a12993"><ce:given-name>L.</ce:given-name><ce:surname>Cifarelli</ce:surname><ce:cross-ref refid="aff0250" id="crf1890"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4255-7347" id="au1770" author-id="S0370269322007833-e790aeacc1e0c80aa51ea2443a559e4c"><ce:given-name>F.</ce:given-name><ce:surname>Cindolo</ce:surname><ce:cross-ref refid="aff0500" id="crf1900"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au1780" author-id="S0370269322007833-328e7e122ca669bc01708f4b579589bb"><ce:given-name>M.R.</ce:given-name><ce:surname>Ciupek</ce:surname><ce:cross-ref refid="aff0980" id="crf1910"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author id="au1790" author-id="S0370269322007833-2d86b4b738b65c3c7ec4df969eac5619"><ce:given-name>G.</ce:given-name><ce:surname>Clai</ce:surname><ce:cross-ref refid="aff0500" id="crf1920"><ce:sup>50</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0030" id="crf1930"><ce:sup>III</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2677-7961" id="au1800" author-id="S0370269322007833-7ac6df9a7968d738a42afb544fc46cdc"><ce:given-name>F.</ce:given-name><ce:surname>Colamaria</ce:surname><ce:cross-ref refid="aff0490" id="crf1940"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au1810" author-id="S0370269322007833-d4433f73ceb9debd49821f6d16160a5a"><ce:given-name>J.S.</ce:given-name><ce:surname>Colburn</ce:surname><ce:cross-ref refid="aff1000" id="crf1950"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9102-9500" id="au1820" author-id="S0370269322007833-64184f6944db20f1d013f212c6016801"><ce:given-name>D.</ce:given-name><ce:surname>Colella</ce:surname><ce:cross-ref refid="aff0970" id="crf1960"><ce:sup>97</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0310" id="crf1970"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author id="au1830" author-id="S0370269322007833-12c1043c26dfb4c7bb99e25bdae2fedd"><ce:given-name>A.</ce:given-name><ce:surname>Collu</ce:surname><ce:cross-ref refid="aff0740" id="crf1980"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7804-0721" id="au1840" author-id="S0370269322007833-e3ddc9f882697beed5cf5fd3d92f9ff9"><ce:given-name>M.</ce:given-name><ce:surname>Colocci</ce:surname><ce:cross-ref refid="aff0320" id="crf1990"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4167-9665" id="au1850" author-id="S0370269322007833-d6acba3af6edc2fd345b8ed27e396590"><ce:given-name>M.</ce:given-name><ce:surname>Concas</ce:surname><ce:cross-ref refid="aff0550" id="crf2000"><ce:sup>55</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0040" id="crf2010"><ce:sup>IV</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5283-3520" id="au1860" author-id="S0370269322007833-92c7d6918756a563a73cb80d454f16b4"><ce:given-name>G.</ce:given-name><ce:surname>Conesa Balbastre</ce:surname><ce:cross-ref refid="aff0730" id="crf2020"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7602-2930" id="au1870" author-id="S0370269322007833-e30454ba62b6034fd8204b395747ad1c"><ce:given-name>Z.</ce:given-name><ce:surname>Conesa del Valle</ce:surname><ce:cross-ref refid="aff0720" id="crf2030"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9504-2702" id="au1880" author-id="S0370269322007833-e1e9598ed61089b3d0a7386d0bc01d1c"><ce:given-name>G.</ce:given-name><ce:surname>Contin</ce:surname><ce:cross-ref refid="aff0230" id="crf2040"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9677-5294" id="au1890" author-id="S0370269322007833-c6b724fa14cab8e7faa61da10bf4fa9a"><ce:given-name>J.G.</ce:given-name><ce:surname>Contreras</ce:surname><ce:cross-ref refid="aff0350" id="crf2050"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8343-8758" id="au1900" author-id="S0370269322007833-54a5443a8b5eab81b08e6947e2f1c52f"><ce:given-name>M.L.</ce:given-name><ce:surname>Coquet</ce:surname><ce:cross-ref refid="aff1270" id="crf2060"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author id="au1910" author-id="S0370269322007833-ac3b53a9c8b43da93328d0bb6e5687a1"><ce:given-name>T.M.</ce:given-name><ce:surname>Cormier</ce:surname><ce:cross-ref refid="aff0870" id="crf2070"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0010" id="crf2080"><ce:sup>I</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2778-6421" id="au1920" author-id="S0370269322007833-0eae3549a73a4273007803cfce7850eb"><ce:given-name>P.</ce:given-name><ce:surname>Cortese</ce:surname><ce:cross-ref refid="aff1290" id="crf2090"><ce:sup>129</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf2100"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7880-8611" id="au1930" author-id="S0370269322007833-32f9fa81e325f2cb1e4716f3404a5b78"><ce:given-name>M.R.</ce:given-name><ce:surname>Cosentino</ce:surname><ce:cross-ref refid="aff1110" id="crf2110"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6955-3314" id="au1940" author-id="S0370269322007833-5e04048311053c8b6d080fb13720e33f"><ce:given-name>F.</ce:given-name><ce:surname>Costa</ce:surname><ce:cross-ref refid="aff0320" id="crf2120"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5860-585X" id="au1950" author-id="S0370269322007833-a36560f5de035b1d87cdcb9c25e47291"><ce:given-name>S.</ce:given-name><ce:surname>Costanza</ce:surname><ce:cross-ref refid="aff0210" id="crf2130"><ce:sup>21</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf2140"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7528-6523" id="au1960" author-id="S0370269322007833-8ffac10814dda24e16540e3e2c32771e"><ce:given-name>P.</ce:given-name><ce:surname>Crochet</ce:surname><ce:cross-ref refid="aff1240" id="crf2150"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6359-0608" id="au1970" author-id="S0370269322007833-1460b77cf493b1d673e3f69841099860"><ce:given-name>R.</ce:given-name><ce:surname>Cruz-Torres</ce:surname><ce:cross-ref refid="aff0740" id="crf2160"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au1980" author-id="S0370269322007833-b3bc0849bb51cd37c12132adb1b545d3"><ce:given-name>E.</ce:given-name><ce:surname>Cuautle</ce:surname><ce:cross-ref refid="aff0640" id="crf2170"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5140-9816" id="au1990" author-id="S0370269322007833-154d44f344bf8eb1659237594ec00380"><ce:given-name>P.</ce:given-name><ce:surname>Cui</ce:surname><ce:cross-ref refid="aff0060" id="crf2180"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au2000" author-id="S0370269322007833-841fe60858d62fb3c041728665452d36"><ce:given-name>L.</ce:given-name><ce:surname>Cunqueiro</ce:surname><ce:cross-ref refid="aff0870" id="crf2190"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2166-1874" id="au2010" author-id="S0370269322007833-dacdda815f008c250d14ed23682f7c5c"><ce:given-name>A.</ce:given-name><ce:surname>Dainese</ce:surname><ce:cross-ref refid="aff0530" id="crf2200"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5165-6638" id="au2020" author-id="S0370269322007833-6796858d676bbae483476ff0054f3a7f"><ce:given-name>M.C.</ce:given-name><ce:surname>Danisch</ce:surname><ce:cross-ref refid="aff0950" id="crf2210"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8899-3654" id="au2030" author-id="S0370269322007833-c0e9c880db561256e8a1455c083d7a69"><ce:given-name>A.</ce:given-name><ce:surname>Danu</ce:surname><ce:cross-ref refid="aff0620" id="crf2220"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-3904-8872" id="au2040" author-id="S0370269322007833-58d260f2fcf7477723681e2781529385"><ce:given-name>P.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0800" id="crf2230"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2771-9069" id="au2050" author-id="S0370269322007833-32441445857467a4ac55667ce7a109a5"><ce:given-name>P.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0040" id="crf2240"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2678-6780" id="au2060" author-id="S0370269322007833-e49c00cb76d5001b4d8ee096e5798bac"><ce:given-name>S.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0040" id="crf2250"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5008-6859" id="au2070" author-id="S0370269322007833-b51d6ae93b7d2378570d79501d3e378a"><ce:given-name>S.</ce:given-name><ce:surname>Dash</ce:surname><ce:cross-ref refid="aff0460" id="crf2260"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au2080" author-id="S0370269322007833-ba8cdff14e5c21adb2eca2f3a9a2ce6b"><ce:given-name>R.M.H.</ce:given-name><ce:surname>David</ce:surname><ce:cross-ref refid="aff0440" id="crf2270"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7865-4202" id="au2090" author-id="S0370269322007833-fc6034ac78ff979b20e6669d779346f6"><ce:given-name>A.</ce:given-name><ce:surname>De Caro</ce:surname><ce:cross-ref refid="aff0280" id="crf2280"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3220-4505" id="au2100" author-id="S0370269322007833-ca1b8d22a9ac0c2244b18ed5ad569df7"><ce:given-name>G.</ce:given-name><ce:surname>de Cataldo</ce:surname><ce:cross-ref refid="aff0490" id="crf2290"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5986-3842" id="au2110" author-id="S0370269322007833-9a9bb6d8a20b9f3a1cdaca09c3d32b5b"><ce:given-name>L.</ce:given-name><ce:surname>De Cilladi</ce:surname><ce:cross-ref refid="aff0240" id="crf2300"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au2120" author-id="S0370269322007833-2206dab1c93bdbf1833ccc42a0f80f61"><ce:given-name>J.</ce:given-name><ce:surname>de Cuveland</ce:surname><ce:cross-ref refid="aff0380" id="crf2310"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0830-4872" id="au2130" author-id="S0370269322007833-5a5659b4fe8640a98f21d4a26d3bfadc"><ce:given-name>A.</ce:given-name><ce:surname>De Falco</ce:surname><ce:cross-ref refid="aff0220" id="crf2320"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7055-6181" id="au2140" author-id="S0370269322007833-f9afac767689f07ce00eaba12f10725d"><ce:given-name>D.</ce:given-name><ce:surname>De Gruttola</ce:surname><ce:cross-ref refid="aff0280" id="crf2330"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5884-4404" id="au2150" author-id="S0370269322007833-2307e08c47dbfe15b818992886cdc393"><ce:given-name>N.</ce:given-name><ce:surname>De Marco</ce:surname><ce:cross-ref refid="aff0550" id="crf2340"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0711-4022" id="au2160" author-id="S0370269322007833-8b0333ea68d6fead6aad66cd3ca8af18"><ce:given-name>C.</ce:given-name><ce:surname>De Martin</ce:surname><ce:cross-ref refid="aff0230" id="crf2350"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9236-0748" id="au2170" author-id="S0370269322007833-3fe3966b12a13378ab59cb643d693cf8"><ce:given-name>S.</ce:given-name><ce:surname>De Pasquale</ce:surname><ce:cross-ref refid="aff0280" id="crf2360"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0175-3712" id="au2180" author-id="S0370269322007833-3c761b0223fad723b3a6d135bc8f40ce"><ce:given-name>S.</ce:given-name><ce:surname>Deb</ce:surname><ce:cross-ref refid="aff0470" id="crf2370"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author id="au2190" author-id="S0370269322007833-9aa3d3bb7328aa99cf55b65b2d5d0ef9"><ce:given-name>H.F.</ce:given-name><ce:surname>Degenhardt</ce:surname><ce:cross-ref refid="aff1090" id="crf2380"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author id="au2200" author-id="S0370269322007833-a2ac9f1aec8c133a99e237f1a6de7593"><ce:given-name>K.R.</ce:given-name><ce:surname>Deja</ce:surname><ce:cross-ref refid="aff1320" id="crf2390"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7599-2716" id="au2210" author-id="S0370269322007833-cd28855d90484c7fb406753eac315751"><ce:given-name>R.</ce:given-name><ce:surname>Del Grande</ce:surname><ce:cross-ref refid="aff0960" id="crf2400"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6700-7950" id="au2220" author-id="S0370269322007833-cecd803c0039c46724095962ec984fe4"><ce:given-name>L.</ce:given-name><ce:surname>Dello Stritto</ce:surname><ce:cross-ref refid="aff0280" id="crf2410"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2860-9881" id="au2230" author-id="S0370269322007833-d8a87c874e42aac1f26f480d0c8cc66f"><ce:given-name>W.</ce:given-name><ce:surname>Deng</ce:surname><ce:cross-ref refid="aff0060" id="crf2420"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6562-5082" id="au2240" author-id="S0370269322007833-e91fff0426cfb4068164293072959951"><ce:given-name>P.</ce:given-name><ce:surname>Dhankher</ce:surname><ce:cross-ref refid="aff0180" id="crf2430"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5559-8906" id="au2250" author-id="S0370269322007833-87d8feae9bb9ac0142d20aa737fc7210"><ce:given-name>D.</ce:given-name><ce:surname>Di Bari</ce:surname><ce:cross-ref refid="aff0310" id="crf2440"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0348-092X" id="au2260" author-id="S0370269322007833-807d3d4d1b245891296e345324c32d68"><ce:given-name>A.</ce:given-name><ce:surname>Di Mauro</ce:surname><ce:cross-ref refid="aff0320" id="crf2450"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4886-6052" id="au2270" author-id="S0370269322007833-b81ce1a8f6b1bb7201e6f62a1a0d3f6d"><ce:given-name>R.A.</ce:given-name><ce:surname>Diaz</ce:surname><ce:cross-ref refid="aff1400" id="crf2460"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0070" id="crf2470"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2065-6256" id="au2280" author-id="S0370269322007833-e0f870aaf79db9f3bf8d89d4d0a6bb31"><ce:given-name>T.</ce:given-name><ce:surname>Dietel</ce:surname><ce:cross-ref refid="aff1120" id="crf2480"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-3775-1945" id="au2290" author-id="S0370269322007833-63e7bf92dffd268dab98d70a479b551c"><ce:given-name>Y.</ce:given-name><ce:surname>Ding</ce:surname><ce:cross-ref refid="aff1250" id="crf2490"><ce:sup>125</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf2500"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6357-7857" id="au2300" author-id="S0370269322007833-7430fdfebf05e894a243a7438023f2b3"><ce:given-name>R.</ce:given-name><ce:surname>Divià</ce:surname><ce:cross-ref refid="aff0320" id="crf2510"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-1217-7768" id="au2310" author-id="S0370269322007833-43896b750307c6ca8f01d3d4c389f8c1"><ce:given-name>D.U.</ce:given-name><ce:surname>Dixit</ce:surname><ce:cross-ref refid="aff0180" id="crf2520"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author id="au2320" author-id="S0370269322007833-9c3c08666593eb7ac528af1eef8f48db"><ce:given-name>Ø.</ce:given-name><ce:surname>Djuvsland</ce:surname><ce:cross-ref refid="aff0200" id="crf2530"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6853-8905" id="au2330" author-id="S0370269322007833-5059550062b9746ff361bdc6fe890743"><ce:given-name>U.</ce:given-name><ce:surname>Dmitrieva</ce:surname><ce:cross-ref refid="aff1390" id="crf2540"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4432-4026" id="au2340" author-id="S0370269322007833-5fa422d670f9187e89d69eeed21610f4"><ce:given-name>A.</ce:given-name><ce:surname>Dobrin</ce:surname><ce:cross-ref refid="aff0620" id="crf2550"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0739-0120" id="au2350" author-id="S0370269322007833-a53cb71a66b719bbc91c682e3b0f6c83"><ce:given-name>B.</ce:given-name><ce:surname>Dönigus</ce:surname><ce:cross-ref refid="aff0630" id="crf2560"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-6339-1104" id="au2360" author-id="S0370269322007833-bd801d7441f04d2550d9279e20a0274c"><ce:given-name>A.K.</ce:given-name><ce:surname>Dubey</ce:surname><ce:cross-ref refid="aff1310" id="crf2570"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2568-0132" id="au2370" author-id="S0370269322007833-310e49c82e75d307c9ad0e2dc4e13285"><ce:given-name>J.M.</ce:given-name><ce:surname>Dubinski</ce:surname><ce:cross-ref refid="aff1320" id="crf2580"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9582-8948" id="au2380" author-id="S0370269322007833-76f8c20cb06924eb1fb340fbb56bf4c6"><ce:given-name>A.</ce:given-name><ce:surname>Dubla</ce:surname><ce:cross-ref refid="aff0980" id="crf2590"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-4091-5327" id="au2390" author-id="S0370269322007833-2b17ba5d85d422cdfabc14608d2e9bc7"><ce:given-name>S.</ce:given-name><ce:surname>Dudi</ce:surname><ce:cross-ref refid="aff0900" id="crf2600"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0207-2871" id="au2400" author-id="S0370269322007833-0dcf960768058d73653bd4d3eb8e1905"><ce:given-name>P.</ce:given-name><ce:surname>Dupieux</ce:surname><ce:cross-ref refid="aff1240" id="crf2610"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author id="au2410" author-id="S0370269322007833-df4290cf73dd7240418a747d4c736c64"><ce:given-name>M.</ce:given-name><ce:surname>Durkac</ce:surname><ce:cross-ref refid="aff1050" id="crf2620"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au2420" author-id="S0370269322007833-d09d97450e671d7cc96eec42259314e8"><ce:given-name>N.</ce:given-name><ce:surname>Dzalaiova</ce:surname><ce:cross-ref refid="aff0120" id="crf2630"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-9752-4391" id="au2430" author-id="S0370269322007833-b2dfe97160923c36d3c32980d6ce0166"><ce:given-name>T.M.</ce:given-name><ce:surname>Eder</ce:surname><ce:cross-ref refid="aff1340" id="crf2640"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3897-0876" id="au2440" author-id="S0370269322007833-bf440f41d43f975a16ff5cb1d7942e7c"><ce:given-name>R.J.</ce:given-name><ce:surname>Ehlers</ce:surname><ce:cross-ref refid="aff0870" id="crf2650"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au2450" author-id="S0370269322007833-838a64e3f71143b70974f1f12ce5b879"><ce:given-name>V.N.</ce:given-name><ce:surname>Eikeland</ce:surname><ce:cross-ref refid="aff0200" id="crf2660"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9458-8723" id="au2460" author-id="S0370269322007833-4a6b040eac26a82ef226b902cb4da64f"><ce:given-name>F.</ce:given-name><ce:surname>Eisenhut</ce:surname><ce:cross-ref refid="aff0630" id="crf2670"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6351-2378" id="au2470" author-id="S0370269322007833-b33f259d9c1a55101b73f2f9db67896c"><ce:given-name>D.</ce:given-name><ce:surname>Elia</ce:surname><ce:cross-ref refid="aff0490" id="crf2680"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-4464-3366" id="au2480" author-id="S0370269322007833-b41cebcb00dbefb7a1029cfa75db566c"><ce:given-name>B.</ce:given-name><ce:surname>Erazmus</ce:surname><ce:cross-ref refid="aff1030" id="crf2690"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7873-0968" id="au2490" author-id="S0370269322007833-6ca2023dd9dbd0adb4eb4fcf89d9e8d7"><ce:given-name>F.</ce:given-name><ce:surname>Ercolessi</ce:surname><ce:cross-ref refid="aff0250" id="crf2700"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9410-246X" id="au2500" author-id="S0370269322007833-b3b26ff25fdc6360eab1c2a0eb35a18b"><ce:given-name>F.</ce:given-name><ce:surname>Erhardt</ce:surname><ce:cross-ref refid="aff0890" id="crf2710"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au2510" author-id="S0370269322007833-b1125a46ef6e3f34775d0833ab260cf8"><ce:given-name>M.R.</ce:given-name><ce:surname>Ersdal</ce:surname><ce:cross-ref refid="aff0200" id="crf2720"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2449-3172" id="au2520" author-id="S0370269322007833-8722ae2cee4646a951e9b11fd1d4063f"><ce:given-name>B.</ce:given-name><ce:surname>Espagnon</ce:surname><ce:cross-ref refid="aff0720" id="crf2730"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1795-6212" id="au2530" author-id="S0370269322007833-06195ac2e576eeb4b0adecea60f955c9"><ce:given-name>G.</ce:given-name><ce:surname>Eulisse</ce:surname><ce:cross-ref refid="aff0320" id="crf2740"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8427-322X" id="au2540" author-id="S0370269322007833-9e28d5c91a82108be7fc49f01fb96add"><ce:given-name>D.</ce:given-name><ce:surname>Evans</ce:surname><ce:cross-ref refid="aff1000" id="crf2750"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4239-6424" id="au2550" author-id="S0370269322007833-277be04fe2ca41c0c4b8d9acbf533562"><ce:given-name>S.</ce:given-name><ce:surname>Evdokimov</ce:surname><ce:cross-ref refid="aff1390" id="crf2760"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2325-8368" id="au2560" author-id="S0370269322007833-81e51a0849cafac31228747a415244b4"><ce:given-name>L.</ce:given-name><ce:surname>Fabbietti</ce:surname><ce:cross-ref refid="aff0960" id="crf2770"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2202-5906" id="au2570" author-id="S0370269322007833-b4fd9e52396598a0b45ab177a02b5cf2"><ce:given-name>M.</ce:given-name><ce:surname>Faggin</ce:surname><ce:cross-ref refid="aff0270" id="crf2780"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-8219-3334" id="au2580" author-id="S0370269322007833-3ed08541a4150ee27cebbfa8cb85364e"><ce:given-name>J.</ce:given-name><ce:surname>Faivre</ce:surname><ce:cross-ref refid="aff0730" id="crf2790"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3573-3389" id="au2590" author-id="S0370269322007833-ac1b4c543ede7c783908e59b93b56dda"><ce:given-name>F.</ce:given-name><ce:surname>Fan</ce:surname><ce:cross-ref refid="aff0060" id="crf2800"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0844-3282" id="au2600" author-id="S0370269322007833-c434e3704a72c3379fd3efc1cac5baa3"><ce:given-name>W.</ce:given-name><ce:surname>Fan</ce:surname><ce:cross-ref refid="aff0740" id="crf2810"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6270-9283" id="au2610" author-id="S0370269322007833-74793c8314ac99defb422d6ad12e6ee2"><ce:given-name>A.</ce:given-name><ce:surname>Fantoni</ce:surname><ce:cross-ref refid="aff0480" id="crf2820"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-4586-0930" id="au2620" author-id="S0370269322007833-e0ca7f105bebd9a2b7edf8e3e2f84581"><ce:given-name>M.</ce:given-name><ce:surname>Fasel</ce:surname><ce:cross-ref refid="aff0870" id="crf2830"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au2630" author-id="S0370269322007833-705d233901357db8c2175b3ab50898ea"><ce:given-name>P.</ce:given-name><ce:surname>Fecchio</ce:surname><ce:cross-ref refid="aff0290" id="crf2840"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5823-9733" id="au2640" author-id="S0370269322007833-c2bfb0cafa6f9d1ca27ab701c6781b38"><ce:given-name>A.</ce:given-name><ce:surname>Feliciello</ce:surname><ce:cross-ref refid="aff0550" id="crf2850"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3700-8623" id="au2650" author-id="S0370269322007833-5b00bafa2e9f53bf9169725ae0035ea1"><ce:given-name>G.</ce:given-name><ce:surname>Feofilov</ce:surname><ce:cross-ref refid="aff1390" id="crf2860"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0152-4220" id="au2660" author-id="S0370269322007833-aabae1af946388c71c1398acc8955418"><ce:given-name>A.</ce:given-name><ce:surname>Fernández Téllez</ce:surname><ce:cross-ref refid="aff0440" id="crf2870"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9723-1291" id="au2670" author-id="S0370269322007833-d7f73a93aec5923876abc48755cc82ce"><ce:given-name>M.B.</ce:given-name><ce:surname>Ferrer</ce:surname><ce:cross-ref refid="aff0320" id="crf2880"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1089-6632" id="au2680" author-id="S0370269322007833-30e070edce4904332b43b5531dc38731"><ce:given-name>A.</ce:given-name><ce:surname>Ferrero</ce:surname><ce:cross-ref refid="aff1270" id="crf2890"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9084-5784" id="au2690" author-id="S0370269322007833-68142793c50c0b6974c4d951c30d6388"><ce:given-name>A.</ce:given-name><ce:surname>Ferretti</ce:surname><ce:cross-ref refid="aff0240" id="crf2900"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-0542-4454" id="au2700" author-id="S0370269322007833-0cf51ef6627f902603bfcb916ae01ab5"><ce:given-name>V.J.G.</ce:given-name><ce:surname>Feuillard</ce:surname><ce:cross-ref refid="aff0950" id="crf2910"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7692-0079" id="au2710" author-id="S0370269322007833-3c7b622bda147b821572888347582e6d"><ce:given-name>J.</ce:given-name><ce:surname>Figiel</ce:surname><ce:cross-ref refid="aff1060" id="crf2920"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6444-4669" id="au2720" author-id="S0370269322007833-3f994100548e7aeca3abfa2bd6a6acdd"><ce:given-name>V.</ce:given-name><ce:surname>Filova</ce:surname><ce:cross-ref refid="aff0350" id="crf2930"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7104-7477" id="au2730" author-id="S0370269322007833-16de97754cf916e09dde4c06ab2487a2"><ce:given-name>D.</ce:given-name><ce:surname>Finogeev</ce:surname><ce:cross-ref refid="aff1390" id="crf2940"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8632-5580" id="au2740" author-id="S0370269322007833-78e599883a68fe0063ae2aa88c3d45cc"><ce:given-name>F.M.</ce:given-name><ce:surname>Fionda</ce:surname><ce:cross-ref refid="aff0510" id="crf2950"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author id="au2750" author-id="S0370269322007833-6f38e6b644d0c00d8c10b081f52f12d7"><ce:given-name>G.</ce:given-name><ce:surname>Fiorenza</ce:surname><ce:cross-ref refid="aff0970" id="crf2960"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0194-1318" id="au2760" author-id="S0370269322007833-bd43e27616ca1919592e9b57e7b8f61a"><ce:given-name>F.</ce:given-name><ce:surname>Flor</ce:surname><ce:cross-ref refid="aff1130" id="crf2970"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-6140-676X" id="au2770" author-id="S0370269322007833-746be3a9141d9c078cfbe60f53eeecfd"><ce:given-name>A.N.</ce:given-name><ce:surname>Flores</ce:surname><ce:cross-ref refid="aff1070" id="crf2980"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-2053-4869" id="au2780" author-id="S0370269322007833-42fd1f3680f51152dfda7cb4075ac18e"><ce:given-name>S.</ce:given-name><ce:surname>Foertsch</ce:surname><ce:cross-ref refid="aff0670" id="crf2990"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0642-2047" id="au2790" author-id="S0370269322007833-c544faa186d9364e0c00a0451633face"><ce:given-name>I.</ce:given-name><ce:surname>Fokin</ce:surname><ce:cross-ref refid="aff0950" id="crf3000"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2136-778X" id="au2800" author-id="S0370269322007833-1f224979dd316f22a826529fb384e21a"><ce:given-name>S.</ce:given-name><ce:surname>Fokin</ce:surname><ce:cross-ref refid="aff1390" id="crf3010"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8216-396X" id="au2810" author-id="S0370269322007833-012cbc6bc9303877c458bdf9a521e5ea"><ce:given-name>E.</ce:given-name><ce:surname>Fragiacomo</ce:surname><ce:cross-ref refid="aff0560" id="crf3020"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3420-6301" id="au2820" author-id="S0370269322007833-6b14343bb1477ee6f77413c5e1607139"><ce:given-name>E.</ce:given-name><ce:surname>Frajna</ce:surname><ce:cross-ref refid="aff1350" id="crf3030"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-2155-0460" id="au2830" author-id="S0370269322007833-cb179d5175a767cfcccfaf42e2d13fd9"><ce:given-name>U.</ce:given-name><ce:surname>Fuchs</ce:surname><ce:cross-ref refid="aff0320" id="crf3040"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7814-319X" id="au2840" author-id="S0370269322007833-75b81f7c708cdac6972396f07f1e615c"><ce:given-name>N.</ce:given-name><ce:surname>Funicello</ce:surname><ce:cross-ref refid="aff0280" id="crf3050"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-9666-7156" id="au2850" author-id="S0370269322007833-e99988272e94b543b10e6e1e6762c915"><ce:given-name>C.</ce:given-name><ce:surname>Furget</ce:surname><ce:cross-ref refid="aff0730" id="crf3060"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2582-1927" id="au2860" author-id="S0370269322007833-466f51a3a42f868eb651094379830769"><ce:given-name>A.</ce:given-name><ce:surname>Furs</ce:surname><ce:cross-ref refid="aff1390" id="crf3070"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6122-4698" id="au2870" author-id="S0370269322007833-ce50de6d5c62db541251975d35c3ef1e"><ce:given-name>J.J.</ce:given-name><ce:surname>Gaardhøje</ce:surname><ce:cross-ref refid="aff0830" id="crf3080"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6314-7419" id="au2880" author-id="S0370269322007833-cc1e5eeab68bbb2c3a078d24d2e806fb"><ce:given-name>M.</ce:given-name><ce:surname>Gagliardi</ce:surname><ce:cross-ref refid="aff0240" id="crf3090"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0019-9692" id="au2890" author-id="S0370269322007833-7a1ebb0715ccd1767039dbefe6aa000c"><ce:given-name>A.M.</ce:given-name><ce:surname>Gago</ce:surname><ce:cross-ref refid="aff1010" id="crf3100"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author id="au2900" author-id="S0370269322007833-99c7387ccffb2e1e0541b43b3018fdef"><ce:given-name>A.</ce:given-name><ce:surname>Gal</ce:surname><ce:cross-ref refid="aff1260" id="crf3110"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5496-8533" id="au2910" author-id="S0370269322007833-23c91ffad460f5afabddb04373c9f2f9"><ce:given-name>C.D.</ce:given-name><ce:surname>Galvan</ce:surname><ce:cross-ref refid="aff1080" id="crf3120"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4871-4064" id="au2920" author-id="S0370269322007833-8650c037fc955510cd76a4536ac83b03"><ce:given-name>P.</ce:given-name><ce:surname>Ganoti</ce:surname><ce:cross-ref refid="aff0780" id="crf3130"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-2395-8130" id="au2930" author-id="S0370269322007833-d12fc16d28f1dce28adbdb23a5ddbcd4"><ce:given-name>C.</ce:given-name><ce:surname>Garabatos</ce:surname><ce:cross-ref refid="aff0980" id="crf3140"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5038-1337" id="au2940" author-id="S0370269322007833-df265a31acafb0a0d83f8ac8f13667e6"><ce:given-name>J.R.A.</ce:given-name><ce:surname>Garcia</ce:surname><ce:cross-ref refid="aff0440" id="crf3150"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6847-8671" id="au2950" author-id="S0370269322007833-07a4057e80a82b458aafc1e9dd90f0ba"><ce:given-name>E.</ce:given-name><ce:surname>Garcia-Solis</ce:surname><ce:cross-ref refid="aff0090" id="crf3160"><ce:sup>9</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8512-8219" id="au2960" author-id="S0370269322007833-8f3671ab888761876ad72f8897499a10"><ce:given-name>K.</ce:given-name><ce:surname>Garg</ce:surname><ce:cross-ref refid="aff1030" id="crf3170"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4753-577X" id="au2970" author-id="S0370269322007833-987fe2eab608df9880768b4abb040eae"><ce:given-name>C.</ce:given-name><ce:surname>Gargiulo</ce:surname><ce:cross-ref refid="aff0320" id="crf3180"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au2980" author-id="S0370269322007833-0a421258e4c2e68267cbf36b6e5c0d5b"><ce:given-name>A.</ce:given-name><ce:surname>Garibli</ce:surname><ce:cross-ref refid="aff0810" id="crf3190"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au2990" author-id="S0370269322007833-71fb0aae98a5fed2648a66e4a7fba2bb"><ce:given-name>K.</ce:given-name><ce:surname>Garner</ce:surname><ce:cross-ref refid="aff1340" id="crf3200"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0015-6713" id="au3000" author-id="S0370269322007833-6234390f32e4a2984bc0654b17dcc492"><ce:given-name>E.F.</ce:given-name><ce:surname>Gauger</ce:surname><ce:cross-ref refid="aff1070" id="crf3210"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7039-535X" id="au3010" author-id="S0370269322007833-e15f53ade07920f42fc443e2c0e4d59a"><ce:given-name>A.</ce:given-name><ce:surname>Gautam</ce:surname><ce:cross-ref refid="aff1150" id="crf3220"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8450-5318" id="au3020" author-id="S0370269322007833-d29ecc9c86d03e88594e296615e84c9a"><ce:given-name>M.B.</ce:given-name><ce:surname>Gay Ducati</ce:surname><ce:cross-ref refid="aff0650" id="crf3230"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7382-1609" id="au3030" author-id="S0370269322007833-8d334f5f7f55bf362a6956f1bffdf2c3"><ce:given-name>M.</ce:given-name><ce:surname>Germain</ce:surname><ce:cross-ref refid="aff1030" id="crf3240"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author id="au3040" author-id="S0370269322007833-87f4a98aa68feedf19ca0cc21388e710"><ce:given-name>S.K.</ce:given-name><ce:surname>Ghosh</ce:surname><ce:cross-ref refid="aff0040" id="crf3250"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4831-5808" id="au3050" author-id="S0370269322007833-255d61357ee3950aa2511a27c84eaf0a"><ce:given-name>M.</ce:given-name><ce:surname>Giacalone</ce:surname><ce:cross-ref refid="aff0250" id="crf3260"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4167-7176" id="au3060" author-id="S0370269322007833-3e2c737e4be858cd21077f3c75d4a1a5"><ce:given-name>P.</ce:given-name><ce:surname>Gianotti</ce:surname><ce:cross-ref refid="aff0480" id="crf3270"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1383-6160" id="au3070" author-id="S0370269322007833-c03ebc10e5b747137b76532ec58d9b7c"><ce:given-name>P.</ce:given-name><ce:surname>Giubellino</ce:surname><ce:cross-ref refid="aff0980" id="crf3280"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf3290"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4358-5355" id="au3080" author-id="S0370269322007833-4484cd7bf97022c8764e710e83e310ea"><ce:given-name>P.</ce:given-name><ce:surname>Giubilato</ce:surname><ce:cross-ref refid="aff0270" id="crf3300"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7400-7019" id="au3090" author-id="S0370269322007833-8da930564b3ed61741e5e20fce3e2a52"><ce:given-name>A.M.C.</ce:given-name><ce:surname>Glaenzer</ce:surname><ce:cross-ref refid="aff1270" id="crf3310"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3793-5291" id="au3100" author-id="S0370269322007833-376802ecfdb934149d8388178a587721"><ce:given-name>P.</ce:given-name><ce:surname>Glässel</ce:surname><ce:cross-ref refid="aff0950" id="crf3320"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-1162-7067" id="au3110" author-id="S0370269322007833-1b2d870f15ca702db28903678f5d75de"><ce:given-name>E.</ce:given-name><ce:surname>Glimos</ce:surname><ce:cross-ref refid="aff1190" id="crf3330"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au3120" author-id="S0370269322007833-93dce0bd4ad68fe50f0a23cb75dc5ece"><ce:given-name>D.J.Q.</ce:given-name><ce:surname>Goh</ce:surname><ce:cross-ref refid="aff0760" id="crf3340"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7607-3965" id="au3130" author-id="S0370269322007833-c25e38120a3069e0125dc6c22f89fa94"><ce:given-name>V.</ce:given-name><ce:surname>Gonzalez</ce:surname><ce:cross-ref refid="aff1330" id="crf3350"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9202-262X" id="au3140" author-id="S0370269322007833-2dc052a1e9c57f3a73482a2d5d0260f3"><ce:given-name>L.H.</ce:given-name><ce:surname>González-Trueba</ce:surname><ce:cross-ref refid="aff0660" id="crf3360"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author id="au3150" author-id="S0370269322007833-9b9d13249a72db20d32b4da1cee42ded"><ce:given-name>S.</ce:given-name><ce:surname>Gorbunov</ce:surname><ce:cross-ref refid="aff0380" id="crf3370"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1746-1279" id="au3160" author-id="S0370269322007833-90965aac862ee9a40904f43bd5d6f611"><ce:given-name>M.</ce:given-name><ce:surname>Gorgon</ce:surname><ce:cross-ref refid="aff0020" id="crf3380"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7792-2247" id="au3170" author-id="S0370269322007833-39d74df1971ac41d3b24d84ed4a40ce3"><ce:given-name>L.</ce:given-name><ce:surname>Görlich</ce:surname><ce:cross-ref refid="aff1060" id="crf3390"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au3180" author-id="S0370269322007833-7662d0c3046b717d6aafb31b874bc7fc"><ce:given-name>S.</ce:given-name><ce:surname>Gotovac</ce:surname><ce:cross-ref refid="aff0330" id="crf3400"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9581-0879" id="au3190" author-id="S0370269322007833-88c4e3bf21c3c3108a671e555e5f3c36"><ce:given-name>V.</ce:given-name><ce:surname>Grabski</ce:surname><ce:cross-ref refid="aff0660" id="crf3410"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4442-5727" id="au3200" author-id="S0370269322007833-4f5d9c0299fdae0f1004b34a8b3fdc63"><ce:given-name>L.K.</ce:given-name><ce:surname>Graczykowski</ce:surname><ce:cross-ref refid="aff1320" id="crf3420"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-9826-4989" id="au3210" author-id="S0370269322007833-314e30ecd3bb765de3d19d06189891a2"><ce:given-name>E.</ce:given-name><ce:surname>Grecka</ce:surname><ce:cross-ref refid="aff0860" id="crf3430"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1476-6245" id="au3220" author-id="S0370269322007833-a6c90861d9b7eaf03c2639488fe4154c"><ce:given-name>L.</ce:given-name><ce:surname>Greiner</ce:surname><ce:cross-ref refid="aff0740" id="crf3440"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0562-9820" id="au3230" author-id="S0370269322007833-af14458a77f832d22ca950af14f8493e"><ce:given-name>A.</ce:given-name><ce:surname>Grelli</ce:surname><ce:cross-ref refid="aff0580" id="crf3450"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9035-556X" id="au3240" author-id="S0370269322007833-f8a6e1944c58dda71cfafb800846c896"><ce:given-name>C.</ce:given-name><ce:surname>Grigoras</ce:surname><ce:cross-ref refid="aff0320" id="crf3460"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0661-5220" id="au3250" author-id="S0370269322007833-953aba0e06d9873f30e491943bf618b0"><ce:given-name>V.</ce:given-name><ce:surname>Grigoriev</ce:surname><ce:cross-ref refid="aff1390" id="crf3470"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0658-5949" id="au3260" author-id="S0370269322007833-fade90c306431c659a9ed2757eb7e080"><ce:given-name>S.</ce:given-name><ce:surname>Grigoryan</ce:surname><ce:cross-ref refid="aff1400" id="crf3480"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0010" id="crf3490"><ce:sup>1</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1469-9022" id="au3270" author-id="S0370269322007833-1aceebae73d51f462d1727b9bbd88172"><ce:given-name>F.</ce:given-name><ce:surname>Grosa</ce:surname><ce:cross-ref refid="aff0320" id="crf3500"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8372-5135" id="au3280" author-id="S0370269322007833-35be2bb8fb5264060c83aaa2bd6945a1"><ce:given-name>J.F.</ce:given-name><ce:surname>Grosse-Oetringhaus</ce:surname><ce:cross-ref refid="aff0320" id="crf3510"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9960-2594" id="au3290" author-id="S0370269322007833-b0a55ca5abf071c61d021e8ccf9728f3"><ce:given-name>R.</ce:given-name><ce:surname>Grosso</ce:surname><ce:cross-ref refid="aff0980" id="crf3520"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9785-2215" id="au3300" author-id="S0370269322007833-e4f860038db61bc49c20c4ebfd1978a8"><ce:given-name>D.</ce:given-name><ce:surname>Grund</ce:surname><ce:cross-ref refid="aff0350" id="crf3530"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5298-2881" id="au3310" author-id="S0370269322007833-18c7a61fd748313ebfc50b673826591d"><ce:given-name>G.G.</ce:given-name><ce:surname>Guardiano</ce:surname><ce:cross-ref refid="aff1100" id="crf3540"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0626-9724" id="au3320" author-id="S0370269322007833-49423e283ef46a2191735696f1f8e1cf"><ce:given-name>R.</ce:given-name><ce:surname>Guernane</ce:surname><ce:cross-ref refid="aff0730" id="crf3550"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5990-482X" id="au3330" author-id="S0370269322007833-1c69d97d25199af7734252f2ba5c94dd"><ce:given-name>M.</ce:given-name><ce:surname>Guilbaud</ce:surname><ce:cross-ref refid="aff1030" id="crf3560"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3809-4984" id="au3340" author-id="S0370269322007833-135be9a58c4bb97999a54df788a17739"><ce:given-name>K.</ce:given-name><ce:surname>Gulbrandsen</ce:surname><ce:cross-ref refid="aff0830" id="crf3570"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6769-599X" id="au3350" author-id="S0370269322007833-54b557b1b16c66ddca3ffa8a1514552e"><ce:given-name>T.</ce:given-name><ce:surname>Gunji</ce:surname><ce:cross-ref refid="aff1210" id="crf3580"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2843-2556" id="au3360" author-id="S0370269322007833-1f18901fa4f597e541e4b6d7d3993742"><ce:given-name>W.</ce:given-name><ce:surname>Guo</ce:surname><ce:cross-ref refid="aff0060" id="crf3590"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6178-648X" id="au3370" author-id="S0370269322007833-99034e91113d8d65c1b671490ba1dcb4"><ce:given-name>A.</ce:given-name><ce:surname>Gupta</ce:surname><ce:cross-ref refid="aff0910" id="crf3600"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7474-0755" id="au3380" author-id="S0370269322007833-e1c6a423f099dbb8f259dfde5800cf80"><ce:given-name>R.</ce:given-name><ce:surname>Gupta</ce:surname><ce:cross-ref refid="aff0910" id="crf3610"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-0106-3130" id="au3390" author-id="S0370269322007833-bd6f669dcc7323e19d9d5f15f06cfc64"><ce:given-name>S.P.</ce:given-name><ce:surname>Guzman</ce:surname><ce:cross-ref refid="aff0440" id="crf3620"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2420-7650" id="au3400" author-id="S0370269322007833-cc3b2f2a8588716c0e46858eda331189"><ce:given-name>L.</ce:given-name><ce:surname>Gyulai</ce:surname><ce:cross-ref refid="aff1350" id="crf3630"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author id="au3410" author-id="S0370269322007833-6f01f05172f0ead44e86c024003fc89a"><ce:given-name>M.K.</ce:given-name><ce:surname>Habib</ce:surname><ce:cross-ref refid="aff0980" id="crf3640"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9336-5169" id="au3420" author-id="S0370269322007833-9362679e8c5f67344ceb8b58a1427f0f"><ce:given-name>C.</ce:given-name><ce:surname>Hadjidakis</ce:surname><ce:cross-ref refid="aff0720" id="crf3650"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3808-7917" id="au3430" author-id="S0370269322007833-36473b590e40cc5d72e4fe5ed94a3e26"><ce:given-name>H.</ce:given-name><ce:surname>Hamagaki</ce:surname><ce:cross-ref refid="aff0760" id="crf3660"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author id="au3440" author-id="S0370269322007833-4001056cdfcdff2bf9283cb9eb65dce6"><ce:given-name>M.</ce:given-name><ce:surname>Hamid</ce:surname><ce:cross-ref refid="aff0060" id="crf3670"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-6551-4180" id="au3450" author-id="S0370269322007833-7ab9680a7316f6e97c5571beb2681fd5"><ce:given-name>Y.</ce:given-name><ce:surname>Han</ce:surname><ce:cross-ref refid="aff1370" id="crf3680"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4518-3528" id="au3460" author-id="S0370269322007833-ab877e6ad3aa564fc07ff9279bdb0114"><ce:given-name>R.</ce:given-name><ce:surname>Hannigan</ce:surname><ce:cross-ref refid="aff1070" id="crf3690"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7978-9638" id="au3470" author-id="S0370269322007833-6cb4376ff64678829e7af4b6b3584d70"><ce:given-name>M.R.</ce:given-name><ce:surname>Haque</ce:surname><ce:cross-ref refid="aff1320" id="crf3700"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au3480" author-id="S0370269322007833-1ad6c786673c0d88fb3ec98199ef2627"><ce:given-name>A.</ce:given-name><ce:surname>Harlenderova</ce:surname><ce:cross-ref refid="aff0980" id="crf3710"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8535-3061" id="au3490" author-id="S0370269322007833-093df752b6ef0875125996d2e249b17f"><ce:given-name>J.W.</ce:given-name><ce:surname>Harris</ce:surname><ce:cross-ref refid="aff1360" id="crf3720"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-3528-4709" id="au3500" author-id="S0370269322007833-1cc09eaf1767efb447484c3576c326a3"><ce:given-name>A.</ce:given-name><ce:surname>Harton</ce:surname><ce:cross-ref refid="aff0090" id="crf3730"><ce:sup>9</ce:sup></ce:cross-ref></ce:author><ce:author id="au3510" author-id="S0370269322007833-8f1d14fcc366c98d7ffc616fd4020b3a"><ce:given-name>J.A.</ce:given-name><ce:surname>Hasenbichler</ce:surname><ce:cross-ref refid="aff0320" id="crf3740"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6529-560X" id="au3520" author-id="S0370269322007833-3c2864accc71830551ec0dc4bc72466c"><ce:given-name>H.</ce:given-name><ce:surname>Hassan</ce:surname><ce:cross-ref refid="aff0870" id="crf3750"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7638-2047" id="au3530" author-id="S0370269322007833-ec5233119b47dffa5f645e1bcad8c3ab"><ce:given-name>D.</ce:given-name><ce:surname>Hatzifotiadou</ce:surname><ce:cross-ref refid="aff0500" id="crf3760"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9593-6730" id="au3540" author-id="S0370269322007833-c494e289485a5b77e2698762fd7f4b6d"><ce:given-name>P.</ce:given-name><ce:surname>Hauer</ce:surname><ce:cross-ref refid="aff0420" id="crf3770"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4743-2885" id="au3550" author-id="S0370269322007833-d07756ab653a033a44665f2378719cc2"><ce:given-name>L.B.</ce:given-name><ce:surname>Havener</ce:surname><ce:cross-ref refid="aff1360" id="crf3780"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9083-4484" id="au3560" author-id="S0370269322007833-8e268fbd99e6fae4655760d64978b0ff"><ce:given-name>S.T.</ce:given-name><ce:surname>Heckel</ce:surname><ce:cross-ref refid="aff0960" id="crf3790"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7404-8723" id="au3570" author-id="S0370269322007833-7ad645538c2eb3346cfb0dd07e68d266"><ce:given-name>E.</ce:given-name><ce:surname>Hellbär</ce:surname><ce:cross-ref refid="aff0980" id="crf3800"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9335-9076" id="au3580" author-id="S0370269322007833-2ec6e519610c64506f6a6c4958b0ac54"><ce:given-name>H.</ce:given-name><ce:surname>Helstrup</ce:surname><ce:cross-ref refid="aff0340" id="crf3810"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4004-5265" id="au3590" author-id="S0370269322007833-51fb6f5f9415eda76fa12ad79ea6ef67"><ce:given-name>T.</ce:given-name><ce:surname>Herman</ce:surname><ce:cross-ref refid="aff0350" id="crf3820"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4692-7410" id="au3600" author-id="S0370269322007833-395e012e61feeafeb06dc1b1ee34d8d4"><ce:given-name>G.</ce:given-name><ce:surname>Herrera Corral</ce:surname><ce:cross-ref refid="aff0080" id="crf3830"><ce:sup>8</ce:sup></ce:cross-ref></ce:author><ce:author id="au3610" author-id="S0370269322007833-7a7a63e4af499b5ed75851524b48baa5"><ce:given-name>F.</ce:given-name><ce:surname>Herrmann</ce:surname><ce:cross-ref refid="aff1340" id="crf3840"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-3122-4872" id="au3620" author-id="S0370269322007833-8fe0fd23ac8c4d7a4221a002b047a705"><ce:given-name>K.F.</ce:given-name><ce:surname>Hetland</ce:surname><ce:cross-ref refid="aff0340" id="crf3850"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-1031-8307" id="au3630" author-id="S0370269322007833-5ab0a906131a8cf631664a48b8bb9672"><ce:given-name>B.</ce:given-name><ce:surname>Heybeck</ce:surname><ce:cross-ref refid="aff0630" id="crf3860"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6527-1245" id="au3640" author-id="S0370269322007833-d83a69a11b8778333bf72d127a9faaa4"><ce:given-name>H.</ce:given-name><ce:surname>Hillemanns</ce:surname><ce:cross-ref refid="aff0320" id="crf3870"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4647-4159" id="au3650" author-id="S0370269322007833-26a04d5f7344e810ea2275dad6767a9e"><ce:given-name>C.</ce:given-name><ce:surname>Hills</ce:surname><ce:cross-ref refid="aff1160" id="crf3880"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4562-2922" id="au3660" author-id="S0370269322007833-91692271254645e12e8687c69cd93550"><ce:given-name>B.</ce:given-name><ce:surname>Hippolyte</ce:surname><ce:cross-ref refid="aff1260" id="crf3890"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3850-8884" id="au3670" author-id="S0370269322007833-b2b41e3fa6c79c0bc760ec204badbf8e"><ce:given-name>B.</ce:given-name><ce:surname>Hofman</ce:surname><ce:cross-ref refid="aff0580" id="crf3900"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6925-3469" id="au3680" author-id="S0370269322007833-d68d4563c957d636f8ea0b438d75af8e"><ce:given-name>B.</ce:given-name><ce:surname>Hohlweger</ce:surname><ce:cross-ref refid="aff0840" id="crf3910"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1437-6108" id="au3690" author-id="S0370269322007833-6bcd750d66da852b78a422563f846dad"><ce:given-name>J.</ce:given-name><ce:surname>Honermann</ce:surname><ce:cross-ref refid="aff1340" id="crf3920"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3632-4547" id="au3700" author-id="S0370269322007833-fb87ef9112c084814dd4cd2584045cf3"><ce:given-name>G.H.</ce:given-name><ce:surname>Hong</ce:surname><ce:cross-ref refid="aff1370" id="crf3930"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7078-3093" id="au3710" author-id="S0370269322007833-bb0a4fa2cb3019f784b4aac68042d91d"><ce:given-name>D.</ce:given-name><ce:surname>Horak</ce:surname><ce:cross-ref refid="aff0350" id="crf3940"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9001-4198" id="au3720" author-id="S0370269322007833-9a7d8925dcb9bade29afd917e864e548"><ce:given-name>A.</ce:given-name><ce:surname>Horzyk</ce:surname><ce:cross-ref refid="aff0020" id="crf3950"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au3730" author-id="S0370269322007833-1a0aedf45a03b8412e32e8e2dc7dffc9"><ce:given-name>R.</ce:given-name><ce:surname>Hosokawa</ce:surname><ce:cross-ref refid="aff0140" id="crf3960"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-2644-3643" id="au3740" author-id="S0370269322007833-804ec34d975fc918625e33c9bf478431"><ce:given-name>Y.</ce:given-name><ce:surname>Hou</ce:surname><ce:cross-ref refid="aff0060" id="crf3970"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1477-8414" id="au3750" author-id="S0370269322007833-9f1666f66376b6067eb0db183403471c"><ce:given-name>P.</ce:given-name><ce:surname>Hristov</ce:surname><ce:cross-ref refid="aff0320" id="crf3980"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2442-4583" id="au3760" author-id="S0370269322007833-001175083688542727c74a632c90fa25"><ce:given-name>C.</ce:given-name><ce:surname>Hughes</ce:surname><ce:cross-ref refid="aff1190" id="crf3990"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au3770" author-id="S0370269322007833-c1701ed0ea0ca8b2c7644f838deb6a52"><ce:given-name>P.</ce:given-name><ce:surname>Huhn</ce:surname><ce:cross-ref refid="aff0630" id="crf4000"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9352-5049" id="au3780" author-id="S0370269322007833-1d44428a50028ba0167ad2e836cdccdd"><ce:given-name>L.M.</ce:given-name><ce:surname>Huhta</ce:surname><ce:cross-ref refid="aff1140" id="crf4010"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5397-6782" id="au3790" author-id="S0370269322007833-b77b5ca70871829f4a6caed289764804"><ce:given-name>C.V.</ce:given-name><ce:surname>Hulse</ce:surname><ce:cross-ref refid="aff0720" id="crf4020"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1008-5119" id="au3800" author-id="S0370269322007833-c0ec982d5ca2280aac9dadb166a34f51"><ce:given-name>T.J.</ce:given-name><ce:surname>Humanic</ce:surname><ce:cross-ref refid="aff0880" id="crf4030"><ce:sup>88</ce:sup></ce:cross-ref></ce:author><ce:author id="au3810" author-id="S0370269322007833-8cedcc0d345ecbd448b4d0e9a26c9612"><ce:given-name>H.</ce:given-name><ce:surname>Hushnud</ce:surname><ce:cross-ref refid="aff0990" id="crf4040"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-7787-9304" id="au3820" author-id="S0370269322007833-323f1afb31024750df32af8b3c6f19a1"><ce:given-name>A.</ce:given-name><ce:surname>Hutson</ce:surname><ce:cross-ref refid="aff1130" id="crf4050"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1488-4009" id="au3830" author-id="S0370269322007833-fe5062e806bfe0426515c8009f241e2b"><ce:given-name>D.</ce:given-name><ce:surname>Hutter</ce:surname><ce:cross-ref refid="aff0380" id="crf4060"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2851-5554" id="au3840" author-id="S0370269322007833-0e776b64ca9b6ad890dadafa39a52b22"><ce:given-name>J.P.</ce:given-name><ce:surname>Iddon</ce:surname><ce:cross-ref refid="aff1160" id="crf4070"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author id="au3850" author-id="S0370269322007833-9ba2a5336d3caa1deb6099cb7e45d7e1"><ce:given-name>R.</ce:given-name><ce:surname>Ilkaev</ce:surname><ce:cross-ref refid="aff1390" id="crf4080"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3693-2649" id="au3860" author-id="S0370269322007833-1143f987981760e3c4faf5e1333b2cb0"><ce:given-name>H.</ce:given-name><ce:surname>Ilyas</ce:surname><ce:cross-ref refid="aff0130" id="crf4090"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3895-9092" id="au3870" author-id="S0370269322007833-4b5d83b68ef345b89ecbef76ed248603"><ce:given-name>M.</ce:given-name><ce:surname>Inaba</ce:surname><ce:cross-ref refid="aff1220" id="crf4100"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2478-9651" id="au3880" author-id="S0370269322007833-9977d7231b3f865ed7ec78ac9a9c661d"><ce:given-name>G.M.</ce:given-name><ce:surname>Innocenti</ce:surname><ce:cross-ref refid="aff0320" id="crf4110"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9059-2414" id="au3890" author-id="S0370269322007833-0a5cfa2ee46360e63cba51ff45d06749"><ce:given-name>M.</ce:given-name><ce:surname>Ippolitov</ce:surname><ce:cross-ref refid="aff1390" id="crf4120"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2134-967X" id="au3900" author-id="S0370269322007833-0e13cf82a33559ab5ebec9f23873abb4"><ce:given-name>A.</ce:given-name><ce:surname>Isakov</ce:surname><ce:cross-ref refid="aff0860" id="crf4130"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7934-4038" id="au3910" author-id="S0370269322007833-a45aceacbad11ba05e293e86a5e905fa"><ce:given-name>T.</ce:given-name><ce:surname>Isidori</ce:surname><ce:cross-ref refid="aff1150" id="crf4140"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9047-4856" id="au3920" author-id="S0370269322007833-5130d91254c818e783bfe97407046033"><ce:given-name>M.S.</ce:given-name><ce:surname>Islam</ce:surname><ce:cross-ref refid="aff0990" id="crf4150"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7461-7327" id="au3930" author-id="S0370269322007833-54e062f9517cf13404565a1cfb0519df"><ce:given-name>M.</ce:given-name><ce:surname>Ivanov</ce:surname><ce:cross-ref refid="aff0980" id="crf4160"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-2983-9494" id="au3940" author-id="S0370269322007833-3257368019a48da005eff928bd69ddc7"><ce:given-name>V.</ce:given-name><ce:surname>Ivanov</ce:surname><ce:cross-ref refid="aff1390" id="crf4170"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au3950" author-id="S0370269322007833-744d295d4100d9b9a644faf7e3c07b69"><ce:given-name>V.</ce:given-name><ce:surname>Izucheev</ce:surname><ce:cross-ref refid="aff1390" id="crf4180"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2406-911X" id="au3960" author-id="S0370269322007833-04704e18ed6c47a4e430d1527c3e8979"><ce:given-name>M.</ce:given-name><ce:surname>Jablonski</ce:surname><ce:cross-ref refid="aff0020" id="crf4190"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2889-2234" id="au3970" author-id="S0370269322007833-e1a40c4976b3155e4324627b87160a72"><ce:given-name>B.</ce:given-name><ce:surname>Jacak</ce:surname><ce:cross-ref refid="aff0740" id="crf4200"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3066-855X" id="au3980" author-id="S0370269322007833-a9ad5469ba99da3ee1276a42cfc1e893"><ce:given-name>N.</ce:given-name><ce:surname>Jacazio</ce:surname><ce:cross-ref refid="aff0320" id="crf4210"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9980-5199" id="au3990" author-id="S0370269322007833-03a0ece9d78deda299068c18973826f4"><ce:given-name>P.M.</ce:given-name><ce:surname>Jacobs</ce:surname><ce:cross-ref refid="aff0740" id="crf4220"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au4000" author-id="S0370269322007833-db4b9e24a7edc69d716a7eaeb39d23bb"><ce:given-name>S.</ce:given-name><ce:surname>Jadlovska</ce:surname><ce:cross-ref refid="aff1050" id="crf4230"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au4010" author-id="S0370269322007833-624315fef87962ddbd4dfa43a00df878"><ce:given-name>J.</ce:given-name><ce:surname>Jadlovsky</ce:surname><ce:cross-ref refid="aff1050" id="crf4240"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au4020" author-id="S0370269322007833-d4ec561282e25984babb07f2923a1f18"><ce:given-name>L.</ce:given-name><ce:surname>Jaffe</ce:surname><ce:cross-ref refid="aff0380" id="crf4250"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1969-6960" id="au4030" author-id="S0370269322007833-1f660b822738c6ed8755191ebbb4fc37"><ce:given-name>C.</ce:given-name><ce:surname>Jahnke</ce:surname><ce:cross-ref refid="aff1100" id="crf4260"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9087-4665" id="au4040" author-id="S0370269322007833-47f486fd6a34a71748e4296e140bb514"><ce:given-name>M.A.</ce:given-name><ce:surname>Janik</ce:surname><ce:cross-ref refid="aff1320" id="crf4270"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au4050" author-id="S0370269322007833-2f7fea42c1c2ebec5172121a08f119ce"><ce:given-name>T.</ce:given-name><ce:surname>Janson</ce:surname><ce:cross-ref refid="aff0690" id="crf4280"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au4060" author-id="S0370269322007833-2425937bd24637e67d7635ce8c55346a"><ce:given-name>M.</ce:given-name><ce:surname>Jercic</ce:surname><ce:cross-ref refid="aff0890" id="crf4290"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au4070" author-id="S0370269322007833-919c09ef7cea2014a589c5a05b491b03"><ce:given-name>O.</ce:given-name><ce:surname>Jevons</ce:surname><ce:cross-ref refid="aff1000" id="crf4300"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7685-0808" id="au4080" author-id="S0370269322007833-0058ed807ba55e1dc3018df2944a05a9"><ce:given-name>A.A.P.</ce:given-name><ce:surname>Jimenez</ce:surname><ce:cross-ref refid="aff0640" id="crf4310"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1605-5837" id="au4090" author-id="S0370269322007833-77affd2a949bb3c47fc27d2788c61f73"><ce:given-name>F.</ce:given-name><ce:surname>Jonas</ce:surname><ce:cross-ref refid="aff0870" id="crf4320"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1340" id="crf4330"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au4100" author-id="S0370269322007833-6d3535b16f327cd1f041269fdeeb525e"><ce:given-name>P.G.</ce:given-name><ce:surname>Jones</ce:surname><ce:cross-ref refid="aff1000" id="crf4340"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9492-3775" id="au4110" author-id="S0370269322007833-332f78ad8211f0bce6beabba5723298a"><ce:given-name>J.M.</ce:given-name><ce:surname>Jowett</ce:surname><ce:cross-ref refid="aff0320" id="crf4350"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0980" id="crf4360"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6811-5240" id="au4120" author-id="S0370269322007833-20786a6320aecb24049c7d9f097b03cd"><ce:given-name>J.</ce:given-name><ce:surname>Jung</ce:surname><ce:cross-ref refid="aff0630" id="crf4370"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-0872-2785" id="au4130" author-id="S0370269322007833-00f2f22b65e3f00ce32e1e62d7cf8c0a"><ce:given-name>M.</ce:given-name><ce:surname>Jung</ce:surname><ce:cross-ref refid="aff0630" id="crf4380"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-4730-9489" id="au4140" author-id="S0370269322007833-ae7799423187e27a168e4e3b4f50107f"><ce:given-name>A.</ce:given-name><ce:surname>Junique</ce:surname><ce:cross-ref refid="aff0320" id="crf4390"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-3972-0631" id="au4150" author-id="S0370269322007833-678d0d3ca2c9237dc98c1814f934ea74"><ce:given-name>A.</ce:given-name><ce:surname>Jusko</ce:surname><ce:cross-ref refid="aff1000" id="crf4400"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7602-1121" id="au4160" author-id="S0370269322007833-a4ac5f5e32e8b75e8bcde7ebbeebad4a"><ce:given-name>M.J.</ce:given-name><ce:surname>Kabus</ce:surname><ce:cross-ref refid="aff0320" id="crf4410"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1320" id="crf4420"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au4170" author-id="S0370269322007833-62c64c1b6d866f1c9bf4715d6fbc492e"><ce:given-name>J.</ce:given-name><ce:surname>Kaewjai</ce:surname><ce:cross-ref refid="aff1040" id="crf4430"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0559-6697" id="au4180" author-id="S0370269322007833-25f33706ab3c0fc88cb8ef01da3691d8"><ce:given-name>P.</ce:given-name><ce:surname>Kalinak</ce:surname><ce:cross-ref refid="aff0590" id="crf4440"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0618-4843" id="au4190" author-id="S0370269322007833-41b64c1f5ba6342192ac11992e62b1a0"><ce:given-name>A.S.</ce:given-name><ce:surname>Kalteyer</ce:surname><ce:cross-ref refid="aff0980" id="crf4450"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6907-0486" id="au4200" author-id="S0370269322007833-dffd010dc0e688f6f012b5205d40bb61"><ce:given-name>A.</ce:given-name><ce:surname>Kalweit</ce:surname><ce:cross-ref refid="aff0320" id="crf4460"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1513-2845" id="au4210" author-id="S0370269322007833-493ff56921a9a64a54dcfee475f90fdd"><ce:given-name>V.</ce:given-name><ce:surname>Kaplin</ce:surname><ce:cross-ref refid="aff1390" id="crf4470"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6297-2532" id="au4220" author-id="S0370269322007833-74d55f23b79fbb800687a9849bf79462"><ce:given-name>A.</ce:given-name><ce:surname>Karasu Uysal</ce:surname><ce:cross-ref refid="aff0710" id="crf4480"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1726-5684" id="au4230" author-id="S0370269322007833-3e82be203cb62d9eea32b1aaf41e6e24"><ce:given-name>D.</ce:given-name><ce:surname>Karatovic</ce:surname><ce:cross-ref refid="aff0890" id="crf4490"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5629-5181" id="au4240" author-id="S0370269322007833-1817e4e142222876d2313b299f9843d8"><ce:given-name>O.</ce:given-name><ce:surname>Karavichev</ce:surname><ce:cross-ref refid="aff1390" id="crf4500"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9355-6379" id="au4250" author-id="S0370269322007833-580ddb0bc4ebcafe0237765610444018"><ce:given-name>T.</ce:given-name><ce:surname>Karavicheva</ce:surname><ce:cross-ref refid="aff1390" id="crf4510"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9057-9719" id="au4260" author-id="S0370269322007833-2c864e60f2f8af4d19e3507236bca643"><ce:given-name>P.</ce:given-name><ce:surname>Karczmarczyk</ce:surname><ce:cross-ref refid="aff1320" id="crf4520"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6603-6693" id="au4270" author-id="S0370269322007833-b47c69ba46dae7eac2d17ed8f0f0c52d"><ce:given-name>E.</ce:given-name><ce:surname>Karpechev</ce:surname><ce:cross-ref refid="aff1390" id="crf4530"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au4280" author-id="S0370269322007833-f003c09aa81337ca40de53f6ff64aebb"><ce:given-name>V.</ce:given-name><ce:surname>Kashyap</ce:surname><ce:cross-ref refid="aff0800" id="crf4540"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au4290" author-id="S0370269322007833-39796f172188c1223e4ea8fcad046412"><ce:given-name>A.</ce:given-name><ce:surname>Kazantsev</ce:surname><ce:cross-ref refid="aff1390" id="crf4550"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1831-7957" id="au4300" author-id="S0370269322007833-25097e2cb2885fb6e971c19ad9036846"><ce:given-name>U.</ce:given-name><ce:surname>Kebschull</ce:surname><ce:cross-ref refid="aff0690" id="crf4560"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1474-6191" id="au4310" author-id="S0370269322007833-3d6245ad4b6528ec5cd3dc4342645cb4"><ce:given-name>R.</ce:given-name><ce:surname>Keidel</ce:surname><ce:cross-ref refid="aff1380" id="crf4570"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au4320" author-id="S0370269322007833-ceb5d3838f7269f526d5ddd8df1cb948"><ce:given-name>D.L.D.</ce:given-name><ce:surname>Keijdener</ce:surname><ce:cross-ref refid="aff0580" id="crf4580"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-1055-0356" id="au4330" author-id="S0370269322007833-fecaf1ba0b6dd114dc8262a412352f43"><ce:given-name>M.</ce:given-name><ce:surname>Keil</ce:surname><ce:cross-ref refid="aff0320" id="crf4590"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3493-3891" id="au4340" author-id="S0370269322007833-a3efc7a21cb29c0f808956c91bfbb571"><ce:given-name>B.</ce:given-name><ce:surname>Ketzer</ce:surname><ce:cross-ref refid="aff0420" id="crf4600"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6189-3242" id="au4350" author-id="S0370269322007833-99c000594e31fd37cd95a982e448f9dc"><ce:given-name>A.M.</ce:given-name><ce:surname>Khan</ce:surname><ce:cross-ref refid="aff0060" id="crf4610"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3075-2871" id="au4360" author-id="S0370269322007833-f6c8839e395d611d25f6fa4213d5e698"><ce:given-name>S.</ce:given-name><ce:surname>Khan</ce:surname><ce:cross-ref refid="aff0150" id="crf4620"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5741-7144" id="au4370" author-id="S0370269322007833-186865278d1d181677646be57683775a"><ce:given-name>A.</ce:given-name><ce:surname>Khanzadeev</ce:surname><ce:cross-ref refid="aff1390" id="crf4630"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6653-6164" id="au4380" author-id="S0370269322007833-667eb5ff074568d1178a6a82bbbe94b7"><ce:given-name>Y.</ce:given-name><ce:surname>Kharlov</ce:surname><ce:cross-ref refid="aff1390" id="crf4640"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2724-668X" id="au4390" author-id="S0370269322007833-af29601a63909b511dc3fe2827d242d9"><ce:given-name>A.</ce:given-name><ce:surname>Khatun</ce:surname><ce:cross-ref refid="aff0150" id="crf4650"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0996-8547" id="au4400" author-id="S0370269322007833-75eccdf33b014088940ea8dfe6928ca8"><ce:given-name>A.</ce:given-name><ce:surname>Khuntia</ce:surname><ce:cross-ref refid="aff1060" id="crf4660"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-9098-9839" id="au4410" author-id="S0370269322007833-792a298eca520b567c604456dc6322b2"><ce:given-name>B.</ce:given-name><ce:surname>Kileng</ce:surname><ce:cross-ref refid="aff0340" id="crf4670"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7504-2809" id="au4420" author-id="S0370269322007833-9b23417ef9a5f93123d01e62c85ee2f1"><ce:given-name>B.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0160" id="crf4680"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6434-7084" id="au4430" author-id="S0370269322007833-8bc3985ada2d6d796030e3de8aea9f63"><ce:given-name>C.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0160" id="crf4690"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4816-283X" id="au4440" author-id="S0370269322007833-c18492d4842a66cb0d14646da5c084c8"><ce:given-name>D.J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1140" id="crf4700"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1433-6018" id="au4450" author-id="S0370269322007833-73b93e75a95f97d0b7fb71398a2bef69"><ce:given-name>E.J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0680" id="crf4710"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-0438-5567" id="au4460" author-id="S0370269322007833-6f8a289971f122fa7640055e2634f19d"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1370" id="crf4720"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-7951-7118" id="au4470" author-id="S0370269322007833-dfb0fb9c0568dd8cbf37c9f5f055de0c"><ce:given-name>J.S.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0400" id="crf4730"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9676-3309" id="au4480" author-id="S0370269322007833-f0f62d1a88ed70b50b4702c893373ef6"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0950" id="crf4740"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0078-8398" id="au4490" author-id="S0370269322007833-4996f50d237828fb641f2125c781fb18"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0680" id="crf4750"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0906-062X" id="au4500" author-id="S0370269322007833-edf468cf90c2dcc763cfd500dbda49bc"><ce:given-name>M.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0950" id="crf4760"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2102-7398" id="au4510" author-id="S0370269322007833-77086c040925a97ab71dcbcf2722d4dc"><ce:given-name>S.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0170" id="crf4770"><ce:sup>17</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4558-7856" id="au4520" author-id="S0370269322007833-70e64afd137aa22c6ba2e91f64c9dac9"><ce:given-name>T.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1370" id="crf4780"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-8978-9852" id="au4530" author-id="S0370269322007833-efcb2ff34ccc26684c4f862156dbc55a"><ce:given-name>S.</ce:given-name><ce:surname>Kirsch</ce:surname><ce:cross-ref refid="aff0630" id="crf4790"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4808-419X" id="au4540" author-id="S0370269322007833-df848de5f96c2592f3a76af09c90e839"><ce:given-name>I.</ce:given-name><ce:surname>Kisel</ce:surname><ce:cross-ref refid="aff0380" id="crf4800"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8354-7786" id="au4550" author-id="S0370269322007833-1ea25b0801f093face42e8b610a2d484"><ce:given-name>S.</ce:given-name><ce:surname>Kiselev</ce:surname><ce:cross-ref refid="aff1390" id="crf4810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8322-9510" id="au4560" author-id="S0370269322007833-b4b529dfa240f7101c6ef3cba6758335"><ce:given-name>A.</ce:given-name><ce:surname>Kisiel</ce:surname><ce:cross-ref refid="aff1320" id="crf4820"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3902-8310" id="au4570" author-id="S0370269322007833-3020f734fbf0ea535b95f85803c7ef8d"><ce:given-name>J.P.</ce:given-name><ce:surname>Kitowski</ce:surname><ce:cross-ref refid="aff0020" id="crf4830"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5592-0758" id="au4580" author-id="S0370269322007833-4018d364555aeb9f03f745de3249ceb1"><ce:given-name>J.L.</ce:given-name><ce:surname>Klay</ce:surname><ce:cross-ref refid="aff0050" id="crf4840"><ce:sup>5</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1301-1636" id="au4590" author-id="S0370269322007833-372c26d1a04e6fe5aee55307263fb082"><ce:given-name>J.</ce:given-name><ce:surname>Klein</ce:surname><ce:cross-ref refid="aff0320" id="crf4850"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2841-6553" id="au4600" author-id="S0370269322007833-02841ffd4e912d3392078c41f2d3f476"><ce:given-name>S.</ce:given-name><ce:surname>Klein</ce:surname><ce:cross-ref refid="aff0740" id="crf4860"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7285-3411" id="au4610" author-id="S0370269322007833-6bf927a1285ef066338061ff7129060f"><ce:given-name>C.</ce:given-name><ce:surname>Klein-Bösing</ce:surname><ce:cross-ref refid="aff1340" id="crf4870"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-0133-319X" id="au4620" author-id="S0370269322007833-de686ca459e7053bffb2eb548734fab9"><ce:given-name>M.</ce:given-name><ce:surname>Kleiner</ce:surname><ce:cross-ref refid="aff0630" id="crf4880"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4116-7002" id="au4630" author-id="S0370269322007833-d9c0b8c97e650cfceefe4795474835cd"><ce:given-name>T.</ce:given-name><ce:surname>Klemenz</ce:surname><ce:cross-ref refid="aff0960" id="crf4890"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6497-3974" id="au4640" author-id="S0370269322007833-3d35488d928629a86aacb8787aed73e0"><ce:given-name>A.</ce:given-name><ce:surname>Kluge</ce:surname><ce:cross-ref refid="aff0320" id="crf4900"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2211-715X" id="au4650" author-id="S0370269322007833-291644a1948a05fe8bb6f16d5715bffe"><ce:given-name>A.G.</ce:given-name><ce:surname>Knospe</ce:surname><ce:cross-ref refid="aff1130" id="crf4910"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7296-5248" id="au4660" author-id="S0370269322007833-9af73f258a62987a4bb0e3d5b123ac21"><ce:given-name>C.</ce:given-name><ce:surname>Kobdaj</ce:surname><ce:cross-ref refid="aff1040" id="crf4920"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author id="au4670" author-id="S0370269322007833-9002912594757f4703158b0d8b2f3fac"><ce:given-name>T.</ce:given-name><ce:surname>Kollegger</ce:surname><ce:cross-ref refid="aff0980" id="crf4930"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6203-9160" id="au4680" author-id="S0370269322007833-928dc5fa825dcae3f1c6433fdc958dcb"><ce:given-name>A.</ce:given-name><ce:surname>Kondratyev</ce:surname><ce:cross-ref refid="aff1400" id="crf4940"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-5996-0685" id="au4690" author-id="S0370269322007833-d7620b6a11f6a0eda9746e31690949db"><ce:given-name>N.</ce:given-name><ce:surname>Kondratyeva</ce:surname><ce:cross-ref refid="aff1390" id="crf4950"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9249-0435" id="au4700" author-id="S0370269322007833-168e8894834b8d6f8633ed84e99ae03a"><ce:given-name>E.</ce:given-name><ce:surname>Kondratyuk</ce:surname><ce:cross-ref refid="aff1390" id="crf4960"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8831-4009" id="au4710" author-id="S0370269322007833-2e621f6ebd3003956714d6ed1e9ba337"><ce:given-name>J.</ce:given-name><ce:surname>Konig</ce:surname><ce:cross-ref refid="aff0630" id="crf4970"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4824-2458" id="au4720" author-id="S0370269322007833-1aebff40479695495aa421611d1f2770"><ce:given-name>S.A.</ce:given-name><ce:surname>Konigstorfer</ce:surname><ce:cross-ref refid="aff0960" id="crf4980"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8738-7268" id="au4730" author-id="S0370269322007833-6fdeb78af09c425c2fc777a22b5ae9aa"><ce:given-name>P.J.</ce:given-name><ce:surname>Konopka</ce:surname><ce:cross-ref refid="aff0320" id="crf4990"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3652-6683" id="au4740" author-id="S0370269322007833-a6ebc19161b718e614409bd14cd742e2"><ce:given-name>G.</ce:given-name><ce:surname>Kornakov</ce:surname><ce:cross-ref refid="aff1320" id="crf5000"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6810-6897" id="au4750" author-id="S0370269322007833-bc606283f8e9b64ca017e5537c8a999c"><ce:given-name>S.D.</ce:given-name><ce:surname>Koryciak</ce:surname><ce:cross-ref refid="aff0020" id="crf5010"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3576-4185" id="au4760" author-id="S0370269322007833-584f8d6c45b2c92afa67eb902a0518d0"><ce:given-name>A.</ce:given-name><ce:surname>Kotliarov</ce:surname><ce:cross-ref refid="aff0860" id="crf5020"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-8435-0001" id="au4770" author-id="S0370269322007833-ca3a82a6876159a778c0defe2c9f7afc"><ce:given-name>O.</ce:given-name><ce:surname>Kovalenko</ce:surname><ce:cross-ref refid="aff0790" id="crf5030"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6012-6615" id="au4780" author-id="S0370269322007833-17207e96345007386cfe12e5162ff8cf"><ce:given-name>V.</ce:given-name><ce:surname>Kovalenko</ce:surname><ce:cross-ref refid="aff1390" id="crf5040"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7568-7498" id="au4790" author-id="S0370269322007833-0d9ac57469fae9491715aab4c71e2aef"><ce:given-name>M.</ce:given-name><ce:surname>Kowalski</ce:surname><ce:cross-ref refid="aff1060" id="crf5050"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6441-9300" id="au4800" author-id="S0370269322007833-0507f19b08166459bd555f81a134ecd8"><ce:given-name>I.</ce:given-name><ce:surname>Králik</ce:surname><ce:cross-ref refid="aff0590" id="crf5060"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1381-3436" id="au4810" author-id="S0370269322007833-023433a08cd3402e59db6401c669cb0f"><ce:given-name>A.</ce:given-name><ce:surname>Kravčáková</ce:surname><ce:cross-ref refid="aff0370" id="crf5070"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au4820" author-id="S0370269322007833-5ae20d0891d7ae02dfed674701ce3a0f"><ce:given-name>L.</ce:given-name><ce:surname>Kreis</ce:surname><ce:cross-ref refid="aff0980" id="crf5080"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5091-4159" id="au4830" author-id="S0370269322007833-cbcb2ee3fb84eb500c0f9ad43570a2f7"><ce:given-name>M.</ce:given-name><ce:surname>Krivda</ce:surname><ce:cross-ref refid="aff1000" id="crf5090"><ce:sup>100</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0590" id="crf5100"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6593-4574" id="au4840" author-id="S0370269322007833-5e1a6cb706f854d8977bdf9f4302ff9d"><ce:given-name>F.</ce:given-name><ce:surname>Krizek</ce:surname><ce:cross-ref refid="aff0860" id="crf5110"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5569-1254" id="au4850" author-id="S0370269322007833-c7ba6f3c10f1fdef5885803cb741ca27"><ce:given-name>K.</ce:given-name><ce:surname>Krizkova Gajdosova</ce:surname><ce:cross-ref refid="aff0350" id="crf5120"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-6795-6109" id="au4860" author-id="S0370269322007833-7c694b6b00252b450fe7d9c484f6e9d5"><ce:given-name>M.</ce:given-name><ce:surname>Kroesen</ce:surname><ce:cross-ref refid="aff0950" id="crf5130"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7174-6617" id="au4870" author-id="S0370269322007833-bf9e7ebe8c005dbf752b23333ffad9b1"><ce:given-name>M.</ce:given-name><ce:surname>Krüger</ce:surname><ce:cross-ref refid="aff0630" id="crf5140"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1706-4428" id="au4880" author-id="S0370269322007833-83394498cf07bf82c0da59782bb4b8fb"><ce:given-name>D.M.</ce:given-name><ce:surname>Krupova</ce:surname><ce:cross-ref refid="aff0350" id="crf5150"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2197-4109" id="au4890" author-id="S0370269322007833-152e2b03ce0f7c4b9e66b15f16da951b"><ce:given-name>E.</ce:given-name><ce:surname>Kryshen</ce:surname><ce:cross-ref refid="aff1390" id="crf5160"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au4900" author-id="S0370269322007833-003931bcfcc6c66261250e70a6411441"><ce:given-name>M.</ce:given-name><ce:surname>Krzewicki</ce:surname><ce:cross-ref refid="aff0380" id="crf5170"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3567-5177" id="au4910" author-id="S0370269322007833-2b9484aa61648b32a23a9d1c4e4afe4c"><ce:given-name>V.</ce:given-name><ce:surname>Kučera</ce:surname><ce:cross-ref refid="aff0320" id="crf5180"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7998-5046" id="au4920" author-id="S0370269322007833-6fbc34de0b19002d51fb1202918b911f"><ce:given-name>C.</ce:given-name><ce:surname>Kuhn</ce:surname><ce:cross-ref refid="aff1260" id="crf5190"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6987-2048" id="au4930" author-id="S0370269322007833-c0d55a9ea28fff5062fd266d451ebca3"><ce:given-name>P.G.</ce:given-name><ce:surname>Kuijer</ce:surname><ce:cross-ref refid="aff0840" id="crf5200"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author id="au4940" author-id="S0370269322007833-e2b27f4b8744bdf182d5dd995ab6a78e"><ce:given-name>T.</ce:given-name><ce:surname>Kumaoka</ce:surname><ce:cross-ref refid="aff1220" id="crf5210"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author id="au4950" author-id="S0370269322007833-5b6728977863a69bbdff287cf59159be"><ce:given-name>D.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff1310" id="crf5220"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2746-9840" id="au4960" author-id="S0370269322007833-452ed3f470356679f9c499737eb542ca"><ce:given-name>L.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff0900" id="crf5230"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au4970" author-id="S0370269322007833-73a13e8c13dacf2997abb66135afd4b1"><ce:given-name>N.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff0900" id="crf5240"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3150-2831" id="au4980" author-id="S0370269322007833-85d0d64065a457b5459be1bf42f572a3"><ce:given-name>S.</ce:given-name><ce:surname>Kundu</ce:surname><ce:cross-ref refid="aff0320" id="crf5250"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0613-5278" id="au4990" author-id="S0370269322007833-ec950fa04f628c5f396e087a0c14602b"><ce:given-name>P.</ce:given-name><ce:surname>Kurashvili</ce:surname><ce:cross-ref refid="aff0790" id="crf5260"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7672-2067" id="au5000" author-id="S0370269322007833-5ce987175ac4168048dcf57f52666019"><ce:given-name>A.</ce:given-name><ce:surname>Kurepin</ce:surname><ce:cross-ref refid="aff1390" id="crf5270"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1851-4136" id="au5010" author-id="S0370269322007833-e02c92a695af4218b2f1c3c369d286f9"><ce:given-name>A.B.</ce:given-name><ce:surname>Kurepin</ce:surname><ce:cross-ref refid="aff1390" id="crf5280"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9289-2840" id="au5020" author-id="S0370269322007833-c4f10c422c29745a408be11b6848006a"><ce:given-name>S.</ce:given-name><ce:surname>Kushpil</ce:surname><ce:cross-ref refid="aff0860" id="crf5290"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0298-9073" id="au5030" author-id="S0370269322007833-092f59a112f41bc28bcf84ea9bb2e0b3"><ce:given-name>J.</ce:given-name><ce:surname>Kvapil</ce:surname><ce:cross-ref refid="aff1000" id="crf5300"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8958-4190" id="au5040" author-id="S0370269322007833-72dbada6c41eb7339b24619e757e5ae7"><ce:given-name>M.J.</ce:given-name><ce:surname>Kweon</ce:surname><ce:cross-ref refid="aff0570" id="crf5310"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6586-9300" id="au5050" author-id="S0370269322007833-61c9d458ff6df99d164b8862dacbd3e4"><ce:given-name>J.Y.</ce:given-name><ce:surname>Kwon</ce:surname><ce:cross-ref refid="aff0570" id="crf5320"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4180-0413" id="au5060" author-id="S0370269322007833-266373239c29ba30d3a1c785c3ab69ad"><ce:given-name>Y.</ce:given-name><ce:surname>Kwon</ce:surname><ce:cross-ref refid="aff1370" id="crf5330"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5267-0140" id="au5070" author-id="S0370269322007833-6691eb515795d99ac215bc8b10f85758"><ce:given-name>S.L.</ce:given-name><ce:surname>La Pointe</ce:surname><ce:cross-ref refid="aff0380" id="crf5340"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7291-8166" id="au5080" author-id="S0370269322007833-e90aea54bfcd8809a4a391f3d39caa8e"><ce:given-name>P.</ce:given-name><ce:surname>La Rocca</ce:surname><ce:cross-ref refid="aff0260" id="crf5350"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author id="au5090" author-id="S0370269322007833-c3a2e758760734d44d0cbdf236a486e2"><ce:given-name>Y.S.</ce:given-name><ce:surname>Lai</ce:surname><ce:cross-ref refid="aff0740" id="crf5360"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au5100" author-id="S0370269322007833-36e308d0802cf92b90ccf4616096291c"><ce:given-name>A.</ce:given-name><ce:surname>Lakrathok</ce:surname><ce:cross-ref refid="aff1040" id="crf5370"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-1840-462X" id="au5110" author-id="S0370269322007833-ff5a2102a7f388c5230b30a441cd84ab"><ce:given-name>M.</ce:given-name><ce:surname>Lamanna</ce:surname><ce:cross-ref refid="aff0320" id="crf5380"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9471-1804" id="au5120" author-id="S0370269322007833-62a9bf37d4e0fdd48c7bd1f38dcfbf3a"><ce:given-name>R.</ce:given-name><ce:surname>Langoy</ce:surname><ce:cross-ref refid="aff1180" id="crf5390"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5489-3751" id="au5130" author-id="S0370269322007833-de3323d062bd80f0a2ab5558489c711f"><ce:given-name>P.</ce:given-name><ce:surname>Larionov</ce:surname><ce:cross-ref refid="aff0480" id="crf5400"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-8424-015X" id="au5140" author-id="S0370269322007833-010139fc11caead785cba90c3f22b78c"><ce:given-name>E.</ce:given-name><ce:surname>Laudi</ce:surname><ce:cross-ref refid="aff0320" id="crf5410"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7017-4183" id="au5150" author-id="S0370269322007833-d15f62cbf98296694c6b57b383cda374"><ce:given-name>L.</ce:given-name><ce:surname>Lautner</ce:surname><ce:cross-ref refid="aff0320" id="crf5420"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0960" id="crf5430"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8384-0384" id="au5160" author-id="S0370269322007833-5a4e839f45ef775afdfa6ac12c344603"><ce:given-name>R.</ce:given-name><ce:surname>Lavicka</ce:surname><ce:cross-ref refid="aff1020" id="crf5440"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8068-8786" id="au5170" author-id="S0370269322007833-7e32e6e6b61d9ff00c4dda9ac6d14492"><ce:given-name>T.</ce:given-name><ce:surname>Lazareva</ce:surname><ce:cross-ref refid="aff1390" id="crf5450"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5955-0769" id="au5180" author-id="S0370269322007833-cf38300965ac7a9451bda6d8a5680f06"><ce:given-name>R.</ce:given-name><ce:surname>Lea</ce:surname><ce:cross-ref refid="aff1300" id="crf5460"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf5470"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-3545-3275" id="au5190" author-id="S0370269322007833-37b2998cb24f91a83d6b8fe947873879"><ce:given-name>J.</ce:given-name><ce:surname>Lehrbach</ce:surname><ce:cross-ref refid="aff0380" id="crf5480"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1259-979X" id="au5200" author-id="S0370269322007833-bfac2d14339974e56090ce7d03cfd491"><ce:given-name>R.C.</ce:given-name><ce:surname>Lemmon</ce:surname><ce:cross-ref refid="aff0850" id="crf5490"><ce:sup>85</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7919-2150" id="au5210" author-id="S0370269322007833-c6fa5b28978d9fc7f7557a4533b27313"><ce:given-name>I.</ce:given-name><ce:surname>León Monzón</ce:surname><ce:cross-ref refid="aff1080" id="crf5500"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7480-7558" id="au5220" author-id="S0370269322007833-b47d573d570778c72250034133dd0dcd"><ce:given-name>M.M.</ce:given-name><ce:surname>Lesch</ce:surname><ce:cross-ref refid="aff0960" id="crf5510"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8367-8703" id="au5230" author-id="S0370269322007833-1220936f8c3e772c7bc5bd52d164ea62"><ce:given-name>E.D.</ce:given-name><ce:surname>Lesser</ce:surname><ce:cross-ref refid="aff0180" id="crf5520"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author id="au5240" author-id="S0370269322007833-7503ab74dc32cdca0d0ce2708b6fc62b"><ce:given-name>M.</ce:given-name><ce:surname>Lettrich</ce:surname><ce:cross-ref refid="aff0960" id="crf5530"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9345-9620" id="au5250" author-id="S0370269322007833-e70f722970d8fa57f48b1ecb148e671f"><ce:given-name>P.</ce:given-name><ce:surname>Lévai</ce:surname><ce:cross-ref refid="aff1350" id="crf5540"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author id="au5260" author-id="S0370269322007833-a0605ac4e72e44712381b82def9271d2"><ce:given-name>X.</ce:given-name><ce:surname>Li</ce:surname><ce:cross-ref refid="aff0100" id="crf5550"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author id="au5270" author-id="S0370269322007833-cc74eb2247ce3af85a6732c250f67c0a"><ce:given-name>X.L.</ce:given-name><ce:surname>Li</ce:surname><ce:cross-ref refid="aff0060" id="crf5560"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0425-9138" id="au5280" author-id="S0370269322007833-4a992df9625f4654079a1d54fe3050dc"><ce:given-name>J.</ce:given-name><ce:surname>Lien</ce:surname><ce:cross-ref refid="aff1180" id="crf5570"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9188-9428" id="au5290" author-id="S0370269322007833-7a65f3b7f678e5c2552787af798958bb"><ce:given-name>R.</ce:given-name><ce:surname>Lietava</ce:surname><ce:cross-ref refid="aff1000" id="crf5580"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1904-296X" id="au5300" author-id="S0370269322007833-d955dd326a6b24b472408dcf588fbe01"><ce:given-name>B.</ce:given-name><ce:surname>Lim</ce:surname><ce:cross-ref refid="aff0160" id="crf5590"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6335-7427" id="au5310" author-id="S0370269322007833-b2d24b5f31dcca3d1e704242a723ab1e"><ce:given-name>S.H.</ce:given-name><ce:surname>Lim</ce:surname><ce:cross-ref refid="aff0160" id="crf5600"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-7301-988X" id="au5320" author-id="S0370269322007833-a0abd4f8fbc66676d9d8cfbb0711ee28"><ce:given-name>V.</ce:given-name><ce:surname>Lindenstruth</ce:surname><ce:cross-ref refid="aff0380" id="crf5610"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au5330" author-id="S0370269322007833-3d24a1b74ec4fbe786708a1f8c9f6e11"><ce:given-name>A.</ce:given-name><ce:surname>Lindner</ce:surname><ce:cross-ref refid="aff0450" id="crf5620"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0062-0536" id="au5340" author-id="S0370269322007833-8a5fa3bee787865749e0168a8df6dd75"><ce:given-name>C.</ce:given-name><ce:surname>Lippmann</ce:surname><ce:cross-ref refid="aff0980" id="crf5630"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6895-4829" id="au5350" author-id="S0370269322007833-ead95e3a774c81b3f89bc054e5d6f79d"><ce:given-name>A.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff0180" id="crf5640"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-6383-6069" id="au5360" author-id="S0370269322007833-72c31cf7fd4f7cbc1e067c301e264a7b"><ce:given-name>D.H.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff0060" id="crf5650"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8397-7620" id="au5370" author-id="S0370269322007833-d33f3673745ac09a4bd83a9832067fc2"><ce:given-name>J.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff1160" id="crf5660"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9063-1599" id="au5380" author-id="S0370269322007833-b9e720b3892d6df4a602038adef2d89b"><ce:given-name>I.M.</ce:given-name><ce:surname>Lofnes</ce:surname><ce:cross-ref refid="aff0200" id="crf5670"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au5390" author-id="S0370269322007833-d2d5a8b78ccac0e373f920fe9a09aa97"><ce:given-name>V.</ce:given-name><ce:surname>Loginov</ce:surname><ce:cross-ref refid="aff1390" id="crf5680"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8635-8465" id="au5400" author-id="S0370269322007833-b413a08113ab7d7b659999e5cf6f80ec"><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname><ce:cross-ref refid="aff0870" id="crf5690"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6486-2230" id="au5410" author-id="S0370269322007833-7760f7b12e0ae50c6628884c9527b7f8"><ce:given-name>P.</ce:given-name><ce:surname>Loncar</ce:surname><ce:cross-ref refid="aff0330" id="crf5700"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5648-4206" id="au5420" author-id="S0370269322007833-746d5277a4842453b01541567420071c"><ce:given-name>J.A.</ce:given-name><ce:surname>Lopez</ce:surname><ce:cross-ref refid="aff0950" id="crf5710"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8159-8603" id="au5430" author-id="S0370269322007833-eb8caf4765a7b69b0b410dea503036ef"><ce:given-name>X.</ce:given-name><ce:surname>Lopez</ce:surname><ce:cross-ref refid="aff1240" id="crf5720"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2850-4222" id="au5440" author-id="S0370269322007833-bfdc7e80cc11f0b8e8ebbe116e3b40af"><ce:given-name>E.</ce:given-name><ce:surname>López Torres</ce:surname><ce:cross-ref refid="aff0070" id="crf5730"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7002-0061" id="au5450" author-id="S0370269322007833-a2a5203bc426c5b56c9677ef51fa9618"><ce:given-name>P.</ce:given-name><ce:surname>Lu</ce:surname><ce:cross-ref refid="aff0980" id="crf5740"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1170" id="crf5750"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-1802-5857" id="au5460" author-id="S0370269322007833-c5a67e8179608ec5b0aafcb27922b123"><ce:given-name>J.R.</ce:given-name><ce:surname>Luhder</ce:surname><ce:cross-ref refid="aff1340" id="crf5760"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6027-0024" id="au5470" author-id="S0370269322007833-ac354e12097ba3237b4e8becfa09068f"><ce:given-name>M.</ce:given-name><ce:surname>Lunardon</ce:surname><ce:cross-ref refid="aff0270" id="crf5770"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9901-2014" id="au5480" author-id="S0370269322007833-5e2aec4322b3a76ebd5b313f612d0ef9"><ce:given-name>G.</ce:given-name><ce:surname>Luparello</ce:surname><ce:cross-ref refid="aff0560" id="crf5780"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0233-9900" id="au5490" author-id="S0370269322007833-ae10f1124a6d10ee41f7dfd0969ec7f7"><ce:given-name>Y.G.</ce:given-name><ce:surname>Ma</ce:surname><ce:cross-ref refid="aff0390" id="crf5790"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au5500" author-id="S0370269322007833-ccf6c50f24679c23658aa80c5c5ba797"><ce:given-name>A.</ce:given-name><ce:surname>Maevskaya</ce:surname><ce:cross-ref refid="aff1390" id="crf5800"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-2291-691X" id="au5510" author-id="S0370269322007833-4db0592a99f5fe07487c6e2183bbec5e"><ce:given-name>M.</ce:given-name><ce:surname>Mager</ce:surname><ce:cross-ref refid="aff0320" id="crf5810"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au5520" author-id="S0370269322007833-49a35245a0dfd6d925af39e485fd2b19"><ce:given-name>T.</ce:given-name><ce:surname>Mahmoud</ce:surname><ce:cross-ref refid="aff0420" id="crf5820"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4831-2367" id="au5530" author-id="S0370269322007833-9e32a4eb2d60d07492ed07879d1ba899"><ce:given-name>A.</ce:given-name><ce:surname>Maire</ce:surname><ce:cross-ref refid="aff1260" id="crf5830"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-9974-0169" id="au5540" author-id="S0370269322007833-480dc40dd11dfc77e873a612eccdb132"><ce:given-name>M.</ce:given-name><ce:surname>Malaev</ce:surname><ce:cross-ref refid="aff1390" id="crf5840"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5682-0903" id="au5550" author-id="S0370269322007833-0e6be5f29bec28493d92882efdf51b71"><ce:given-name>N.M.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff0910" id="crf5850"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au5560" author-id="S0370269322007833-c6fcc95cd4cdedae79297703c0d08aa2"><ce:given-name>Q.W.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff0190" id="crf5860"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0311-9552" id="au5570" author-id="S0370269322007833-95205b5ef60e770f6d26841eabc2e1d7"><ce:given-name>S.K.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff0910" id="crf5870"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1723-4121" id="au5580" author-id="S0370269322007833-936b27afd733c31868b4919191980b7e"><ce:given-name>L.</ce:given-name><ce:surname>Malinina</ce:surname><ce:cross-ref refid="aff1400" id="crf5880"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0070" id="crf5890"><ce:sup>VII</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6683-7626" id="au5590" author-id="S0370269322007833-f926e6315c3305b537dca532275d8384"><ce:given-name>D.</ce:given-name><ce:surname>Mal'Kevich</ce:surname><ce:cross-ref refid="aff1390" id="crf5900"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4256-052X" id="au5600" author-id="S0370269322007833-dd91a2d4dbe46f21cab7d924d889e215"><ce:given-name>D.</ce:given-name><ce:surname>Mallick</ce:surname><ce:cross-ref refid="aff0800" id="crf5910"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2706-1025" id="au5610" author-id="S0370269322007833-cd1ebe862a29a9777788f8d7ec45ecb9"><ce:given-name>N.</ce:given-name><ce:surname>Mallick</ce:surname><ce:cross-ref refid="aff0470" id="crf5920"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4486-4807" id="au5620" author-id="S0370269322007833-d4c32185923f585ec34def60785e4b47"><ce:given-name>G.</ce:given-name><ce:surname>Mandaglio</ce:surname><ce:cross-ref refid="aff0300" id="crf5930"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf5940"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4772-3615" id="au5630" author-id="S0370269322007833-58aa8db033386d182aa416002abb0bb0"><ce:given-name>V.</ce:given-name><ce:surname>Manko</ce:surname><ce:cross-ref refid="aff1390" id="crf5950"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-5115-943X" id="au5640" author-id="S0370269322007833-ef1b895e9c8b25be214594011f130ecc"><ce:given-name>F.</ce:given-name><ce:surname>Manso</ce:surname><ce:cross-ref refid="aff1240" id="crf5960"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3102-1504" id="au5650" author-id="S0370269322007833-ee492d64c2c806fdfad2e45bb162139c"><ce:given-name>V.</ce:given-name><ce:surname>Manzari</ce:surname><ce:cross-ref refid="aff0490" id="crf5970"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0786-8545" id="au5660" author-id="S0370269322007833-bb39ae87032a2bc59c58de89d04c57e3"><ce:given-name>Y.</ce:given-name><ce:surname>Mao</ce:surname><ce:cross-ref refid="aff0060" id="crf5980"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1965-7953" id="au5670" author-id="S0370269322007833-f45a279d5594e6282983390571f98895"><ce:given-name>G.V.</ce:given-name><ce:surname>Margagliotti</ce:surname><ce:cross-ref refid="aff0230" id="crf5990"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2146-0391" id="au5680" author-id="S0370269322007833-a5a585b3a9c7faaf9557898ee27fdd26"><ce:given-name>A.</ce:given-name><ce:surname>Margotti</ce:surname><ce:cross-ref refid="aff0500" id="crf6000"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9069-0353" id="au5690" author-id="S0370269322007833-f5704986f4e8349acdb3984b81d54b4c"><ce:given-name>A.</ce:given-name><ce:surname>Marín</ce:surname><ce:cross-ref refid="aff0980" id="crf6010"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9675-4322" id="au5700" author-id="S0370269322007833-e992933fe49e7427774aa8771d49b5bb"><ce:given-name>C.</ce:given-name><ce:surname>Markert</ce:surname><ce:cross-ref refid="aff1070" id="crf6020"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author id="au5710" author-id="S0370269322007833-a7ddfbc7e23fce839e30d3ab7e77dfbe"><ce:given-name>M.</ce:given-name><ce:surname>Marquard</ce:surname><ce:cross-ref refid="aff0630" id="crf6030"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au5720" author-id="S0370269322007833-afdd164b01b94a7074f2fbc620eb0ff1"><ce:given-name>N.A.</ce:given-name><ce:surname>Martin</ce:surname><ce:cross-ref refid="aff0950" id="crf6040"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0288-202X" id="au5730" author-id="S0370269322007833-bdb63031953a92be3633c45b8eeeff7d"><ce:given-name>P.</ce:given-name><ce:surname>Martinengo</ce:surname><ce:cross-ref refid="aff0320" id="crf6050"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au5740" author-id="S0370269322007833-144ea5f8ec04406173257519f3d666bd"><ce:given-name>J.L.</ce:given-name><ce:surname>Martinez</ce:surname><ce:cross-ref refid="aff1130" id="crf6060"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8503-3009" id="au5750" author-id="S0370269322007833-83f64474d3c65ea58bb147eca56c0a15"><ce:given-name>M.I.</ce:given-name><ce:surname>Martínez</ce:surname><ce:cross-ref refid="aff0440" id="crf6070"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8657-6742" id="au5760" author-id="S0370269322007833-e0c323ef8d16b785104467ea438dbdc9"><ce:given-name>G.</ce:given-name><ce:surname>Martínez García</ce:surname><ce:cross-ref refid="aff1030" id="crf6080"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2064-6517" id="au5770" author-id="S0370269322007833-51e0e8c2cceb524872d8036ecd225af9"><ce:given-name>S.</ce:given-name><ce:surname>Masciocchi</ce:surname><ce:cross-ref refid="aff0980" id="crf6090"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1880-5467" id="au5780" author-id="S0370269322007833-2a90111ac3a071bbb8b004ca1ea40d3c"><ce:given-name>M.</ce:given-name><ce:surname>Masera</ce:surname><ce:cross-ref refid="aff0240" id="crf6100"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2699-1522" id="au5790" author-id="S0370269322007833-04a5f97b261c83c0c4637dd4d3bb9705"><ce:given-name>A.</ce:given-name><ce:surname>Masoni</ce:surname><ce:cross-ref refid="aff0510" id="crf6110"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5475-5092" id="au5800" author-id="S0370269322007833-a3b063ae91333c1b0ffd50f56b12dfa5"><ce:given-name>L.</ce:given-name><ce:surname>Massacrier</ce:surname><ce:cross-ref refid="aff0720" id="crf6120"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3711-8902" id="au5810" author-id="S0370269322007833-f0a1544d330e5c9d0acb6ac10969b50a"><ce:given-name>A.</ce:given-name><ce:surname>Mastroserio</ce:surname><ce:cross-ref refid="aff1280" id="crf6130"><ce:sup>128</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0490" id="crf6140"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7604-9116" id="au5820" author-id="S0370269322007833-bfa142a04a6735de2fc215a59104ae27"><ce:given-name>A.M.</ce:given-name><ce:surname>Mathis</ce:surname><ce:cross-ref refid="aff0960" id="crf6150"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0015-9367" id="au5830" author-id="S0370269322007833-f318ba961bb1bb8859b8865292e28ed8"><ce:given-name>O.</ce:given-name><ce:surname>Matonoha</ce:surname><ce:cross-ref refid="aff0750" id="crf6160"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au5840" author-id="S0370269322007833-ce0d736fb3b62cb6bed681391218a8ea"><ce:given-name>P.F.T.</ce:given-name><ce:surname>Matuoka</ce:surname><ce:cross-ref refid="aff1090" id="crf6170"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4524-563X" id="au5850" author-id="S0370269322007833-9ff707b7acfe73de465ebe0d45c6c10b"><ce:given-name>A.</ce:given-name><ce:surname>Matyja</ce:surname><ce:cross-ref refid="aff1060" id="crf6180"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2570-8278" id="au5860" author-id="S0370269322007833-c3f2456b769b2c53717852137b45469d"><ce:given-name>C.</ce:given-name><ce:surname>Mayer</ce:surname><ce:cross-ref refid="aff1060" id="crf6190"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-7230-3792" id="au5870" author-id="S0370269322007833-9e67741419a6e506564d35337abc13d8"><ce:given-name>A.L.</ce:given-name><ce:surname>Mazuecos</ce:surname><ce:cross-ref refid="aff0320" id="crf6200"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2613-2901" id="au5880" author-id="S0370269322007833-b18c826c86e77aa14ae310934f28848b"><ce:given-name>F.</ce:given-name><ce:surname>Mazzaschi</ce:surname><ce:cross-ref refid="aff0240" id="crf6210"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1415-4559" id="au5890" author-id="S0370269322007833-d4a2d54448732d195ca1f3405e563f36"><ce:given-name>M.</ce:given-name><ce:surname>Mazzilli</ce:surname><ce:cross-ref refid="aff0320" id="crf6220"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9745-0504" id="au5900" author-id="S0370269322007833-2dc3ae02f3986fe0007b48539572abad"><ce:given-name>J.E.</ce:given-name><ce:surname>Mdhluli</ce:surname><ce:cross-ref refid="aff1200" id="crf6230"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author id="au5910" author-id="S0370269322007833-9c4cf9aa4a93681a22bbeac30e3992ca"><ce:given-name>A.F.</ce:given-name><ce:surname>Mechler</ce:surname><ce:cross-ref refid="aff0630" id="crf6240"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4165-505X" id="au5920" author-id="S0370269322007833-fe3bd84b2ae42e55489dadcb6bf8e526"><ce:given-name>Y.</ce:given-name><ce:surname>Melikyan</ce:surname><ce:cross-ref refid="aff1390" id="crf6250"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4856-8055" id="au5930" author-id="S0370269322007833-679be24f5fe9089afe4b6443cc8d824d"><ce:given-name>A.</ce:given-name><ce:surname>Menchaca-Rocha</ce:surname><ce:cross-ref refid="aff0660" id="crf6260"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4389-7711" id="au5940" author-id="S0370269322007833-ade9e90d38be4880cfa450e0935dc1c4"><ce:given-name>E.</ce:given-name><ce:surname>Meninno</ce:surname><ce:cross-ref refid="aff1020" id="crf6270"><ce:sup>102</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0280" id="crf6280"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-3911-1744" id="au5950" author-id="S0370269322007833-8d4b98c0c67c27715a41cd7b188cfc99"><ce:given-name>A.S.</ce:given-name><ce:surname>Menon</ce:surname><ce:cross-ref refid="aff1130" id="crf6290"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-3106-8571" id="au5960" author-id="S0370269322007833-65fe57f72284fcc5a9d4d04bd694e61e"><ce:given-name>M.</ce:given-name><ce:surname>Meres</ce:surname><ce:cross-ref refid="aff0120" id="crf6300"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author id="au5970" author-id="S0370269322007833-5b43df089ea1f2f7448928ea22361631"><ce:given-name>S.</ce:given-name><ce:surname>Mhlanga</ce:surname><ce:cross-ref refid="aff1120" id="crf6310"><ce:sup>112</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0670" id="crf6320"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au5980" author-id="S0370269322007833-0e194c0ad078438bf71482e49c2edfdd"><ce:given-name>Y.</ce:given-name><ce:surname>Miake</ce:surname><ce:cross-ref refid="aff1220" id="crf6330"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1430-6655" id="au5990" author-id="S0370269322007833-5bde93661e530bacf2697fcdca0baba6"><ce:given-name>L.</ce:given-name><ce:surname>Micheletti</ce:surname><ce:cross-ref refid="aff0550" id="crf6340"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au6000" author-id="S0370269322007833-23da093ab0daff84a723157ce4593dd7"><ce:given-name>L.C.</ce:given-name><ce:surname>Migliorin</ce:surname><ce:cross-ref refid="aff1250" id="crf6350"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-2669-5696" id="au6010" author-id="S0370269322007833-ec8132d8c14dfab2bba67c3ff4584115"><ce:given-name>D.L.</ce:given-name><ce:surname>Mihaylov</ce:surname><ce:cross-ref refid="aff0960" id="crf6360"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6726-6407" id="au6020" author-id="S0370269322007833-38f09e4de019d55f2f02af6568866c3a"><ce:given-name>K.</ce:given-name><ce:surname>Mikhaylov</ce:surname><ce:cross-ref refid="aff1400" id="crf6370"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1390" id="crf6380"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3892-2719" id="au6030" author-id="S0370269322007833-559e4d90ae5661c2eeeb2c90664b0cf7"><ce:given-name>A.N.</ce:given-name><ce:surname>Mishra</ce:surname><ce:cross-ref refid="aff1350" id="crf6390"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8627-9721" id="au6040" author-id="S0370269322007833-11f22e778a9776fc0fb59c6d4d8f1bd0"><ce:given-name>D.</ce:given-name><ce:surname>Miśkowiec</ce:surname><ce:cross-ref refid="aff0980" id="crf6400"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3056-8353" id="au6050" author-id="S0370269322007833-0c4e4eb3dc7d469d8cd8c02bbf734cdf"><ce:given-name>A.</ce:given-name><ce:surname>Modak</ce:surname><ce:cross-ref refid="aff0040" id="crf6410"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7634-8949" id="au6060" author-id="S0370269322007833-9c87caca3446383afb2f64dc72e63992"><ce:given-name>A.P.</ce:given-name><ce:surname>Mohanty</ce:surname><ce:cross-ref refid="aff0580" id="crf6420"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au6070" author-id="S0370269322007833-41ecee891e15cd078816eed128811f97"><ce:given-name>B.</ce:given-name><ce:surname>Mohanty</ce:surname><ce:cross-ref refid="aff0800" id="crf6430"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4767-1464" id="au6080" author-id="S0370269322007833-ead117af1bce11ee81eb5678b9142144"><ce:given-name>M.</ce:given-name><ce:surname>Mohisin Khan</ce:surname><ce:cross-ref refid="aff0150" id="crf6440"><ce:sup>15</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0050" id="crf6450"><ce:sup>V</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2845-8702" id="au6090" author-id="S0370269322007833-49276c918e8bb1aec665967903f1bbbb"><ce:given-name>M.A.</ce:given-name><ce:surname>Molander</ce:surname><ce:cross-ref refid="aff0430" id="crf6460"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4512-1645" id="au6100" author-id="S0370269322007833-dfccadccd6ca8ddb988c7b71dbab8fec"><ce:given-name>Z.</ce:given-name><ce:surname>Moravcova</ce:surname><ce:cross-ref refid="aff0830" id="crf6470"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3265-9614" id="au6110" author-id="S0370269322007833-665f88a79158a8e8f788dc3953c97e7c"><ce:given-name>C.</ce:given-name><ce:surname>Mordasini</ce:surname><ce:cross-ref refid="aff0960" id="crf6480"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3941-7607" id="au6120" author-id="S0370269322007833-462924ae16f46927423eb84a4d54b8a3"><ce:given-name>D.A.</ce:given-name><ce:surname>Moreira De Godoy</ce:surname><ce:cross-ref refid="aff1340" id="crf6490"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7286-4543" id="au6130" author-id="S0370269322007833-77d54cd49e232a3d81ad62cb0cd3055b"><ce:given-name>I.</ce:given-name><ce:surname>Morozov</ce:surname><ce:cross-ref refid="aff1390" id="crf6500"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3276-0464" id="au6140" author-id="S0370269322007833-3b644752f2833a280590e7d2cb815635"><ce:given-name>A.</ce:given-name><ce:surname>Morsch</ce:surname><ce:cross-ref refid="aff0320" id="crf6510"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1281-8291" id="au6150" author-id="S0370269322007833-a6e52521563dadda4fcf66535744aa54"><ce:given-name>T.</ce:given-name><ce:surname>Mrnjavac</ce:surname><ce:cross-ref refid="aff0320" id="crf6520"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5624-6486" id="au6160" author-id="S0370269322007833-64a6ab0403f8cd64a5dff0e5eb920af6"><ce:given-name>V.</ce:given-name><ce:surname>Muccifora</ce:surname><ce:cross-ref refid="aff0480" id="crf6530"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au6170" author-id="S0370269322007833-a0c40dcd3bce329a03e938ee3cced0d4"><ce:given-name>E.</ce:given-name><ce:surname>Mudnic</ce:surname><ce:cross-ref refid="aff0330" id="crf6540"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2378-9553" id="au6180" author-id="S0370269322007833-b2ff5bf3b45a3f5a117d5b53ed508ff9"><ce:given-name>S.</ce:given-name><ce:surname>Muhuri</ce:surname><ce:cross-ref refid="aff1310" id="crf6550"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6905-4352" id="au6190" author-id="S0370269322007833-f99358c1c870cc0fafdf5a9795565aff"><ce:given-name>J.D.</ce:given-name><ce:surname>Mulligan</ce:surname><ce:cross-ref refid="aff0740" id="crf6560"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au6200" author-id="S0370269322007833-8f73c238e6e583a6df239dd210d13e32"><ce:given-name>A.</ce:given-name><ce:surname>Mulliri</ce:surname><ce:cross-ref refid="aff0220" id="crf6570"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3695-3180" id="au6210" author-id="S0370269322007833-9080edf78fcbf8b6d3a149c5ce8954f3"><ce:given-name>M.G.</ce:given-name><ce:surname>Munhoz</ce:surname><ce:cross-ref refid="aff1090" id="crf6580"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8334-6933" id="au6220" author-id="S0370269322007833-e51a6131c1e53a702848dcae56610cce"><ce:given-name>R.H.</ce:given-name><ce:surname>Munzer</ce:surname><ce:cross-ref refid="aff0630" id="crf6590"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6548-6775" id="au6230" author-id="S0370269322007833-344903685fb7770611263048525de44e"><ce:given-name>H.</ce:given-name><ce:surname>Murakami</ce:surname><ce:cross-ref refid="aff1210" id="crf6600"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0548-588X" id="au6240" author-id="S0370269322007833-35c19811823556aa6752bbb2f1c2b6cf"><ce:given-name>S.</ce:given-name><ce:surname>Murray</ce:surname><ce:cross-ref refid="aff1120" id="crf6610"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8814-2254" id="au6250" author-id="S0370269322007833-996d7aa154f9e16144e1fa3ce47f80e3"><ce:given-name>L.</ce:given-name><ce:surname>Musa</ce:surname><ce:cross-ref refid="aff0320" id="crf6620"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5729-4535" id="au6260" author-id="S0370269322007833-c3c3f8549f7e22fead6ca27af14e10d4"><ce:given-name>J.</ce:given-name><ce:surname>Musinsky</ce:surname><ce:cross-ref refid="aff0590" id="crf6630"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8506-2275" id="au6270" author-id="S0370269322007833-6765998f81ce52a2c4fa56ca6b017ec7"><ce:given-name>J.W.</ce:given-name><ce:surname>Myrcha</ce:surname><ce:cross-ref refid="aff1320" id="crf6640"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0172-6976" id="au6280" author-id="S0370269322007833-32cbdc1abfa0993c30d8aae3934faaf0"><ce:given-name>B.</ce:given-name><ce:surname>Naik</ce:surname><ce:cross-ref refid="aff1200" id="crf6650"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8326-9846" id="au6290" author-id="S0370269322007833-237c22584c6ca621c5f96749067cb80b"><ce:given-name>R.</ce:given-name><ce:surname>Nair</ce:surname><ce:cross-ref refid="aff0790" id="crf6660"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-3988-5095" id="au6300" author-id="S0370269322007833-96df9e459c583260aabd5d0ed4f6a184"><ce:given-name>B.K.</ce:given-name><ce:surname>Nandi</ce:surname><ce:cross-ref refid="aff0460" id="crf6670"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6039-190X" id="au6310" author-id="S0370269322007833-d5b2107e950ed3c64325f13319a81643"><ce:given-name>R.</ce:given-name><ce:surname>Nania</ce:surname><ce:cross-ref refid="aff0500" id="crf6680"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2080-9010" id="au6320" author-id="S0370269322007833-9ba41c03cc318ef428880dcb5da67606"><ce:given-name>E.</ce:given-name><ce:surname>Nappi</ce:surname><ce:cross-ref refid="aff0490" id="crf6690"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8927-2798" id="au6330" author-id="S0370269322007833-3c125a6637088af60bd793c11fb5a33b"><ce:given-name>A.F.</ce:given-name><ce:surname>Nassirpour</ce:surname><ce:cross-ref refid="aff0750" id="crf6700"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-1524-5654" id="au6340" author-id="S0370269322007833-1e7fe6aadf2bcb2c38d8f3d9927a40ae"><ce:given-name>A.</ce:given-name><ce:surname>Nath</ce:surname><ce:cross-ref refid="aff0950" id="crf6710"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8768-6468" id="au6350" author-id="S0370269322007833-34c7d2644de61fcbe29b3524320549d2"><ce:given-name>C.</ce:given-name><ce:surname>Nattrass</ce:surname><ce:cross-ref refid="aff1190" id="crf6720"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au6360" author-id="S0370269322007833-1395554728c6ef90ffc3e5fa4dfc2c3b"><ce:given-name>A.</ce:given-name><ce:surname>Neagu</ce:surname><ce:cross-ref refid="aff0190" id="crf6730"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au6370" author-id="S0370269322007833-fa04620255b5cf0ced8f6667ebb14e2a"><ce:given-name>A.</ce:given-name><ce:surname>Negru</ce:surname><ce:cross-ref refid="aff1230" id="crf6740"><ce:sup>123</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1059-8731" id="au6380" author-id="S0370269322007833-a260e0eca19fe1fd80c2e37bfbd86124"><ce:given-name>L.</ce:given-name><ce:surname>Nellen</ce:surname><ce:cross-ref refid="aff0640" id="crf6750"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au6390" author-id="S0370269322007833-c946e720e5c4165725521e0645d718d3"><ce:given-name>S.V.</ce:given-name><ce:surname>Nesbo</ce:surname><ce:cross-ref refid="aff0340" id="crf6760"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8585-7991" id="au6400" author-id="S0370269322007833-83f70f2ab8981554505a64559e0c4bdf"><ce:given-name>G.</ce:given-name><ce:surname>Neskovic</ce:surname><ce:cross-ref refid="aff0380" id="crf6770"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-6321-4889" id="au6410" author-id="S0370269322007833-1d968aa32dbb9adf717bc2ff0fe1c73e"><ce:given-name>D.</ce:given-name><ce:surname>Nesterov</ce:surname><ce:cross-ref refid="aff1390" id="crf6780"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0091-1934" id="au6420" author-id="S0370269322007833-4fad4b4cacdcc5494054455fc7fe2a57"><ce:given-name>B.S.</ce:given-name><ce:surname>Nielsen</ce:surname><ce:cross-ref refid="aff0830" id="crf6790"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9394-1066" id="au6430" author-id="S0370269322007833-5e0d6d3bef37eeacd455ff2fd35d7c94"><ce:given-name>E.G.</ce:given-name><ce:surname>Nielsen</ce:surname><ce:cross-ref refid="aff0830" id="crf6800"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1242-4866" id="au6440" author-id="S0370269322007833-03b317ae7a9074295a88e923fef71eed"><ce:given-name>S.</ce:given-name><ce:surname>Nikolaev</ce:surname><ce:cross-ref refid="aff1390" id="crf6810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8573-0851" id="au6450" author-id="S0370269322007833-13a982b695211ee03e5720fbeafedfd5"><ce:given-name>S.</ce:given-name><ce:surname>Nikulin</ce:surname><ce:cross-ref refid="aff1390" id="crf6820"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4826-6516" id="au6460" author-id="S0370269322007833-6a266cd208374cbd71bc43a69fad5755"><ce:given-name>V.</ce:given-name><ce:surname>Nikulin</ce:surname><ce:cross-ref refid="aff1390" id="crf6830"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6704-0256" id="au6470" author-id="S0370269322007833-e0c454b7c7fca2007515b9557d23fed7"><ce:given-name>F.</ce:given-name><ce:surname>Noferini</ce:surname><ce:cross-ref refid="aff0500" id="crf6840"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6104-1752" id="au6480" author-id="S0370269322007833-ce73d6ac08a836b15cf89863b264d142"><ce:given-name>S.</ce:given-name><ce:surname>Noh</ce:surname><ce:cross-ref refid="aff0110" id="crf6850"><ce:sup>11</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1220-1443" id="au6490" author-id="S0370269322007833-5f60d9249b1e118c4e1e19a061466d3a"><ce:given-name>P.</ce:given-name><ce:surname>Nomokonov</ce:surname><ce:cross-ref refid="aff1400" id="crf6860"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3783-5760" id="au6500" author-id="S0370269322007833-04ddb040e7256d81459d8b2d604d82be"><ce:given-name>J.</ce:given-name><ce:surname>Norman</ce:surname><ce:cross-ref refid="aff1160" id="crf6870"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9609-566X" id="au6510" author-id="S0370269322007833-10082a1d2cb23b84ec2af915ab3ce0dd"><ce:given-name>N.</ce:given-name><ce:surname>Novitzky</ce:surname><ce:cross-ref refid="aff1220" id="crf6880"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8971-0874" id="au6520" author-id="S0370269322007833-89cee932c98742dde8d37f2569bac78e"><ce:given-name>P.</ce:given-name><ce:surname>Nowakowski</ce:surname><ce:cross-ref refid="aff1320" id="crf6890"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7877-2006" id="au6530" author-id="S0370269322007833-b704b555691c87aa51029be41c32abc6"><ce:given-name>A.</ce:given-name><ce:surname>Nyanin</ce:surname><ce:cross-ref refid="aff1390" id="crf6900"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-4425-586X" id="au6540" author-id="S0370269322007833-0fe5b7b2ffee5dcde79ac59bb5204e22"><ce:given-name>J.</ce:given-name><ce:surname>Nystrand</ce:surname><ce:cross-ref refid="aff0200" id="crf6910"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3390-2804" id="au6550" author-id="S0370269322007833-1f6dbf99ddefa547cb8092a10e74fc06"><ce:given-name>M.</ce:given-name><ce:surname>Ogino</ce:surname><ce:cross-ref refid="aff0760" id="crf6920"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4214-5844" id="au6560" author-id="S0370269322007833-68c856e3e31ba9ae46e1a3cf0fd7b39f"><ce:given-name>A.</ce:given-name><ce:surname>Ohlson</ce:surname><ce:cross-ref refid="aff0750" id="crf6930"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7162-5345" id="au6570" author-id="S0370269322007833-b6dd7e1db4469e2b861a26c63c002f91"><ce:given-name>V.A.</ce:given-name><ce:surname>Okorokov</ce:surname><ce:cross-ref refid="aff1390" id="crf6940"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2966-4903" id="au6580" author-id="S0370269322007833-4b54637a0b3dbb9f03da377fb857f191"><ce:given-name>J.</ce:given-name><ce:surname>Oleniacz</ce:surname><ce:cross-ref refid="aff1320" id="crf6950"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9421-5568" id="au6590" author-id="S0370269322007833-e919d0a3ebb4bb927bf3a87e6fc67c88"><ce:given-name>A.C.</ce:given-name><ce:surname>Oliveira Da Silva</ce:surname><ce:cross-ref refid="aff1190" id="crf6960"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5241-6735" id="au6600" author-id="S0370269322007833-ee3f97c8e319fe4cdf98e0660785c85a"><ce:given-name>M.H.</ce:given-name><ce:surname>Oliver</ce:surname><ce:cross-ref refid="aff1360" id="crf6970"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8848-1800" id="au6610" author-id="S0370269322007833-e6f50f7f16b66af365a7af642930fd18"><ce:given-name>A.</ce:given-name><ce:surname>Onnerstad</ce:surname><ce:cross-ref refid="aff1140" id="crf6980"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6194-4601" id="au6620" author-id="S0370269322007833-dda435886a590cbfc7ea1d77af3e51f5"><ce:given-name>C.</ce:given-name><ce:surname>Oppedisano</ce:surname><ce:cross-ref refid="aff0550" id="crf6990"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4788-7943" id="au6630" author-id="S0370269322007833-c6a2d1996925547f52c523a908287916"><ce:given-name>A.</ce:given-name><ce:surname>Ortiz Velasquez</ce:surname><ce:cross-ref refid="aff0640" id="crf7000"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au6640" author-id="S0370269322007833-d7f1b48c18151d2adcfd0901daea63ca"><ce:given-name>A.</ce:given-name><ce:surname>Oskarsson</ce:surname><ce:cross-ref refid="aff0750" id="crf7010"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5471-6595" id="au6650" author-id="S0370269322007833-453c2920b4d8be43344a508683c61206"><ce:given-name>J.</ce:given-name><ce:surname>Otwinowski</ce:surname><ce:cross-ref refid="aff1060" id="crf7020"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au6660" author-id="S0370269322007833-3397848215c1376cf0f1ed7b9a934e8b"><ce:given-name>M.</ce:given-name><ce:surname>Oya</ce:surname><ce:cross-ref refid="aff0930" id="crf7030"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8576-1268" id="au6670" author-id="S0370269322007833-ef1f97862dcdec187e1b2f91615f60fb"><ce:given-name>K.</ce:given-name><ce:surname>Oyama</ce:surname><ce:cross-ref refid="aff0760" id="crf7040"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6142-1528" id="au6680" author-id="S0370269322007833-02951a4df40a044a3fdcb144a019433a"><ce:given-name>Y.</ce:given-name><ce:surname>Pachmayer</ce:surname><ce:cross-ref refid="aff0950" id="crf7050"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-8144-2829" id="au6690" author-id="S0370269322007833-0b6285cc2d39707ea9f13a51bd6d5b54"><ce:given-name>S.</ce:given-name><ce:surname>Padhan</ce:surname><ce:cross-ref refid="aff0460" id="crf7060"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0333-448X" id="au6700" author-id="S0370269322007833-9069b38983788ec66d195a57d1524b7f"><ce:given-name>D.</ce:given-name><ce:surname>Pagano</ce:surname><ce:cross-ref refid="aff1300" id="crf7070"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf7080"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2513-2459" id="au6710" author-id="S0370269322007833-ce839a94242220bf435631842afb0293"><ce:given-name>G.</ce:given-name><ce:surname>Paić</ce:surname><ce:cross-ref refid="aff0640" id="crf7090"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5686-6626" id="au6720" author-id="S0370269322007833-6cba21a41aca7c6610396c00bfd39885"><ce:given-name>A.</ce:given-name><ce:surname>Palasciano</ce:surname><ce:cross-ref refid="aff0490" id="crf7100"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0343-2082" id="au6730" author-id="S0370269322007833-e703bd295ab2957c66eb8214d8eca59a"><ce:given-name>S.</ce:given-name><ce:surname>Panebianco</ce:surname><ce:cross-ref refid="aff1270" id="crf7110"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2540-2394" id="au6740" author-id="S0370269322007833-74cbb4ced7b52b8c9691caed9743ca8c"><ce:given-name>J.</ce:given-name><ce:surname>Park</ce:surname><ce:cross-ref refid="aff0570" id="crf7120"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5166-5788" id="au6750" author-id="S0370269322007833-95c25ea1f28adf21626083f349ff97e2"><ce:given-name>J.E.</ce:given-name><ce:surname>Parkkila</ce:surname><ce:cross-ref refid="aff0320" id="crf7130"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1140" id="crf7140"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author id="au6760" author-id="S0370269322007833-680583f3874b29c55eb10d3520e268f0"><ce:given-name>S.P.</ce:given-name><ce:surname>Pathak</ce:surname><ce:cross-ref refid="aff1130" id="crf7150"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au6770" author-id="S0370269322007833-847552a53a245de70c10f37cd68d4367"><ce:given-name>R.N.</ce:given-name><ce:surname>Patra</ce:surname><ce:cross-ref refid="aff0910" id="crf7160"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1461-3743" id="au6780" author-id="S0370269322007833-d3578f964b837ff3a07c28a314787b67"><ce:given-name>B.</ce:given-name><ce:surname>Paul</ce:surname><ce:cross-ref refid="aff0220" id="crf7170"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5078-3336" id="au6790" author-id="S0370269322007833-91dac35df9959699e674ebdc8c87d401"><ce:given-name>H.</ce:given-name><ce:surname>Pei</ce:surname><ce:cross-ref refid="aff0060" id="crf7180"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7116-899X" id="au6800" author-id="S0370269322007833-8ed13caacc363e25fa12cfdfffef053c"><ce:given-name>T.</ce:given-name><ce:surname>Peitzmann</ce:surname><ce:cross-ref refid="aff0580" id="crf7190"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0759-2283" id="au6810" author-id="S0370269322007833-5165c595313be6e458617394fd9c952a"><ce:given-name>X.</ce:given-name><ce:surname>Peng</ce:surname><ce:cross-ref refid="aff0060" id="crf7200"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5496-580X" id="au6820" author-id="S0370269322007833-ed78e1c6148862c89d30efaf8d02e12f"><ce:given-name>L.G.</ce:given-name><ce:surname>Pereira</ce:surname><ce:cross-ref refid="aff0650" id="crf7210"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3863-352X" id="au6830" author-id="S0370269322007833-4bb9824b0aa379c6439ad125c62316dd"><ce:given-name>H.</ce:given-name><ce:surname>Pereira Da Costa</ce:surname><ce:cross-ref refid="aff1270" id="crf7220"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3709-5130" id="au6840" author-id="S0370269322007833-d4e399695b3a5debf242545c3b1c4098"><ce:given-name>D.</ce:given-name><ce:surname>Peresunko</ce:surname><ce:cross-ref refid="aff1390" id="crf7230"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8817-5013" id="au6850" author-id="S0370269322007833-6f89487c37f9d14b5cbdc975e4b25187"><ce:given-name>G.M.</ce:given-name><ce:surname>Perez</ce:surname><ce:cross-ref refid="aff0070" id="crf7240"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1192-137X" id="au6860" author-id="S0370269322007833-85c7c25be2c15d308a265918f2373419"><ce:given-name>S.</ce:given-name><ce:surname>Perrin</ce:surname><ce:cross-ref refid="aff1270" id="crf7250"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author id="au6870" author-id="S0370269322007833-b2a1cbaa55a74f346f1338623a67cd26"><ce:given-name>Y.</ce:given-name><ce:surname>Pestov</ce:surname><ce:cross-ref refid="aff1390" id="crf7260"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4057-3415" id="au6880" author-id="S0370269322007833-45f917c01c367be5af8a10d42512d4c3"><ce:given-name>V.</ce:given-name><ce:surname>Petráček</ce:surname><ce:cross-ref refid="aff0350" id="crf7270"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4054-2336" id="au6890" author-id="S0370269322007833-dbee9581f6b117e88194a9f22c5368c0"><ce:given-name>V.</ce:given-name><ce:surname>Petrov</ce:surname><ce:cross-ref refid="aff1390" id="crf7280"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2291-6955" id="au6900" author-id="S0370269322007833-727e781718043733efb713fa083fe9a6"><ce:given-name>M.</ce:given-name><ce:surname>Petrovici</ce:surname><ce:cross-ref refid="aff0450" id="crf7290"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0452-3103" id="au6910" author-id="S0370269322007833-10cb6be81a76cf436f1607dc49b9bc27"><ce:given-name>R.P.</ce:given-name><ce:surname>Pezzi</ce:surname><ce:cross-ref refid="aff1030" id="crf7300"><ce:sup>103</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0650" id="crf7310"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4903-9865" id="au6920" author-id="S0370269322007833-78123ee98907dd03c1791d033e172234"><ce:given-name>S.</ce:given-name><ce:surname>Piano</ce:surname><ce:cross-ref refid="aff0560" id="crf7320"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-8574-2392" id="au6930" author-id="S0370269322007833-946883e1f561d1a058691674b9d6bd2e"><ce:given-name>M.</ce:given-name><ce:surname>Pikna</ce:surname><ce:cross-ref refid="aff0120" id="crf7330"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9067-0803" id="au6940" author-id="S0370269322007833-527c1efc9afeb3aa34f6162708c25dbc"><ce:given-name>P.</ce:given-name><ce:surname>Pillot</ce:surname><ce:cross-ref refid="aff1030" id="crf7340"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8923-4003" id="au6950" author-id="S0370269322007833-cb4892c3af4fce0f3301066e18feebc7"><ce:given-name>O.</ce:given-name><ce:surname>Pinazza</ce:surname><ce:cross-ref refid="aff0500" id="crf7350"><ce:sup>50</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0320" id="crf7360"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au6960" author-id="S0370269322007833-f12732ef44b9fddd17576a6bf3d93dd4"><ce:given-name>L.</ce:given-name><ce:surname>Pinsky</ce:surname><ce:cross-ref refid="aff1130" id="crf7370"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7454-4324" id="au6970" author-id="S0370269322007833-aa9f34aad1442387090668b31d40f7e8"><ce:given-name>C.</ce:given-name><ce:surname>Pinto</ce:surname><ce:cross-ref refid="aff0960" id="crf7380"><ce:sup>96</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0260" id="crf7390"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4080-6562" id="au6980" author-id="S0370269322007833-2173f54350c1cc047c951d953e5eb99a"><ce:given-name>S.</ce:given-name><ce:surname>Pisano</ce:surname><ce:cross-ref refid="aff0480" id="crf7400"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3161-9183" id="au6990" author-id="S0370269322007833-586f6951340128ab950c16d5381f227b"><ce:given-name>M.</ce:given-name><ce:surname>Płoskoń</ce:surname><ce:cross-ref refid="aff0740" id="crf7410"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au7000" author-id="S0370269322007833-bdf0ea6d648be81134e3c70730309a46"><ce:given-name>M.</ce:given-name><ce:surname>Planinic</ce:surname><ce:cross-ref refid="aff0890" id="crf7420"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au7010" author-id="S0370269322007833-771a1f0dd09d872127750683d29073c7"><ce:given-name>F.</ce:given-name><ce:surname>Pliquett</ce:surname><ce:cross-ref refid="aff0630" id="crf7430"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1832-595X" id="au7020" author-id="S0370269322007833-836d8f10606252b7f8a3e21597618b48"><ce:given-name>M.G.</ce:given-name><ce:surname>Poghosyan</ce:surname><ce:cross-ref refid="aff0870" id="crf7440"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0414-5525" id="au7030" author-id="S0370269322007833-6138c603a71a85658d61e7d6a0e9a208"><ce:given-name>S.</ce:given-name><ce:surname>Politano</ce:surname><ce:cross-ref refid="aff0290" id="crf7450"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4512-9620" id="au7040" author-id="S0370269322007833-3a072758372f85ff545317ad0bacae7b"><ce:given-name>N.</ce:given-name><ce:surname>Poljak</ce:surname><ce:cross-ref refid="aff0890" id="crf7460"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0425-5724" id="au7050" author-id="S0370269322007833-e71d8fde1386ed3a932ccefe4ea490de"><ce:given-name>A.</ce:given-name><ce:surname>Pop</ce:surname><ce:cross-ref refid="aff0450" id="crf7470"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2646-6189" id="au7060" author-id="S0370269322007833-9e010953a762b9a34b2d116e86545c5b"><ce:given-name>S.</ce:given-name><ce:surname>Porteboeuf-Houssais</ce:surname><ce:cross-ref refid="aff1240" id="crf7480"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6265-8794" id="au7070" author-id="S0370269322007833-6a27792c6e8b46cda863565b5129954c"><ce:given-name>J.</ce:given-name><ce:surname>Porter</ce:surname><ce:cross-ref refid="aff0740" id="crf7490"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3362-7411" id="au7080" author-id="S0370269322007833-82e39c20b7a006475aceeb9dfe20f382"><ce:given-name>V.</ce:given-name><ce:surname>Pozdniakov</ce:surname><ce:cross-ref refid="aff1400" id="crf7500"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7394-8834" id="au7090" author-id="S0370269322007833-729ca80d5d6badc9a9e0fd66f9f0876f"><ce:given-name>S.K.</ce:given-name><ce:surname>Prasad</ce:surname><ce:cross-ref refid="aff0040" id="crf7510"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0607-2841" id="au7100" author-id="S0370269322007833-0c367e61960037a7557e1736f53ae90e"><ce:given-name>S.</ce:given-name><ce:surname>Prasad</ce:surname><ce:cross-ref refid="aff0470" id="crf7520"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1539-9275" id="au7110" author-id="S0370269322007833-af36364e9428395e5ba1b270ff19e711"><ce:given-name>R.</ce:given-name><ce:surname>Preghenella</ce:surname><ce:cross-ref refid="aff0500" id="crf7530"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6179-150X" id="au7120" author-id="S0370269322007833-b1be19acf78612f1d95f75cd0255877b"><ce:given-name>F.</ce:given-name><ce:surname>Prino</ce:surname><ce:cross-ref refid="aff0550" id="crf7540"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0458-538X" id="au7130" author-id="S0370269322007833-5558a77500034358e5b29f499c1295cc"><ce:given-name>C.A.</ce:given-name><ce:surname>Pruneau</ce:surname><ce:cross-ref refid="aff1330" id="crf7550"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1752-4524" id="au7140" author-id="S0370269322007833-b348e07611f034bb2f7158e98ac2658b"><ce:given-name>I.</ce:given-name><ce:surname>Pshenichnov</ce:surname><ce:cross-ref refid="aff1390" id="crf7560"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8118-9049" id="au7150" author-id="S0370269322007833-481a95d94e97d9c977c233501c2895dd"><ce:given-name>M.</ce:given-name><ce:surname>Puccio</ce:surname><ce:cross-ref refid="aff0320" id="crf7570"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1401-5900" id="au7160" author-id="S0370269322007833-1b3912746ce28a2860e22fc2f3d0cae4"><ce:given-name>S.</ce:given-name><ce:surname>Qiu</ce:surname><ce:cross-ref refid="aff0840" id="crf7580"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0793-8275" id="au7170" author-id="S0370269322007833-7097bc2294a71f0e69f49eab4e586b85"><ce:given-name>L.</ce:given-name><ce:surname>Quaglia</ce:surname><ce:cross-ref refid="aff0240" id="crf7590"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au7180" author-id="S0370269322007833-71d8dc818ab74635daaf926f8b34037e"><ce:given-name>R.E.</ce:given-name><ce:surname>Quishpe</ce:surname><ce:cross-ref refid="aff1130" id="crf7600"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9765-5668" id="au7190" author-id="S0370269322007833-dddddcdd47ebc9eee291f039bec41a4d"><ce:given-name>S.</ce:given-name><ce:surname>Ragoni</ce:surname><ce:cross-ref refid="aff1000" id="crf7610"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4484-6430" id="au7200" author-id="S0370269322007833-176ecf3eb3fe45c3e73fecf652633cc7"><ce:given-name>A.</ce:given-name><ce:surname>Rakotozafindrabe</ce:surname><ce:cross-ref refid="aff1270" id="crf7620"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2325-8680" id="au7210" author-id="S0370269322007833-3550a6ae6d4fdbfad22c58d69be393c7"><ce:given-name>L.</ce:given-name><ce:surname>Ramello</ce:surname><ce:cross-ref refid="aff1290" id="crf7630"><ce:sup>129</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf7640"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6101-5981" id="au7220" author-id="S0370269322007833-d0ae04bab4ad3134b6a70a06711094fd"><ce:given-name>F.</ce:given-name><ce:surname>Rami</ce:surname><ce:cross-ref refid="aff1260" id="crf7650"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2864-8565" id="au7230" author-id="S0370269322007833-11f74769c1c1575b2e73bb945306edc5"><ce:given-name>S.A.R.</ce:given-name><ce:surname>Ramirez</ce:surname><ce:cross-ref refid="aff0440" id="crf7660"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author id="au7240" author-id="S0370269322007833-bb79a1577b895a313cd01551c0cff4ae"><ce:given-name>T.A.</ce:given-name><ce:surname>Rancien</ce:surname><ce:cross-ref refid="aff0730" id="crf7670"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9172-5474" id="au7250" author-id="S0370269322007833-4e7e932d80a9c86a0e106f445053b4fa"><ce:given-name>R.</ce:given-name><ce:surname>Raniwala</ce:surname><ce:cross-ref refid="aff0920" id="crf7680"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au7260" author-id="S0370269322007833-49fd933c0d6250b48845decbabdfb786"><ce:given-name>S.</ce:given-name><ce:surname>Raniwala</ce:surname><ce:cross-ref refid="aff0920" id="crf7690"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6792-7773" id="au7270" author-id="S0370269322007833-db43f171a496f6f31ddfdb67593b86a7"><ce:given-name>S.S.</ce:given-name><ce:surname>Räsänen</ce:surname><ce:cross-ref refid="aff0430" id="crf7700"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0118-3131" id="au7280" author-id="S0370269322007833-d71f95538ce6f71980e675efdbda3380"><ce:given-name>R.</ce:given-name><ce:surname>Rath</ce:surname><ce:cross-ref refid="aff0470" id="crf7710"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6120-4726" id="au7290" author-id="S0370269322007833-d27a2fbe6ac2d9c16ccb59957307db0d"><ce:given-name>I.</ce:given-name><ce:surname>Ravasenga</ce:surname><ce:cross-ref refid="aff0840" id="crf7720"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3358-7667" id="au7300" author-id="S0370269322007833-d98ca0903edf64e661cfee1dcff4a7ca"><ce:given-name>K.F.</ce:given-name><ce:surname>Read</ce:surname><ce:cross-ref refid="aff0870" id="crf7730"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1190" id="crf7740"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8102-9686" id="au7310" author-id="S0370269322007833-213c316b352d00bbebd305687bd0ca22"><ce:given-name>A.R.</ce:given-name><ce:surname>Redelbach</ce:surname><ce:cross-ref refid="aff0380" id="crf7750"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2629-1710" id="au7320" author-id="S0370269322007833-aa8eb7b583e843357cd9e2a00971c9b4"><ce:given-name>K.</ce:given-name><ce:surname>Redlich</ce:surname><ce:cross-ref refid="aff0790" id="crf7760"><ce:sup>79</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0060" id="crf7770"><ce:sup>VI</ce:sup></ce:cross-ref></ce:author><ce:author id="au7330" author-id="S0370269322007833-1d60b3d2a37988e081ca18f40e2ddf3b"><ce:given-name>A.</ce:given-name><ce:surname>Rehman</ce:surname><ce:cross-ref refid="aff0200" id="crf7780"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au7340" author-id="S0370269322007833-bb75f985eb82991cb0bfa8a3c1ea6462"><ce:given-name>P.</ce:given-name><ce:surname>Reichelt</ce:surname><ce:cross-ref refid="aff0630" id="crf7790"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5263-3593" id="au7350" author-id="S0370269322007833-8827563cee5df01ff22cadd8cf3a294b"><ce:given-name>F.</ce:given-name><ce:surname>Reidt</ce:surname><ce:cross-ref refid="aff0320" id="crf7800"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-8025-735X" id="au7360" author-id="S0370269322007833-6f0417fbf4f67ca8b78c945db16dcea1"><ce:given-name>H.A.</ce:given-name><ce:surname>Reme-Ness</ce:surname><ce:cross-ref refid="aff0340" id="crf7810"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au7370" author-id="S0370269322007833-45755ece9a112e15955ca4a1e30074ff"><ce:given-name>Z.</ce:given-name><ce:surname>Rescakova</ce:surname><ce:cross-ref refid="aff0370" id="crf7820"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9808-1811" id="au7380" author-id="S0370269322007833-a6381c8edaeb00e649c612097f3361e2"><ce:given-name>K.</ce:given-name><ce:surname>Reygers</ce:surname><ce:cross-ref refid="aff0950" id="crf7830"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-9874-9819" id="au7390" author-id="S0370269322007833-8df4b35a499d19eab1d1fa55152b7c13"><ce:given-name>A.</ce:given-name><ce:surname>Riabov</ce:surname><ce:cross-ref refid="aff1390" id="crf7840"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8142-6374" id="au7400" author-id="S0370269322007833-a7b5f65d277951798efd475aaedb6e48"><ce:given-name>V.</ce:given-name><ce:surname>Riabov</ce:surname><ce:cross-ref refid="aff1390" id="crf7850"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5208-6657" id="au7410" author-id="S0370269322007833-91129b25e4ed659b8ac880785ced7ab4"><ce:given-name>R.</ce:given-name><ce:surname>Ricci</ce:surname><ce:cross-ref refid="aff0280" id="crf7860"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author id="au7420" author-id="S0370269322007833-8561e3b1cc47e0d1dadd96b6e68abb2a"><ce:given-name>T.</ce:given-name><ce:surname>Richert</ce:surname><ce:cross-ref refid="aff0750" id="crf7870"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-3492-3758" id="au7430" author-id="S0370269322007833-a25047b3bf8a5b0df891afd4177a02a9"><ce:given-name>M.</ce:given-name><ce:surname>Richter</ce:surname><ce:cross-ref refid="aff0190" id="crf7880"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1824-0822" id="au7440" author-id="S0370269322007833-249a8b0c9ba2a65e2db6d83a7a762fa5"><ce:given-name>W.</ce:given-name><ce:surname>Riegler</ce:surname><ce:cross-ref refid="aff0320" id="crf7890"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0030-8377" id="au7450" author-id="S0370269322007833-b1de41581c0aa07bde38faa0c8bc8127"><ce:given-name>F.</ce:given-name><ce:surname>Riggi</ce:surname><ce:cross-ref refid="aff0260" id="crf7900"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9760-645X" id="au7460" author-id="S0370269322007833-1316be5b198c4e2b06565bf3c8ec4acf"><ce:given-name>C.</ce:given-name><ce:surname>Ristea</ce:surname><ce:cross-ref refid="aff0620" id="crf7910"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9596-1060" id="au7470" author-id="S0370269322007833-0edc57380bd02242b3e4ee941d40a812"><ce:given-name>M.</ce:given-name><ce:surname>Rodríguez Cahuantzi</ce:surname><ce:cross-ref refid="aff0440" id="crf7920"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7803-9640" id="au7480" author-id="S0370269322007833-79a3009a79f907ea5b523a3f11ab5c68"><ce:given-name>K.</ce:given-name><ce:surname>Røed</ce:surname><ce:cross-ref refid="aff0190" id="crf7930"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4680-4413" id="au7490" author-id="S0370269322007833-99691760df845e7cfdfa6dd28ffe36cc"><ce:given-name>R.</ce:given-name><ce:surname>Rogalev</ce:surname><ce:cross-ref refid="aff1390" id="crf7940"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4278-5999" id="au7500" author-id="S0370269322007833-bcf5559677299b97f9f37d3bb7f623ab"><ce:given-name>E.</ce:given-name><ce:surname>Rogochaya</ce:surname><ce:cross-ref refid="aff1400" id="crf7950"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0649-2283" id="au7510" author-id="S0370269322007833-6cc4a99452d937a67cad874ba707ece6"><ce:given-name>T.S.</ce:given-name><ce:surname>Rogoschinski</ce:surname><ce:cross-ref refid="aff0630" id="crf7960"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4101-0160" id="au7520" author-id="S0370269322007833-0e4712e9f552e33a3df9ed01e24b3c77"><ce:given-name>D.</ce:given-name><ce:surname>Rohr</ce:surname><ce:cross-ref refid="aff0320" id="crf7970"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4966-9584" id="au7530" author-id="S0370269322007833-0234962e01cea9cdd0c8e3813ba4ca92"><ce:given-name>D.</ce:given-name><ce:surname>Röhrich</ce:surname><ce:cross-ref refid="aff0200" id="crf7980"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au7540" author-id="S0370269322007833-2fa2d55f41cf3c57f01a723410343149"><ce:given-name>P.F.</ce:given-name><ce:surname>Rojas</ce:surname><ce:cross-ref refid="aff0440" id="crf7990"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2361-2662" id="au7550" author-id="S0370269322007833-a2b6a59ba7a2dd0e0af80c978111a313"><ce:given-name>S.</ce:given-name><ce:surname>Rojas Torres</ce:surname><ce:cross-ref refid="aff0350" id="crf8000"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4433-2133" id="au7560" author-id="S0370269322007833-ff1942d078b1084dc5f931fc019637e5"><ce:given-name>P.S.</ce:given-name><ce:surname>Rokita</ce:surname><ce:cross-ref refid="aff1320" id="crf8010"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5245-8441" id="au7570" author-id="S0370269322007833-a3dafc6b3ccad8fa7df553fd077eec49"><ce:given-name>F.</ce:given-name><ce:surname>Ronchetti</ce:surname><ce:cross-ref refid="aff0480" id="crf8020"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6467-2418" id="au7580" author-id="S0370269322007833-d95c4b1d7c9e33905a1ec11bd5bd7a91"><ce:given-name>A.</ce:given-name><ce:surname>Rosano</ce:surname><ce:cross-ref refid="aff0300" id="crf8030"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf8040"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au7590" author-id="S0370269322007833-9ac9b056d9260107e6f66bd2e85f16a9"><ce:given-name>E.D.</ce:given-name><ce:surname>Rosas</ce:surname><ce:cross-ref refid="aff0640" id="crf8050"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6067-6294" id="au7600" author-id="S0370269322007833-0789cf0acb459ac48aae646ea4fff36d"><ce:given-name>A.</ce:given-name><ce:surname>Rossi</ce:surname><ce:cross-ref refid="aff0530" id="crf8060"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1142-3186" id="au7610" author-id="S0370269322007833-3c7922816f3a4b140a03dca05a48170d"><ce:given-name>A.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0470" id="crf8070"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author id="au7620" author-id="S0370269322007833-a2c95ea42148b64204b813f041087279"><ce:given-name>P.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0990" id="crf8080"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1397-8334" id="au7630" author-id="S0370269322007833-e8216bb3c9e672b808a72c0b142580dc"><ce:given-name>S.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0460" id="crf8090"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9874-7249" id="au7640" author-id="S0370269322007833-21d23b231a94875bee109b04f056699a"><ce:given-name>N.</ce:given-name><ce:surname>Rubini</ce:surname><ce:cross-ref refid="aff0250" id="crf8100"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6365-3258" id="au7650" author-id="S0370269322007833-58372d9b3f7e75dda762297cde10d248"><ce:given-name>O.V.</ce:given-name><ce:surname>Rueda</ce:surname><ce:cross-ref refid="aff0750" id="crf8110"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7082-5890" id="au7660" author-id="S0370269322007833-812d388ab783acda0f18fef29f22be4a"><ce:given-name>D.</ce:given-name><ce:surname>Ruggiano</ce:surname><ce:cross-ref refid="aff1320" id="crf8120"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6993-0332" id="au7670" author-id="S0370269322007833-cce1449286029844bca6b3747d02298a"><ce:given-name>R.</ce:given-name><ce:surname>Rui</ce:surname><ce:cross-ref refid="aff0230" id="crf8130"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au7680" author-id="S0370269322007833-625be96a2f92a34f4ab28acc012163fa"><ce:given-name>B.</ce:given-name><ce:surname>Rumyantsev</ce:surname><ce:cross-ref refid="aff1400" id="crf8140"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3858-4278" id="au7690" author-id="S0370269322007833-811bc8b4f52e23443d85b7df17a8c0f8"><ce:given-name>P.G.</ce:given-name><ce:surname>Russek</ce:surname><ce:cross-ref refid="aff0020" id="crf8150"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7492-974X" id="au7700" author-id="S0370269322007833-382bae6674b95129a686a1582c2cbd62"><ce:given-name>R.</ce:given-name><ce:surname>Russo</ce:surname><ce:cross-ref refid="aff0840" id="crf8160"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8678-6400" id="au7710" author-id="S0370269322007833-3f18061f27d8ef882f8bc13c3ad28a1e"><ce:given-name>A.</ce:given-name><ce:surname>Rustamov</ce:surname><ce:cross-ref refid="aff0810" id="crf8170"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-8982-9510" id="au7720" author-id="S0370269322007833-da224bbaa7d58df68ca142bd1d327ea1"><ce:given-name>E.</ce:given-name><ce:surname>Ryabinkin</ce:surname><ce:cross-ref refid="aff1390" id="crf8180"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3028-8776" id="au7730" author-id="S0370269322007833-9dc7fbdefd058c8dbbadbcccacfaa812"><ce:given-name>Y.</ce:given-name><ce:surname>Ryabov</ce:surname><ce:cross-ref refid="aff1390" id="crf8190"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3076-0505" id="au7740" author-id="S0370269322007833-0a49addc5bf52af0bf1d9600608df117"><ce:given-name>A.</ce:given-name><ce:surname>Rybicki</ce:surname><ce:cross-ref refid="aff1060" id="crf8200"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7493-5552" id="au7750" author-id="S0370269322007833-4e71a4d8878b932d0f7f0fac8338f177"><ce:given-name>H.</ce:given-name><ce:surname>Rytkonen</ce:surname><ce:cross-ref refid="aff1140" id="crf8210"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3274-9986" id="au7760" author-id="S0370269322007833-cb56ae8a44e3cc494d7b67afa9bccd92"><ce:given-name>W.</ce:given-name><ce:surname>Rzesa</ce:surname><ce:cross-ref refid="aff1320" id="crf8220"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3346-3645" id="au7770" author-id="S0370269322007833-0028258bab866460c144c7c968794773"><ce:given-name>O.A.M.</ce:given-name><ce:surname>Saarimaki</ce:surname><ce:cross-ref refid="aff0430" id="crf8230"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0438-8359" id="au7780" author-id="S0370269322007833-30d43d51897675cf9cd495896fc130f9"><ce:given-name>R.</ce:given-name><ce:surname>Sadek</ce:surname><ce:cross-ref refid="aff1030" id="crf8240"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6781-416X" id="au7790" author-id="S0370269322007833-95444e1d677ab64f8776a30d178e54e2"><ce:given-name>S.</ce:given-name><ce:surname>Sadovsky</ce:surname><ce:cross-ref refid="aff1390" id="crf8250"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8769-0865" id="au7800" author-id="S0370269322007833-0a168bc99240d66a8925ff06e271bdf5"><ce:given-name>J.</ce:given-name><ce:surname>Saetre</ce:surname><ce:cross-ref refid="aff0200" id="crf8260"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2512-5451" id="au7810" author-id="S0370269322007833-21a9d7d32dbc31b6d9fe58ee57047f0f"><ce:given-name>K.</ce:given-name><ce:surname>Šafařík</ce:surname><ce:cross-ref refid="aff0350" id="crf8270"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-0580-829X" id="au7820" author-id="S0370269322007833-e124e41bd8c9a15152d347654ca43d3a"><ce:given-name>S.K.</ce:given-name><ce:surname>Saha</ce:surname><ce:cross-ref refid="aff1310" id="crf8280"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4159-3549" id="au7830" author-id="S0370269322007833-97780e442ae33eb1a0ab97a98d717272"><ce:given-name>S.</ce:given-name><ce:surname>Saha</ce:surname><ce:cross-ref refid="aff0800" id="crf8290"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7383-4418" id="au7840" author-id="S0370269322007833-2d0dbe8d0df0bf01a83ddf19e043addc"><ce:given-name>B.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0460" id="crf8300"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au7850" author-id="S0370269322007833-c91ceefdaf62924dbe41969b9214a864"><ce:given-name>P.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0460" id="crf8310"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3334-0661" id="au7860" author-id="S0370269322007833-bf022b9756aebb065155d194bfc5e116"><ce:given-name>R.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0470" id="crf8320"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author id="au7870" author-id="S0370269322007833-d12dd0293e56fb8f196c824e945688ef"><ce:given-name>S.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0600" id="crf8330"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8980-1362" id="au7880" author-id="S0370269322007833-7da34c080308a4a878b936642dad5d72"><ce:given-name>D.</ce:given-name><ce:surname>Sahu</ce:surname><ce:cross-ref refid="aff0470" id="crf8340"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3546-3390" id="au7890" author-id="S0370269322007833-2bddf806dd23a81f5fa7e547686c633f"><ce:given-name>P.K.</ce:given-name><ce:surname>Sahu</ce:surname><ce:cross-ref refid="aff0600" id="crf8350"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3266-9959" id="au7900" author-id="S0370269322007833-d5d387bbf6ac7c96302a2261913a190e"><ce:given-name>J.</ce:given-name><ce:surname>Saini</ce:surname><ce:cross-ref refid="aff1310" id="crf8360"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au7910" author-id="S0370269322007833-f703969e0e9785229512bda850aef2e1"><ce:given-name>K.</ce:given-name><ce:surname>Sajdakova</ce:surname><ce:cross-ref refid="aff0370" id="crf8370"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1380-0392" id="au7920" author-id="S0370269322007833-f5ff96bab08f662fd05e088cca2830f6"><ce:given-name>S.</ce:given-name><ce:surname>Sakai</ce:surname><ce:cross-ref refid="aff1220" id="crf8380"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8111-5576" id="au7930" author-id="S0370269322007833-8a3806e0320b7d360b40762c9a667520"><ce:given-name>M.P.</ce:given-name><ce:surname>Salvan</ce:surname><ce:cross-ref refid="aff0980" id="crf8390"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5018-6902" id="au7940" author-id="S0370269322007833-1bc9f8186efa42ba63b483c287a4106e"><ce:given-name>S.</ce:given-name><ce:surname>Sambyal</ce:surname><ce:cross-ref refid="aff0910" id="crf8400"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au7950" author-id="S0370269322007833-cd56f5a9e647bb69890a3a180b5ed4f6"><ce:given-name>T.B.</ce:given-name><ce:surname>Saramela</ce:surname><ce:cross-ref refid="aff1090" id="crf8410"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2393-0804" id="au7960" author-id="S0370269322007833-4e7b512d816400994223e9f92ecca2ec"><ce:given-name>D.</ce:given-name><ce:surname>Sarkar</ce:surname><ce:cross-ref refid="aff1330" id="crf8420"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author id="au7970" author-id="S0370269322007833-2142bcc0044d7022f40dbf34b4e197ca"><ce:given-name>N.</ce:given-name><ce:surname>Sarkar</ce:surname><ce:cross-ref refid="aff1310" id="crf8430"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3191-4513" id="au7980" author-id="S0370269322007833-a3851d6513ae8b68029b7958a5abed81"><ce:given-name>P.</ce:given-name><ce:surname>Sarma</ce:surname><ce:cross-ref refid="aff0410" id="crf8440"><ce:sup>41</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9879-1119" id="au7990" author-id="S0370269322007833-cba5c2ba21cd453e06c3e5024f528642"><ce:given-name>V.</ce:given-name><ce:surname>Sarritzu</ce:surname><ce:cross-ref refid="aff0220" id="crf8450"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8438-3966" id="au8000" author-id="S0370269322007833-cc5ffcd83ec77f5fd9325b0b7118b774"><ce:given-name>V.M.</ce:given-name><ce:surname>Sarti</ce:surname><ce:cross-ref refid="aff0960" id="crf8460"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1419-2085" id="au8010" author-id="S0370269322007833-4f6b354f623cbb6890bb23228e05b5fe"><ce:given-name>M.H.P.</ce:given-name><ce:surname>Sas</ce:surname><ce:cross-ref refid="aff1360" id="crf8470"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3266-1332" id="au8020" author-id="S0370269322007833-2b91d041007f9e176264d73e2d0de0a4"><ce:given-name>J.</ce:given-name><ce:surname>Schambach</ce:surname><ce:cross-ref refid="aff0870" id="crf8480"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1184-9627" id="au8030" author-id="S0370269322007833-c66444d5ef774ee49802c74363dc640a"><ce:given-name>H.S.</ce:given-name><ce:surname>Scheid</ce:surname><ce:cross-ref refid="aff0630" id="crf8490"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-3728-8849" id="au8040" author-id="S0370269322007833-03804028f617309bc048e5933e616e73"><ce:given-name>C.</ce:given-name><ce:surname>Schiaua</ce:surname><ce:cross-ref refid="aff0450" id="crf8500"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1230-4274" id="au8050" author-id="S0370269322007833-784adb72642054424e9362d8386b26e7"><ce:given-name>R.</ce:given-name><ce:surname>Schicker</ce:surname><ce:cross-ref refid="aff0950" id="crf8510"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author id="au8060" author-id="S0370269322007833-0217b26765b58bf272de6570444ed5dc"><ce:given-name>A.</ce:given-name><ce:surname>Schmah</ce:surname><ce:cross-ref refid="aff0950" id="crf8520"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2295-6199" id="au8070" author-id="S0370269322007833-f94f964488b585f9462e6ab4015791c9"><ce:given-name>C.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0980" id="crf8530"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author id="au8080" author-id="S0370269322007833-fd43f769f1f7612b2725ab8467cb3988"><ce:given-name>H.R.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0940" id="crf8540"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5335-1515" id="au8090" author-id="S0370269322007833-000dbff16850e64d09345b19cc7e2cae"><ce:given-name>M.O.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0320" id="crf8550"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8100" author-id="S0370269322007833-676a3e2f083d7445aad07e3df271a3ea"><ce:given-name>M.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0940" id="crf8560"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5795-4871" id="au8110" author-id="S0370269322007833-31162c06a9fc108e5b35973a2ffb24b8"><ce:given-name>N.V.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0870" id="crf8570"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0630" id="crf8580"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9093-4461" id="au8120" author-id="S0370269322007833-dd604e595646814f08f6fa8e83e76398"><ce:given-name>A.R.</ce:given-name><ce:surname>Schmier</ce:surname><ce:cross-ref refid="aff1190" id="crf8590"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4791-5481" id="au8130" author-id="S0370269322007833-337f117e371476d9154b3392d1da6bf8"><ce:given-name>R.</ce:given-name><ce:surname>Schotter</ce:surname><ce:cross-ref refid="aff1260" id="crf8600"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6638-2932" id="au8140" author-id="S0370269322007833-d9df8e3f4beecadb05967ec0da49ff70"><ce:given-name>J.</ce:given-name><ce:surname>Schukraft</ce:surname><ce:cross-ref refid="aff0320" id="crf8610"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8150" author-id="S0370269322007833-6310a0f15817e728ebcc79e2ab7c4c2f"><ce:given-name>K.</ce:given-name><ce:surname>Schwarz</ce:surname><ce:cross-ref refid="aff0980" id="crf8620"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9935-6995" id="au8160" author-id="S0370269322007833-2b6a538fbe623fb4022aa1b75b26c442"><ce:given-name>K.</ce:given-name><ce:surname>Schweda</ce:surname><ce:cross-ref refid="aff0980" id="crf8630"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0144-0713" id="au8170" author-id="S0370269322007833-fc518e7578036d8d371116685c31012a"><ce:given-name>G.</ce:given-name><ce:surname>Scioli</ce:surname><ce:cross-ref refid="aff0250" id="crf8640"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9015-9610" id="au8180" author-id="S0370269322007833-d42cd071cfc74dbae9b48d5cd17800d0"><ce:given-name>E.</ce:given-name><ce:surname>Scomparin</ce:surname><ce:cross-ref refid="aff0550" id="crf8650"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1423-6973" id="au8190" author-id="S0370269322007833-94181a0b17774396a39a9ed6fc47c3d5"><ce:given-name>J.E.</ce:given-name><ce:surname>Seger</ce:surname><ce:cross-ref refid="aff0140" id="crf8660"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author id="au8200" author-id="S0370269322007833-1f4043c3186036a978d62e3e2d162134"><ce:given-name>Y.</ce:given-name><ce:surname>Sekiguchi</ce:surname><ce:cross-ref refid="aff1210" id="crf8670"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-9692-8812" id="au8210" author-id="S0370269322007833-231e8d80e70f7aa46fc7b8201643f307"><ce:given-name>D.</ce:given-name><ce:surname>Sekihata</ce:surname><ce:cross-ref refid="aff1210" id="crf8680"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8042-4924" id="au8220" author-id="S0370269322007833-87e546912eabfb863538b176fde78749"><ce:given-name>I.</ce:given-name><ce:surname>Selyuzhenkov</ce:surname><ce:cross-ref refid="aff0980" id="crf8690"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1390" id="crf8700"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1907-9786" id="au8230" author-id="S0370269322007833-919152051a0186bd761a33e9a12c962e"><ce:given-name>S.</ce:given-name><ce:surname>Senyukov</ce:surname><ce:cross-ref refid="aff1260" id="crf8710"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6368-3350" id="au8240" author-id="S0370269322007833-1d84cdddde85c220045f4e9374e0487a"><ce:given-name>J.J.</ce:given-name><ce:surname>Seo</ce:surname><ce:cross-ref refid="aff0570" id="crf8720"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5546-6524" id="au8250" author-id="S0370269322007833-45d295ee783dda945d1339d17b8f7552"><ce:given-name>D.</ce:given-name><ce:surname>Serebryakov</ce:surname><ce:cross-ref refid="aff1390" id="crf8730"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5657-5351" id="au8260" author-id="S0370269322007833-fb3d7b2c3c2b219cdba56ad462fd16d5"><ce:given-name>L.</ce:given-name><ce:surname>Šerkšnytė</ce:surname><ce:cross-ref refid="aff0960" id="crf8740"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4151-1056" id="au8270" author-id="S0370269322007833-a1ba0c3722a1611161b0a6acdcd217eb"><ce:given-name>A.</ce:given-name><ce:surname>Sevcenco</ce:surname><ce:cross-ref refid="aff0620" id="crf8750"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2290-9031" id="au8280" author-id="S0370269322007833-230e0ab7c6dad85e0c9ab44030ee0c31"><ce:given-name>T.J.</ce:given-name><ce:surname>Shaba</ce:surname><ce:cross-ref refid="aff0670" id="crf8760"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au8290" author-id="S0370269322007833-6ba1905bfb57edd3371e7497f125fc77"><ce:given-name>A.</ce:given-name><ce:surname>Shabanov</ce:surname><ce:cross-ref refid="aff1390" id="crf8770"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3069-726X" id="au8300" author-id="S0370269322007833-eccc4eb373e67b000b70c03bc953f7be"><ce:given-name>A.</ce:given-name><ce:surname>Shabetai</ce:surname><ce:cross-ref refid="aff1030" id="crf8780"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author id="au8310" author-id="S0370269322007833-4044ca3befd9dd6a2145d809b5f421e3"><ce:given-name>R.</ce:given-name><ce:surname>Shahoyan</ce:surname><ce:cross-ref refid="aff0320" id="crf8790"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8320" author-id="S0370269322007833-433f918d1193b919b935c4071c45d479"><ce:given-name>W.</ce:given-name><ce:surname>Shaikh</ce:surname><ce:cross-ref refid="aff0990" id="crf8800"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5053-7506" id="au8330" author-id="S0370269322007833-7a1a1ea0b774f666a219a219f61965e3"><ce:given-name>A.</ce:given-name><ce:surname>Shangaraev</ce:surname><ce:cross-ref refid="aff1390" id="crf8810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au8340" author-id="S0370269322007833-b32067d8486ea2da83ae42c6015b7272"><ce:given-name>A.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0900" id="crf8820"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-9105-0729" id="au8350" author-id="S0370269322007833-5ec7e4fb2fecc24569d920e4223f15d5"><ce:given-name>D.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0460" id="crf8830"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2753-4283" id="au8360" author-id="S0370269322007833-9ba2f4c0358179c0a4269919f6db9efb"><ce:given-name>H.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1060" id="crf8840"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8256-8200" id="au8370" author-id="S0370269322007833-2bc2983d44ca6edf1e245c910a07f8fd"><ce:given-name>M.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0910" id="crf8850"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8046-1752" id="au8380" author-id="S0370269322007833-ff55826e9881b12af97414d6bafc15e3"><ce:given-name>N.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0900" id="crf8860"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7159-6839" id="au8390" author-id="S0370269322007833-dea65ea1ea56fa5802a2370cbb001777"><ce:given-name>S.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0910" id="crf8870"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7686-070X" id="au8400" author-id="S0370269322007833-cab15d0853c296aff65e7db1f0d635e9"><ce:given-name>U.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0910" id="crf8880"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7432-6669" id="au8410" author-id="S0370269322007833-7b902e1f81916b8184832cdb1f36e07a"><ce:given-name>A.</ce:given-name><ce:surname>Shatat</ce:surname><ce:cross-ref refid="aff0720" id="crf8890"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author id="au8420" author-id="S0370269322007833-18136795fe5b5eb02309150c4d868125"><ce:given-name>O.</ce:given-name><ce:surname>Sheibani</ce:surname><ce:cross-ref refid="aff1130" id="crf8900"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8416-8617" id="au8430" author-id="S0370269322007833-e9a146adc7540fa5ca0c3067beb56b46"><ce:given-name>K.</ce:given-name><ce:surname>Shigaki</ce:surname><ce:cross-ref refid="aff0930" id="crf8910"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au8440" author-id="S0370269322007833-3a406d92f47d3c342f4cd2f352b93fb3"><ce:given-name>M.</ce:given-name><ce:surname>Shimomura</ce:surname><ce:cross-ref refid="aff0770" id="crf8920"><ce:sup>77</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-0106-6054" id="au8450" author-id="S0370269322007833-6b2c2e57131e32b5ebf84058b73f54aa"><ce:given-name>S.</ce:given-name><ce:surname>Shirinkin</ce:surname><ce:cross-ref refid="aff1390" id="crf8930"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5128-6238" id="au8460" author-id="S0370269322007833-d5e441fdcf341f7bada490393ce8066d"><ce:given-name>Q.</ce:given-name><ce:surname>Shou</ce:surname><ce:cross-ref refid="aff0390" id="crf8940"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3348-1221" id="au8470" author-id="S0370269322007833-5cb068ab6f979cc8e49de0b405e08c4f"><ce:given-name>Y.</ce:given-name><ce:surname>Sibiriak</ce:surname><ce:cross-ref refid="aff1390" id="crf8950"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0543-9245" id="au8480" author-id="S0370269322007833-8247044a9ad9588b26bf570f8f92a1aa"><ce:given-name>S.</ce:given-name><ce:surname>Siddhanta</ce:surname><ce:cross-ref refid="aff0510" id="crf8960"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2014-5229" id="au8490" author-id="S0370269322007833-eba2779dc45d8567f427c55b555dc0ca"><ce:given-name>T.</ce:given-name><ce:surname>Siemiarczuk</ce:surname><ce:cross-ref refid="aff0790" id="crf8970"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7643-2198" id="au8500" author-id="S0370269322007833-0592f5524b7d1a38d09aabb737c94ec0"><ce:given-name>T.F.</ce:given-name><ce:surname>Silva</ce:surname><ce:cross-ref refid="aff1090" id="crf8980"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0526-5791" id="au8510" author-id="S0370269322007833-cc36c04c40e19a8455422de9daca4c31"><ce:given-name>D.</ce:given-name><ce:surname>Silvermyr</ce:surname><ce:cross-ref refid="aff0750" id="crf8990"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au8520" author-id="S0370269322007833-5d12b1d6955a3601b5814b9bb8588f4f"><ce:given-name>T.</ce:given-name><ce:surname>Simantathammakul</ce:surname><ce:cross-ref refid="aff1040" id="crf9000"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7729-5503" id="au8530" author-id="S0370269322007833-6393617ad1fb1402611f370fffec2382"><ce:given-name>R.</ce:given-name><ce:surname>Simeonov</ce:surname><ce:cross-ref refid="aff0360" id="crf9010"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au8540" author-id="S0370269322007833-038f483f6d2e5bcdf914c3b9a3a2cf25"><ce:given-name>G.</ce:given-name><ce:surname>Simonetti</ce:surname><ce:cross-ref refid="aff0320" id="crf9020"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8550" author-id="S0370269322007833-aab1420eddc341b05321ead42cc4c9fc"><ce:given-name>B.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0910" id="crf9030"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8997-0019" id="au8560" author-id="S0370269322007833-07775d5aa901011f3821dba3282fb3e0"><ce:given-name>B.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0960" id="crf9040"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-7617-1577" id="au8570" author-id="S0370269322007833-02af59487e20a18c520fea31d6730338"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0800" id="crf9050"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6904-9879" id="au8580" author-id="S0370269322007833-aa581cc51fe123db4c7c12c8e1d0af87"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0910" id="crf9060"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6746-6847" id="au8590" author-id="S0370269322007833-166ab0fa2fb6caa61da1b8a040b1e278"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0470" id="crf9070"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5783-3551" id="au8600" author-id="S0370269322007833-4c33c2641d33d44eca005f652b553f47"><ce:given-name>V.K.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff1310" id="crf9080"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6315-9671" id="au8610" author-id="S0370269322007833-6475573f1c042491a9461800f84f7e17"><ce:given-name>V.</ce:given-name><ce:surname>Singhal</ce:surname><ce:cross-ref refid="aff1310" id="crf9090"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1290-8388" id="au8620" author-id="S0370269322007833-fb688ef16b53507c773a0c466022686b"><ce:given-name>T.</ce:given-name><ce:surname>Sinha</ce:surname><ce:cross-ref refid="aff0990" id="crf9100"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-7519-0796" id="au8630" author-id="S0370269322007833-4dd174a5e9d45db4325b2a80d33b8149"><ce:given-name>B.</ce:given-name><ce:surname>Sitar</ce:surname><ce:cross-ref refid="aff0120" id="crf9110"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4175-148X" id="au8640" author-id="S0370269322007833-3b59aee01be38f76fa93e8cd0616e67e"><ce:given-name>M.</ce:given-name><ce:surname>Sitta</ce:surname><ce:cross-ref refid="aff1290" id="crf9120"><ce:sup>129</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf9130"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au8650" author-id="S0370269322007833-0ffea690781a8ef42b20d2bf3605a48d"><ce:given-name>T.B.</ce:given-name><ce:surname>Skaali</ce:surname><ce:cross-ref refid="aff0190" id="crf9140"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5747-4096" id="au8660" author-id="S0370269322007833-8f1f2ab39bfb478d52b2fca1d1026928"><ce:given-name>G.</ce:given-name><ce:surname>Skorodumovs</ce:surname><ce:cross-ref refid="aff0950" id="crf9150"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2966-8445" id="au8670" author-id="S0370269322007833-ce5d8d52aff3b9a257186938eba69940"><ce:given-name>M.</ce:given-name><ce:surname>Slupecki</ce:surname><ce:cross-ref refid="aff0430" id="crf9160"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1361-0305" id="au8680" author-id="S0370269322007833-4dff2a8cce793ddddad546bf49106817"><ce:given-name>N.</ce:given-name><ce:surname>Smirnov</ce:surname><ce:cross-ref refid="aff1360" id="crf9170"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9720-0604" id="au8690" author-id="S0370269322007833-e12bdf24e76db6c87b277836cf233019"><ce:given-name>R.J.M.</ce:given-name><ce:surname>Snellings</ce:surname><ce:cross-ref refid="aff0580" id="crf9180"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6002-8732" id="au8700" author-id="S0370269322007833-6ea57c0f96da7e01b9086dca27a4b7be"><ce:given-name>E.H.</ce:given-name><ce:surname>Solheim</ce:surname><ce:cross-ref refid="aff0190" id="crf9190"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au8710" author-id="S0370269322007833-897d4030aa386814d80fb77010ef5002"><ce:given-name>C.</ce:given-name><ce:surname>Soncco</ce:surname><ce:cross-ref refid="aff1010" id="crf9200"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2847-2291" id="au8720" author-id="S0370269322007833-e423ef18c708c9c8e5076d3ad9fa7345"><ce:given-name>J.</ce:given-name><ce:surname>Song</ce:surname><ce:cross-ref refid="aff1130" id="crf9210"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au8730" author-id="S0370269322007833-0a281b197a34a8ec6f58600b763f438c"><ce:given-name>A.</ce:given-name><ce:surname>Songmoolnak</ce:surname><ce:cross-ref refid="aff1040" id="crf9220"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1018-0987" id="au8740" author-id="S0370269322007833-657fdca353e29412dc258d4f8080fd5e"><ce:given-name>F.</ce:given-name><ce:surname>Soramel</ce:surname><ce:cross-ref refid="aff0270" id="crf9230"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5595-5643" id="au8750" author-id="S0370269322007833-08d0e06daec8127f6f7fd46b9d3ad98b"><ce:given-name>S.</ce:given-name><ce:surname>Sorensen</ce:surname><ce:cross-ref refid="aff1190" id="crf9240"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8625-763X" id="au8760" author-id="S0370269322007833-bd98e1f9191343ada467da8f1660394e"><ce:given-name>R.</ce:given-name><ce:surname>Spijkers</ce:surname><ce:cross-ref refid="aff0840" id="crf9250"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7590-7171" id="au8770" author-id="S0370269322007833-5c46e847eb41f641ef007f47ceeef5f5"><ce:given-name>I.</ce:given-name><ce:surname>Sputowska</ce:surname><ce:cross-ref refid="aff1060" id="crf9260"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8476-3547" id="au8780" author-id="S0370269322007833-ae6659f61a7ea40d63c55774ac78445c"><ce:given-name>J.</ce:given-name><ce:surname>Staa</ce:surname><ce:cross-ref refid="aff0750" id="crf9270"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0750-6664" id="au8790" author-id="S0370269322007833-08dabed2ad53ce608b50cc80a0f32bac"><ce:given-name>J.</ce:given-name><ce:surname>Stachel</ce:surname><ce:cross-ref refid="aff0950" id="crf9280"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1336-4092" id="au8800" author-id="S0370269322007833-b0ef98fe4c3a58484c52cb4402b727ce"><ce:given-name>I.</ce:given-name><ce:surname>Stan</ce:surname><ce:cross-ref refid="aff0620" id="crf9290"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6814-1040" id="au8810" author-id="S0370269322007833-3b05d082368606695b16be0f0e9cad4e"><ce:given-name>P.J.</ce:given-name><ce:surname>Steffanic</ce:surname><ce:cross-ref refid="aff1190" id="crf9300"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2269-1490" id="au8820" author-id="S0370269322007833-9f04bc942ad6802c66589e3d7978ef55"><ce:given-name>S.F.</ce:given-name><ce:surname>Stiefelmaier</ce:surname><ce:cross-ref refid="aff0950" id="crf9310"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5377-5163" id="au8830" author-id="S0370269322007833-f1ab20d63ed8b3d6e274b0f330e99ed7"><ce:given-name>D.</ce:given-name><ce:surname>Stocco</ce:surname><ce:cross-ref refid="aff1030" id="crf9320"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3254-7305" id="au8840" author-id="S0370269322007833-598d38c90217ab7f780f227de96d75b3"><ce:given-name>I.</ce:given-name><ce:surname>Storehaug</ce:surname><ce:cross-ref refid="aff0190" id="crf9330"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-4489-2858" id="au8850" author-id="S0370269322007833-e0ac4d17343a69ab9c671ac17ce1facd"><ce:given-name>M.M.</ce:given-name><ce:surname>Storetvedt</ce:surname><ce:cross-ref refid="aff0340" id="crf9340"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1978-3351" id="au8860" author-id="S0370269322007833-ad4835e85d6503fb1e04dae8b2992acd"><ce:given-name>P.</ce:given-name><ce:surname>Stratmann</ce:surname><ce:cross-ref refid="aff1340" id="crf9350"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2329-0330" id="au8870" author-id="S0370269322007833-d7676321ebd560a622de6bcd0ed6c69f"><ce:given-name>S.</ce:given-name><ce:surname>Strazzi</ce:surname><ce:cross-ref refid="aff0250" id="crf9360"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au8880" author-id="S0370269322007833-a142771e3c6f474eb5a3ddda56e62fc0"><ce:given-name>C.P.</ce:given-name><ce:surname>Stylianidis</ce:surname><ce:cross-ref refid="aff0840" id="crf9370"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2847-6556" id="au8890" author-id="S0370269322007833-56fcf7cb23017eaab1a1abea1843850b"><ce:given-name>A.A.P.</ce:given-name><ce:surname>Suaide</ce:surname><ce:cross-ref refid="aff1090" id="crf9380"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1675-503X" id="au8900" author-id="S0370269322007833-c7f2d71be2bf887594e88c1fd3379036"><ce:given-name>C.</ce:given-name><ce:surname>Suire</ce:surname><ce:cross-ref refid="aff0720" id="crf9390"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4506-8071" id="au8910" author-id="S0370269322007833-9c3a2c9348e05d1e433977af31502d61"><ce:given-name>M.</ce:given-name><ce:surname>Sukhanov</ce:surname><ce:cross-ref refid="aff1390" id="crf9400"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4490-1930" id="au8920" author-id="S0370269322007833-5458a9eb75a0419661b9c7016efda138"><ce:given-name>M.</ce:given-name><ce:surname>Suljic</ce:surname><ce:cross-ref refid="aff0320" id="crf9410"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6779-208X" id="au8930" author-id="S0370269322007833-589a5a6051c44be9b7f299681578bdfd"><ce:given-name>V.</ce:given-name><ce:surname>Sumberia</ce:surname><ce:cross-ref refid="aff0910" id="crf9420"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4252-8877" id="au8940" author-id="S0370269322007833-1699d1b890617ec1ccffdff98f188057"><ce:given-name>S.</ce:given-name><ce:surname>Sumowidagdo</ce:surname><ce:cross-ref refid="aff0820" id="crf9430"><ce:sup>82</ce:sup></ce:cross-ref></ce:author><ce:author id="au8950" author-id="S0370269322007833-0cd9b2c7c70607120d8ed18269c10358"><ce:given-name>S.</ce:given-name><ce:surname>Swain</ce:surname><ce:cross-ref refid="aff0600" id="crf9440"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author id="au8960" author-id="S0370269322007833-a17ccaf2b16f932fe91acee8fb4fee2e"><ce:given-name>A.</ce:given-name><ce:surname>Szabo</ce:surname><ce:cross-ref refid="aff0120" id="crf9450"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-4361-0257" id="au8970" author-id="S0370269322007833-9dc29d8d923f26ea3fd8d57a90d30390"><ce:given-name>I.</ce:given-name><ce:surname>Szarka</ce:surname><ce:cross-ref refid="aff0120" id="crf9460"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author id="au8980" author-id="S0370269322007833-e0aaec5b1b1950d6e671c1ed67a68fc7"><ce:given-name>U.</ce:given-name><ce:surname>Tabassam</ce:surname><ce:cross-ref refid="aff0130" id="crf9470"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2642-5720" id="au8990" author-id="S0370269322007833-c60a92de60aa0e4f8c13c6708cd184e8"><ce:given-name>S.F.</ce:given-name><ce:surname>Taghavi</ce:surname><ce:cross-ref refid="aff0960" id="crf9480"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3470-2230" id="au9000" author-id="S0370269322007833-059a2de3e52ba5db1d032268085cf1e5"><ce:given-name>G.</ce:given-name><ce:surname>Taillepied</ce:surname><ce:cross-ref refid="aff0980" id="crf9490"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1240" id="crf9500"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4091-1779" id="au9010" author-id="S0370269322007833-c0f167bf69dc8eb13da2b029b041a055"><ce:given-name>J.</ce:given-name><ce:surname>Takahashi</ce:surname><ce:cross-ref refid="aff1100" id="crf9510"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7174-3379" id="au9020" author-id="S0370269322007833-f250805ae64e3f0cfdb9411d4443bfe8"><ce:given-name>G.J.</ce:given-name><ce:surname>Tambave</ce:surname><ce:cross-ref refid="aff0200" id="crf9520"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9413-9534" id="au9030" author-id="S0370269322007833-89c33e492725d4c181ab38572713cbc6"><ce:given-name>S.</ce:given-name><ce:surname>Tang</ce:surname><ce:cross-ref refid="aff1240" id="crf9530"><ce:sup>124</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf9540"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4247-0081" id="au9040" author-id="S0370269322007833-872753327c0c65d809bbcf7bec18aa6a"><ce:given-name>Z.</ce:given-name><ce:surname>Tang</ce:surname><ce:cross-ref refid="aff1170" id="crf9550"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0098-4279" id="au9050" author-id="S0370269322007833-d9c970afed857aa54a47f34a5d10bdad"><ce:given-name>J.D.</ce:given-name><ce:surname>Tapia Takaki</ce:surname><ce:cross-ref refid="aff1150" id="crf9560"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au9060" author-id="S0370269322007833-361f0a80011b90d6e1e7a305834de5ec"><ce:given-name>N.</ce:given-name><ce:surname>Tapus</ce:surname><ce:cross-ref refid="aff1230" id="crf9570"><ce:sup>123</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5086-8658" id="au9070" author-id="S0370269322007833-0992513f12e5d923609a6e7255921ec5"><ce:given-name>L.A.</ce:given-name><ce:surname>Tarasovicova</ce:surname><ce:cross-ref refid="aff1340" id="crf9580"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8865-9613" id="au9080" author-id="S0370269322007833-655cee6c20e95d653f76ee5554633dfe"><ce:given-name>M.G.</ce:given-name><ce:surname>Tarzila</ce:surname><ce:cross-ref refid="aff0450" id="crf9590"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-3124-9093" id="au9090" author-id="S0370269322007833-59aaa29065f6796159aa543e639298c7"><ce:given-name>A.</ce:given-name><ce:surname>Tauro</ce:surname><ce:cross-ref refid="aff0320" id="crf9600"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6783-7230" id="au9100" author-id="S0370269322007833-e32b8e2ac0c864eac40a37b39e286a55"><ce:given-name>A.</ce:given-name><ce:surname>Telesca</ce:surname><ce:cross-ref refid="aff0320" id="crf9610"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4119-7228" id="au9110" author-id="S0370269322007833-a8fc702cfc3f2781d3f44ce57fef99fa"><ce:given-name>L.</ce:given-name><ce:surname>Terlizzi</ce:surname><ce:cross-ref refid="aff0240" id="crf9620"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1318-684X" id="au9120" author-id="S0370269322007833-1463848cd4d3f997204d95350f6ec09e"><ce:given-name>C.</ce:given-name><ce:surname>Terrevoli</ce:surname><ce:cross-ref refid="aff1130" id="crf9630"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au9130" author-id="S0370269322007833-3117906cff50143c8578edcd5d472f8f"><ce:given-name>G.</ce:given-name><ce:surname>Tersimonov</ce:surname><ce:cross-ref refid="aff0030" id="crf9640"><ce:sup>3</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-2329-5039" id="au9140" author-id="S0370269322007833-364b9b5c5740ad64b0bfd748bcc98319"><ce:given-name>S.</ce:given-name><ce:surname>Thakur</ce:surname><ce:cross-ref refid="aff1310" id="crf9650"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3408-3097" id="au9150" author-id="S0370269322007833-a2ec5b979d461b062cd03d49d6e8d67b"><ce:given-name>D.</ce:given-name><ce:surname>Thomas</ce:surname><ce:cross-ref refid="aff1070" id="crf9660"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2106-5415" id="au9160" author-id="S0370269322007833-1aedf986c49e01602efb19c767f2f80e"><ce:given-name>R.</ce:given-name><ce:surname>Tieulent</ce:surname><ce:cross-ref refid="aff1250" id="crf9670"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7799-8858" id="au9170" author-id="S0370269322007833-1622f94cfabd47942fa3c2ea0d3e6a1e"><ce:given-name>A.</ce:given-name><ce:surname>Tikhonov</ce:surname><ce:cross-ref refid="aff1390" id="crf9680"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1305-8757" id="au9180" author-id="S0370269322007833-7e98d622fbf1de9d69786eccee47944e"><ce:given-name>A.R.</ce:given-name><ce:surname>Timmins</ce:surname><ce:cross-ref refid="aff1130" id="crf9690"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au9190" author-id="S0370269322007833-a1ab2ffb64eaab4cb2d232ddd2bb97d6"><ce:given-name>M.</ce:given-name><ce:surname>Tkacik</ce:surname><ce:cross-ref refid="aff1050" id="crf9700"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8308-7882" id="au9200" author-id="S0370269322007833-8e8f16c729742ac824d65f8afcaf4e49"><ce:given-name>T.</ce:given-name><ce:surname>Tkacik</ce:surname><ce:cross-ref refid="aff1050" id="crf9710"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9567-3360" id="au9210" author-id="S0370269322007833-baa2844898740f45581b73a5159189fd"><ce:given-name>A.</ce:given-name><ce:surname>Toia</ce:surname><ce:cross-ref refid="aff0630" id="crf9720"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5137-3582" id="au9220" author-id="S0370269322007833-7f0c866168b6a030377f76e811939a25"><ce:given-name>N.</ce:given-name><ce:surname>Topilskaya</ce:surname><ce:cross-ref refid="aff1390" id="crf9730"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0392-0895" id="au9230" author-id="S0370269322007833-3fb5746f79e2f9b28eecf5a47a516d6f"><ce:given-name>M.</ce:given-name><ce:surname>Toppi</ce:surname><ce:cross-ref refid="aff0480" id="crf9740"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au9240" author-id="S0370269322007833-a5c53ec1b18840e9215691c8237119a2"><ce:given-name>F.</ce:given-name><ce:surname>Torales-Acosta</ce:surname><ce:cross-ref refid="aff0180" id="crf9750"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9753-329X" id="au9250" author-id="S0370269322007833-b4e81d58f6dd564b7404d4b9ecbc5871"><ce:given-name>T.</ce:given-name><ce:surname>Tork</ce:surname><ce:cross-ref refid="aff0720" id="crf9760"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3997-0883" id="au9260" author-id="S0370269322007833-a98a1f1d8d24de0ecb13aa75917ea587"><ce:given-name>A.G.</ce:given-name><ce:surname>Torres Ramos</ce:surname><ce:cross-ref refid="aff0310" id="crf9770"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1078-1157" id="au9270" author-id="S0370269322007833-cb5f7f76f9be8a5b6f7f1f676ee0148e"><ce:given-name>A.</ce:given-name><ce:surname>Trifiró</ce:surname><ce:cross-ref refid="aff0300" id="crf9780"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf9790"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-7570-5972" id="au9280" author-id="S0370269322007833-f0952a23f4b03e256f2dddd4e7e7755e"><ce:given-name>A.S.</ce:given-name><ce:surname>Triolo</ce:surname><ce:cross-ref refid="aff0300" id="crf9800"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf9810"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0061-5107" id="au9290" author-id="S0370269322007833-43e5d915054f543c1b38d719f8c23294"><ce:given-name>S.</ce:given-name><ce:surname>Tripathy</ce:surname><ce:cross-ref refid="aff0500" id="crf9820"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6719-7130" id="au9300" author-id="S0370269322007833-cf5679180a033531cecbf308c26a3b2f"><ce:given-name>T.</ce:given-name><ce:surname>Tripathy</ce:surname><ce:cross-ref refid="aff0460" id="crf9830"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7474-5361" id="au9310" author-id="S0370269322007833-25f25f0207443c8141fbcc02fde4f484"><ce:given-name>S.</ce:given-name><ce:surname>Trogolo</ce:surname><ce:cross-ref refid="aff0320" id="crf9840"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-8143-0956" id="au9320" author-id="S0370269322007833-506889cabc7808922c96b983210184de"><ce:given-name>V.</ce:given-name><ce:surname>Trubnikov</ce:surname><ce:cross-ref refid="aff0030" id="crf9850"><ce:sup>3</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0672-9137" id="au9330" author-id="S0370269322007833-e248aa646c1f5daa31a6d10f338f7b99"><ce:given-name>W.H.</ce:given-name><ce:surname>Trzaska</ce:surname><ce:cross-ref refid="aff1140" id="crf9860"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1486-8906" id="au9340" author-id="S0370269322007833-0ad99eccccf5f6614c9b2fe212a09e1c"><ce:given-name>T.P.</ce:given-name><ce:surname>Trzcinski</ce:surname><ce:cross-ref refid="aff1320" id="crf9870"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5272-337X" id="au9350" author-id="S0370269322007833-1436d4c149a79ba68f037180a5bef32f"><ce:given-name>R.</ce:given-name><ce:surname>Turrisi</ce:surname><ce:cross-ref refid="aff0530" id="crf9880"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-7140-8644" id="au9360" author-id="S0370269322007833-8930c9cc922f1a4d2e8603e46ee1c6c6"><ce:given-name>T.S.</ce:given-name><ce:surname>Tveter</ce:surname><ce:cross-ref refid="aff0190" id="crf9890"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0002-8834" id="au9370" author-id="S0370269322007833-7004545697a114acfbeb346d1a39e4be"><ce:given-name>K.</ce:given-name><ce:surname>Ullaland</ce:surname><ce:cross-ref refid="aff0200" id="crf9900"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9554-2256" id="au9380" author-id="S0370269322007833-cf4537ec4a11afe2ff4b1d298cc0ae0e"><ce:given-name>B.</ce:given-name><ce:surname>Ulukutlu</ce:surname><ce:cross-ref refid="aff0960" id="crf9910"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7552-0228" id="au9390" author-id="S0370269322007833-3cfbab78c93b29828742ada152554508"><ce:given-name>A.</ce:given-name><ce:surname>Uras</ce:surname><ce:cross-ref refid="aff1250" id="crf9920"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4455-7383" id="au9400" author-id="S0370269322007833-f49cc4427c45636fa54f2a6de1c5f08f"><ce:given-name>M.</ce:given-name><ce:surname>Urioni</ce:surname><ce:cross-ref refid="aff0540" id="crf9930"><ce:sup>54</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1300" id="crf9940"><ce:sup>130</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8659-8378" id="au9410" author-id="S0370269322007833-324dab33f57f1180619ebdaa70e4abab"><ce:given-name>G.L.</ce:given-name><ce:surname>Usai</ce:surname><ce:cross-ref refid="aff0220" id="crf9950"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author id="au9420" author-id="S0370269322007833-e516037685b89d9a08de77db128730b1"><ce:given-name>M.</ce:given-name><ce:surname>Vala</ce:surname><ce:cross-ref refid="aff0370" id="crf9960"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4041-4788" id="au9430" author-id="S0370269322007833-a0c4f21667dff5e8981ca9b1d39685d4"><ce:given-name>N.</ce:given-name><ce:surname>Valle</ce:surname><ce:cross-ref refid="aff0210" id="crf9970"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1264-9651" id="au9440" author-id="S0370269322007833-a7aa620f38416bf7d0dc458451379255"><ce:given-name>S.</ce:given-name><ce:surname>Vallero</ce:surname><ce:cross-ref refid="aff0550" id="crf9980"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au9450" author-id="S0370269322007833-ae37ad8881ac4b149b7b63e6d4fddb0d"><ce:given-name>L.V.R.</ce:given-name><ce:surname>van Doremalen</ce:surname><ce:cross-ref refid="aff0580" id="crf9990"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5222-4888" id="au9460" author-id="S0370269322007833-fdb8c461fd0d1fa85731a38267910ce2"><ce:given-name>M.</ce:given-name><ce:surname>van Leeuwen</ce:surname><ce:cross-ref refid="aff0840" id="crf10000"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1199-4445" id="au9470" author-id="S0370269322007833-666dcfd069ac72114394a6abd411efad"><ce:given-name>C.A.</ce:given-name><ce:surname>van Veen</ce:surname><ce:cross-ref refid="aff0950" id="crf10010"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4389-203X" id="au9480" author-id="S0370269322007833-96adea6f429987f5d2ffec8c33902b73"><ce:given-name>R.J.G.</ce:given-name><ce:surname>van Weelden</ce:surname><ce:cross-ref refid="aff0840" id="crf10020"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7277-7706" id="au9490" author-id="S0370269322007833-8a84f08ce1aebf2c7b8befb57acdc802"><ce:given-name>P.</ce:given-name><ce:surname>Vande Vyvre</ce:surname><ce:cross-ref refid="aff0320" id="crf10030"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2450-1331" id="au9500" author-id="S0370269322007833-d178e7dcce00a1698d32c5daf78b3b7c"><ce:given-name>D.</ce:given-name><ce:surname>Varga</ce:surname><ce:cross-ref refid="aff1350" id="crf10040"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1501-5569" id="au9510" author-id="S0370269322007833-90ecee6000728a3ba3eb611ffe4e9527"><ce:given-name>Z.</ce:given-name><ce:surname>Varga</ce:surname><ce:cross-ref refid="aff1350" id="crf10050"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5638-4440" id="au9520" author-id="S0370269322007833-b5dabd92030f2d122750e9b75c9f5397"><ce:given-name>M.</ce:given-name><ce:surname>Varga-Kofarago</ce:surname><ce:cross-ref refid="aff1350" id="crf10060"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3160-8524" id="au9530" author-id="S0370269322007833-a0bf6e725e14efc934de14b5b9951a85"><ce:given-name>M.</ce:given-name><ce:surname>Vasileiou</ce:surname><ce:cross-ref refid="aff0780" id="crf10070"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-1676-234X" id="au9540" author-id="S0370269322007833-e2af25202e7b57a8ff0655807a73cce7"><ce:given-name>A.</ce:given-name><ce:surname>Vasiliev</ce:surname><ce:cross-ref refid="aff1390" id="crf10080"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6459-8134" id="au9550" author-id="S0370269322007833-ecdd4e446f958ae1e111e1f6f14ad352"><ce:given-name>O.</ce:given-name><ce:surname>Vázquez Doce</ce:surname><ce:cross-ref refid="aff0960" id="crf10090"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1458-8055" id="au9560" author-id="S0370269322007833-da7a5bcc54df9d651a45f4257178bc62"><ce:given-name>V.</ce:given-name><ce:surname>Vechernin</ce:surname><ce:cross-ref refid="aff1390" id="crf10100"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9030-5347" id="au9570" author-id="S0370269322007833-d84eb57d181dea407ab6d899a7410f59"><ce:given-name>E.</ce:given-name><ce:surname>Vercellin</ce:surname><ce:cross-ref refid="aff0240" id="crf10110"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au9580" author-id="S0370269322007833-c1a53a278608661ec566b926a681edc7"><ce:given-name>S.</ce:given-name><ce:surname>Vergara Limón</ce:surname><ce:cross-ref refid="aff0440" id="crf10120"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2640-1342" id="au9590" author-id="S0370269322007833-2764a989c35d305debc4de86602af73f"><ce:given-name>L.</ce:given-name><ce:surname>Vermunt</ce:surname><ce:cross-ref refid="aff0580" id="crf10130"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3706-5265" id="au9600" author-id="S0370269322007833-76bafee7a92e2a9cecba44d698e753a6"><ce:given-name>R.</ce:given-name><ce:surname>Vértesi</ce:surname><ce:cross-ref refid="aff1350" id="crf10140"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1504-3420" id="au9610" author-id="S0370269322007833-64be48eb95af6b610ab081e031096a44"><ce:given-name>M.</ce:given-name><ce:surname>Verweij</ce:surname><ce:cross-ref refid="aff0580" id="crf10150"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au9620" author-id="S0370269322007833-94c0fe97ff67b961e7e99d69e2a56443"><ce:given-name>L.</ce:given-name><ce:surname>Vickovic</ce:surname><ce:cross-ref refid="aff0330" id="crf10160"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author id="au9630" author-id="S0370269322007833-04bd1d2d69efff87b33654e43eb3022b"><ce:given-name>Z.</ce:given-name><ce:surname>Vilakazi</ce:surname><ce:cross-ref refid="aff1200" id="crf10170"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0983-6504" id="au9640" author-id="S0370269322007833-b7d9564507a321d2d26fc5d8c8348aaa"><ce:given-name>O.</ce:given-name><ce:surname>Villalobos Baillie</ce:surname><ce:cross-ref refid="aff1000" id="crf10180"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8470-3648" id="au9650" author-id="S0370269322007833-a3892e1fc2199ba26a125f00d8ca3539"><ce:given-name>G.</ce:given-name><ce:surname>Vino</ce:surname><ce:cross-ref refid="aff0490" id="crf10190"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8850-8540" id="au9660" author-id="S0370269322007833-29e0fcd83fe999ea91976589e864f21b"><ce:given-name>A.</ce:given-name><ce:surname>Vinogradov</ce:surname><ce:cross-ref refid="aff1390" id="crf10200"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0471-7052" id="au9670" author-id="S0370269322007833-7ee08c34b6d7479dea4e2b8c3d7ce4f7"><ce:given-name>T.</ce:given-name><ce:surname>Virgili</ce:surname><ce:cross-ref refid="aff0280" id="crf10210"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author id="au9680" author-id="S0370269322007833-fed6a5fcddf4a94294db2d0973ecaea8"><ce:given-name>V.</ce:given-name><ce:surname>Vislavicius</ce:surname><ce:cross-ref refid="aff0830" id="crf10220"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-4952-2563" id="au9690" author-id="S0370269322007833-9f60c23f9225d23ef504e6419753bf79"><ce:given-name>A.</ce:given-name><ce:surname>Vodopyanov</ce:surname><ce:cross-ref refid="aff1400" id="crf10230"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8982-5548" id="au9700" author-id="S0370269322007833-c98c6b9e5e2755a8c08f90d4dd0ce54c"><ce:given-name>B.</ce:given-name><ce:surname>Volkel</ce:surname><ce:cross-ref refid="aff0320" id="crf10240"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3478-4259" id="au9710" author-id="S0370269322007833-409eb37c5637fb136e58faf92c3bb1ca"><ce:given-name>M.A.</ce:given-name><ce:surname>Völkl</ce:surname><ce:cross-ref refid="aff0950" id="crf10250"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author id="au9720" author-id="S0370269322007833-5fa3b0c5cd63074069320744aebd6d13"><ce:given-name>K.</ce:given-name><ce:surname>Voloshin</ce:surname><ce:cross-ref refid="aff1390" id="crf10260"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1330-9096" id="au9730" author-id="S0370269322007833-57ec712e9628632a2ec4ba85186ee32a"><ce:given-name>S.A.</ce:given-name><ce:surname>Voloshin</ce:surname><ce:cross-ref refid="aff1330" id="crf10270"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2921-2475" id="au9740" author-id="S0370269322007833-f6777f409ca72674ceb72ffa4f303b59"><ce:given-name>G.</ce:given-name><ce:surname>Volpe</ce:surname><ce:cross-ref refid="aff0310" id="crf10280"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3422-4585" id="au9750" author-id="S0370269322007833-3996b3e93129a2159ed0eb3b176f20e6"><ce:given-name>B.</ce:given-name><ce:surname>von Haller</ce:surname><ce:cross-ref refid="aff0320" id="crf10290"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2218-6905" id="au9760" author-id="S0370269322007833-58249f4749b1084a40d3644672e443f3"><ce:given-name>I.</ce:given-name><ce:surname>Vorobyev</ce:surname><ce:cross-ref refid="aff0960" id="crf10300"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2784-4516" id="au9770" author-id="S0370269322007833-d2b4078835ab540da8b2d9fea3ef0e52"><ce:given-name>N.</ce:given-name><ce:surname>Vozniuk</ce:surname><ce:cross-ref refid="aff1390" id="crf10310"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5846-8496" id="au9780" author-id="S0370269322007833-9feadfb4556ab34e1316f18d086e7bed"><ce:given-name>J.</ce:given-name><ce:surname>Vrláková</ce:surname><ce:cross-ref refid="aff0370" id="crf10320"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au9790" author-id="S0370269322007833-ab1490e4e82947dd774ac4cb21acfea5"><ce:given-name>B.</ce:given-name><ce:surname>Wagner</ce:surname><ce:cross-ref refid="aff0200" id="crf10330"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5383-0970" id="au9800" author-id="S0370269322007833-6ed7035a79dd824bd6a0b2572108463b"><ce:given-name>C.</ce:given-name><ce:surname>Wang</ce:surname><ce:cross-ref refid="aff0390" id="crf10340"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au9810" author-id="S0370269322007833-acba1a294e63a54789e94f0c48170a7c"><ce:given-name>D.</ce:given-name><ce:surname>Wang</ce:surname><ce:cross-ref refid="aff0390" id="crf10350"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5742-294X" id="au9820" author-id="S0370269322007833-86448d3a1cf868fca209fc2d36f58f5e"><ce:given-name>M.</ce:given-name><ce:surname>Weber</ce:surname><ce:cross-ref refid="aff1020" id="crf10360"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3155-0887" id="au9830" author-id="S0370269322007833-8ed929c2763388d291ed05f7803d55a7"><ce:given-name>A.</ce:given-name><ce:surname>Wegrzynek</ce:surname><ce:cross-ref refid="aff0320" id="crf10370"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au9840" author-id="S0370269322007833-8f33d0fd6dc5f64aaf88651441e68b9c"><ce:given-name>F.T.</ce:given-name><ce:surname>Weiglhofer</ce:surname><ce:cross-ref refid="aff0380" id="crf10380"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3495-4131" id="au9850" author-id="S0370269322007833-fc054185e3e03ba2ba73fedce1880cf3"><ce:given-name>S.C.</ce:given-name><ce:surname>Wenzel</ce:surname><ce:cross-ref refid="aff0320" id="crf10390"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1339-286X" id="au9860" author-id="S0370269322007833-2315a255b201c88ad0087de64fcac834"><ce:given-name>J.P.</ce:given-name><ce:surname>Wessels</ce:surname><ce:cross-ref refid="aff1340" id="crf10400"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5405-3480" id="au9870" author-id="S0370269322007833-d0369f0e3d93a955cb5577312878292a"><ce:given-name>S.L.</ce:given-name><ce:surname>Weyhmiller</ce:surname><ce:cross-ref refid="aff1360" id="crf10410"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-9201-8114" id="au9880" author-id="S0370269322007833-d35206c8771dcf8151d8531c8b5a4ad9"><ce:given-name>J.</ce:given-name><ce:surname>Wiechula</ce:surname><ce:cross-ref refid="aff0630" id="crf10420"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-9617-3102" id="au9890" author-id="S0370269322007833-924aa82bb7057758dfd6b448c22248a6"><ce:given-name>J.</ce:given-name><ce:surname>Wikne</ce:surname><ce:cross-ref refid="aff0190" id="crf10430"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5584-2860" id="au9900" author-id="S0370269322007833-c6cf2d96fecc56427c920ff58c5f8f6c"><ce:given-name>G.</ce:given-name><ce:surname>Wilk</ce:surname><ce:cross-ref refid="aff0790" id="crf10440"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0689-2858" id="au9910" author-id="S0370269322007833-defbde1b1ee45aba41243923803c24ee"><ce:given-name>J.</ce:given-name><ce:surname>Wilkinson</ce:surname><ce:cross-ref refid="aff0980" id="crf10450"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-9939-3892" id="au9920" author-id="S0370269322007833-acd8b64118fe312de8703fd0ec307f2f"><ce:given-name>G.A.</ce:given-name><ce:surname>Willems</ce:surname><ce:cross-ref refid="aff1340" id="crf10460"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-2759-5453" id="au9930" author-id="S0370269322007833-e27950605181c5633f31db79992710c0"><ce:given-name>B.</ce:given-name><ce:surname>Windelband</ce:surname><ce:cross-ref refid="aff0950" id="crf10470"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2207-0101" id="au9940" author-id="S0370269322007833-a855e71c5af983bba42efb2e9f0e3725"><ce:given-name>M.</ce:given-name><ce:surname>Winn</ce:surname><ce:cross-ref refid="aff1270" id="crf10480"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9351-6517" id="au9950" author-id="S0370269322007833-5cd6a9eca5037ab2657c1654558d4a0d"><ce:given-name>J.R.</ce:given-name><ce:surname>Wright</ce:surname><ce:cross-ref refid="aff1070" id="crf10490"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author id="au9960" author-id="S0370269322007833-e020a09e1f80d41df58661e69fc302a8"><ce:given-name>W.</ce:given-name><ce:surname>Wu</ce:surname><ce:cross-ref refid="aff0390" id="crf10500"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2991-9849" id="au9970" author-id="S0370269322007833-4d41bda7d295237516fe3d3063752576"><ce:given-name>Y.</ce:given-name><ce:surname>Wu</ce:surname><ce:cross-ref refid="aff1170" id="crf10510"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4674-9482" id="au9980" author-id="S0370269322007833-11e0bfbbade486f5296c5883173dddc5"><ce:given-name>R.</ce:given-name><ce:surname>Xu</ce:surname><ce:cross-ref refid="aff0060" id="crf10520"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-9300-0439" id="au9990" author-id="S0370269322007833-e54d32bfd83e51167a20e139c21050fa"><ce:given-name>A.K.</ce:given-name><ce:surname>Yadav</ce:surname><ce:cross-ref refid="aff1310" id="crf10530"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8905-8089" id="au10000" author-id="S0370269322007833-d16c3a83fafe0285a03db859ddb8d52f"><ce:given-name>S.</ce:given-name><ce:surname>Yalcin</ce:surname><ce:cross-ref refid="aff0710" id="crf10540"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-3842-7345" id="au10010" author-id="S0370269322007833-6142045f4cddc2cbac95eef90bcf1515"><ce:given-name>Y.</ce:given-name><ce:surname>Yamaguchi</ce:surname><ce:cross-ref refid="aff0930" id="crf10550"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au10020" author-id="S0370269322007833-77379878ecd8dcc55d4db065c5ede31e"><ce:given-name>K.</ce:given-name><ce:surname>Yamakawa</ce:surname><ce:cross-ref refid="aff0930" id="crf10560"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au10030" author-id="S0370269322007833-8645710c17bcf77063da5e08aaede517"><ce:given-name>S.</ce:given-name><ce:surname>Yang</ce:surname><ce:cross-ref refid="aff0200" id="crf10570"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5563-1884" id="au10040" author-id="S0370269322007833-a137667bdd118fdb6c97cbd5d31e1415"><ce:given-name>S.</ce:given-name><ce:surname>Yano</ce:surname><ce:cross-ref refid="aff0930" id="crf10580"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4532-7544" id="au10050" author-id="S0370269322007833-37532ff0bd8bdddc6df232a268ec17d2"><ce:given-name>Z.</ce:given-name><ce:surname>Yin</ce:surname><ce:cross-ref refid="aff0060" id="crf10590"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2835-5941" id="au10060" author-id="S0370269322007833-020b9765024ea0865dd600006691f5a2"><ce:given-name>I.-K.</ce:given-name><ce:surname>Yoo</ce:surname><ce:cross-ref refid="aff0160" id="crf10600"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7676-0821" id="au10070" author-id="S0370269322007833-52b96fdb9799a5cd26e06d18a506c4aa"><ce:given-name>J.H.</ce:given-name><ce:surname>Yoon</ce:surname><ce:cross-ref refid="aff0570" id="crf10610"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author id="au10080" author-id="S0370269322007833-73709c3035c088e15ed8b7411bf05566"><ce:given-name>S.</ce:given-name><ce:surname>Yuan</ce:surname><ce:cross-ref refid="aff0200" id="crf10620"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9696-9331" id="au10090" author-id="S0370269322007833-9a5a6d1f377a824ff90b8d2f97e01c35"><ce:given-name>A.</ce:given-name><ce:surname>Yuncu</ce:surname><ce:cross-ref refid="aff0950" id="crf10630"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3128-3157" id="au10100" author-id="S0370269322007833-286a6ccdb4251b1bec6b128436079ec4"><ce:given-name>V.</ce:given-name><ce:surname>Zaccolo</ce:surname><ce:cross-ref refid="aff0230" id="crf10640"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2608-4834" id="au10110" author-id="S0370269322007833-a4e873872ea785d77aa421904b204360"><ce:given-name>C.</ce:given-name><ce:surname>Zampolli</ce:surname><ce:cross-ref refid="aff0320" id="crf10650"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au10120" author-id="S0370269322007833-8fbc365281747946d5ece488d0df7135"><ce:given-name>H.J.C.</ce:given-name><ce:surname>Zanoli</ce:surname><ce:cross-ref refid="aff0580" id="crf10660"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-9061-1060" id="au10130" author-id="S0370269322007833-549f6b95123fe7d205fa36c1057adff8"><ce:given-name>F.</ce:given-name><ce:surname>Zanone</ce:surname><ce:cross-ref refid="aff0950" id="crf10670"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-3929-209X" id="au10140" author-id="S0370269322007833-3f33ea0269cd662681f8b953e30ea589"><ce:given-name>N.</ce:given-name><ce:surname>Zardoshti</ce:surname><ce:cross-ref refid="aff0320" id="crf10680"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1000" id="crf10690"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3502-8084" id="au10150" author-id="S0370269322007833-394bfeaec10ec1e18faa261c714ef923"><ce:given-name>A.</ce:given-name><ce:surname>Zarochentsev</ce:surname><ce:cross-ref refid="aff1390" id="crf10700"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8296-2128" id="au10160" author-id="S0370269322007833-819bdf9fb8c4d95f2d6f73c62d8f60d3"><ce:given-name>P.</ce:given-name><ce:surname>Závada</ce:surname><ce:cross-ref refid="aff0610" id="crf10710"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au10170" author-id="S0370269322007833-84e913ff8c5dae1bd2aa265385102007"><ce:given-name>N.</ce:given-name><ce:surname>Zaviyalov</ce:surname><ce:cross-ref refid="aff1390" id="crf10720"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0419-321X" id="au10180" author-id="S0370269322007833-aed647673bbdab8917ad7db7c9323c65"><ce:given-name>M.</ce:given-name><ce:surname>Zhalov</ce:surname><ce:cross-ref refid="aff1390" id="crf10730"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6097-1878" id="au10190" author-id="S0370269322007833-796f81177fe027cdcc20b15a209a6b3b"><ce:given-name>B.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0060" id="crf10740"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2782-7801" id="au10200" author-id="S0370269322007833-1ccde66d9ebf8813477a4bfc150ffac7"><ce:given-name>S.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0390" id="crf10750"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1881-8711" id="au10210" author-id="S0370269322007833-3aaf3e1d918b8b028995e495ca87e476"><ce:given-name>X.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0060" id="crf10760"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au10220" author-id="S0370269322007833-ba459de08e401db79a3e12f11312451d"><ce:given-name>Y.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff1170" id="crf10770"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2858-2167" id="au10230" author-id="S0370269322007833-12180c1197f518891ae10d1d151ae767"><ce:given-name>M.</ce:given-name><ce:surname>Zhao</ce:surname><ce:cross-ref refid="aff0100" id="crf10780"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6021-5113" id="au10240" author-id="S0370269322007833-9feeecb04ac9bd35d770466fb86792be"><ce:given-name>V.</ce:given-name><ce:surname>Zherebchevskii</ce:surname><ce:cross-ref refid="aff1390" id="crf10790"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au10250" author-id="S0370269322007833-617c42c28cb1b1d3dab680558c293767"><ce:given-name>Y.</ce:given-name><ce:surname>Zhi</ce:surname><ce:cross-ref refid="aff0100" id="crf10800"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author id="au10260" author-id="S0370269322007833-3038f7cd79250ffa05fa0aff7644d2b3"><ce:given-name>N.</ce:given-name><ce:surname>Zhigareva</ce:surname><ce:cross-ref refid="aff1390" id="crf10810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-2528-906X" id="au10270" author-id="S0370269322007833-e9bc0465b352cd706eac4fc8b795a4c2"><ce:given-name>D.</ce:given-name><ce:surname>Zhou</ce:surname><ce:cross-ref refid="aff0060" id="crf10820"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7868-6706" id="au10280" author-id="S0370269322007833-4a0cdba9c352af9310759dd83e906db9"><ce:given-name>Y.</ce:given-name><ce:surname>Zhou</ce:surname><ce:cross-ref refid="aff0830" id="crf10830"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9358-5762" id="au10290" author-id="S0370269322007833-b564bd6149c66f06bbea2780670b8f50"><ce:given-name>J.</ce:given-name><ce:surname>Zhu</ce:surname><ce:cross-ref refid="aff0980" id="crf10840"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf10850"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au10300" author-id="S0370269322007833-1fb0ab925cfcdaacb160193d82c1a978"><ce:given-name>Y.</ce:given-name><ce:surname>Zhu</ce:surname><ce:cross-ref refid="aff0060" id="crf10860"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au10310" author-id="S0370269322007833-2ad055472e2fac995111c51c08396d0c"><ce:given-name>G.</ce:given-name><ce:surname>Zinovjev</ce:surname><ce:cross-ref refid="aff0030" id="crf10870"><ce:sup>3</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0010" id="crf10880"><ce:sup>I</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7478-2493" id="au10320" author-id="S0370269322007833-92b5ecf5612e2e849fc1bba72c6cff99"><ce:given-name>N.</ce:given-name><ce:surname>Zurlo</ce:surname><ce:cross-ref refid="aff1300" id="crf10890"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf10900"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:affiliation id="aff0010" affiliation-id="S0370269322007833-79d30baa35325e84d46378ba6ce12c18"><ce:label>1</ce:label><ce:textfn>A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation, Yerevan, Armenia</ce:textfn><sa:affiliation><sa:organization>A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation</sa:organization><sa:city>Yerevan</sa:city><sa:country>Armenia</sa:country></sa:affiliation><ce:source-text id="srct0005">A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation, Yerevan, Armenia</ce:source-text></ce:affiliation><ce:affiliation id="aff0020" affiliation-id="S0370269322007833-65754d218cf7f84bf1e02306b80caca0"><ce:label>2</ce:label><ce:textfn>AGH University of Science and Technology, Cracow, Poland</ce:textfn><sa:affiliation><sa:organization>AGH University of Science and Technology</sa:organization><sa:city>Cracow</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0010">AGH University of Science and Technology, Cracow, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff0030" affiliation-id="S0370269322007833-e916a2f48a17bc32220b61ae0e9b8e05"><ce:label>3</ce:label><ce:textfn>Bogolyubov Institute for Theoretical Physics, National Academy of Sciences of Ukraine, Kiev, Ukraine</ce:textfn><sa:affiliation><sa:organization>Bogolyubov Institute for Theoretical Physics</sa:organization><sa:organization>National Academy of Sciences of Ukraine</sa:organization><sa:city>Kiev</sa:city><sa:country>Ukraine</sa:country></sa:affiliation><ce:source-text id="srct0015">Bogolyubov Institute for Theoretical Physics, National Academy of Sciences of Ukraine, Kiev, Ukraine</ce:source-text></ce:affiliation><ce:affiliation id="aff0040" affiliation-id="S0370269322007833-9869d95133b2275e34836b8ad2f235c3"><ce:label>4</ce:label><ce:textfn>Bose Institute, Department of Physics and Centre for Astroparticle Physics and Space Science (CAPSS), Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Bose Institute</sa:organization><sa:organization>Department of Physics</sa:organization><sa:organization>Centre for Astroparticle Physics and Space Science (CAPSS)</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0020">Bose Institute, Department of Physics and Centre for Astroparticle Physics and Space Science (CAPSS), Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0050" affiliation-id="S0370269322007833-b7f796ef6c934d79a497288cdec192f6"><ce:label>5</ce:label><ce:textfn>California Polytechnic State University, San Luis Obispo, CA, United States</ce:textfn><sa:affiliation><sa:organization>California Polytechnic State University</sa:organization><sa:city>San Luis Obispo</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0025">California Polytechnic State University, San Luis Obispo, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0060" affiliation-id="S0370269322007833-3dcd6ffc2e8f27d6ed2f6237a209a384"><ce:label>6</ce:label><ce:textfn>Central China Normal University, Wuhan, China</ce:textfn><sa:affiliation><sa:organization>Central China Normal University</sa:organization><sa:city>Wuhan</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0030">Central China Normal University, Wuhan, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0070" affiliation-id="S0370269322007833-110460c7f2fbb319ec6d52e7cc3fc1d5"><ce:label>7</ce:label><ce:textfn>Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN), Havana, Cuba</ce:textfn><sa:affiliation><sa:organization>Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN)</sa:organization><sa:city>Havana</sa:city><sa:country>Cuba</sa:country></sa:affiliation><ce:source-text id="srct0035">Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN), Havana, Cuba</ce:source-text></ce:affiliation><ce:affiliation id="aff0080" affiliation-id="S0370269322007833-641aa526558990d110c090840e6f3d0c"><ce:label>8</ce:label><ce:textfn>Centro de Investigación y de Estudios Avanzados (CINVESTAV), Mexico City and Mérida, Mexico</ce:textfn><sa:affiliation><sa:organization>Centro de Investigación y de Estudios Avanzados (CINVESTAV)</sa:organization><sa:city>Mexico City and Mérida</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0040">Centro de Investigación y de Estudios Avanzados (CINVESTAV), Mexico City and Mérida, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0090" affiliation-id="S0370269322007833-9c73ece39ab638447cd10f268e329b2e"><ce:label>9</ce:label><ce:textfn>Chicago State University, Chicago, IL, United States</ce:textfn><sa:affiliation><sa:organization>Chicago State University</sa:organization><sa:city>Chicago</sa:city><sa:state>IL</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0045">Chicago State University, Chicago, Illinois, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0100" affiliation-id="S0370269322007833-d7da93bf3f02be0a46bee74f439b5930"><ce:label>10</ce:label><ce:textfn>China Institute of Atomic Energy, Beijing, China</ce:textfn><sa:affiliation><sa:organization>China Institute of Atomic Energy</sa:organization><sa:city>Beijing</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0050">China Institute of Atomic Energy, Beijing, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0110" affiliation-id="S0370269322007833-d477851cd020cd39da135784676a96ff"><ce:label>11</ce:label><ce:textfn>Chungbuk National University, Cheongju, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Chungbuk National University</sa:organization><sa:city>Cheongju</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0055">Chungbuk National University, Cheongju, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0120" affiliation-id="S0370269322007833-b03a6e652a70daee257206602eb6f83f"><ce:label>12</ce:label><ce:textfn>Comenius University Bratislava, Faculty of Mathematics, Physics and Informatics, Bratislava, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Comenius University Bratislava</sa:organization><sa:organization>Faculty of Mathematics, Physics and Informatics</sa:organization><sa:city>Bratislava</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0060">Comenius University Bratislava, Faculty of Mathematics, Physics and Informatics, Bratislava, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0130" affiliation-id="S0370269322007833-78cc8333b14d598fc5e3c0230d1de22e"><ce:label>13</ce:label><ce:textfn>COMSATS University Islamabad, Islamabad, Pakistan</ce:textfn><sa:affiliation><sa:organization>COMSATS University Islamabad</sa:organization><sa:city>Islamabad</sa:city><sa:country>Pakistan</sa:country></sa:affiliation><ce:source-text id="srct0065">COMSATS University Islamabad, Islamabad, Pakistan</ce:source-text></ce:affiliation><ce:affiliation id="aff0140" affiliation-id="S0370269322007833-42161ea7466da89325c5b37601107c55"><ce:label>14</ce:label><ce:textfn>Creighton University, Omaha, NE, United States</ce:textfn><sa:affiliation><sa:organization>Creighton University</sa:organization><sa:city>Omaha</sa:city><sa:state>NE</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0070">Creighton University, Omaha, Nebraska, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0150" affiliation-id="S0370269322007833-bd5e6b818668501c1deea76e96cac833"><ce:label>15</ce:label><ce:textfn>Department of Physics, Aligarh Muslim University, Aligarh, India</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Aligarh Muslim University</sa:organization><sa:city>Aligarh</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0075">Department of Physics, Aligarh Muslim University, Aligarh, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0160" affiliation-id="S0370269322007833-ebe7875fb705d3c179953d196aa8b94b"><ce:label>16</ce:label><ce:textfn>Department of Physics, Pusan National University, Pusan, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Pusan National University</sa:organization><sa:city>Pusan</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0080">Department of Physics, Pusan National University, Pusan, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0170" affiliation-id="S0370269322007833-24ddc81b37e640977b88412ba28336a4"><ce:label>17</ce:label><ce:textfn>Department of Physics, Sejong University, Seoul, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Sejong University</sa:organization><sa:city>Seoul</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0085">Department of Physics, Sejong University, Seoul, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0180" affiliation-id="S0370269322007833-66245837acb0d7fb7ada51de0fd95043"><ce:label>18</ce:label><ce:textfn>Department of Physics, University of California, Berkeley, CA, United States</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>University of California</sa:organization><sa:city>Berkeley</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0090">Department of Physics, University of California, Berkeley, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0190" affiliation-id="S0370269322007833-63776eabafa9e32856b35562692a4488"><ce:label>19</ce:label><ce:textfn>Department of Physics, University of Oslo, Oslo, Norway</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>University of Oslo</sa:organization><sa:city>Oslo</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0095">Department of Physics, University of Oslo, Oslo, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0200" affiliation-id="S0370269322007833-020451a59d5e257505166bdb7847cdd7"><ce:label>20</ce:label><ce:textfn>Department of Physics and Technology, University of Bergen, Bergen, Norway</ce:textfn><sa:affiliation><sa:organization>Department of Physics and Technology</sa:organization><sa:organization>University of Bergen</sa:organization><sa:city>Bergen</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0100">Department of Physics and Technology, University of Bergen, Bergen, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0210" affiliation-id="S0370269322007833-f2de76852013198101844806b89d3836"><ce:label>21</ce:label><ce:textfn>Dipartimento di Fisica, Università di Pavia, Pavia, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica</sa:organization><sa:organization>Università di Pavia</sa:organization><sa:city>Pavia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0105">Dipartimento di Fisica, Università di Pavia, Pavia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0220" affiliation-id="S0370269322007833-81d87d2cd8c9f6aa2a1c7f4b13115ef3"><ce:label>22</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Cagliari, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Cagliari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0110">Dipartimento di Fisica dell'Università and Sezione INFN, Cagliari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0230" affiliation-id="S0370269322007833-849d0ba7888fcb2a09aad7ac1095ec15"><ce:label>23</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Trieste, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Trieste</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0115">Dipartimento di Fisica dell'Università and Sezione INFN, Trieste, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0240" affiliation-id="S0370269322007833-68c63fd1cb9e8623af62118bbef39c9e"><ce:label>24</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0120">Dipartimento di Fisica dell'Università and Sezione INFN, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0250" affiliation-id="S0370269322007833-7a40dab487121429c63e59c3de15ccfa"><ce:label>25</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Bologna, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bologna</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0125">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Bologna, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0260" affiliation-id="S0370269322007833-72e3fe624de7d3d3223574366a22ef30"><ce:label>26</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Catania, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Catania</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0130">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Catania, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0270" affiliation-id="S0370269322007833-6145c67e3009fb117e82f5429b2af282"><ce:label>27</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Padova, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Padova</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0135">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Padova, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0280" affiliation-id="S0370269322007833-a001bc692b1f1f84377401c9e2632e51"><ce:label>28</ce:label><ce:textfn>Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università and Gruppo Collegato INFN, Salerno, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università</sa:organization><sa:organization>Gruppo Collegato INFN</sa:organization><sa:city>Salerno</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0140">Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università and Gruppo Collegato INFN, Salerno, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0290" affiliation-id="S0370269322007833-362983c57dbe79a62add2550bfe565dc"><ce:label>29</ce:label><ce:textfn>Dipartimento DISAT del Politecnico and Sezione INFN, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento DISAT del Politecnico</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0145">Dipartimento DISAT del Politecnico and Sezione INFN, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0300" affiliation-id="S0370269322007833-7a82e32411929fc5768d11b72609a4d8"><ce:label>30</ce:label><ce:textfn>Dipartimento di Scienze MIFT, Università di Messina, Messina, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Scienze MIFT</sa:organization><sa:organization>Università di Messina</sa:organization><sa:city>Messina</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0150">Dipartimento di Scienze MIFT, Università di Messina, Messina, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0310" affiliation-id="S0370269322007833-0bfba0b176e2b6e1b67e6564c87308b5"><ce:label>31</ce:label><ce:textfn>Dipartimento Interateneo di Fisica ‘M. Merlin’ and Sezione INFN, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento Interateneo di Fisica ‘M. Merlin’</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0155">Dipartimento Interateneo di Fisica ‘M. Merlin’ and Sezione INFN, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0320" affiliation-id="S0370269322007833-44f92095d23d6e3d2fb8e8fc998c51f2"><ce:label>32</ce:label><ce:textfn>European Organization for Nuclear Research (CERN), Geneva, Switzerland</ce:textfn><sa:affiliation><sa:organization>European Organization for Nuclear Research (CERN)</sa:organization><sa:city>Geneva</sa:city><sa:country>Switzerland</sa:country></sa:affiliation><ce:source-text id="srct0160">European Organization for Nuclear Research (CERN), Geneva, Switzerland</ce:source-text></ce:affiliation><ce:affiliation id="aff0330" affiliation-id="S0370269322007833-f220870dd6ed2747e8ec11b2ba624bf5"><ce:label>33</ce:label><ce:textfn>Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, University of Split, Split, Croatia</ce:textfn><sa:affiliation><sa:organization>Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture</sa:organization><sa:organization>University of Split</sa:organization><sa:city>Split</sa:city><sa:country>Croatia</sa:country></sa:affiliation><ce:source-text id="srct0165">Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, University of Split, Split, Croatia</ce:source-text></ce:affiliation><ce:affiliation id="aff0340" affiliation-id="S0370269322007833-5bf4b9d297f0544e6037addfb7689840"><ce:label>34</ce:label><ce:textfn>Faculty of Engineering and Science, Western Norway University of Applied Sciences, Bergen, Norway</ce:textfn><sa:affiliation><sa:organization>Faculty of Engineering and Science</sa:organization><sa:organization>Western Norway University of Applied Sciences</sa:organization><sa:city>Bergen</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0170">Faculty of Engineering and Science, Western Norway University of Applied Sciences, Bergen, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0350" affiliation-id="S0370269322007833-56d412e1c3fe114d9a18225fa76274c9"><ce:label>35</ce:label><ce:textfn>Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Prague, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Faculty of Nuclear Sciences and Physical Engineering</sa:organization><sa:organization>Czech Technical University in Prague</sa:organization><sa:city>Prague</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0175">Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Prague, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0360" affiliation-id="S0370269322007833-de312990ec5b7745ed2a9609074bb450"><ce:label>36</ce:label><ce:textfn>Faculty of Physics, Sofia University, Sofia, Bulgaria</ce:textfn><sa:affiliation><sa:organization>Faculty of Physics</sa:organization><sa:organization>Sofia University</sa:organization><sa:city>Sofia</sa:city><sa:country>Bulgaria</sa:country></sa:affiliation><ce:source-text id="srct0180">Faculty of Physics, Sofia University, Sofia, Bulgaria</ce:source-text></ce:affiliation><ce:affiliation id="aff0370" affiliation-id="S0370269322007833-0879c60c6550c16bd60686725f5c6938"><ce:label>37</ce:label><ce:textfn>Faculty of Science, P.J. Šafárik University, Košice, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Faculty of Science</sa:organization><sa:organization>P.J. Šafárik University</sa:organization><sa:city>Košice</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0185">Faculty of Science, P.J. Šafárik University, Košice, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0380" affiliation-id="S0370269322007833-a18716885f5bc83f5d1aee8d0d80c7af"><ce:label>38</ce:label><ce:textfn>Frankfurt Institute for Advanced Studies, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Frankfurt Institute for Advanced Studies</sa:organization><sa:organization>Johann Wolfgang Goethe-Universität Frankfurt</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0190">Frankfurt Institute for Advanced Studies, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0390" affiliation-id="S0370269322007833-f0b0a2b18fef5547dcd39253b5714404"><ce:label>39</ce:label><ce:textfn>Fudan University, Shanghai, China</ce:textfn><sa:affiliation><sa:organization>Fudan University</sa:organization><sa:city>Shanghai</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0195">Fudan University, Shanghai, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0400" affiliation-id="S0370269322007833-a2398937a38c48ebf6ac3ff5e5d60b95"><ce:label>40</ce:label><ce:textfn>Gangneung-Wonju National University, Gangneung, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Gangneung-Wonju National University</sa:organization><sa:city>Gangneung</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0200">Gangneung-Wonju National University, Gangneung, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0410" affiliation-id="S0370269322007833-73bc80872cd116960a09bc477e035838"><ce:label>41</ce:label><ce:textfn>Gauhati University, Department of Physics, Guwahati, India</ce:textfn><sa:affiliation><sa:organization>Gauhati University</sa:organization><sa:organization>Department of Physics</sa:organization><sa:city>Guwahati</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0205">Gauhati University, Department of Physics, Guwahati, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0420" affiliation-id="S0370269322007833-9fd27eebf76465366fe59cb8d9620ae8"><ce:label>42</ce:label><ce:textfn>Helmholtz-Institut für Strahlen- und Kernphysik, Rheinische Friedrich-Wilhelms-Universität Bonn, Bonn, Germany</ce:textfn><sa:affiliation><sa:organization>Helmholtz-Institut für Strahlen- und Kernphysik</sa:organization><sa:organization>Rheinische Friedrich-Wilhelms-Universität Bonn</sa:organization><sa:city>Bonn</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0210">Helmholtz-Institut für Strahlen- und Kernphysik, Rheinische Friedrich-Wilhelms-Universität Bonn, Bonn, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0430" affiliation-id="S0370269322007833-66b9f8889421b091fa908925e638d91e"><ce:label>43</ce:label><ce:textfn>Helsinki Institute of Physics (HIP), Helsinki, Finland</ce:textfn><sa:affiliation><sa:organization>Helsinki Institute of Physics (HIP)</sa:organization><sa:city>Helsinki</sa:city><sa:country>Finland</sa:country></sa:affiliation><ce:source-text id="srct0215">Helsinki Institute of Physics (HIP), Helsinki, Finland</ce:source-text></ce:affiliation><ce:affiliation id="aff0440" affiliation-id="S0370269322007833-6968018d6fe1bd12a4413918be70ab85"><ce:label>44</ce:label><ce:textfn>High Energy Physics Group, Universidad Autónoma de Puebla, Puebla, Mexico</ce:textfn><sa:affiliation><sa:organization>High Energy Physics Group</sa:organization><sa:organization>Universidad Autónoma de Puebla</sa:organization><sa:city>Puebla</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0220">High Energy Physics Group, Universidad Autónoma de Puebla, Puebla, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0450" affiliation-id="S0370269322007833-16bdf6e3577a480da99159f5d54452b1"><ce:label>45</ce:label><ce:textfn>Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>Horia Hulubei National Institute of Physics and Nuclear Engineering</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0225">Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff0460" affiliation-id="S0370269322007833-78df0ad3e050545612fd8d71a4776a19"><ce:label>46</ce:label><ce:textfn>Indian Institute of Technology Bombay (IIT), Mumbai, India</ce:textfn><sa:affiliation><sa:organization>Indian Institute of Technology Bombay (IIT)</sa:organization><sa:city>Mumbai</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0230">Indian Institute of Technology Bombay (IIT), Mumbai, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0470" affiliation-id="S0370269322007833-b8ad6c9375b7a89b768adb13f27427b4"><ce:label>47</ce:label><ce:textfn>Indian Institute of Technology Indore, Indore, India</ce:textfn><sa:affiliation><sa:organization>Indian Institute of Technology Indore</sa:organization><sa:city>Indore</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0235">Indian Institute of Technology Indore, Indore, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0480" affiliation-id="S0370269322007833-25658fba725d22058ae2a8649ceeb084"><ce:label>48</ce:label><ce:textfn>INFN, Laboratori Nazionali di Frascati, Frascati, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Laboratori Nazionali di Frascati</sa:organization><sa:city>Frascati</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0240">INFN, Laboratori Nazionali di Frascati, Frascati, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0490" affiliation-id="S0370269322007833-5d9dee68bdf16e34f2f3f01d930f367d"><ce:label>49</ce:label><ce:textfn>INFN, Sezione di Bari, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Bari</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0245">INFN, Sezione di Bari, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0500" affiliation-id="S0370269322007833-340d750afed4ff705cf1dd72bf688ca4"><ce:label>50</ce:label><ce:textfn>INFN, Sezione di Bologna, Bologna, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Bologna</sa:organization><sa:city>Bologna</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0250">INFN, Sezione di Bologna, Bologna, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0510" affiliation-id="S0370269322007833-436e8c989d6c10cae74944a81714a4e2"><ce:label>51</ce:label><ce:textfn>INFN, Sezione di Cagliari, Cagliari, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Cagliari</sa:organization><sa:city>Cagliari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0255">INFN, Sezione di Cagliari, Cagliari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0520" affiliation-id="S0370269322007833-f0607c03a8b381da2bb83a11f8d899c8"><ce:label>52</ce:label><ce:textfn>INFN, Sezione di Catania, Catania, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Catania</sa:organization><sa:city>Catania</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0260">INFN, Sezione di Catania, Catania, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0530" affiliation-id="S0370269322007833-cb33711bf32ecc9cc4697cbbea10fa88"><ce:label>53</ce:label><ce:textfn>INFN, Sezione di Padova, Padova, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Padova</sa:organization><sa:city>Padova</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0265">INFN, Sezione di Padova, Padova, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0540" affiliation-id="S0370269322007833-5c70f16aa0d389aa33e2589db6fcd5d6"><ce:label>54</ce:label><ce:textfn>INFN, Sezione di Pavia, Pavia, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Pavia</sa:organization><sa:city>Pavia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0270">INFN, Sezione di Pavia, Pavia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0550" affiliation-id="S0370269322007833-f1faa0de67f6d8d1ece0914257c7635c"><ce:label>55</ce:label><ce:textfn>INFN, Sezione di Torino, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Torino</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0275">INFN, Sezione di Torino, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0560" affiliation-id="S0370269322007833-0035d662cbe7eef98bed21545fd04324"><ce:label>56</ce:label><ce:textfn>INFN, Sezione di Trieste, Trieste, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Trieste</sa:organization><sa:city>Trieste</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0280">INFN, Sezione di Trieste, Trieste, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0570" affiliation-id="S0370269322007833-22e3a6d8462b39bb6c155bce0c9b21cd"><ce:label>57</ce:label><ce:textfn>Inha University, Incheon, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Inha University</sa:organization><sa:city>Incheon</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0285">Inha University, Incheon, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0580" affiliation-id="S0370269322007833-d4941ebd67ab9bbf96b1e6a906f4397c"><ce:label>58</ce:label><ce:textfn>Institute for Gravitational and Subatomic Physics (GRASP), Utrecht University/Nikhef, Utrecht, Netherlands</ce:textfn><sa:affiliation><sa:organization>Institute for Gravitational and Subatomic Physics (GRASP)</sa:organization><sa:organization>Utrecht University/Nikhef</sa:organization><sa:city>Utrecht</sa:city><sa:country>Netherlands</sa:country></sa:affiliation><ce:source-text id="srct0290">Institute for Gravitational and Subatomic Physics (GRASP), Utrecht University/Nikhef, Utrecht, Netherlands</ce:source-text></ce:affiliation><ce:affiliation id="aff0590" affiliation-id="S0370269322007833-f6d8becf2ef35885577b8164313401cb"><ce:label>59</ce:label><ce:textfn>Institute of Experimental Physics, Slovak Academy of Sciences, Košice, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Institute of Experimental Physics</sa:organization><sa:organization>Slovak Academy of Sciences</sa:organization><sa:city>Košice</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0295">Institute of Experimental Physics, Slovak Academy of Sciences, Košice, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0600" affiliation-id="S0370269322007833-6fa96ff1fcc4aaff09633c1217f06ff0"><ce:label>60</ce:label><ce:textfn>Institute of Physics, Homi Bhabha National Institute, Bhubaneswar, India</ce:textfn><sa:affiliation><sa:organization>Institute of Physics</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Bhubaneswar</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0300">Institute of Physics, Homi Bhabha National Institute, Bhubaneswar, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0610" affiliation-id="S0370269322007833-9f77e70dcbde10c6ed3d37b3b0071107"><ce:label>61</ce:label><ce:textfn>Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Institute of Physics of the Czech Academy of Sciences</sa:organization><sa:city>Prague</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0305">Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0620" affiliation-id="S0370269322007833-3309ea65bfe3ae2f96b232545cb67043"><ce:label>62</ce:label><ce:textfn>Institute of Space Science (ISS), Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>Institute of Space Science (ISS)</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0310">Institute of Space Science (ISS), Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff0630" affiliation-id="S0370269322007833-2759820a41f8b0ece8c42aa319465ed5"><ce:label>63</ce:label><ce:textfn>Institut für Kernphysik, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Institut für Kernphysik</sa:organization><sa:organization>Johann Wolfgang Goethe-Universität Frankfurt</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0315">Institut für Kernphysik, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0640" affiliation-id="S0370269322007833-b18018b82a469dc4e4eb94f595cf4812"><ce:label>64</ce:label><ce:textfn>Instituto de Ciencias Nucleares, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:textfn><sa:affiliation><sa:organization>Instituto de Ciencias Nucleares</sa:organization><sa:organization>Universidad Nacional Autónoma de México</sa:organization><sa:city>Mexico City</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0320">Instituto de Ciencias Nucleares, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0650" affiliation-id="S0370269322007833-2aa194eda46d62198ea9b929240200b8"><ce:label>65</ce:label><ce:textfn>Instituto de Física, Universidade Federal do Rio Grande do Sul (UFRGS), Porto Alegre, Brazil</ce:textfn><sa:affiliation><sa:organization>Instituto de Física</sa:organization><sa:organization>Universidade Federal do Rio Grande do Sul (UFRGS)</sa:organization><sa:city>Porto Alegre</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0325">Instituto de Física, Universidade Federal do Rio Grande do Sul (UFRGS), Porto Alegre, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff0660" affiliation-id="S0370269322007833-9e9b95fa2c082308cb0efc3488541c67"><ce:label>66</ce:label><ce:textfn>Instituto de Física, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:textfn><sa:affiliation><sa:organization>Instituto de Física</sa:organization><sa:organization>Universidad Nacional Autónoma de México</sa:organization><sa:city>Mexico City</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0330">Instituto de Física, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0670" affiliation-id="S0370269322007833-4ef9aeae6b2f74e366edd12aafbea4cf"><ce:label>67</ce:label><ce:textfn>iThemba LABS, National Research Foundation, Somerset West, South Africa</ce:textfn><sa:affiliation><sa:organization>iThemba LABS</sa:organization><sa:organization>National Research Foundation</sa:organization><sa:city>Somerset West</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0335">iThemba LABS, National Research Foundation, Somerset West, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff0680" affiliation-id="S0370269322007833-2f4c4db0447d27fd2e43117b90bb74d4"><ce:label>68</ce:label><ce:textfn>Jeonbuk National University, Jeonju, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Jeonbuk National University</sa:organization><sa:city>Jeonju</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0340">Jeonbuk National University, Jeonju, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0690" affiliation-id="S0370269322007833-81ec7d4c8c69486a57ef1ca6a567076c"><ce:label>69</ce:label><ce:textfn>Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik, Fachbereich Informatik und Mathematik, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik</sa:organization><sa:organization>Fachbereich Informatik und Mathematik</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0345">Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik, Fachbereich Informatik und Mathematik, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0700" affiliation-id="S0370269322007833-c1d849875c0de0db6476f9cc96b07dd2"><ce:label>70</ce:label><ce:textfn>Korea Institute of Science and Technology Information, Daejeon, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Korea Institute of Science and Technology Information</sa:organization><sa:city>Daejeon</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0350">Korea Institute of Science and Technology Information, Daejeon, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0710" affiliation-id="S0370269322007833-c5cd420fa3d6b7c79dc3ab9e7c2dfb06"><ce:label>71</ce:label><ce:textfn>KTO Karatay University, Konya, Turkey</ce:textfn><sa:affiliation><sa:organization>KTO Karatay University</sa:organization><sa:city>Konya</sa:city><sa:country>Turkey</sa:country></sa:affiliation><ce:source-text id="srct0355">KTO Karatay University, Konya, Turkey</ce:source-text></ce:affiliation><ce:affiliation id="aff0720" affiliation-id="S0370269322007833-0bdd954451acb47f491c8c4996fa87da"><ce:label>72</ce:label><ce:textfn>Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie, Orsay, France</ce:textfn><sa:affiliation><sa:organization>Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie</sa:organization><sa:city>Orsay</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0360">Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie, Orsay, France</ce:source-text></ce:affiliation><ce:affiliation id="aff0730" affiliation-id="S0370269322007833-1487532e5bfe30325bc10c0583f7c38e"><ce:label>73</ce:label><ce:textfn>Laboratoire de Physique Subatomique et de Cosmologie, Université Grenoble-Alpes, CNRS-IN2P3, Grenoble, France</ce:textfn><sa:affiliation><sa:organization>Laboratoire de Physique Subatomique et de Cosmologie</sa:organization><sa:organization>Université Grenoble-Alpes</sa:organization><sa:organization>CNRS-IN2P3</sa:organization><sa:city>Grenoble</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0365">Laboratoire de Physique Subatomique et de Cosmologie, Université Grenoble-Alpes, CNRS-IN2P3, Grenoble, France</ce:source-text></ce:affiliation><ce:affiliation id="aff0740" affiliation-id="S0370269322007833-dd5512fbf2faf90b56635e0b411d44a2"><ce:label>74</ce:label><ce:textfn>Lawrence Berkeley National Laboratory, Berkeley, CA, United States</ce:textfn><sa:affiliation><sa:organization>Lawrence Berkeley National Laboratory</sa:organization><sa:city>Berkeley</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0370">Lawrence Berkeley National Laboratory, Berkeley, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0750" affiliation-id="S0370269322007833-ed03eefd58007822249c697d882deffc"><ce:label>75</ce:label><ce:textfn>Lund University Department of Physics, Division of Particle Physics, Lund, Sweden</ce:textfn><sa:affiliation><sa:organization>Lund University Department of Physics</sa:organization><sa:organization>Division of Particle Physics</sa:organization><sa:city>Lund</sa:city><sa:country>Sweden</sa:country></sa:affiliation><ce:source-text id="srct0375">Lund University Department of Physics, Division of Particle Physics, Lund, Sweden</ce:source-text></ce:affiliation><ce:affiliation id="aff0760" affiliation-id="S0370269322007833-5b47ca06644b7f88e2267e9accbe867b"><ce:label>76</ce:label><ce:textfn>Nagasaki Institute of Applied Science, Nagasaki, Japan</ce:textfn><sa:affiliation><sa:organization>Nagasaki Institute of Applied Science</sa:organization><sa:city>Nagasaki</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0380">Nagasaki Institute of Applied Science, Nagasaki, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0770" affiliation-id="S0370269322007833-61cd55f0b96e9831d6063318d9967d43"><ce:label>77</ce:label><ce:textfn>Nara Women's University (NWU), Nara, Japan</ce:textfn><sa:affiliation><sa:organization>Nara Women's University (NWU)</sa:organization><sa:city>Nara</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0385">Nara Women's University (NWU), Nara, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0780" affiliation-id="S0370269322007833-7f50d99eb340e408fbc323cbce0c8905"><ce:label>78</ce:label><ce:textfn>National and Kapodistrian University of Athens, School of Science, Department of Physics , Athens, Greece</ce:textfn><sa:affiliation><sa:organization>National and Kapodistrian University of Athens</sa:organization><sa:organization>School of Science</sa:organization><sa:organization>Department of Physics</sa:organization><sa:city>Athens</sa:city><sa:country>Greece</sa:country></sa:affiliation><ce:source-text id="srct0390">National and Kapodistrian University of Athens, School of Science, Department of Physics , Athens, Greece</ce:source-text></ce:affiliation><ce:affiliation id="aff0790" affiliation-id="S0370269322007833-58192de9f95a93cb8bf485b9a5647bf5"><ce:label>79</ce:label><ce:textfn>National Centre for Nuclear Research, Warsaw, Poland</ce:textfn><sa:affiliation><sa:organization>National Centre for Nuclear Research</sa:organization><sa:city>Warsaw</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0395">National Centre for Nuclear Research, Warsaw, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff0800" affiliation-id="S0370269322007833-5c73c93f2c9aba1b7fcfa30741ce17ca"><ce:label>80</ce:label><ce:textfn>National Institute of Science Education and Research, Homi Bhabha National Institute, Jatni, India</ce:textfn><sa:affiliation><sa:organization>National Institute of Science Education and Research</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Jatni</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0400">National Institute of Science Education and Research, Homi Bhabha National Institute, Jatni, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0810" affiliation-id="S0370269322007833-1e229a9758219f877a7f903c2dde9c2b"><ce:label>81</ce:label><ce:textfn>National Nuclear Research Center, Baku, Azerbaijan</ce:textfn><sa:affiliation><sa:organization>National Nuclear Research Center</sa:organization><sa:city>Baku</sa:city><sa:country>Azerbaijan</sa:country></sa:affiliation><ce:source-text id="srct0405">National Nuclear Research Center, Baku, Azerbaijan</ce:source-text></ce:affiliation><ce:affiliation id="aff0820" affiliation-id="S0370269322007833-ab3fe404fa49046cc1d6ed593a4d5eb8"><ce:label>82</ce:label><ce:textfn>National Research and Innovation Agency - BRIN, Jakarta, Indonesia</ce:textfn><sa:affiliation><sa:organization>National Research and Innovation Agency - BRIN</sa:organization><sa:city>Jakarta</sa:city><sa:country>Indonesia</sa:country></sa:affiliation><ce:source-text id="srct0410">National Research and Innovation Agency - BRIN, Jakarta, Indonesia</ce:source-text></ce:affiliation><ce:affiliation id="aff0830" affiliation-id="S0370269322007833-3e7cb9222cae4e75df0d93d2ea96329f"><ce:label>83</ce:label><ce:textfn>Niels Bohr Institute, University of Copenhagen, Copenhagen, Denmark</ce:textfn><sa:affiliation><sa:organization>Niels Bohr Institute</sa:organization><sa:organization>University of Copenhagen</sa:organization><sa:city>Copenhagen</sa:city><sa:country>Denmark</sa:country></sa:affiliation><ce:source-text id="srct0415">Niels Bohr Institute, University of Copenhagen, Copenhagen, Denmark</ce:source-text></ce:affiliation><ce:affiliation id="aff0840" affiliation-id="S0370269322007833-11b144edfb6d992e108d17991cc7681b"><ce:label>84</ce:label><ce:textfn>Nikhef, National institute for subatomic physics, Amsterdam, Netherlands</ce:textfn><sa:affiliation><sa:organization>Nikhef, National institute for subatomic physics</sa:organization><sa:city>Amsterdam</sa:city><sa:country>Netherlands</sa:country></sa:affiliation><ce:source-text id="srct0420">Nikhef, National institute for subatomic physics, Amsterdam, Netherlands</ce:source-text></ce:affiliation><ce:affiliation id="aff0850" affiliation-id="S0370269322007833-7ffc71d9a245ae3927bb4d373ff478ed"><ce:label>85</ce:label><ce:textfn>Nuclear Physics Group, STFC Daresbury Laboratory, Daresbury, United Kingdom</ce:textfn><sa:affiliation><sa:organization>Nuclear Physics Group</sa:organization><sa:organization>STFC Daresbury Laboratory</sa:organization><sa:city>Daresbury</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0425">Nuclear Physics Group, STFC Daresbury Laboratory, Daresbury, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff0860" affiliation-id="S0370269322007833-4ea73349ab4e79a7b6570dd0fd42cd13"><ce:label>86</ce:label><ce:textfn>Nuclear Physics Institute of the Czech Academy of Sciences, Husinec-Řež, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Nuclear Physics Institute of the Czech Academy of Sciences</sa:organization><sa:city>Husinec-Řež</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0430">Nuclear Physics Institute of the Czech Academy of Sciences, Husinec-Řež, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0870" affiliation-id="S0370269322007833-43c0b745ad096562d858417552718575"><ce:label>87</ce:label><ce:textfn>Oak Ridge National Laboratory, Oak Ridge, TN, United States</ce:textfn><sa:affiliation><sa:organization>Oak Ridge National Laboratory</sa:organization><sa:city>Oak Ridge</sa:city><sa:state>TN</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0435">Oak Ridge National Laboratory, Oak Ridge, Tennessee, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0880" affiliation-id="S0370269322007833-e4e32a64c7e436b0f2a688687dedfe5e"><ce:label>88</ce:label><ce:textfn>Ohio State University, Columbus, OH, United States</ce:textfn><sa:affiliation><sa:organization>Ohio State University</sa:organization><sa:city>Columbus</sa:city><sa:state>OH</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0440">Ohio State University, Columbus, Ohio, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0890" affiliation-id="S0370269322007833-3c4eb171ede7112c64f1bc2c164f4732"><ce:label>89</ce:label><ce:textfn>Physics department, Faculty of science, University of Zagreb, Zagreb, Croatia</ce:textfn><sa:affiliation><sa:organization>Physics department</sa:organization><sa:organization>Faculty of science, University of Zagreb</sa:organization><sa:city>Zagreb</sa:city><sa:country>Croatia</sa:country></sa:affiliation><ce:source-text id="srct0445">Physics department, Faculty of science, University of Zagreb, Zagreb, Croatia</ce:source-text></ce:affiliation><ce:affiliation id="aff0900" affiliation-id="S0370269322007833-30d6dbb96747c914840798f88bf250cb"><ce:label>90</ce:label><ce:textfn>Physics Department, Panjab University, Chandigarh, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>Panjab University</sa:organization><sa:city>Chandigarh</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0450">Physics Department, Panjab University, Chandigarh, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0910" affiliation-id="S0370269322007833-712bc80495e97050498604da603cb5cc"><ce:label>91</ce:label><ce:textfn>Physics Department, University of Jammu, Jammu, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>University of Jammu</sa:organization><sa:city>Jammu</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0455">Physics Department, University of Jammu, Jammu, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0920" affiliation-id="S0370269322007833-500771749243cadcbaeeac3f726e6a62"><ce:label>92</ce:label><ce:textfn>Physics Department, University of Rajasthan, Jaipur, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>University of Rajasthan</sa:organization><sa:city>Jaipur</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0460">Physics Department, University of Rajasthan, Jaipur, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0930" affiliation-id="S0370269322007833-87f0c1fe6b138b8300b7695dc3391666"><ce:label>93</ce:label><ce:textfn>Physics Program and International Institute for Sustainability with Knotted Chiral Meta Matter (SKCM2), Hiroshima University, Hiroshima, Japan</ce:textfn><sa:affiliation><sa:organization>Physics Program and International Institute for Sustainability with Knotted Chiral Meta Matter (SKCM2)</sa:organization><sa:organization>Hiroshima University</sa:organization><sa:city>Hiroshima</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0465">Physics Program and International Institute for Sustainability with Knotted Chiral Meta Matter (SKCM2), Hiroshima University, Hiroshima, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0940" affiliation-id="S0370269322007833-0886f70da565231fd0e43398021fd604"><ce:label>94</ce:label><ce:textfn>Physikalisches Institut, Eberhard-Karls-Universität Tübingen, Tübingen, Germany</ce:textfn><sa:affiliation><sa:organization>Physikalisches Institut</sa:organization><sa:organization>Eberhard-Karls-Universität Tübingen</sa:organization><sa:city>Tübingen</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0470">Physikalisches Institut, Eberhard-Karls-Universität Tübingen, Tübingen, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0950" affiliation-id="S0370269322007833-1c67678e124982de924355cdd6d6b91b"><ce:label>95</ce:label><ce:textfn>Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany</ce:textfn><sa:affiliation><sa:organization>Physikalisches Institut</sa:organization><sa:organization>Ruprecht-Karls-Universität Heidelberg</sa:organization><sa:city>Heidelberg</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0475">Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0960" affiliation-id="S0370269322007833-7a5765cc3928149c8b77128cd52462ae"><ce:label>96</ce:label><ce:textfn>Physik Department, Technische Universität München, Munich, Germany</ce:textfn><sa:affiliation><sa:organization>Physik Department</sa:organization><sa:organization>Technische Universität München</sa:organization><sa:city>Munich</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0480">Physik Department, Technische Universität München, Munich, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0970" affiliation-id="S0370269322007833-0a06f4f5fb60a25c8f1936ed71c96cfe"><ce:label>97</ce:label><ce:textfn>Politecnico di Bari and Sezione INFN, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>Politecnico di Bari</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0485">Politecnico di Bari and Sezione INFN, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0980" affiliation-id="S0370269322007833-3451d358e90b759225813c9b9a6f098c"><ce:label>98</ce:label><ce:textfn>Research Division and ExtreMe Matter Institute EMMI, GSI Helmholtzzentrum für Schwerionenforschung GmbH, Darmstadt, Germany</ce:textfn><sa:affiliation><sa:organization>Research Division</sa:organization><sa:organization>ExtreMe Matter Institute EMMI</sa:organization><sa:organization>GSI Helmholtzzentrum für Schwerionenforschung GmbH</sa:organization><sa:city>Darmstadt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0490">Research Division and ExtreMe Matter Institute EMMI, GSI Helmholtzzentrum für Schwerionenforschung GmbH, Darmstadt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0990" affiliation-id="S0370269322007833-2771a2ae295804be11a4a937b894a546"><ce:label>99</ce:label><ce:textfn>Saha Institute of Nuclear Physics, Homi Bhabha National Institute, Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Saha Institute of Nuclear Physics</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0495">Saha Institute of Nuclear Physics, Homi Bhabha National Institute, Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1000" affiliation-id="S0370269322007833-b602cde70213041ca40ec5720e4e3e75"><ce:label>100</ce:label><ce:textfn>School of Physics and Astronomy, University of Birmingham, Birmingham, United Kingdom</ce:textfn><sa:affiliation><sa:organization>School of Physics and Astronomy</sa:organization><sa:organization>University of Birmingham</sa:organization><sa:city>Birmingham</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0500">School of Physics and Astronomy, University of Birmingham, Birmingham, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff1010" affiliation-id="S0370269322007833-1a1f0f3ae33ba0323ad4da08a216f4c3"><ce:label>101</ce:label><ce:textfn>Sección Física, Departamento de Ciencias, Pontificia Universidad Católica del Perú, Lima, Peru</ce:textfn><sa:affiliation><sa:organization>Sección Física</sa:organization><sa:organization>Departamento de Ciencias</sa:organization><sa:organization>Pontificia Universidad Católica del Perú</sa:organization><sa:city>Lima</sa:city><sa:country>Peru</sa:country></sa:affiliation><ce:source-text id="srct0505">Sección Física, Departamento de Ciencias, Pontificia Universidad Católica del Perú, Lima, Peru</ce:source-text></ce:affiliation><ce:affiliation id="aff1020" affiliation-id="S0370269322007833-24347400090c9a1efb87e7537af7461b"><ce:label>102</ce:label><ce:textfn>Stefan Meyer Institut für Subatomare Physik (SMI), Vienna, Austria</ce:textfn><sa:affiliation><sa:organization>Stefan Meyer Institut für Subatomare Physik (SMI)</sa:organization><sa:city>Vienna</sa:city><sa:country>Austria</sa:country></sa:affiliation><ce:source-text id="srct0510">Stefan Meyer Institut für Subatomare Physik (SMI), Vienna, Austria</ce:source-text></ce:affiliation><ce:affiliation id="aff1030" affiliation-id="S0370269322007833-317714469d8c208c77efd6f026942633"><ce:label>103</ce:label><ce:textfn>SUBATECH, IMT Atlantique, Nantes Université, CNRS-IN2P3, Nantes, France</ce:textfn><sa:affiliation><sa:organization>SUBATECH</sa:organization><sa:organization>IMT Atlantique</sa:organization><sa:organization>Nantes Université</sa:organization><sa:organization>CNRS-IN2P3</sa:organization><sa:city>Nantes</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0515">SUBATECH, IMT Atlantique, Nantes Université, CNRS-IN2P3, Nantes, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1040" affiliation-id="S0370269322007833-c3972f6af24eef12cc2ae3a53d6a7623"><ce:label>104</ce:label><ce:textfn>Suranaree University of Technology, Nakhon Ratchasima, Thailand</ce:textfn><sa:affiliation><sa:organization>Suranaree University of Technology</sa:organization><sa:city>Nakhon Ratchasima</sa:city><sa:country>Thailand</sa:country></sa:affiliation><ce:source-text id="srct0520">Suranaree University of Technology, Nakhon Ratchasima, Thailand</ce:source-text></ce:affiliation><ce:affiliation id="aff1050" affiliation-id="S0370269322007833-9186de958ef0b51277f8f34872e5c71b"><ce:label>105</ce:label><ce:textfn>Technical University of Košice, Košice, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Technical University of Košice</sa:organization><sa:city>Košice</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0525">Technical University of Košice, Košice, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff1060" affiliation-id="S0370269322007833-425836ada61fe0d3ee4ebf5b87598919"><ce:label>106</ce:label><ce:textfn>The Henryk Niewodniczanski Institute of Nuclear Physics, Polish Academy of Sciences, Cracow, Poland</ce:textfn><sa:affiliation><sa:organization>The Henryk Niewodniczanski Institute of Nuclear Physics</sa:organization><sa:organization>Polish Academy of Sciences</sa:organization><sa:city>Cracow</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0530">The Henryk Niewodniczanski Institute of Nuclear Physics, Polish Academy of Sciences, Cracow, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff1070" affiliation-id="S0370269322007833-302a66584ead3636c3e74b86b51cf474"><ce:label>107</ce:label><ce:textfn>The University of Texas at Austin, Austin, TX, United States</ce:textfn><sa:affiliation><sa:organization>The University of Texas at Austin</sa:organization><sa:city>Austin</sa:city><sa:state>TX</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0535">The University of Texas at Austin, Austin, Texas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1080" affiliation-id="S0370269322007833-48ea3700cc067946e6c3032832f0ce0a"><ce:label>108</ce:label><ce:textfn>Universidad Autónoma de Sinaloa, Culiacán, Mexico</ce:textfn><sa:affiliation><sa:organization>Universidad Autónoma de Sinaloa</sa:organization><sa:city>Culiacán</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0540">Universidad Autónoma de Sinaloa, Culiacán, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff1090" affiliation-id="S0370269322007833-310945a13cafb9845fe651fc7aa661b6"><ce:label>109</ce:label><ce:textfn>Universidade de São Paulo (USP), São Paulo, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade de São Paulo (USP)</sa:organization><sa:city>São Paulo</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0545">Universidade de São Paulo (USP), São Paulo, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1100" affiliation-id="S0370269322007833-226f6a475b7a1634e1530e2077d7590e"><ce:label>110</ce:label><ce:textfn>Universidade Estadual de Campinas (UNICAMP), Campinas, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade Estadual de Campinas (UNICAMP)</sa:organization><sa:city>Campinas</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0550">Universidade Estadual de Campinas (UNICAMP), Campinas, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1110" affiliation-id="S0370269322007833-7582533209ee7a368c4d249782e93c03"><ce:label>111</ce:label><ce:textfn>Universidade Federal do ABC, Santo Andre, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade Federal do ABC</sa:organization><sa:city>Santo Andre</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0555">Universidade Federal do ABC, Santo Andre, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1120" affiliation-id="S0370269322007833-f37f0b36132124cce5539b1f9c518079"><ce:label>112</ce:label><ce:textfn>University of Cape Town, Cape Town, South Africa</ce:textfn><sa:affiliation><sa:organization>University of Cape Town</sa:organization><sa:city>Cape Town</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0560">University of Cape Town, Cape Town, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff1130" affiliation-id="S0370269322007833-58fe35a5cc9d91eea34fd6e19293599b"><ce:label>113</ce:label><ce:textfn>University of Houston, Houston, TX, United States</ce:textfn><sa:affiliation><sa:organization>University of Houston</sa:organization><sa:city>Houston</sa:city><sa:state>TX</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0565">University of Houston, Houston, Texas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1140" affiliation-id="S0370269322007833-e9be2b1885c8285b7cb7b6534ca93d98"><ce:label>114</ce:label><ce:textfn>University of Jyväskylä, Jyväskylä, Finland</ce:textfn><sa:affiliation><sa:organization>University of Jyväskylä</sa:organization><sa:city>Jyväskylä</sa:city><sa:country>Finland</sa:country></sa:affiliation><ce:source-text id="srct0570">University of Jyväskylä, Jyväskylä, Finland</ce:source-text></ce:affiliation><ce:affiliation id="aff1150" affiliation-id="S0370269322007833-6e2074f6fd0b88987501b22e5d74f9c9"><ce:label>115</ce:label><ce:textfn>University of Kansas, Lawrence, KS, United States</ce:textfn><sa:affiliation><sa:organization>University of Kansas</sa:organization><sa:city>Lawrence</sa:city><sa:state>KS</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0575">University of Kansas, Lawrence, Kansas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1160" affiliation-id="S0370269322007833-f538fc5a59ec1d1c8f86d2a83cb4ced6"><ce:label>116</ce:label><ce:textfn>University of Liverpool, Liverpool, United Kingdom</ce:textfn><sa:affiliation><sa:organization>University of Liverpool</sa:organization><sa:city>Liverpool</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0580">University of Liverpool, Liverpool, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff1170" affiliation-id="S0370269322007833-5507e3344bf7b46ba698c2c045a8aba6"><ce:label>117</ce:label><ce:textfn>University of Science and Technology of China, Hefei, China</ce:textfn><sa:affiliation><sa:organization>University of Science and Technology of China</sa:organization><sa:city>Hefei</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0585">University of Science and Technology of China, Hefei, China</ce:source-text></ce:affiliation><ce:affiliation id="aff1180" affiliation-id="S0370269322007833-5825f1740b6b974441dd90d9c8ad0a53"><ce:label>118</ce:label><ce:textfn>University of South-Eastern Norway, Kongsberg, Norway</ce:textfn><sa:affiliation><sa:organization>University of South-Eastern Norway</sa:organization><sa:city>Kongsberg</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0590">University of South-Eastern Norway, Kongsberg, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff1190" affiliation-id="S0370269322007833-d6620449e5365c80224ff22fe1ca4e4a"><ce:label>119</ce:label><ce:textfn>University of Tennessee, Knoxville, TN, United States</ce:textfn><sa:affiliation><sa:organization>University of Tennessee</sa:organization><sa:city>Knoxville</sa:city><sa:state>TN</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0595">University of Tennessee, Knoxville, Tennessee, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1200" affiliation-id="S0370269322007833-6d43022152ccaa62119e4287bf3b5270"><ce:label>120</ce:label><ce:textfn>University of the Witwatersrand, Johannesburg, South Africa</ce:textfn><sa:affiliation><sa:organization>University of the Witwatersrand</sa:organization><sa:city>Johannesburg</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0600">University of the Witwatersrand, Johannesburg, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff1210" affiliation-id="S0370269322007833-9b9071fc23073da0e4317b3863c91b9e"><ce:label>121</ce:label><ce:textfn>University of Tokyo, Tokyo, Japan</ce:textfn><sa:affiliation><sa:organization>University of Tokyo</sa:organization><sa:city>Tokyo</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0605">University of Tokyo, Tokyo, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff1220" affiliation-id="S0370269322007833-da3fb88e8779358429638ee8f8dc4cb5"><ce:label>122</ce:label><ce:textfn>University of Tsukuba, Tsukuba, Japan</ce:textfn><sa:affiliation><sa:organization>University of Tsukuba</sa:organization><sa:city>Tsukuba</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0610">University of Tsukuba, Tsukuba, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff1230" affiliation-id="S0370269322007833-9fc1715eadb7b2ba79b1a87cef8015cd"><ce:label>123</ce:label><ce:textfn>University Politehnica of Bucharest, Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>University Politehnica of Bucharest</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0615">University Politehnica of Bucharest, Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff1240" affiliation-id="S0370269322007833-43e2ac82e11c4ca2fabbc7e457c74b37"><ce:label>124</ce:label><ce:textfn>Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France</ce:textfn><sa:affiliation><sa:organization>Université Clermont Auvergne</sa:organization><sa:organization>CNRS/IN2P3</sa:organization><sa:organization>LPC</sa:organization><sa:city>Clermont-Ferrand</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0620">Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1250" affiliation-id="S0370269322007833-08f13150d05b32d440951efec6f80d29"><ce:label>125</ce:label><ce:textfn>Université de Lyon, CNRS/IN2P3, Institut de Physique des 2 Infinis de Lyon, Lyon, France</ce:textfn><sa:affiliation><sa:organization>Université de Lyon</sa:organization><sa:organization>CNRS/IN2P3</sa:organization><sa:organization>Institut de Physique des 2 Infinis de Lyon</sa:organization><sa:city>Lyon</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0625">Université de Lyon, CNRS/IN2P3, Institut de Physique des 2 Infinis de Lyon, Lyon, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1260" affiliation-id="S0370269322007833-766d0075165899c16752f5f7ff1b8771"><ce:label>126</ce:label><ce:textfn>Université de Strasbourg, CNRS, IPHC UMR 7178, F-67000 Strasbourg, France</ce:textfn><sa:affiliation><sa:organization>Université de Strasbourg</sa:organization><sa:organization>CNRS</sa:organization><sa:organization>IPHC UMR 7178</sa:organization><sa:city>Strasbourg</sa:city><sa:postal-code>F-67000</sa:postal-code><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0630">Université de Strasbourg, CNRS, IPHC UMR 7178, F-67000 Strasbourg, France, Strasbourg, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1270" affiliation-id="S0370269322007833-36117066550bb6faaf9708b1b0ea670e"><ce:label>127</ce:label><ce:textfn>Université Paris-Saclay Centre d'Etudes de Saclay (CEA), IRFU, Départment de Physique Nucléaire (DPhN), Saclay, France</ce:textfn><sa:affiliation><sa:organization>Université Paris-Saclay Centre d'Etudes de Saclay (CEA)</sa:organization><sa:organization>IRFU</sa:organization><sa:organization>Départment de Physique Nucléaire (DPhN)</sa:organization><sa:city>Saclay</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0635">Université Paris-Saclay Centre d'Etudes de Saclay (CEA), IRFU, Départment de Physique Nucléaire (DPhN), Saclay, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1280" affiliation-id="S0370269322007833-47ef552cdaf90d05d791574b14a8dcf9"><ce:label>128</ce:label><ce:textfn>Università degli Studi di Foggia, Foggia, Italy</ce:textfn><sa:affiliation><sa:organization>Università degli Studi di Foggia</sa:organization><sa:city>Foggia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0640">Università degli Studi di Foggia, Foggia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1290" affiliation-id="S0370269322007833-79fbcbe2a42e9099094360b5bf7bd602"><ce:label>129</ce:label><ce:textfn>Università del Piemonte Orientale, Vercelli, Italy</ce:textfn><sa:affiliation><sa:organization>Università del Piemonte Orientale</sa:organization><sa:city>Vercelli</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0645">Università del Piemonte Orientale, Vercelli, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1300" affiliation-id="S0370269322007833-83cd0c0929f483f88e3d2cb59f064287"><ce:label>130</ce:label><ce:textfn>Università di Brescia, Brescia, Italy</ce:textfn><sa:affiliation><sa:organization>Università di Brescia</sa:organization><sa:city>Brescia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0650">Università di Brescia, Brescia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1310" affiliation-id="S0370269322007833-f1ae52f852d4d7d99988b3e872f887e4"><ce:label>131</ce:label><ce:textfn>Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Variable Energy Cyclotron Centre</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0655">Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1320" affiliation-id="S0370269322007833-bfd4fe0d3b8675ea55d96ce64033d817"><ce:label>132</ce:label><ce:textfn>Warsaw University of Technology, Warsaw, Poland</ce:textfn><sa:affiliation><sa:organization>Warsaw University of Technology</sa:organization><sa:city>Warsaw</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0660">Warsaw University of Technology, Warsaw, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff1330" affiliation-id="S0370269322007833-4e11d38f810a3540206ffb5151a35d3b"><ce:label>133</ce:label><ce:textfn>Wayne State University, Detroit, MI, United States</ce:textfn><sa:affiliation><sa:organization>Wayne State University</sa:organization><sa:city>Detroit</sa:city><sa:state>MI</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0665">Wayne State University, Detroit, Michigan, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1340" affiliation-id="S0370269322007833-0b76517a6de7ff0579ec14780f79d81b"><ce:label>134</ce:label><ce:textfn>Westfälische Wilhelms-Universität Münster, Institut für Kernphysik, Münster, Germany</ce:textfn><sa:affiliation><sa:organization>Westfälische Wilhelms-Universität Münster</sa:organization><sa:organization>Institut für Kernphysik</sa:organization><sa:city>Münster</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0670">Westfälische Wilhelms-Universität Münster, Institut für Kernphysik, Münster, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1350" affiliation-id="S0370269322007833-6b1ae45228f1f040c55767dc107b589d"><ce:label>135</ce:label><ce:textfn>Wigner Research Centre for Physics, Budapest, Hungary</ce:textfn><sa:affiliation><sa:organization>Wigner Research Centre for Physics</sa:organization><sa:city>Budapest</sa:city><sa:country>Hungary</sa:country></sa:affiliation><ce:source-text id="srct0675">Wigner Research Centre for Physics, Budapest, Hungary</ce:source-text></ce:affiliation><ce:affiliation id="aff1360" affiliation-id="S0370269322007833-96e79e7381eab77664732c3553e247e8"><ce:label>136</ce:label><ce:textfn>Yale University, New Haven, CT, United States</ce:textfn><sa:affiliation><sa:organization>Yale University</sa:organization><sa:city>New Haven</sa:city><sa:state>CT</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0680">Yale University, New Haven, Connecticut, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1370" affiliation-id="S0370269322007833-f3db17ceaf6ea4190e2176a6a129c96b"><ce:label>137</ce:label><ce:textfn>Yonsei University, Seoul, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Yonsei University</sa:organization><sa:city>Seoul</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0685">Yonsei University, Seoul, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff1380" affiliation-id="S0370269322007833-2e935afd39a812eb118b95cc53ef2ac3"><ce:label>138</ce:label><ce:textfn>Zentrum für Technologie und Transfer (ZTT), Worms, Germany</ce:textfn><sa:affiliation><sa:organization>Zentrum für Technologie und Transfer (ZTT)</sa:organization><sa:city>Worms</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0690">Zentrum für Technologie und Transfer (ZTT), Worms, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1390" affiliation-id="S0370269322007833-7972cea8d4a6e5b7150baf4a74e03970"><ce:label>139</ce:label><ce:textfn>Affiliated with an institute covered by a cooperation agreement with CERN</ce:textfn><sa:affiliation><sa:address-line>Affiliated with an institute covered by a cooperation agreement with CERN</sa:address-line></sa:affiliation><ce:source-text id="srct0695">Affiliated with an institute covered by a cooperation agreement with CERN</ce:source-text></ce:affiliation><ce:affiliation id="aff1400" affiliation-id="S0370269322007833-3c2eaa2a494293a99583fccbf5d95e9f"><ce:label>140</ce:label><ce:textfn>Affiliated with an international laboratory covered by a cooperation agreement with CERN</ce:textfn><sa:affiliation><sa:address-line>Affiliated with an international laboratory covered by a cooperation agreement with CERN</sa:address-line></sa:affiliation><ce:source-text id="srct0700">Affiliated with an international laboratory covered by a cooperation agreement with CERN</ce:source-text></ce:affiliation><ce:footnote id="fn0010"><ce:label>I</ce:label><ce:note-para id="np0010">Deceased.</ce:note-para></ce:footnote><ce:footnote id="fn0020"><ce:label>II</ce:label><ce:note-para id="np0020">Also at: Max-Planck-Institut für Physik, Munich, Germany.</ce:note-para></ce:footnote><ce:footnote id="fn0030"><ce:label>III</ce:label><ce:note-para id="np0030">Also at: Italian National Agency for New Technologies, Energy and Sustainable Economic Development (ENEA), Bologna, Italy.</ce:note-para></ce:footnote><ce:footnote id="fn0040"><ce:label>IV</ce:label><ce:note-para id="np0040">Also at: Dipartimento DET del Politecnico di Torino, Turin, Italy.</ce:note-para></ce:footnote><ce:footnote id="fn0050"><ce:label>V</ce:label><ce:note-para id="np0050">Also at: Department of Applied Physics, Aligarh Muslim University, Aligarh, India.</ce:note-para></ce:footnote><ce:footnote id="fn0060"><ce:label>VI</ce:label><ce:note-para id="np0060">Also at: Institute of Theoretical Physics, University of Wroclaw, Poland.</ce:note-para></ce:footnote><ce:footnote id="fn0070"><ce:label>VII</ce:label><ce:note-para id="np0070">Also at: An institution covered by a cooperation agreement with CERN.</ce:note-para></ce:footnote></ce:author-group></ce:collaboration><ce:footnote id="fn0080"><ce:label>⋆</ce:label><ce:note-para id="np0080"><ce:italic>E-mail address:</ce:italic> <ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="mailto:alice-publications@cern.ch" id="inf0020">alice-publications@cern.ch</ce:inter-ref>.</ce:note-para></ce:footnote></ce:author-group><ce:date-received day="5" month="5" year="2022"/><ce:date-revised day="2" month="12" year="2022"/><ce:date-accepted day="23" month="12" year="2022"/><ce:miscellaneous id="ms0010">Editor: M. Pierini</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0070">This letter reports measurements which characterize the underlying event associated with hard scatterings at mid-pseudorapidity (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math>) in pp, p–Pb and Pb–Pb collisions at centre-of-mass energy per nucleon pair, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The measurements are performed with ALICE at the LHC. Different multiplicity classes are defined based on the event activity measured at forward rapidities. The hard scatterings are identified by the leading particle defined as the charged particle with the largest transverse momentum (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) in the collision and having 8 <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mo linebreak="badbreak" linebreakstyle="after"><</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra of associated particles (0.5 <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si5.svg"><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) are measured in different azimuthal regions defined with respect to the leading particle direction: toward, transverse, and away. The associated charged particle yields in the transverse region are subtracted from those of the away and toward regions. The remaining jet-like yields are reported as a function of the multiplicity measured in the transverse region. The measurements show a suppression of the jet-like yield in the away region and an enhancement of high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> associated particles in the toward region in central Pb–Pb collisions, as compared to minimum-bias pp collisions. These observations are consistent with previous measurements that used two-particle correlations, and with an interpretation in terms of parton energy loss in a high-density quark gluon plasma. These yield modifications vanish in peripheral Pb–Pb collisions and are not observed in either high-multiplicity pp or p–Pb collisions.</ce:simple-para></ce:abstract-sec></ce:abstract><ce:data-availability id="dav0001"><ce:section-title id="st0080">Data availability</ce:section-title><ce:para id="pr0200">This manuscript has associated data in a HEPData repository at <ce:inter-ref xlink:href="https://www.hepdata.net/" xlink:role="http://www.elsevier.com/xml/linking-roles/research-data" id="inf0550">https://www.hepdata.net/</ce:inter-ref>.</ce:para></ce:data-availability></head><body><ce:sections><ce:section id="se0010" role="introduction"><ce:label>1</ce:label><ce:section-title id="st0020">Introduction</ce:section-title><ce:para id="pr0010">In proton-proton (pp) collisions, jets, originating from partonic scatterings with large momentum transfer, are accompanied by particles produced by initial- and final-state radiation (ISR and FSR, respectively), as well as, by a plethora of other mechanisms. These include proton break-up, and, in a scenario incorporating multi-parton interactions (MPI) <ce:cross-refs refid="br0010 br0020" id="crs0010">[1,2]</ce:cross-refs>, several semi-hard parton-parton scatterings in a single pp collision. These jet-accompanying particles experimentally make up the underlying event (UE) and are commonly studied via azimuthal separations from the jets to minimise the influence of hard scatterings. The present study follows the strategy originally introduced by the CDF collaboration <ce:cross-ref refid="br0030" id="crf10910">[3]</ce:cross-ref>. First, the leading charged particle in the event is found, i.e., the charged particle with the highest transverse momentum in the collision (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math>). Secondly, the associated particles (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math>) are measured in three topological regions depending on their azimuthal angle relative to the leading particle, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>φ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:msup><mml:mrow><mml:mi>φ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">assoc</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>φ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="false">|</mml:mo></mml:math>, see <ce:cross-ref refid="fg0010" id="crf10920">Fig. 1</ce:cross-ref><ce:float-anchor refid="fg0010"/>.</ce:para><ce:para id="pr0020">The toward region contains the primary jet within the acceptance of the detector, while the away region contains the back-scattered particles of the recoil jet <ce:cross-ref refid="br0040" id="crf10930">[4]</ce:cross-ref>. In contrast, the transverse region is dominated by the underlying-event dynamics, but it also includes contributions from ISR and FSR <ce:cross-ref refid="br0050" id="crf10940">[5]</ce:cross-ref>.</ce:para><ce:para id="pr0030">The measurements performed at RHIC and LHC in small systems (pp, p–A, and d–A collisions) have shown for high particle multiplicities similar phenomena as were originally observed only in A–A collisions and have been attributed there to the formation of the strongly interacting quark gluon plasma <ce:cross-refs refid="br0060 br0070" id="crs0020">[6,7]</ce:cross-refs>, namely, long range angular correlations and collectivity <ce:cross-ref refid="br0080" id="crf10950">[8]</ce:cross-ref>. The origin of these effects in small systems is still an open question; on one hand, hydrodynamical calculations describe some aspects of the data <ce:cross-ref refid="br0090" id="crf10960">[9]</ce:cross-ref>; on the other hand, mechanisms like colour reconnection <ce:cross-ref refid="br0100" id="crf10970">[10]</ce:cross-ref>, rope hadronisation <ce:cross-ref refid="br0110" id="crf10980">[11]</ce:cross-ref>, and string shoving <ce:cross-ref refid="br0120" id="crf10990">[12]</ce:cross-ref> can produce collective-like effects in Monte Carlo event generators such as <ce:small-caps>PYTHIA</ce:small-caps> 8 <ce:cross-ref refid="br0130" id="crf11000">[13]</ce:cross-ref>. Thus, investigating pp collisions as a function of the charged particle multiplicity has become ever more pertinent <ce:cross-refs refid="br0090 br0140 br0150 br0160 br0170 br0180" id="crs0030">[9,14–18]</ce:cross-refs>. The interpretation of the results from the analysis of high-multiplicity pp collisions is challenging due to the selection biases of the sample towards events in which partonic scatterings with large momentum transfer (hard scatterings) occurred. To mitigate this inherent bias, Martin et al. <ce:cross-ref refid="br0190" id="crf11010">[19]</ce:cross-ref> suggested to use the charged-particle multiplicity in the transverse region (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>) as a classifier of the activity in the collisions, since the correlation between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math> and the hardest scattering in the collision is small. The ALICE collaboration has reported the first <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math> spectra measured in pp collisions at centre-of-mass energy, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>13</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV <ce:cross-ref refid="br0200" id="crf11020">[20]</ce:cross-ref>. Event generators, such as <ce:small-caps>PYTHIA</ce:small-caps> 8 <ce:cross-ref refid="br0130" id="crf11030">[13]</ce:cross-ref> and EPOS-LHC <ce:cross-ref refid="br0210" id="crf11040">[21]</ce:cross-ref>, do not provide a good description of the measured distribution of the ratio <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>/<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> is the event-averaged charged-particle multiplicity in the transverse region, underestimating in particular the number of collisions with large <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">></mml:mo><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:math>. In the framework of MPI-based models, like those implemented in <ce:small-caps>PYTHIA</ce:small-caps> 8 and <ce:small-caps>HERWIG</ce:small-caps> 7 <ce:cross-ref refid="br0220" id="crf11050">[22]</ce:cross-ref>, the probability for a hard scattering in the collision increases with decreasing impact parameter<ce:cross-ref refid="fn0090" id="crf11060"><ce:sup>VIII</ce:sup></ce:cross-ref><ce:footnote id="fn0090"><ce:label>VIII</ce:label><ce:note-para id="np0090">In event generators like <ce:small-caps>PYTHIA</ce:small-caps> 8 the impact parameter profile is described by an overlap matter distribution of the two incoming hadrons.</ce:note-para></ce:footnote> between the colliding protons. Thus, requiring a high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> particle (e.g., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>8</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) in a given pp collision biases the selection of collisions towards those with a smaller impact parameter <ce:cross-ref refid="br0230" id="crf11070">[23]</ce:cross-ref>, which in turn biases the selection towards pp collisions with more MPI <ce:cross-ref refid="br0200" id="crf11080">[20]</ce:cross-ref>. This feature of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>-based analysis is important for the isolation of potential MPI and colour reconnection effects, which according to <ce:small-caps>PYTHIA</ce:small-caps> 8, produce effects resembling collective behaviour <ce:cross-ref refid="br0100" id="crf11090">[10]</ce:cross-ref>. By construction, MPI and colour reconnection effects are expected to be more relevant in the transverse region than in the away and toward regions <ce:cross-ref refid="br0240" id="crf11100">[24]</ce:cross-ref>. It is worth mentioning that the MPI picture has been used to explain the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in p–Pb collisions and peripheral Pb–Pb collisions <ce:cross-refs refid="br0250 br0260 br0270" id="crs0040">[25–27]</ce:cross-refs>. Studies, as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>, are therefore important to the understanding of the effects observed in high-multiplicity pp collisions. Last but not least, measurements of UE observables are also important to tune event generators <ce:cross-ref refid="br0280" id="crf11110">[28]</ce:cross-ref> that include hard partonic scatterings and MPI.</ce:para><ce:para id="pr0040">This letter reports the inclusive charged-particle transverse momentum spectra in pp, p–Pb and Pb–Pb collisions at centre-of-mass energy per nucleon pair <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV containing a high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> leading particle within the kinematic intervals <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>8</mml:mn><mml:mo>≤</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math>. This guarantees the selection of collisions in which the average activity in the transverse region is roughly flat as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math> <ce:cross-ref refid="br0200" id="crf11120">[20]</ce:cross-ref>, and therefore, any additional selection on the charged particle multiplicity will only modulate the UE activity. The measurements are performed considering different event classes defined in terms of the multiplicity registered in the forward detectors. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra of associated charged particles (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mn>0.5</mml:mn><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math>) are measured in the toward, away, and transverse regions as a function of the average charged particle multiplicity in the transverse region. To further investigate the possible modification of the particles produced in the hard scattering in pp, p–Pb, and Pb–Pb collisions, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> distributions in the toward (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) and away (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) regions obtained after the subtraction of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in the transverse region (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) are also reported. The subtracted yields (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) are further normalised to those measured in minimum-bias (MB) pp collisions,<ce:display><ce:formula id="fm0010"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo>≡</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pp</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">MB</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pp</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">MB</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:italic>X</ce:italic> indicates the collision system and the event multiplicity class. In this way, the hard process <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in the toward and away regions are isolated, and thus allowing us to study possible modifications to the produced particles due to medium effects in high-multiplicity pp, p–Pb, and Pb–Pb collisions. In heavy-ion collisions, this ratio is sensitive to the same effects which were studied using the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math> quantity <ce:cross-refs refid="br0290 br0300 br0310" id="crs0050">[29–31]</ce:cross-refs>, where jets produced in the early stage of the collision propagate through the hot and dense quark–gluon plasma. Their interaction with the coloured medium lead to parton-energy loss (jet quenching) <ce:cross-ref refid="br0320" id="crf11130">[32]</ce:cross-ref> which, for example, results in the suppression of the charged-particle yield at high <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> <ce:cross-ref refid="br0330" id="crf11140">[33]</ce:cross-ref>, and the suppression of the high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> yield in the away region <ce:cross-refs refid="br0290 br0300" id="crs0060">[29,30]</ce:cross-refs>. It is worth mentioning that jet quenching effects have not been observed so far in small systems <ce:cross-refs refid="br0330 br0340" id="crs0070">[33,34]</ce:cross-refs>.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">Experiment and data analysis</ce:section-title><ce:para id="pr0050">This analysis is based on the data recorded by the ALICE apparatus during the pp and Pb–Pb runs at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV in 2015, and the p–Pb run at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV in 2016. The present study uses the V0 detector, and the Silicon Pixel Detector (SPD) for triggering and background rejection. The V0 consists of two arrays of scintillating tiles placed on each side of the interaction point covering the full azimuthal acceptance and the pseudorapidity intervals of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:mn>2.8</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5.1</mml:mn></mml:math> (V0A) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.7</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1.7</mml:mn></mml:math> (V0C). The SPD is the innermost part of the Inner Tracking System (ITS) and it is the closest detector to the interaction point. It consists of two cylindrical silicon pixel layers at radial distances of 3.9 and 7.6 cm from the beam line and the pseudorapidity coverages of the two layers are <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1.4</mml:mn></mml:math>, respectively. The data were collected using a minimum-bias trigger, which required a signal in both V0A and V0C detectors. The offline event selection was optimised to reject beam-induced background in all collision systems by utilising the timing signals in the two V0 detectors. In Pb–Pb collisions, the beam-induced background is further suppressed by correlating the timing signals of the neutron zero degree calorimeters, which are positioned on both sides of the interaction point at 112.5<ce:hsp sp="0.20"/>m distance along the beam axis <ce:cross-ref refid="br0350" id="crf11150">[35]</ce:cross-ref>. The signals from the zero degree calorimeters are also used to suppress the contamination from electromagnetic interactions. This is performed by requesting the coincidence of the signals coming from both side zero degree calorimeters by which the background due to single nucleus electromagnetic dissociation processes is excluded. A criterion based on the offline reconstruction of multiple primary vertices in the SPD is applied to reduce the pileup caused by multiple interactions in the same bunch crossing <ce:cross-ref refid="br0360" id="crf11160">[36]</ce:cross-ref>. The results presented in this letter are for minimum-bias triggered pp collisions having at least one charged particle in the pseudorapidity interval <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1</mml:mn></mml:math> (INEL>0). The INEL>0 event class corresponds to about 75% of the total inelastic cross section <ce:cross-ref refid="br0370" id="crf11170">[37]</ce:cross-ref>. For pp and Pb–Pb collisions, the sample is subdivided into different multiplicity classes based on the total charge deposited in both V0 sub-detectors, which is termed as V0M amplitude <ce:cross-ref refid="br0380" id="crf11180">[38]</ce:cross-ref>. For p–Pb collisions, the sample is subdivided based on the total charge deposited in V0A sub-detector (V0A amplitude) <ce:cross-ref refid="br0390" id="crf11190">[39]</ce:cross-ref>, which is located in the Pb-going direction. The V0A estimator has been implemented in previous measurements that used p–Pb data (see e.g. <ce:cross-ref refid="br0400" id="crf11200">[40]</ce:cross-ref>). This allows for comparisons with other observables for similar V0A multiplicity classes. To ensure that a hard scattering took place in the collision, events are required to have a trigger particle within <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>8</mml:mn><mml:mo>≤</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math> GeV/<ce:italic>c</ce:italic>. In this <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math> interval, the momentum resolution effects are negligible on the extracted yields, and therefore, no <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math> resolution correction is applied. The total number of analysed collisions before the trigger particle selection are about 10<ce:sup>8</ce:sup>, 10<ce:sup>8</ce:sup>, and 10<ce:sup>7</ce:sup> for pp, p–Pb, and Pb–Pb collisions, respectively.</ce:para><ce:para id="pr0060">The transverse momentum of particles is determined from measurements in the central barrel with the ITS and the Time Projection Chamber (TPC). The ITS is a tracking detector which consists of six cylindrical layers of silicon detectors. The TPC is a cylindrical drift detector which covers a radial distance of 85-247<ce:hsp sp="0.20"/>cm from the beam axis and it has longitudinal dimension extending from about -250<ce:hsp sp="0.20"/>cm to +250<ce:hsp sp="0.20"/>cm around the nominal interaction point. Primary charged particles are measured in the pseudorapidity range of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math> and with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0.5</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, where <ce:italic>η</ce:italic> is measured in the laboratory frame for the three collision systems. The configuration for p–Pb collisions with protons at 4<ce:hsp sp="0.20"/>TeV energy colliding with Pb ions that have per-nucleon energies of (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:mi>Z</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>A</mml:mi></mml:math>) × 4<ce:hsp sp="0.20"/>TeV ∼ 1.58<ce:hsp sp="0.20"/>TeV results in a shift in the rapidity of the nucleon–nucleon centre-of-mass system by 0.465 in the direction of the proton beam (negative z-direction). Here <ce:italic>Z</ce:italic> and <ce:italic>A</ce:italic> are the atomic and mass numbers of the Pb ion, respectively. Therefore, the detector coverage <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math> corresponds to roughly <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>0.3</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">cms</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1.3</mml:mn></mml:math> for p–Pb collisions. The particles with mean proper lifetime larger than 1<ce:hsp sp="0.20"/>cm/<ce:italic>c</ce:italic>, which are either produced directly in the interaction or from decays of particles with mean proper lifetime smaller than 1<ce:hsp sp="0.20"/>cm/<ce:italic>c</ce:italic> are termed as primary particles <ce:cross-ref refid="br0410" id="crf11210">[41]</ce:cross-ref>. The track selection follows a procedure similar to the one described in Ref. <ce:cross-ref refid="br0420" id="crf11220">[42]</ce:cross-ref> and only few specific details are reported here. Tracks (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">tracks</mml:mi></mml:mrow></mml:msub></mml:math>) are required to have two hits in the ITS, out of which at least one should be in either of the two innermost layers. The geometrical track length <ce:italic>L</ce:italic> is calculated in the TPC readout plane, excluding the information from the pads at the sector boundaries (≈3<ce:hsp sp="0.20"/>cm from the sector edges). The trajectory lengths built from radial segments, i.e. the crossed TPC pad rows, traversed in the TPC by a particle are required to be larger than 85% of the geometrical track length. The pad rows are made of at least 3 neighbouring individual observations (clusters), and their height varies from 7.5<ce:hsp sp="0.20"/>mm to 15<ce:hsp sp="0.20"/>mm <ce:cross-ref refid="br0430" id="crf11230">[43]</ce:cross-ref>. The trajectory lengths built from clusters (one cluster per pad row) is required to be larger than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mn>0.7</mml:mn><mml:mo>×</mml:mo><mml:mi>L</mml:mi></mml:math>. The fraction of TPC clusters shared with another track is required to be lower than 0.4. The fit quality for the ITS and TPC track points must satisfy <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">hits</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>36</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">clusters</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>4</mml:mn></mml:math>, respectively, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">hits</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">clusters</mml:mi></mml:mrow></mml:msub></mml:math> are the numbers of hits in the ITS and the number of clusters in the TPC, respectively. Only tracks with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>36</mml:mn></mml:math> are included in the analysis, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> is calculated comparing the track parameters from the combined ITS and TPC track reconstruction to that derived only from the TPC and constrained to the interaction point. The definition of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> can be found in Ref. <ce:cross-ref refid="br0440" id="crf11240">[44]</ce:cross-ref>. To reduce the contamination from secondary particles, tracks are accepted if their distance-of-closest-approach (DCA) to the reconstructed primary interaction vertex satisfies in the longitudinal (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">z</mml:mi></mml:mrow></mml:msub></mml:math>) and transverse (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">xy</mml:mi></mml:mrow></mml:msub></mml:math>) directions the conditions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">z</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math><ce:hsp sp="0.20"/>cm and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">xy</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.018</mml:mn></mml:math><ce:hsp sp="0.20"/>cm + 0.035<ce:hsp sp="0.20"/>(cm×GeV/<ce:italic>c</ce:italic>)<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>.</ce:para><ce:para id="pr0070">The measurement of the transverse momentum spectra of charged particles follows the standard procedure of the ALICE collaboration <ce:cross-refs refid="br0420 br0450" id="crs0080">[42,45]</ce:cross-refs>. The raw yields are corrected for efficiency and contamination from secondary particles. The efficiency correction is calculated from Monte Carlo simulations with GEANT3 <ce:cross-ref refid="br0460" id="crf11250">[46]</ce:cross-ref> transport code, which made use of PYTHIA 8 (Monash) <ce:cross-ref refid="br0280" id="crf11260">[28]</ce:cross-ref>, EPOS-LHC <ce:cross-ref refid="br0210" id="crf11270">[21]</ce:cross-ref> and HIJING <ce:cross-ref refid="br0470" id="crf11280">[47]</ce:cross-ref> event generators for pp, p–Pb and Pb–Pb collisions, respectively and incorporated a detailed description of the detector material, geometry and response. Since the event generators do not reproduce the relative abundances of different particle species in the real data, the efficiency obtained from the simulations is re-weighted considering the particle composition from data as outlined in <ce:cross-ref refid="br0420" id="crf11290">[42]</ce:cross-ref>. A multi-component template fit based on the DCA distributions from the simulation is used for the estimation of secondary contamination <ce:cross-ref refid="br0420" id="crf11300">[42]</ce:cross-ref>.</ce:para><ce:para id="pr0080">The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra for the toward and away regions include contributions from the jet fragmentation, ISR, and FSR, as well as, the contribution from the underlying event. In order to increase the sensitivity to the hardest process of the event, the particle yields measured in the transverse region are subtracted from the corresponding yields in both the toward and away regions: <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>. This approach assumes that the background (UE, ISR, and FSR) in the toward and away regions is similar to the activity in the transverse region. However, one has to keep in mind that in Pb–Pb collisions two-particle correlations are affected by anisotropic transverse flow. In particular, the main contribution is due to the elliptic flow, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math>, which is the second order coefficient in the Fourier expansion of the azimuthal distribution of the particle momenta <ce:cross-ref refid="br0480" id="crf11310">[48]</ce:cross-ref>. This elliptic azimuthal anisotropy modulates the background according to:<ce:display><ce:formula id="fm0020"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi>B</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>φ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi mathvariant="normal">cos</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>φ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> is approximately given by the product of anisotropic flow coefficients for trigger and associated particles at their respective momenta i.e. <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:msubsup><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mi mathvariant="normal">assoc</mml:mi></mml:mrow></mml:msubsup></mml:math>. The existing <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> measurements over a broad transverse momentum range <ce:cross-ref refid="br0490" id="crf11320">[49]</ce:cross-ref> suggest that the effect of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulation of background should be more relevant in semi-central Pb–Pb collisions. The effect is expected to be important at low and intermediate transverse momenta and decreases for high transverse momentum particles <ce:cross-ref refid="br0300" id="crf11330">[30]</ce:cross-ref>. In the high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> region of interest for the jet quenching studies, namely <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>4</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, the effect of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulation is estimated to be small (about 5%) for Pb–Pb collisions. Given that the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> effect is larger in Pb–Pb collisions than in pp and p–Pb collisions, no correction for the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulation is applied for pp and p–Pb collisions since its effect is smaller than the other sources of systematic uncertainty.</ce:para><ce:para id="pr0090">The results are shown as a function of the average number of charged particles in the transverse region <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math>. The values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> are extracted in each multiplicity class from the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">tracks</mml:mi></mml:mrow></mml:msub></mml:math> distributions in the transverse region that are corrected for detector effects using a Bayesian unfolding <ce:cross-ref refid="br0500" id="crf11340">[50]</ce:cross-ref>. The Bayesian unfolding requires the multiplicity response matrix, which is built from the correlation between the measured multiplicity and the multiplicity at generator level (without detector effects) in the transverse region. This has been obtained from MC simulations which include the propagation of particles through the detector using GEANT 3. As a crosscheck, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> values are also calculated by integrating the transverse momentum distributions in the interval <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mn>0.5</mml:mn><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>8</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>. The difference between the results from the two strategies is assigned as the systematic uncertainty on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math>, where the effects related to the discrepancy between data and MC in the particle composition and secondary contamination are considered. This uncertainty amounts up to 3.5%, 4% and 6.5% for pp, p–Pb and Pb–Pb collisions, respectively.</ce:para><ce:para id="pr0100">The systematic uncertainties related to the track selection criteria were studied by repeating the analysis varying one-by-one the track selection criteria <ce:cross-refs refid="br0420 br0450" id="crs0090">[42,45]</ce:cross-refs>. In particular, the upper limits of the track fit quality parameters in the ITS (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">hits</mml:mi></mml:mrow></mml:msub></mml:math>) and in the TPC (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">clusters</mml:mi></mml:mrow></mml:msub></mml:math>) were varied in the ranges of 25–49 and 3–5, respectively. The maximum fraction of shared TPC clusters was varied between 0.2 to 1 and the maximum <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">z</mml:mi></mml:mrow></mml:msub></mml:math> was varied between 1 and 5<ce:hsp sp="0.20"/>cm <ce:cross-ref refid="br0420" id="crf11350">[42]</ce:cross-ref>. We have also quantified the impact of not including the ITS hit requirement in the track selection. The systematic uncertainty on the primary particle composition was estimated using a procedure similar to the one described in <ce:cross-ref refid="br0420" id="crf11360">[42]</ce:cross-ref>. To quantify the uncertainty due to the imperfect simulation of the detector response, the track matching between the TPC and the ITS information in the data and in the simulation were compared. To achieve this, the fraction of secondary particles was rescaled according to fits to the measured DCA distributions. After this rescaling, the agreement between data and model was found to be within 3% for all collision systems. This value was assigned as an additional systematic uncertainty <ce:cross-ref refid="br0420" id="crf11370">[42]</ce:cross-ref>. The systematic uncertainty on the secondary particle contamination considers the imperfection of the method (multi-component template fit) used to extract the correction. The fit ranges were varied and the fit was repeated using templates with two (primaries, secondaries) or three (primaries, secondaries from material, secondaries from weak decays) components. The maximum spread among these variations was assigned as the systematic uncertainty on the secondary contamination. This contribution dominates at low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>. The density of materials used in simulations of the experimental setup was varied by ± 4.5% <ce:cross-ref refid="br0350" id="crf11380">[35]</ce:cross-ref>, resulting in a negligible systematic uncertainty in the considered <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> range of 0.5 to 6.0 GeV/<ce:italic>c</ce:italic>. For the estimation of total systematic uncertainty, all the above listed contributions were summed in quadrature. The systematic uncertainties are independent of the difference between the azimuthal angle of the associated particle and that of the trigger particle. The estimated systematic uncertainties on the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra significantly depend on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>, while the dependence on the multiplicity classes is mild. The ranges of systematic uncertainties in the three considered collision systems are reported in <ce:cross-ref refid="tbl0010" id="crf11390">Table 1</ce:cross-ref><ce:float-anchor refid="tbl0010"/> for the various sources described above.</ce:para></ce:section><ce:section id="se0030" role="results"><ce:label>3</ce:label><ce:section-title id="st0040">Results and discussion</ce:section-title><ce:para id="pr0110">The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra measured in the transverse region for pp, p–Pb, and Pb–Pb collisions are shown in <ce:cross-ref refid="fg0020" id="crf11400">Fig. 2</ce:cross-ref><ce:float-anchor refid="fg0020"/> (top panel). Results are presented for different multiplicity classes. The ratios between the spectra in the individual multiplicity classes and the MB (0−100%) one are shown in the bottom panel. In the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> range <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:mn>0.5</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, the ratios for the highest multiplicity class (0−5%) are larger than unity and show an increasing trend with increasing <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> at low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:mo linebreak="badbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) followed at higher <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> by a slow decrease. Instead, for the lowest multiplicity classes (40−60% and 60−90%) the ratios are lower than unity and follow an opposite trend with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>, decreasing at low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> and increasing for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>3</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>. The behaviour of the ratios as a function of the event activity is reminiscent of analogous ratios as a function of the number of MPI in pp collisions simulated with <ce:small-caps>PYTHIA</ce:small-caps> 8, including colour reconnection <ce:cross-ref refid="br0510" id="crf11410">[51]</ce:cross-ref>. In particular, at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si56.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:math> GeV/<ce:italic>c</ce:italic> the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectrum of pp collisions with large MPI activity exhibits an enhancement with respect to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectrum of MB pp collisions. The effect was not observed before in data because, in contrast to the present analysis, the jet contribution was included in the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra <ce:cross-ref refid="br0450" id="crf11420">[45]</ce:cross-ref>.</ce:para><ce:para id="pr0120">The top (bottom) panel of <ce:cross-ref refid="fg0030" id="crf11430">Fig. 3</ce:cross-ref><ce:float-anchor refid="fg0030"/> shows the charged particle yields for the toward (away) region after the subtraction of the yields measured in the transverse region in pp, p–Pb and Pb–Pb collisions. Results are compared with the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra measured for MB pp collisions (0−100% V0M pp event class) quantified with the ratio <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math>, as defined in Eq. <ce:cross-ref refid="fm0010" id="crf11440">(1)</ce:cross-ref>. At low transverse momenta, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>4</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is close to unity in pp and p–Pb collisions. In contrast, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> in Pb–Pb collisions exhibits a strong multiplicity dependence over the whole measured <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> interval. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> magnitude is larger for semi-peripheral Pb–Pb collisions, the maximum is observed for 20−40% Pb–Pb collisions, and is smaller for the most central and most peripheral classes. Given that the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> contribution is not subtracted from the jet-like yields reported in <ce:cross-ref refid="fg0030" id="crf11450">Fig. 3</ce:cross-ref>, the centrality dependence of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> follows the behaviour of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> as a function of collision centrality and particle <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> in Pb–Pb collisions at LHC energies <ce:cross-ref refid="br0520" id="crf11460">[52]</ce:cross-ref>.</ce:para><ce:para id="pr0130"><ce:cross-ref refid="fg0040" id="crf11660">Fig. 4</ce:cross-ref><ce:float-anchor refid="fg0040"/> shows the measured values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> in the transverse momentum interval <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mn>4</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> as a function of the average multiplicity in the transverse region for all the multiplicity classes considered in pp, p–Pb and Pb–Pb collisions. The figure shows that, within uncertainties, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are close to unity for all the multiplicity classes measured in pp and p–Pb collisions. This indicates that effects induced by possible energy loss in these systems are not observed within uncertainties. This result is consistent with previous studies of nuclear modification factor <ce:cross-ref refid="br0330" id="crf11480">[33]</ce:cross-ref> and hadron-jet recoil measurements <ce:cross-ref refid="br0340" id="crf11490">[34]</ce:cross-ref>. By contrast, for Pb–Pb collisions the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are compatible to unity for peripheral collisions, and show a gradual enhancement (reduction) with the increase in multiplicity for the toward (away) region. The behaviour is the same for the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values measured either assuming a flat background or a <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math>-modulated background. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math>-modulated background was estimated following the approach depicted in Eq. <ce:cross-ref refid="fm0020" id="crf11500">(2)</ce:cross-ref> and using the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> data reported in <ce:cross-ref refid="br0490" id="crf11510">[49]</ce:cross-ref>. This behaviour is qualitatively similar to the di-hadron correlation results reported by the STAR and ALICE collaborations <ce:cross-refs refid="br0290 br0300" id="crs0100">[29,30]</ce:cross-refs>. In Pb–Pb collisions, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> provides information about the fragmenting jet leaving the medium, while on the away side, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> reflects the survival probability of the recoiling parton during passage through the medium. Thus a suppression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> would indicate that fewer partons survive the passage through the medium and is expected from the strong in-medium energy loss. On the other hand, the enhancement observed in the toward region is also subject to medium effects. The ratio is sensitive to a) a possible change of the fragmentation functions, b) a possible modification of the quark to gluon jet ratio in the final state due to different coupling with medium, and c) a possible bias on the parton spectrum due to trigger particle selection. Moreover, given that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is sensitive to the same effects as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math>, the interpretation of the results is similar to that reported in <ce:cross-ref refid="br0300" id="crf11520">[30]</ce:cross-ref>. It is likely that all three effects play a role <ce:cross-ref refid="br0300" id="crf11530">[30]</ce:cross-ref>. A detailed quantification of the contribution of each effect is beyond the scope of the present paper.</ce:para><ce:para id="pr0140">In order to get further insight into the effect, the measured <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are compared in <ce:cross-ref refid="fg0050" id="crf11540">Fig. 5</ce:cross-ref><ce:float-anchor refid="fg0050"/> with model predictions. Following the similar treatment of the experimental data, for the models, the total sample is subdivided into different V0M classes and the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> is calculated for each class. For high-multiplicity pp collisions, although <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is close to unity, a small trend with multiplicity is visible, which is not seen at similar multiplicities (20−90% V0A) in p–Pb data. To understand the source of these slight deviations from unity, the data are compared with the predictions from the <ce:small-caps>PYTHIA</ce:small-caps> 8 (Monash tune <ce:cross-ref refid="br0280" id="crf11550">[28]</ce:cross-ref>) and EPOS-LHC <ce:cross-ref refid="br0210" id="crf11560">[21]</ce:cross-ref> event generators. In PYTHIA, the hadronization of quarks is simulated using the Lund string fragmentation model <ce:cross-ref refid="br0530" id="crf11570">[53]</ce:cross-ref>. Various PYTHIA tunes have been developed through extensive comparison of Monte Carlo distributions with the minimum-bias data from different experiments. The Monash tune of <ce:small-caps>PYTHIA</ce:small-caps> 8 is tuned to LHC data and uses an updated set of hadronization parameters compared to the previous tunes <ce:cross-ref refid="br0280" id="crf11580">[28]</ce:cross-ref>. EPOS-LHC is built on the Parton-Based Gribov Regge Theory. Utilising the colour exchange mechanism of string excitation, the model is tuned to LHC data <ce:cross-ref refid="br0210" id="crf11590">[21]</ce:cross-ref>. In this model, a part of the collision system which has high parton densities becomes a “core” region that evolves hydrodynamically as a quark–gluon plasma and it is surrounded by a more dilute “corona” for which fragmentation occurs in the vacuum. The upper panel of <ce:cross-ref refid="fg0050" id="crf11600">Fig. 5</ce:cross-ref> shows <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> for different multiplicity classes. The observed deviations from unity are reproduced by <ce:small-caps>PYTHIA</ce:small-caps> 8 for both the toward and away regions. Given that <ce:small-caps>PYTHIA</ce:small-caps> 8 does not incorporate any jet quenching mechanism, the origin of the effect in high <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> collisions is related to a remaining bias towards harder fragmentation and more activity from initial and final state radiation <ce:cross-ref refid="br0540" id="crf11610">[54]</ce:cross-ref>. These effects enhance the high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> yield in the toward region, and produce a broadening in the away region <ce:cross-ref refid="br0550" id="crf11620">[55]</ce:cross-ref>. The EPOS-LHC results in the away region are similar to both data and <ce:small-caps>PYTHIA</ce:small-caps> 8. However, for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> EPOS-LHC exhibits a trend with a maximum at intermediate multiplicity and a reduction toward low and high multiplicities, which is not consistent with the measurements.</ce:para><ce:para id="pr0150">The middle and bottom panels of <ce:cross-ref refid="fg0050" id="crf11630">Fig. 5</ce:cross-ref> show <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> measured for p–Pb and Pb–Pb collisions, respectively. The data are compared to <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr <ce:cross-ref refid="br0560" id="crf11640">[56]</ce:cross-ref> and EPOS-LHC predictions. The Angantyr model in <ce:small-caps>PYTHIA</ce:small-caps> 8 extrapolates the dynamics from pp collisions to p–Pb and Pb–Pb collisions, generalising the formalism adopted for pp collisions by including a description of the nucleon positions within the colliding nuclei and utilising the Glauber model to calculate the number of interacting nucleons and binary nucleon–nucleon collisions. <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr, which does not include jet quenching effects, predicts <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values consistent with unity for all the multiplicity classes in Pb–Pb collisions. Whereas for p–Pb collisions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is consistent with unity, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> is slightly below unity. In EPOS-LHC, a certain <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> cutoff is defined in such a way that, above this cutoff, a particle loses part of its momentum in the core but survives as an independent particle produced by a flux tube. Soft particles, which are below the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> cutoff, get completely absorbed and form the core. This sort of energy loss mechanism implemented in EPOS-LHC depends on the system size <ce:cross-refs refid="br0210 br0570 br0580" id="crs0110">[21,57,58]</ce:cross-refs>. <ce:cross-ref refid="fg0050" id="crf11650">Fig. 5</ce:cross-ref> (middle) shows that for p–Pb collisions, EPOS-LHC does not describe either the magnitude or the trend of the multiplicity dependence of the measured ratio in the toward region, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math>. However, the model is in reasonable agreement with data in the away region. For Pb–Pb collisions, EPOS-LHC predicts a significant enhancement of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> for low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> ranges and deviates significantly from the experimental results.</ce:para><ce:para id="pr0160">In summary, while the data from Pb–Pb collisions are in qualitative agreement with expectations from parton energy loss due to the presence of a hot and dense medium, pp and p–Pb data do not show any hint of medium effects in the multiplicity range which is reported.</ce:para></ce:section><ce:section id="se0040"><ce:label>4</ce:label><ce:section-title id="st0050">Summary</ce:section-title><ce:para id="pr0170">The transverse momentum spectra (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mn>0.5</mml:mn><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) of primary charged particles in three azimuthal regions (toward, away and transverse) defined with respect to the direction of the particle with the highest transverse momentum in the event (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>8</mml:mn><mml:mo>≤</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) are reported. The spectra are studied in intervals of the multiplicity measured at forward pseudorapidities for pp, p–Pb, and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in the transverse region are subtracted from those of the away and toward regions. This is based on the assumption that the transverse side provides a good estimation of the underlying event contribution in both the toward and away regions. However, for the interpretation of the results one has to keep in mind that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulates the background and this effect is important for semi-central Pb–Pb collisions and for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>4</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> the effect is less than 5% in central and peripheral Pb–Pb collisions. Ratios to MB pp (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math>), i.e., the multiplicity dependent yields normalised to the yield measured in MB pp collisions, are reported. At low transverse momentum (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>), within 20%, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are multiplicity independent for both the toward and away regions in pp and p–Pb collisions. In contrast, in Pb–Pb collisions for both toward and away regions the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values exhibit a centrality dependence which is expected given the residual presence of elliptic flow. In the highest transverse momentum interval (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mn>4</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>), the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values in pp collisions are closer to unity but they exhibit a small reduction (increase) towards high V0 activity in pp collisions. This trend is well reproduced by <ce:small-caps>PYTHIA</ce:small-caps> 8. In the model, it is due to a selection bias towards pp collisions with harder fragmentation and larger activity from initial and final state radiation. For p–Pb collisions, within uncertainties, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are consistent with unity and do not show a multiplicity dependence. <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr fairly describes <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math>, but it underestimates by about 10% the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> values in the low multiplicity classes (40−90% V0A event class). For Pb–Pb collisions, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are close to unity for peripheral collisions, and show a gradual increase (reduction) in the toward (away) region with increasing multiplicity. A similar observable, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math>, based on the per-trigger yield of associated particles in di-hadron correlation has been studied for central and peripheral Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The behaviour of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> exhibits the same features as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math>: in central collisions, on the away-side, a suppression is observed as expected from strong in-medium energy loss. In the toward region, an enhancement is observed. <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr predicts <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo>≈</mml:mo><mml:mn>1</mml:mn></mml:math> for all multiplicity intervals, and it does not reproduce the observed away-side suppression or toward-side enhancement. Generally, EPOS-LHC does not describe the measured <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> ratios.</ce:para><ce:para id="pr0180">In summary, within the multiplicity reach reported in this paper, no jet quenching effects are observed in pp and p–Pb collisions within uncertainties. Further studies are required to extend the present analysis to higher multiplicities, which are currently limited by the event selection based on the forward V0 detector. The analysis of future pp and p–Pb collisions with much larger integrated luminosity may remove this limitation.</ce:para> </ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0090">Declaration of Competing Interest</ce:section-title><ce:para id="pr0210">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0060">Acknowledgements</ce:section-title><ce:para id="pr0190">The ALICE Collaboration would like to thank all its engineers and technicians for their invaluable contributions to the construction of the experiment and the CERN accelerator teams for the outstanding performance of the LHC complex. The ALICE Collaboration gratefully acknowledges the resources and support provided by all Grid centres and the Worldwide LHC Computing Grid (WLCG) collaboration. The ALICE Collaboration acknowledges the following funding agencies for their support in building and running the ALICE detector: <ce:grant-sponsor id="gsp0010">A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation (ANSL)</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0020" sponsor-id="https://doi.org/10.13039/501100007029">State Committee of Science</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0030">World Federation of Scientists (WFS)</ce:grant-sponsor>, Armenia; <ce:grant-sponsor id="gsp0040" sponsor-id="https://doi.org/10.13039/501100001822">Austrian Academy of Sciences</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0050" sponsor-id="https://doi.org/10.13039/501100002428">Austrian Science Fund</ce:grant-sponsor> (FWF): [<ce:grant-number refid="gsp0050">M 2467-N36</ce:grant-number>] and <ce:grant-sponsor id="gsp0060">Nationalstiftung für Forschung, Technologie und Entwicklung</ce:grant-sponsor>, Austria; <ce:grant-sponsor id="gsp0070">Ministry of Communications and High Technologies, National Nuclear Research Center</ce:grant-sponsor>, Azerbaijan; Conselho Nacional de Desenvolvimento Científico e Tecnológico (<ce:grant-sponsor id="gsp0080" sponsor-id="https://doi.org/10.13039/501100003593">CNPq</ce:grant-sponsor>), <ce:grant-sponsor id="gsp0090" sponsor-id="https://doi.org/10.13039/501100004809">Financiadora de Estudos e Projetos</ce:grant-sponsor> (Finep), <ce:grant-sponsor id="gsp0100" sponsor-id="https://doi.org/10.13039/501100001807">Fundação de Amparo à Pesquisa do Estado de São Paulo</ce:grant-sponsor> (<ce:grant-sponsor id="gsp0110" sponsor-id="https://doi.org/10.13039/501100001807">FAPESP</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0120" sponsor-id="https://doi.org/10.13039/501100004909">Universidade Federal do Rio Grande do Sul</ce:grant-sponsor> (<ce:grant-sponsor id="gsp0130" sponsor-id="https://doi.org/10.13039/501100004909">UFRGS</ce:grant-sponsor>), Brazil; Bulgarian <ce:grant-sponsor id="gsp0140" sponsor-id="https://doi.org/10.13039/501100005992">Ministry of Education and Science</ce:grant-sponsor>, within the National Roadmap for Research Infrastructures 2020–2027 (object CERN), Bulgaria; <ce:grant-sponsor id="gsp0150" sponsor-id="https://doi.org/10.13039/501100002338">Ministry of Education of China</ce:grant-sponsor> (MOEC), <ce:grant-sponsor id="gsp0160">Ministry of Science & Technology of China</ce:grant-sponsor> (MSTC) and <ce:grant-sponsor id="gsp0170" sponsor-id="https://doi.org/10.13039/501100001809">National Natural Science Foundation of China</ce:grant-sponsor> (NSFC), China; <ce:grant-sponsor id="gsp0180" sponsor-id="https://doi.org/10.13039/100015526">Ministry of Science and Education</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0190" sponsor-id="https://doi.org/10.13039/501100004488">Croatian Science Foundation</ce:grant-sponsor>, Croatia; <ce:grant-sponsor id="gsp0200" sponsor-id="https://doi.org/10.13039/501100019929">Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear</ce:grant-sponsor> (CEADEN), <ce:grant-sponsor id="gsp0210">Cubaenergía</ce:grant-sponsor>, Cuba; <ce:grant-sponsor id="gsp0220">Ministry of Education, Youth and Sports of the Czech Republic</ce:grant-sponsor>, Czech Republic; The <ce:grant-sponsor id="gsp0230">Danish Council for Independent Research | Natural Sciences</ce:grant-sponsor>, the <ce:grant-sponsor id="gsp0240" sponsor-id="https://doi.org/10.13039/100008398">Villum Fonden</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0250" sponsor-id="https://doi.org/10.13039/501100001732">Danish National Research Foundation</ce:grant-sponsor> (DNRF), Denmark; <ce:grant-sponsor id="gsp0260">Helsinki Institute of Physics</ce:grant-sponsor> (HIP), Finland; Commissariat à l'Energie Atomique (<ce:grant-sponsor id="gsp0270" sponsor-id="https://doi.org/10.13039/501100006489">CEA</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0280" sponsor-id="https://doi.org/10.13039/501100012441">Institut National de Physique Nucléaire et de Physique des Particules</ce:grant-sponsor> (IN2P3) and <ce:grant-sponsor id="gsp0290" sponsor-id="https://doi.org/10.13039/501100004794">Centre National de la Recherche Scientifique</ce:grant-sponsor> (CNRS), France; Bundesministerium für Bildung und Forschung (<ce:grant-sponsor id="gsp0300" sponsor-id="https://doi.org/10.13039/501100002347">BMBF</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0310" sponsor-id="https://doi.org/10.13039/501100010958">GSI Helmholtzzentrum für Schwerionenforschung GmbH</ce:grant-sponsor>, Germany; <ce:grant-sponsor id="gsp0320" sponsor-id="https://doi.org/10.13039/501100003448">General Secretariat for Research and Technology</ce:grant-sponsor>, Ministry of Education, Research and Religions, Greece; <ce:grant-sponsor id="gsp0330" sponsor-id="https://doi.org/10.13039/501100018818">National Research, Development and Innovation Office</ce:grant-sponsor>, Hungary; Department of Atomic Energy Government of India (<ce:grant-sponsor id="gsp0340" sponsor-id="https://doi.org/10.13039/501100001502">DAE</ce:grant-sponsor>), Department of Science and Technology, Government of India (<ce:grant-sponsor id="gsp0350" sponsor-id="https://doi.org/10.13039/501100001409">DST</ce:grant-sponsor>), <ce:grant-sponsor id="gsp0360" sponsor-id="https://doi.org/10.13039/501100001501">University Grants Commission</ce:grant-sponsor>, Government of India (UGC) and <ce:grant-sponsor id="gsp0370" sponsor-id="https://doi.org/10.13039/501100001412">Council of Scientific and Industrial Research</ce:grant-sponsor> (CSIR), India; National Research and Innovation Agency - <ce:grant-sponsor id="gsp0380" sponsor-id="https://doi.org/10.13039/100020473">BRIN</ce:grant-sponsor>, Indonesia; Istituto Nazionale di Fisica Nucleare (<ce:grant-sponsor id="gsp0390" sponsor-id="https://doi.org/10.13039/501100004007">INFN</ce:grant-sponsor>), Italy; Japanese <ce:grant-sponsor id="gsp0400" sponsor-id="https://doi.org/10.13039/501100001700">Ministry of Education, Culture, Sports, Science and Technology</ce:grant-sponsor> (MEXT) and <ce:grant-sponsor id="gsp0410" sponsor-id="https://doi.org/10.13039/501100001691">Japan Society for the Promotion of Science</ce:grant-sponsor> (JSPS) KAKENHI, Japan; Consejo Nacional de Ciencia (<ce:grant-sponsor id="gsp0420" sponsor-id="https://doi.org/10.13039/501100003141">CONACYT</ce:grant-sponsor>) y Tecnología, through <ce:grant-sponsor id="gsp0430" sponsor-id="https://doi.org/10.13039/501100007709">Fondo de Cooperación Internacional en Ciencia y Tecnología</ce:grant-sponsor> (FONCICYT) and <ce:grant-sponsor id="gsp0440" sponsor-id="https://doi.org/10.13039/501100006087">Dirección General de Asuntos del Personal Académico</ce:grant-sponsor> (DGAPA), Mexico; <ce:grant-sponsor id="gsp0450" sponsor-id="https://doi.org/10.13039/501100003246">Nederlandse Organisatie voor Wetenschappelijk Onderzoek</ce:grant-sponsor> (NWO), Netherlands; The <ce:grant-sponsor id="gsp0460" sponsor-id="https://doi.org/10.13039/501100005416">Research Council of Norway</ce:grant-sponsor>, Norway; <ce:grant-sponsor id="gsp0470">Commission on Science and Technology for Sustainable Development in the South</ce:grant-sponsor> (COMSATS), Pakistan; <ce:grant-sponsor id="gsp0480" sponsor-id="https://doi.org/10.13039/501100011871">Pontificia Universidad Católica del Perú</ce:grant-sponsor>, Peru; <ce:grant-sponsor id="gsp0490">Ministry of Education and Science</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0500" sponsor-id="https://doi.org/10.13039/501100004281">National Science Centre</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0510">WUT ID-UB</ce:grant-sponsor>, Poland; <ce:grant-sponsor id="gsp0520" sponsor-id="https://doi.org/10.13039/501100003708">Korea Institute of Science and Technology Information</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0530" sponsor-id="https://doi.org/10.13039/501100003725">National Research Foundation of Korea</ce:grant-sponsor> (NRF), Republic of Korea; <ce:grant-sponsor id="gsp0540">Ministry of Education and Scientific Research</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0550" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0560" sponsor-id="https://doi.org/10.13039/501100015622">Ministry of Research and Innovation</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0570" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0580">University Politehnica of Bucharest</ce:grant-sponsor>, Romania; <ce:grant-sponsor id="gsp0590" sponsor-id="https://doi.org/10.13039/501100003193">Ministry of Education, Science, Research and Sport of the Slovak Republic</ce:grant-sponsor>, Slovakia; <ce:grant-sponsor id="gsp0600">National Research Foundation of South Africa</ce:grant-sponsor>, South Africa; <ce:grant-sponsor id="gsp0610" sponsor-id="https://doi.org/10.13039/501100004359">Swedish Research Council</ce:grant-sponsor> (VR) and <ce:grant-sponsor id="gsp0620">Knut & Alice Wallenberg Foundation</ce:grant-sponsor> (KAW), Sweden; <ce:grant-sponsor id="gsp0630" sponsor-id="https://doi.org/10.13039/100012470">European Organization for Nuclear Research</ce:grant-sponsor>, Switzerland; <ce:grant-sponsor id="gsp0640" sponsor-id="https://doi.org/10.13039/501100004352">Suranaree University of Technology</ce:grant-sponsor> (SUT), <ce:grant-sponsor id="gsp0650" sponsor-id="https://doi.org/10.13039/501100004192">National Science and Technology Development Agency</ce:grant-sponsor> (NSTDA), <ce:grant-sponsor id="gsp0660" sponsor-id="https://doi.org/10.13039/501100017170">Thailand Science Research and Innovation</ce:grant-sponsor> (TSRI) and <ce:grant-sponsor id="gsp0670">National Science, Research and Innovation Fund</ce:grant-sponsor> (NSRF), Thailand; <ce:grant-sponsor id="gsp0680" sponsor-id="https://doi.org/10.13039/100020381">Turkish Energy, Nuclear and Mineral Research Agency</ce:grant-sponsor> (TENMAK), Turkey; <ce:grant-sponsor id="gsp0690" sponsor-id="https://doi.org/10.13039/501100004742">National Academy of Sciences of Ukraine</ce:grant-sponsor>, Ukraine; <ce:grant-sponsor id="gsp0700" sponsor-id="https://doi.org/10.13039/501100000271">Science and Technology Facilities Council</ce:grant-sponsor> (STFC), United Kingdom; National Science Foundation of the United States of America (<ce:grant-sponsor id="gsp0710" sponsor-id="https://doi.org/10.13039/100000001">NSF</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0720" sponsor-id="https://doi.org/10.13039/100000015">United States Department of Energy</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0730" sponsor-id="https://doi.org/10.13039/100006209">Office of Nuclear Physics</ce:grant-sponsor> (DOE NP), United States of America. In addition, individual groups or members have received support from: Marie Skłodowska Curie, Strong 2020 - <ce:grant-sponsor id="gsp0740" sponsor-id="https://doi.org/10.13039/100010661">Horizon 2020</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0750" sponsor-id="https://doi.org/10.13039/501100000781">European Research Council</ce:grant-sponsor> (grant nos. <ce:grant-number refid="gsp0750">824093</ce:grant-number>, <ce:grant-number refid="gsp0750">896850</ce:grant-number>, <ce:grant-number refid="gsp0750">950692</ce:grant-number>), <ce:grant-sponsor id="gsp0760" sponsor-id="https://doi.org/10.13039/501100000780">European Union</ce:grant-sponsor>; <ce:grant-sponsor id="gsp0770" sponsor-id="https://doi.org/10.13039/501100002341">Academy of Finland</ce:grant-sponsor> (Center of Excellence in Quark Matter) (grant nos. <ce:grant-number refid="gsp0770">346327</ce:grant-number>, <ce:grant-number refid="gsp0770">346328</ce:grant-number>), Finland; <ce:grant-sponsor id="gsp0780">Programa de Apoyos para la Superación del Personal Académico</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0790" sponsor-id="https://doi.org/10.13039/501100005739">UNAM</ce:grant-sponsor>, Mexico.</ce:para></ce:acknowledgment></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0070">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bibD17CEA27EFFA6FC144ED8C3DC8A6A4C2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjöstrand</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>van Zijl</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A multiple interaction model for the event structure in hadron collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>36</sb:volume-nr></sb:series><sb:date>1987</sb:date></sb:issue><sb:pages><sb:first-page>2019</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0705">T. Sjöstrand and M. van Zijl, “A Multiple Interaction Model for the Event Structure in Hadron Collisions”, Phys. Rev. D 36 (1987) 2019.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bib99C506C6BA395B591B93A1A3D88707E6s1"><sb:host><sb:edited-book><sb:editors><sb:editor><ce:given-name>P.</ce:given-name><ce:surname>Bartalini</ce:surname></sb:editor><sb:editor><ce:given-name>J.R.</ce:given-name><ce:surname>Gaunt</ce:surname></sb:editor></sb:editors><sb:title><sb:maintitle>Multiple Parton Interactions at the LHC, vol. 29</sb:maintitle></sb:title><sb:date>2019</sb:date><sb:publisher><sb:name>WSP</sb:name></sb:publisher></sb:edited-book></sb:host></sb:reference><ce:source-text id="srct0710">P. Bartalini and J. R. Gaunt, eds., Multiple Parton Interactions at the LHC, vol. 29. WSP, 2019.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bibFB264D00BA264CC87E35537BCAF6A5AAs1"><sb:contribution><sb:authors><sb:collaboration>CDF Collaboration</sb:collaboration><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Affolder</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged jet evolution and the underlying event in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:mi>p</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">¯</mml:mo></mml:mrow></mml:mover></mml:math> collisions at 1.8 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>65</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:article-number>092002</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0715">CDF Collaboration, T. Affolder et al., “Charged Jet Evolution and the Underlying Event in pp¯ Collisions at 1.8 TeV”, Phys. Rev. D 65 (2002) 092002.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bib07B2629CC01A859B0F986B8A6F0829DBs1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Underlying event measurements in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:mi>p</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>p</mml:mi></mml:math> collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>200</mml:mn></mml:math> GeV at RHIC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>101</sb:volume-nr></sb:series><sb:issue-nr>5</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:article-number>052004</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1912.08187" id="inf0060">arXiv:1912.08187 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0720">STAR Collaboration, J. Adam et al., “Underlying event measurements in p+p collisions at s= 200 GeV at RHIC”, Phys. Rev. D 101 no. 5, (2020) 052004, arXiv:1912.08187 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib48AF80894AE1B7BD89023AF86CABE552s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.M.</ce:given-name><ce:surname>Buttar</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The underlying event</sb:maintitle></sb:title></sb:contribution><sb:host><sb:edited-book><sb:title><sb:maintitle>HERA and the LHC: A Workshop on the Implications of HERA for LHC Physics: CERN - DESY Workshop 2004/2005</sb:maintitle></sb:title><sb:conference>Midterm Meeting, CERN, 11–13 October 2004; Final Meeting, DESY, 17–21 January 2005</sb:conference><sb:date>2005</sb:date><sb:publisher><sb:name>CERN</sb:name><sb:location>Geneva</sb:location></sb:publisher></sb:edited-book></sb:host></sb:reference><ce:source-text id="srct0725">C. M. Buttar et al., “The Underlying Event”, in: HERA and the LHC: A Workshop on the Implications of HERA for LHC Physics: CERN - DESY Workshop 2004/2005 (Midterm Meeting, CERN, 11-13 October 2004; Final Meeting, DESY, 17-21 January 2005). CERN, Geneva, 12, 2005.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bib17C4D32D47BE060AB697FF001FB3878Ds1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adams</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Experimental and theoretical challenges in the search for the quark gluon plasma: the STAR Collaboration's critical assessment of the evidence from RHIC collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>102</sb:first-page><sb:last-page>183</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0501009" id="inf0070">arXiv:nucl-ex/0501009</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0730">STAR Collaboration, J. Adams et al., “Experimental and theoretical challenges in the search for the quark gluon plasma: The STAR Collaboration's critical assessment of the evidence from RHIC collisions”, Nucl. Phys. A 757 (2005) 102–183, arXiv:nucl-ex/0501009.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bib6BF29EFB56A1DFF8E5A6B2848A5CA0BFs1"><sb:contribution><sb:authors><sb:collaboration>PHENIX Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Adcox</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: experimental evaluation by the PHENIX collaboration</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>184</sb:first-page><sb:last-page>283</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410003" id="inf0080">arXiv:nucl-ex/0410003</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0735">PHENIX Collaboration, K. Adcox et al., “Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: Experimental evaluation by the PHENIX collaboration”, Nucl. Phys. A 757 (2005) 184–283, arXiv:nucl-ex/0410003.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bibB6DC4FB033D6B329E41C0BE3B32DD5F7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Wit</ce:given-name><ce:surname>Busza</ce:surname></sb:author><sb:author><ce:given-name>Krishna</ce:given-name><ce:surname>Rajagopal</ce:surname></sb:author><sb:author><ce:given-name>Wilke</ce:given-name><ce:surname>van der Schee</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Heavy ion collisions: the big picture, and the big questions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Annu. Rev. Nucl. Part. Sci.</sb:maintitle></sb:title><sb:volume-nr>68</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>339</sb:first-page><sb:last-page>376</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1802.04801" id="inf0090">arXiv:1802.04801 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0740">Busza, Wit and Rajagopal, Krishna and van der Schee, Wilke, “Heavy Ion Collisions: The Big Picture, and the Big Questions”, Ann. Rev. Nucl. Part. Sci. 68 (2018) 339–376, arXiv:1802.04801 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib94CB2AFC5706585A17AD7C2174A30E89s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.L.</ce:given-name><ce:surname>Nagle</ce:surname></sb:author><sb:author><ce:given-name>W.A.</ce:given-name><ce:surname>Zajc</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Small system collectivity in relativistic hadronic and nuclear collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Annu. Rev. Nucl. Part. Sci.</sb:maintitle></sb:title><sb:volume-nr>68</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>211</sb:first-page><sb:last-page>235</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1801.03477" id="inf0100">arXiv:1801.03477 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0745">J. L. Nagle and W. A. Zajc, “Small System Collectivity in Relativistic Hadronic and Nuclear Collisions”, Ann. Rev. Nucl. Part. Sci. 68 (2018) 211–235, arXiv:1801.03477 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bib08BB41636ADA0214E13285C8200C51FEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Christiansen</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Cuautle Flores</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Maldonado Cervantes</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Paić</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Color reconnection and flowlike patterns in <ce:italic>pp</ce:italic> collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>111</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2013</sb:date></sb:issue><sb:article-number>042001</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1303.6326" id="inf0110">arXiv:1303.6326 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0750">A. Ortiz, P. Christiansen, E. Cuautle Flores, I. Maldonado Cervantes, and G. Paić, “Color Reconnection and Flowlike Patterns in pp Collisions”, Phys. Rev. Lett. 111 no. 4, (2013) 042001, arXiv:1303.6326 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib9966EB119479295CF4257B29C2C4834Cs1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Lönnblad</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Tarasov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Effects of overlapping strings in pp collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>148</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6259" id="inf0120">arXiv:1412.6259 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0755">C. Bierlich, G. Gustafson, L. Lönnblad, and A. Tarasov, “Effects of Overlapping Strings in pp Collisions”, JHEP 03 (2015) 148, arXiv:1412.6259 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bibAD413375DBCD0D32335ED4ACEDD55418s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Chakraborty</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Lönnblad</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Setting the string shoving picture in a new frame</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>270</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2010.07595" id="inf0130">arXiv:2010.07595 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0760">C. Bierlich, S. Chakraborty, G. Gustafson, and L. Lönnblad, “Setting the string shoving picture in a new frame”, JHEP 03 (2021) 270, arXiv:2010.07595 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bib52E0141B59A5D3E5BF7C55D1B143BBEEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjöstrand</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Ask</ce:surname></sb:author><sb:author><ce:given-name>J.R.</ce:given-name><ce:surname>Christiansen</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Corke</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Desai</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Ilten</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Mrenna</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Prestel</ce:surname></sb:author><sb:author><ce:given-name>C.O.</ce:given-name><ce:surname>Rasmussen</ce:surname></sb:author><sb:author><ce:given-name>P.Z.</ce:given-name><ce:surname>Skands</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>An introduction to PYTHIA 8.2</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Comput. Phys. Commun.</sb:maintitle></sb:title><sb:volume-nr>191</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:pages><sb:first-page>159</sb:first-page><sb:last-page>177</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1410.3012" id="inf0140">arXiv:1410.3012 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0765">T. Sjöstrand, S. Ask, J. R. Christiansen, R. Corke, N. Desai, P. Ilten, S. Mrenna, S. Prestel, C. O. Rasmussen, and P. Z. Skands, “An introduction to PYTHIA 8.2”, Comput. Phys. Commun. 191 (2015) 159–177, arXiv:1410.3012 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bib6E90E9C0E32240F0C3CA01539ED52CF6s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Enhanced production of multi-strange hadrons in high-multiplicity proton-proton collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nat. Phys.</sb:maintitle></sb:title><sb:volume-nr>13</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>535</sb:first-page><sb:last-page>539</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1606.07424" id="inf0150">arXiv:1606.07424 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0770">ALICE Collaboration, J. Adam et al., “Enhanced production of multi-strange hadrons in high-multiplicity proton-proton collisions”, Nature Phys. 13 (2017) 535–539, arXiv:1606.07424 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bib5CF13B37E9782E00B8F01518C0F55AD2s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mtext mathvariant="bold-italic">s</mml:mtext></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt></mml:math> = 5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>760</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>720</sb:first-page><sb:last-page>735</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1601.03658" id="inf0160">arXiv:1601.03658 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0775">ALICE Collaboration, J. Adam et al., “Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at sNN = 5.02 TeV”, Phys. Lett. B 760 (2016) 720–735, arXiv:1601.03658 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bibB0FC48C41318F762D596EE43E064B0D0s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of light-flavor hadron production in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt></mml:math> = 7 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>99</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2019</sb:date></sb:issue><sb:article-number>024906</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1807.11321" id="inf0170">arXiv:1807.11321 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0780">ALICE Collaboration, S. Acharya et al., “Multiplicity dependence of light-flavor hadron production in pp collisions at s = 7 TeV”, Phys. Rev. C 99 no. 2, (2019) 024906, arXiv:1807.11321 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bib5B91C0A6B7E4714524327153B0E8D9C7s1"><sb:contribution><sb:authors><sb:collaboration>CMS Collaboration</sb:collaboration><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Khachatryan</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Observation of long-range near-side angular correlations in proton-proton collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>09</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>091</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1009.4122" id="inf0180">arXiv:1009.4122 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0785">CMS Collaboration, V. Khachatryan et al., “Observation of Long-Range Near-Side Angular Correlations in Proton-Proton Collisions at the LHC”, JHEP 09 (2010) 091, arXiv:1009.4122 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bib244B3D264D019F35DB56522C13A8DB46s1"><sb:contribution><sb:authors><sb:collaboration>CMS Collaboration</sb:collaboration><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Khachatryan</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Evidence for collectivity in pp collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>765</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>193</sb:first-page><sb:last-page>220</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1606.06198" id="inf0190">arXiv:1606.06198 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0790">CMS Collaboration, V. Khachatryan et al., “Evidence for collectivity in pp collisions at the LHC”, Phys. Lett. B 765 (2017) 193–220, arXiv:1606.06198 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bibC1E19585E24C46FA7D2BFE97724804B0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Martin</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Skands</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Farrington</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Probing collective effects in hadronisation with the extremes of the underlying event</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:issue-nr>5</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>299</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1603.05298" id="inf0200">arXiv:1603.05298 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0795">T. Martin, P. Skands, and S. Farrington, “Probing Collective Effects in Hadronisation with the Extremes of the Underlying Event”, Eur. Phys. J. C 76 no. 5, (2016) 299, arXiv:1603.05298 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bibDEB15F04C74837F75837FA8FB504BFD6s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Underlying event properties in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt></mml:math> = 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>04</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:article-number>192</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1910.14400" id="inf0210">arXiv:1910.14400 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0800">ALICE Collaboration, S. Acharya et al., “Underlying Event properties in pp collisions at s = 13 TeV”, JHEP 04 (2020) 192, arXiv:1910.14400 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib4A9884A777D90A59B73E151E4DAAE909s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Pierog</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Karpenko</ce:surname></sb:author><sb:author><ce:given-name>J.M.</ce:given-name><ce:surname>Katzy</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Yatsenko</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Werner</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>EPOS LHC: test of collective hadronization with data measured at the CERN large hadron collider</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>92</sb:volume-nr></sb:series><sb:issue-nr>3</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>034906</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1306.0121" id="inf0220">arXiv:1306.0121 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0805">T. Pierog, I. Karpenko, J. M. Katzy, E. Yatsenko, and K. Werner, “EPOS LHC: Test of collective hadronization with data measured at the CERN Large Hadron Collider”, Phys. Rev. C 92 no. 3, (2015) 034906, arXiv:1306.0121 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bibA7E1901DE5619FCB7F66AF96C961ECEEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Bellm</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Herwig 7.0/Herwig++ 3.0 release note</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>196</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1512.01178" id="inf0230">arXiv:1512.01178 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0810">J. Bellm et al., “Herwig 7.0/Herwig++ 3.0 release note”, Eur. Phys. J. C 76 no. 4, (2016) 196, arXiv:1512.01178 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bibC78CAD234A994A597B5B22FC8EFA2DAAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Strikman</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Transverse nucleon structure and multiparton interactions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Acta Phys. Pol. B</sb:maintitle></sb:title><sb:volume-nr>42</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:pages><sb:first-page>2607</sb:first-page><sb:last-page>2630</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1112.3834" id="inf0240">arXiv:1112.3834 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0815">M. Strikman, “Transverse Nucleon Structure and Multiparton Interactions”, Acta Phys. Polon. B 42 (2011) 2607–2630, arXiv:1112.3834 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bib432AFF26700358B6E757FDBE9F193FFAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Valencia Palomo</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Probing color reconnection with underlying event observables at the LHC energies</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>99</sb:volume-nr></sb:series><sb:issue-nr>3</sb:issue-nr><sb:date>2019</sb:date></sb:issue><sb:article-number>034027</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1809.01744" id="inf0250">arXiv:1809.01744 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0820">A. Ortiz and L. Valencia Palomo, “Probing color reconnection with underlying event observables at the LHC energies”, Phys. Rev. D 99 no. 3, (2019) 034027, arXiv:1809.01744 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0250"><ce:label>[25]</ce:label><sb:reference id="bibEBAA847611C9D2169EC04870379E7854s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of particle production in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt></mml:math>= 5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:issue-nr>6</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>064905</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6828" id="inf0260">arXiv:1412.6828 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0825">ALICE Collaboration, J. Adam et al., “Centrality dependence of particle production in p-Pb collisions at sNN= 5.02 TeV”, Phys. Rev. C 91 no. 6, (2015) 064905, arXiv:1412.6828 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0260"><ce:label>[26]</ce:label><sb:reference id="bibC5870F195BC1EFCA9B661EC138372E49s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Morsch</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Absence of jet quenching in peripheral nucleus–nucleus collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>773</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>408</sb:first-page><sb:last-page>411</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1705.08856" id="inf0270">arXiv:1705.08856 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0830">C. Loizides and A. Morsch, “Absence of jet quenching in peripheral nucleus–nucleus collisions”, Phys. Lett. B 773 (2017) 408–411, arXiv:1705.08856 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0270"><ce:label>[27]</ce:label><sb:reference id="bibE93206BA703B8F9055E72CFD76C0BA61s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Analysis of the apparent nuclear modification in peripheral Pb–Pb collisions at 5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>793</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>420</sb:first-page><sb:last-page>432</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1805.05212" id="inf0280">arXiv:1805.05212 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0835">ALICE Collaboration, S. Acharya et al., “Analysis of the apparent nuclear modification in peripheral Pb–Pb collisions at 5.02 TeV”, Phys. Lett. B 793 (2019) 420–432, arXiv:1805.05212 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0280"><ce:label>[28]</ce:label><sb:reference id="bib303AFAB922CD5DFF46850B87BD569A7Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Skands</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Carrazza</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Rojo</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Tuning PYTHIA 8.1: the Monash 2013 tune</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>74</sb:volume-nr></sb:series><sb:issue-nr>8</sb:issue-nr><sb:date>2014</sb:date></sb:issue><sb:pages><sb:first-page>3024</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1404.5630" id="inf0290">arXiv:1404.5630 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0840">P. Skands, S. Carrazza, and J. Rojo, “Tuning PYTHIA 8.1: the Monash 2013 Tune”, Eur. Phys. J. C 74 no. 8, (2014) 3024, arXiv:1404.5630 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0290"><ce:label>[29]</ce:label><sb:reference id="bibF9FD5128613F7FDD98E7A26F3CC35BCEs1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adams</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Direct observation of dijets in central Au+Au collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>200</mml:mn></mml:math> GeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>97</sb:volume-nr></sb:series><sb:date>2006</sb:date></sb:issue><sb:article-number>162301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0604018" id="inf0300">arXiv:nucl-ex/0604018</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0845">STAR Collaboration, J. Adams et al., “Direct observation of dijets in central Au+Au collisions at sNN = 200 GeV”, Phys. Rev. Lett. 97 (2006) 162301, arXiv:nucl-ex/0604018.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0300"><ce:label>[30]</ce:label><sb:reference id="bibBA45D776DB8FCE5ACAEEA1D1830D3E8Ds1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Particle-yield modification in jet-like azimuthal di-hadron correlations in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>108</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:article-number>092301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1110.0121" id="inf0310">arXiv:1110.0121 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0850">ALICE Collaboration, K. Aamodt et al., “Particle-yield modification in jet-like azimuthal di-hadron correlations in Pb-Pb collisions at sNN=2.76 TeV”, Phys. Rev. Lett. 108 (2012) 092301, arXiv:1110.0121 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0310"><ce:label>[31]</ce:label><sb:reference id="bib9C8B82DCBFEA597059947E2EAFC29C27s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Jet-like correlations with neutral pion triggers in pp and central Pb–Pb collisions at 2.76 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>763</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>238</sb:first-page><sb:last-page>250</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1608.07201" id="inf0320">arXiv:1608.07201 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0855">ALICE Collaboration, J. Adam et al., “Jet-like correlations with neutral pion triggers in pp and central Pb–Pb collisions at 2.76 TeV”, Phys. Lett. B 763 (2016) 238–250, arXiv:1608.07201 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0320"><ce:label>[32]</ce:label><sb:reference id="bib5605CE5E94AC5F65EDCB170C31805F8Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.-Y.</ce:given-name><ce:surname>Qin</ce:surname></sb:author><sb:author><ce:given-name>X.-N.</ce:given-name><ce:surname>Wang</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Jet quenching in high-energy heavy-ion collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. E</sb:maintitle></sb:title><sb:volume-nr>24</sb:volume-nr></sb:series><sb:issue-nr>11</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>1530014</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1511.00790" id="inf0330">arXiv:1511.00790 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0860">G.-Y. Qin and X.-N. Wang, “Jet quenching in high-energy heavy-ion collisions”, Int. J. Mod. Phys. E 24 no. 11, (2015) 1530014, arXiv:1511.00790 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0330"><ce:label>[33]</ce:label><sb:reference id="bibCCC07CB37F10E2C662E394F541AA58EDs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>013</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1802.09145" id="inf0340">arXiv:1802.09145 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0865">ALICE Collaboration, S. Acharya et al., “Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC”, JHEP 11 (2018) 013, arXiv:1802.09145 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0340"><ce:label>[34]</ce:label><sb:reference id="bib17C0854CB47826606E937D66715D1724s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Constraints on jet quenching in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi mathvariant="bold">s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="bold">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV measured by the event-activity dependence of semi-inclusive hadron-jet distributions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>783</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>95</sb:first-page><sb:last-page>113</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1712.05603" id="inf0350">arXiv:1712.05603 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0870">ALICE Collaboration, S. Acharya et al., “Constraints on jet quenching in p-Pb collisions at sNN = 5.02 TeV measured by the event-activity dependence of semi-inclusive hadron-jet distributions”, Phys. Lett. B 783 (2018) 95–113, arXiv:1712.05603 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0350"><ce:label>[35]</ce:label><sb:reference id="bib1C40B21E544639126654DEEB3C9BBDA7s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Performance of the ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. A</sb:maintitle></sb:title><sb:volume-nr>29</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>1430044</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1402.4476" id="inf0360">arXiv:1402.4476 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0875">ALICE Collaboration, B. B. Abelev et al., “Performance of the ALICE Experiment at the CERN LHC”, Int. J. Mod. Phys. A 29 (2014) 1430044, arXiv:1402.4476 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0360"><ce:label>[36]</ce:label><sb:reference id="bib010897502DA166075415163536084493s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Instrum.</sb:maintitle></sb:title><sb:volume-nr>3</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>S08002</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0880">ALICE Collaboration, K. Aamodt et al., “The ALICE experiment at the CERN LHC”, JINST 3 (2008) S08002.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0370"><ce:label>[37]</ce:label><sb:reference id="bib5F9F055033DA2B9F4A85EF828893850Bs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of (multi-)strange hadron production in proton-proton collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>13</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:pages><sb:first-page>167</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1908.01861" id="inf0370">arXiv:1908.01861 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0885">ALICE Collaboration, S. Acharya et al., “Multiplicity dependence of (multi-)strange hadron production in proton-proton collisions at s = 13 TeV”, Eur. Phys. J. C 80 no. 2, (2020) 167, arXiv:1908.01861 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0380"><ce:label>[38]</ce:label><sb:reference id="bib1A4604424520927248410E567267BB43s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>116</sb:volume-nr></sb:series><sb:issue-nr>22</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:article-number>222302</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1512.06104" id="inf0380">arXiv:1512.06104 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0890">ALICE Collaboration, J. Adam et al., “Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at sNN = 5.02 TeV”, Phys. Rev. Lett. 116 no. 22, (2016) 222302, arXiv:1512.06104 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0390"><ce:label>[39]</ce:label><sb:reference id="bib7C52B784CF8FE4B55B4BEA2337655590s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of particle production in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:issue-nr>6</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>064905</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6828" id="inf0390">arXiv:1412.6828 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0895">ALICE Collaboration, J. Adam et al., “Centrality dependence of particle production in p-Pb collisions at sNN= 5.02 TeV”, Phys. Rev. C 91 no. 6, (2015) 064905, arXiv:1412.6828 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0400"><ce:label>[40]</ce:label><sb:reference id="bib6B969851FEE0FEBCEB3D0308852608E5s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mtext mathvariant="bold-italic">s</mml:mtext></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>760</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>720</sb:first-page><sb:last-page>735</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1601.03658" id="inf0400">arXiv:1601.03658 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0900">ALICE Collaboration, J. Adam et al., “Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at sNN = 5.02 TeV”, Phys. Lett. B 760 (2016) 720–735, arXiv:1601.03658 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0410"><ce:label>[41]</ce:label><sb:reference id="bib06169A22994B1664CC132CA101390D26s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration></sb:authors><sb:title><sb:maintitle>The ALICE definition of primary particles</sb:maintitle></sb:title></sb:contribution><sb:comment>ALICE-PUBLIC-2017-005</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="https://cds.cern.ch/record/2270008" id="inf0030">https://cds.cern.ch/record/2270008</ce:inter-ref><sb:date>Jun 2017</sb:date></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0905">ALICE Collaboration, “The ALICE definition of primary particles”, ALICE-PUBLIC-2017-005 (Jun, 2017). https://cds.cern.ch/record/2270008.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0420"><ce:label>[42]</ce:label><sb:reference id="bib74317CE97B7657B924186B0695F8686Ds1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>013</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1802.09145" id="inf0410">arXiv:1802.09145 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0910">ALICE Collaboration, S. Acharya et al., “Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC”, JHEP 11 (2018) 013, arXiv:1802.09145 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0430"><ce:label>[43]</ce:label><sb:reference id="bib3EB7F2616445934BAA5CB49E86F49E93s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration></sb:authors><sb:title><sb:maintitle>ALICE time projection chamber: Technical Design Report</sb:maintitle></sb:title></sb:contribution><sb:comment>Technical design report</sb:comment><sb:host><sb:book class="report"><sb:date>2000</sb:date><sb:publisher><sb:name>ALICE, CERN</sb:name><sb:location>Geneva</sb:location></sb:publisher></sb:book></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="http://cds.cern.ch/record/451098" id="inf0040">http://cds.cern.ch/record/451098</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0915">ALICE Collaboration, ALICE time projection chamber: Technical Design Report. Technical design report. ALICE. CERN, Geneva, 2000. http://cds.cern.ch/record/451098.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0440"><ce:label>[44]</ce:label><sb:reference id="bib2B32E4AB6A1C971330A5CB6EC19EEED2s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of charged particle production at large transverse momentum in Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>720</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:pages><sb:first-page>52</sb:first-page><sb:last-page>62</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1208.2711" id="inf0420">arXiv:1208.2711 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0920">ALICE Collaboration, B. Abelev et al., “Centrality Dependence of Charged Particle Production at Large Transverse Momentum in Pb–Pb Collisions at sNN=2.76 TeV”, Phys. Lett. B 720 (2013) 52–62, arXiv:1208.2711 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0450"><ce:label>[45]</ce:label><sb:reference id="bibA14692696D01E34CE7DEB7367AC5B632s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> and 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>79</sb:volume-nr></sb:series><sb:issue-nr>10</sb:issue-nr><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>857</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1905.07208" id="inf0430">arXiv:1905.07208 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0925">ALICE Collaboration, S. Acharya et al., “Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at s=5.02 and 13 TeV”, Eur. Phys. J. C 79 no. 10, (2019) 857, arXiv:1905.07208 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0460"><ce:label>[46]</ce:label><sb:reference id="bibDC431D2AFBCF6A327258D35E20052782s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Brun</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Bruyant</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Carminati</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Giani</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Maire</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>McPherson</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Patrick</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Urban</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>GEANT: Detector Description and Simulation Tool; Oct 1994</sb:maintitle></sb:title></sb:contribution><sb:host><sb:book><sb:title><sb:maintitle>CERN Program Library</sb:maintitle></sb:title><sb:date>1993</sb:date><sb:publisher><sb:name>CERN</sb:name><sb:location>Geneva</sb:location></sb:publisher></sb:book></sb:host><sb:comment>Long Writeup W5013</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="https://cds.cern.ch/record/1082634" id="inf0050">https://cds.cern.ch/record/1082634</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0930">R. Brun, F. Bruyant, F. Carminati, S. Giani, M. Maire, A. McPherson, G. Patrick, and L. Urban, GEANT: Detector Description and Simulation Tool; Oct 1994. CERN Program Library. CERN, Geneva, 1993. https://cds.cern.ch/record/1082634. Long Writeup W5013.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0470"><ce:label>[47]</ce:label><sb:reference id="bib62F70A5E3FDA3F3F66E437EF91AA38D8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>W.-T.</ce:given-name><ce:surname>Deng</ce:surname></sb:author><sb:author><ce:given-name>X.-N.</ce:given-name><ce:surname>Wang</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Xu</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Hadron production in p+p, p+Pb, and Pb+Pb collisions with the HIJING 2.0 model at energies available at the CERN large hadron collider</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>83</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:article-number>014915</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1008.1841" id="inf0440">arXiv:1008.1841 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0935">W.-T. Deng, X.-N. Wang, and R. Xu, “Hadron production in p+p, p+Pb, and Pb+Pb collisions with the HIJING 2.0 model at energies available at the CERN Large Hadron Collider”, Phys. Rev. C 83 (2011) 014915, arXiv:1008.1841 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0480"><ce:label>[48]</ce:label><sb:reference id="bib75C74FD46E0FBA1E4D51AE5E74BB9DBAs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Harmonic decomposition of two-particle angular correlations in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>708</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:pages><sb:first-page>249</sb:first-page><sb:last-page>264</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1109.2501" id="inf0450">arXiv:1109.2501 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0940">ALICE Collaboration, K. Aamodt et al., “Harmonic decomposition of two-particle angular correlations in Pb-Pb collisions at sNN= 2.76 TeV”, Phys. Lett. B 708 (2012) 249–264, arXiv:1109.2501 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0490"><ce:label>[49]</ce:label><sb:reference id="bib18E52CBC47419F6FC193405E8E839D3Es1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Anisotropic flow of charged hadrons, pions and (anti-)protons measured at high transverse momentum in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>719</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:pages><sb:first-page>18</sb:first-page><sb:last-page>28</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1205.5761" id="inf0460">arXiv:1205.5761 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0945">ALICE Collaboration, B. Abelev et al., “Anisotropic flow of charged hadrons, pions and (anti-)protons measured at high transverse momentum in Pb-Pb collisions at sNN=2.76 TeV”, Phys. Lett. B 719 (2013) 18–28, arXiv:1205.5761 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0500"><ce:label>[50]</ce:label><sb:reference id="bibE1F37A3462CC08458128C5918578A0A9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>D'Agostini</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A multidimensional unfolding method based on Bayes' theorem</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Instrum. Methods Phys. Res., Sect. A</sb:maintitle></sb:title><sb:volume-nr>362</sb:volume-nr></sb:series><sb:date>1995</sb:date></sb:issue><sb:pages><sb:first-page>487</sb:first-page><sb:last-page>498</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0950">G. D'Agostini, “A Multidimensional unfolding method based on Bayes' theorem”, Nucl. Instrum. Meth. A 362 (1995) 487–498.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0510"><ce:label>[51]</ce:label><sb:reference id="bibF7D20B559AB5B330D351E47877E83F66s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Paz</ce:surname></sb:author><sb:author><ce:given-name>J.D.</ce:given-name><ce:surname>Romo</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tripathy</ce:surname></sb:author><sb:author><ce:given-name>E.A.</ce:given-name><ce:surname>Zepeda</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Bautista</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Multiparton interactions in <ce:italic>pp</ce:italic> collisions from machine learning-based regression</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>102</sb:volume-nr></sb:series><sb:issue-nr>7</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:article-number>076014</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2004.03800" id="inf0470">arXiv:2004.03800 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0955">A. Ortiz, A. Paz, J. D. Romo, S. Tripathy, E. A. Zepeda, and I. Bautista, “Multiparton interactions in pp collisions from machine learning-based regression”, Phys. Rev. D 102 no. 7, (2020) 076014, arXiv:2004.03800 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0520"><ce:label>[52]</ce:label><sb:reference id="bib145973CFC1E4D91A190507F686A6B8B4s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Anisotropic flow of charged particles in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>116</sb:volume-nr></sb:series><sb:issue-nr>13</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:article-number>132302</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1602.01119" id="inf0480">arXiv:1602.01119 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0960">ALICE Collaboration, J. Adam et al., “Anisotropic flow of charged particles in Pb-Pb collisions at sNN=5.02 TeV”, Phys. Rev. Lett. 116 no. 13, (2016) 132302, arXiv:1602.01119 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0530"><ce:label>[53]</ce:label><sb:reference id="bib9867A72BBC2522B0FE2F6F25C8AD1AE0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Andersson</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Ingelman</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjostrand</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Parton fragmentation and string dynamics</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>97</sb:volume-nr></sb:series><sb:date>1983</sb:date></sb:issue><sb:pages><sb:first-page>31</sb:first-page><sb:last-page>145</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0965">B. Andersson, G. Gustafson, G. Ingelman, and T. Sjostrand, “Parton Fragmentation and String Dynamics”, Phys. Rept. 97 (1983) 31–145.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0540"><ce:label>[54]</ce:label><sb:reference id="bib7F946B057450F13DBF8A6E2443DB7980s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Bencedi</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Paz</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Disentangling the hard gluon bremsstrahlung effects from the relative transverse activity classifier in pp collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>104</sb:volume-nr></sb:series><sb:issue-nr>1</sb:issue-nr><sb:date>2021</sb:date></sb:issue><sb:article-number>016017</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2105.04838" id="inf0490">arXiv:2105.04838 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0970">G. Bencedi, A. Ortiz, and A. Paz, “Disentangling the hard gluon bremsstrahlung effects from the relative transverse activity classifier in pp collisions”, Phys. Rev. D 104 no. 1, (2021) 016017, arXiv:2105.04838 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0550"><ce:label>[55]</ce:label><sb:reference id="bibA208AF4F582F97FB9F2D79AB1CF74CE8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Bencédi</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tripathy</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Apparent modification of the jet-like yield in proton-proton collisions with large underlying event</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Phys. G</sb:maintitle></sb:title><sb:volume-nr>48</sb:volume-nr></sb:series><sb:issue-nr>1</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:article-number>015007</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2007.03857" id="inf0500">arXiv:2007.03857 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0975">G. Bencédi, A. Ortiz, and S. Tripathy, “Apparent modification of the jet-like yield in proton-proton collisions with large underlying event”, J. Phys. G 48 no. 1, (2020) 015007, arXiv:2007.03857 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0560"><ce:label>[56]</ce:label><sb:reference id="bibF4F3E67D7F4D11C93043A8609A8F243Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Lönnblad</ce:surname></sb:author><sb:author><ce:given-name>H.</ce:given-name><ce:surname>Shah</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The angantyr model for heavy-ion collisions in PYTHIA8</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>134</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1806.10820" id="inf0510">arXiv:1806.10820 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0980">C. Bierlich, G. Gustafson, L. Lönnblad, and H. Shah, “The Angantyr model for Heavy-Ion Collisions in PYTHIA8”, JHEP 10 (2018) 134, arXiv:1806.10820 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0570"><ce:label>[57]</ce:label><sb:reference id="bib8A64163687FDBE43EA922655C3F4004Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Baier</ce:surname></sb:author><sb:author><ce:given-name>Y.L.</ce:given-name><ce:surname>Dokshitzer</ce:surname></sb:author><sb:author><ce:given-name>A.H.</ce:given-name><ce:surname>Mueller</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Peigne</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Schiff</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Radiative energy loss of high-energy quarks and gluons in a finite volume quark - gluon plasma</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>483</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>291</sb:first-page><sb:last-page>320</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/9607355" id="inf0520">arXiv:hep-ph/9607355</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0985">R. Baier, Y. L. Dokshitzer, A. H. Mueller, S. Peigne, and D. Schiff, “Radiative energy loss of high-energy quarks and gluons in a finite volume quark - gluon plasma”, Nucl. Phys. B 483 (1997) 291–320, arXiv:hep-ph/9607355.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0580"><ce:label>[58]</ce:label><sb:reference id="bibD7BF0D25CD6E3571E0C4BA0E20F9637Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Peigne</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Collisional energy loss of a fast parton in a QGP</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>AIP Conf. Proc.</sb:maintitle></sb:title><sb:volume-nr>1038</sb:volume-nr></sb:series><sb:issue-nr>1</sb:issue-nr><sb:date>2008</sb:date></sb:issue><sb:pages><sb:first-page>139</sb:first-page><sb:last-page>148</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0806.0242" id="inf0530">arXiv:0806.0242 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0990">S. Peigne, “Collisional Energy Loss of a Fast Parton in a QGP”, AIP Conf. Proc. 1038 no. 1, (2008) 139–148, arXiv:0806.0242 [hep-ph].</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> \ No newline at end of file +<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.6.0//EN//XML" "art560.dtd" [<!ENTITY gr001 SYSTEM "gr001" NDATA IMAGE><!ENTITY gr002 SYSTEM "gr002" NDATA IMAGE><!ENTITY gr003 SYSTEM "gr003" NDATA IMAGE><!ENTITY gr004 SYSTEM "gr004" NDATA IMAGE><!ENTITY gr005 SYSTEM "gr005" NDATA IMAGE>]><article xmlns="http://www.elsevier.com/xml/ja/dtd" xmlns:ce="http://www.elsevier.com/xml/common/dtd" xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd" xmlns:sb="http://www.elsevier.com/xml/common/struct-bib/dtd" xmlns:xlink="http://www.w3.org/1999/xlink" docsubtype="sco" xml:lang="en"><item-info><jid>PLB</jid><aid>137649</aid><ce:article-number>137649</ce:article-number><ce:pii>S0370-2693(22)00783-3</ce:pii><ce:doi>10.1016/j.physletb.2022.137649</ce:doi><ce:copyright year="2023" type="other">The Author(s)</ce:copyright><ce:doctopics><ce:doctopic id="doc0010"><ce:text>Experiments</ce:text></ce:doctopic></ce:doctopics><ce:preprint><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2204.10157" id="inf0010"/></ce:preprint><ce:associated-resource><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/research-data" xlink:href="https://www.hepdata.net/" id="inf0540">https://www.hepdata.net/</ce:inter-ref></ce:associated-resource></item-info><ce:floats><ce:figure id="fg0010"><ce:label>Fig. 1</ce:label><ce:caption id="cp0010"><ce:simple-para id="sp0010">Illustration of toward, away and transverse regions with respect to the leading particle in a collision.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0010">Fig. 1</ce:alt-text><ce:link locator="gr001" xlink:type="simple" xlink:href="pii:S0370269322007833/gr001" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0010"/></ce:figure><ce:figure id="fg0020"><ce:label>Fig. 2</ce:label><ce:caption id="cp0020"><ce:simple-para id="sp0020">Top panels: transverse momentum spectra of charged particles in the transverse region for different multiplicity classes in pp (left), p–Pb (middle) and Pb–Pb (right) collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra are measured at mid pseudorapidity (|<ce:italic>η</ce:italic>| < 0.8). Lower panels: Ratio of <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra in different multiplicity classes to the <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectrum in the 0−100% multiplicity class for the corresponding collision systems. The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0020">Fig. 2</ce:alt-text><ce:link locator="gr002" xlink:type="simple" xlink:href="pii:S0370269322007833/gr002" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0020"/></ce:figure><ce:figure id="fg0030"><ce:label>Fig. 3</ce:label><ce:caption id="cp0030"><ce:simple-para id="sp0030">Transverse momentum spectra of charged particles in Toward-Transverse, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si57.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> (top plot) and Away-Transverse, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si58.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> (bottom plot) regions for different multiplicity classes in pp (left), p–Pb (middle) and Pb–Pb (right) collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra are measured at mid pseudorapidity (|<ce:italic>η</ce:italic>| < 0.8). The lower panels of both plots show the ratio to minimum bias pp collisions. The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0030">Fig. 3</ce:alt-text><ce:link locator="gr003" xlink:type="simple" xlink:href="pii:S0370269322007833/gr003" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0030"/></ce:figure><ce:figure id="fg0040"><ce:label>Fig. 4</ce:label><ce:caption id="cp0040"><ce:simple-para id="sp0040">The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> (left) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> (right) as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> in 4 <<ce:italic>p</ce:italic><ce:inf>T</ce:inf>< 6 GeV/<ce:italic>c</ce:italic> for different multiplicity classes in pp, p–Pb and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. Pb–Pb results are shown assuming a flat background (filled markers), and assuming a <ce:italic>v</ce:italic><ce:inf>2</ce:inf>-modulated background (empty markers). The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0040">Fig. 4</ce:alt-text><ce:link locator="gr004" xlink:type="simple" xlink:href="pii:S0370269322007833/gr004" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0040"/></ce:figure><ce:figure id="fg0050"><ce:label>Fig. 5</ce:label><ce:caption id="cp0050"><ce:simple-para id="sp0050">Comparison of the measured the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> (left) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> (right) in 4 <<ce:italic>p</ce:italic><ce:inf>T</ce:inf>< 6 GeV/<ce:italic>c</ce:italic> with model predictions. The results are shown as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> for different multiplicity classes in pp (top panel), p–Pb (middle panel) and Pb–Pb (bottom panel) collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The red and magenta lines show the <ce:small-caps>PYTHIA</ce:small-caps> 8 (Monash) <ce:cross-ref refid="br0280" id="crf0010">[28]</ce:cross-ref> and <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr <ce:cross-ref refid="br0280" id="crf0020">[28]</ce:cross-ref> predictions, respectively. The blue lines show the EPOS-LHC <ce:cross-ref refid="br0210" id="crf0030">[21]</ce:cross-ref> results. The statistical and systematic uncertainties are shown by bars and boxes, respectively.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0050">Fig. 5</ce:alt-text><ce:link locator="gr005" xlink:type="simple" xlink:href="pii:S0370269322007833/gr005" xlink:role="http://data.elsevier.com/vocabulary/ElsevierContentTypes/23.4" id="ln0050"/></ce:figure><ce:table xmlns="http://www.elsevier.com/xml/common/cals/dtd" xmlns:tb="http://www.elsevier.com/xml/common/table/dtd" id="tbl0010" frame="topbot" rowsep="0" colsep="0"><ce:label>Table 1</ce:label><ce:caption id="cp0060"><ce:simple-para id="sp0060">Contributions to the relative (%) systematic uncertainty on the <ce:italic>p</ce:italic><ce:inf>T</ce:inf> spectra of primary charged particles in pp, p–Pb, and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. Just for illustration, the range in the table corresponds to the lowest and highest relative systematic uncertainty in the considered <ce:italic>p</ce:italic><ce:inf>T</ce:inf> range. The individual contributions are summed in quadrature to obtain the total uncertainty.</ce:simple-para></ce:caption><ce:alt-text role="short" id="at0060">Table 1</ce:alt-text><tgroup cols="4"><colspec colnum="1" colname="col1" align="left"/><colspec colnum="2" colname="col2" align="left"/><colspec colnum="3" colname="col3" align="left"/><colspec colnum="4" colname="col4" align="left"/><thead valign="top"><row rowsep="1"><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Source of uncertainty</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">pp</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">p–Pb</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">Pb–Pb</entry></row></thead><tbody valign="top"><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Track selection</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.1–8.2</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.4–5.8</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.0–9.9</entry></row><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Particle composition</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.3–1.8</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.5–1.9</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.3–2.4</entry></row><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Secondary particles</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.0–0.4</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.0–2.4</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.0–1.9</entry></row><row rowsep="1"><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Matching efficiency</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.0–4.2</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.7–3.7</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">0.6–3.7</entry></row><row rowsep="1"><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Total</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.2–8.8</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.6–6.3</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">3.5–10.0</entry></row><row><entry xmlns="http://www.elsevier.com/xml/common/dtd" role="rowhead">Total (<ce:italic>N</ce:italic><ce:inf>ch</ce:inf>-dependent)</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">2.0–4.5</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">1.7–4.0</entry><entry xmlns="http://www.elsevier.com/xml/common/dtd">1.1–3.7</entry></row></tbody></tgroup></ce:table></ce:floats><head><ce:title id="ti0010">Study of charged particle production at high <ce:italic>p</ce:italic><ce:inf>T</ce:inf> using event topology in pp, p–Pb and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV</ce:title><ce:author-group id="ag0010"><ce:collaboration id="co0010" collaboration-id="S0370269322007833-3bea72599603117cd9d18494a0279c47"><ce:text>ALICE Collaboration</ce:text><ce:cross-ref refid="fn0080" id="crf0040"><ce:sup>⋆</ce:sup></ce:cross-ref><ce:author-group id="ag0020"><ce:author orcid="0000-0002-9213-5329" id="au0010" author-id="S0370269322007833-e60c93a934b81cf9801254193264c6ee"><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname><ce:cross-ref refid="aff1240" id="crf0050"><ce:sup>124</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1310" id="crf0060"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0504-7428" id="au0020" author-id="S0370269322007833-0eab85892b6d74b18661e74a7987c599"><ce:given-name>D.</ce:given-name><ce:surname>Adamová</ce:surname><ce:cross-ref refid="aff0860" id="crf0070"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author id="au0030" author-id="S0370269322007833-e83a30ae1d5f89088c60ca2ee154d714"><ce:given-name>A.</ce:given-name><ce:surname>Adler</ce:surname><ce:cross-ref refid="aff0690" id="crf0080"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9611-3696" id="au0040" author-id="S0370269322007833-ed2d58d89990c41bb43c091d01e5029a"><ce:given-name>G.</ce:given-name><ce:surname>Aglieri Rinella</ce:surname><ce:cross-ref refid="aff0320" id="crf0090"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0760-5075" id="au0050" author-id="S0370269322007833-0c7a7863b7384aa5fdf06a0f187949c8"><ce:given-name>M.</ce:given-name><ce:surname>Agnello</ce:surname><ce:cross-ref refid="aff0290" id="crf0100"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0348-9836" id="au0060" author-id="S0370269322007833-bbdbb014653d7bdacb111c613a0fcbe0"><ce:given-name>N.</ce:given-name><ce:surname>Agrawal</ce:surname><ce:cross-ref refid="aff0500" id="crf0110"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5241-7412" id="au0070" author-id="S0370269322007833-2059a9508121069139ea49dbf566539a"><ce:given-name>Z.</ce:given-name><ce:surname>Ahammed</ce:surname><ce:cross-ref refid="aff1310" id="crf0120"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0497-5705" id="au0080" author-id="S0370269322007833-397c2b4743f367cb4aceb69d448bb6c6"><ce:given-name>S.</ce:given-name><ce:surname>Ahmad</ce:surname><ce:cross-ref refid="aff0150" id="crf0130"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8847-489X" id="au0090" author-id="S0370269322007833-f7c3cbd2e9a0f545640d2202ad1ddbf3"><ce:given-name>S.U.</ce:given-name><ce:surname>Ahn</ce:surname><ce:cross-ref refid="aff0700" id="crf0140"><ce:sup>70</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4417-1392" id="au0100" author-id="S0370269322007833-07322fd13596772e8f99876f081be003"><ce:given-name>I.</ce:given-name><ce:surname>Ahuja</ce:surname><ce:cross-ref refid="aff0370" id="crf0150"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7388-3022" id="au0110" author-id="S0370269322007833-e1ca35714b53c8e677e37d627a5bbf38"><ce:given-name>A.</ce:given-name><ce:surname>Akindinov</ce:surname><ce:cross-ref refid="aff1390" id="crf0160"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8071-4497" id="au0120" author-id="S0370269322007833-92548b9c2ec6b0a94be4b4532227aed9"><ce:given-name>M.</ce:given-name><ce:surname>Al-Turany</ce:surname><ce:cross-ref refid="aff0980" id="crf0170"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9719-7035" id="au0130" author-id="S0370269322007833-9065823209e70d0656d37d4008b49b34"><ce:given-name>D.</ce:given-name><ce:surname>Aleksandrov</ce:surname><ce:cross-ref refid="aff1390" id="crf0180"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9680-4940" id="au0140" author-id="S0370269322007833-79cd00674b886e25d315860e3eeed8b4"><ce:given-name>B.</ce:given-name><ce:surname>Alessandro</ce:surname><ce:cross-ref refid="aff0550" id="crf0190"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5659-2119" id="au0150" author-id="S0370269322007833-1c1181472bc0aba99490cd3bca5e4a55"><ce:given-name>H.M.</ce:given-name><ce:surname>Alfanda</ce:surname><ce:cross-ref refid="aff0060" id="crf0200"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4713-7069" id="au0160" author-id="S0370269322007833-fe723c43bc1641702461996d042297c7"><ce:given-name>R.</ce:given-name><ce:surname>Alfaro Molina</ce:surname><ce:cross-ref refid="aff0660" id="crf0210"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0877-7979" id="au0170" author-id="S0370269322007833-9e891354cda61f6d260a73da741fb124"><ce:given-name>B.</ce:given-name><ce:surname>Ali</ce:surname><ce:cross-ref refid="aff0150" id="crf0220"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author id="au0180" author-id="S0370269322007833-b09579e692bf4a5fcd8b3fc371c313f5"><ce:given-name>Y.</ce:given-name><ce:surname>Ali</ce:surname><ce:cross-ref refid="aff0130" id="crf0230"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3618-4617" id="au0190" author-id="S0370269322007833-ee0688e61ecfdd140d9fea489d16b4dc"><ce:given-name>A.</ce:given-name><ce:surname>Alici</ce:surname><ce:cross-ref refid="aff0250" id="crf0240"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-7365-1064" id="au0200" author-id="S0370269322007833-16d05696cd8ce792318dff507d143cd5"><ce:given-name>N.</ce:given-name><ce:surname>Alizadehvandchali</ce:surname><ce:cross-ref refid="aff1130" id="crf0250"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2205-5761" id="au0210" author-id="S0370269322007833-8a6281092995529070f381a78dafb967"><ce:given-name>A.</ce:given-name><ce:surname>Alkin</ce:surname><ce:cross-ref refid="aff0320" id="crf0260"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0177-0536" id="au0220" author-id="S0370269322007833-6ea637f099a6fac803f976a052eb847d"><ce:given-name>J.</ce:given-name><ce:surname>Alme</ce:surname><ce:cross-ref refid="aff0200" id="crf0270"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8910-9173" id="au0230" author-id="S0370269322007833-cfed79dabbd809c4f840372b7b333691"><ce:given-name>G.</ce:given-name><ce:surname>Alocco</ce:surname><ce:cross-ref refid="aff0510" id="crf0280"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-4862-5370" id="au0240" author-id="S0370269322007833-3913f92e05be5c8a4269310703479917"><ce:given-name>T.</ce:given-name><ce:surname>Alt</ce:surname><ce:cross-ref refid="aff0630" id="crf0290"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8079-7026" id="au0250" author-id="S0370269322007833-cd55dbcf87db947368b6d9e810290bde"><ce:given-name>I.</ce:given-name><ce:surname>Altsybeev</ce:surname><ce:cross-ref refid="aff1390" id="crf0300"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6180-4243" id="au0260" author-id="S0370269322007833-c2bd71abda2e1783ed29485409a5251a"><ce:given-name>M.N.</ce:given-name><ce:surname>Anaam</ce:surname><ce:cross-ref refid="aff0060" id="crf0310"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8535-0680" id="au0270" author-id="S0370269322007833-24aef273ee0f167b64df679b37d185f6"><ce:given-name>C.</ce:given-name><ce:surname>Andrei</ce:surname><ce:cross-ref refid="aff0450" id="crf0320"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2372-6117" id="au0280" author-id="S0370269322007833-4583c32301189b6af5ae6e891825f79b"><ce:given-name>A.</ce:given-name><ce:surname>Andronic</ce:surname><ce:cross-ref refid="aff1340" id="crf0330"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-0236-2680" id="au0290" author-id="S0370269322007833-1df1a80e8e72952f9f77a204304d580b"><ce:given-name>V.</ce:given-name><ce:surname>Anguelov</ce:surname><ce:cross-ref refid="aff0950" id="crf0340"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7366-8891" id="au0300" author-id="S0370269322007833-bf4ee61ac0ac1dbdb5dd7c494a935e91"><ce:given-name>F.</ce:given-name><ce:surname>Antinori</ce:surname><ce:cross-ref refid="aff0530" id="crf0350"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7516-3726" id="au0310" author-id="S0370269322007833-51fafbdf488707238bb68ddcfdcc1d43"><ce:given-name>P.</ce:given-name><ce:surname>Antonioli</ce:surname><ce:cross-ref refid="aff0500" id="crf0360"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2205-4419" id="au0320" author-id="S0370269322007833-574d7b11d83a95e65b2890c6cc6204a2"><ce:given-name>C.</ce:given-name><ce:surname>Anuj</ce:surname><ce:cross-ref refid="aff0150" id="crf0370"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5478-6120" id="au0330" author-id="S0370269322007833-090df06bfcab984221f60b24b52c30c3"><ce:given-name>N.</ce:given-name><ce:surname>Apadula</ce:surname><ce:cross-ref refid="aff0740" id="crf0380"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7662-3878" id="au0340" author-id="S0370269322007833-6e095add140944d2ab055d51972eed48"><ce:given-name>L.</ce:given-name><ce:surname>Aphecetche</ce:surname><ce:cross-ref refid="aff1030" id="crf0390"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0614-7671" id="au0350" author-id="S0370269322007833-0e6d19528507f8cc3f37539a3381820b"><ce:given-name>H.</ce:given-name><ce:surname>Appelshäuser</ce:surname><ce:cross-ref refid="aff0630" id="crf0400"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6367-9215" id="au0360" author-id="S0370269322007833-680f2a41c459bec210e2ebd5a58612be"><ce:given-name>S.</ce:given-name><ce:surname>Arcelli</ce:surname><ce:cross-ref refid="aff0250" id="crf0410"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6698-9577" id="au0370" author-id="S0370269322007833-ab22692334a2fe57e1742058759c61dd"><ce:given-name>R.</ce:given-name><ce:surname>Arnaldi</ce:surname><ce:cross-ref refid="aff0550" id="crf0420"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2316-9565" id="au0380" author-id="S0370269322007833-697698547c36f9d3e7187cd6f06d1183"><ce:given-name>I.C.</ce:given-name><ce:surname>Arsene</ce:surname><ce:cross-ref refid="aff0190" id="crf0430"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3888-8303" id="au0390" author-id="S0370269322007833-ff7baf83a4c274c1a18de37c9dc67976"><ce:given-name>M.</ce:given-name><ce:surname>Arslandok</ce:surname><ce:cross-ref refid="aff1360" id="crf0440"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-5460-6805" id="au0400" author-id="S0370269322007833-755bc219fdc7b4d25c2e083c10e7e386"><ce:given-name>A.</ce:given-name><ce:surname>Augustinus</ce:surname><ce:cross-ref refid="aff0320" id="crf0450"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4277-4963" id="au0410" author-id="S0370269322007833-e39ad2348626d77041016a5dd27ef327"><ce:given-name>R.</ce:given-name><ce:surname>Averbeck</ce:surname><ce:cross-ref refid="aff0980" id="crf0460"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4333-8090" id="au0420" author-id="S0370269322007833-5732689b5ef336a6b98f6ceb0dcd0c76"><ce:given-name>S.</ce:given-name><ce:surname>Aziz</ce:surname><ce:cross-ref refid="aff0720" id="crf0470"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2501-6856" id="au0430" author-id="S0370269322007833-9477d32af0ceb836b9acd7ac436a380f"><ce:given-name>M.D.</ce:given-name><ce:surname>Azmi</ce:surname><ce:cross-ref refid="aff0150" id="crf0480"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0569-4828" id="au0440" author-id="S0370269322007833-7c7197c0ac2a51bf94b01b500c38aedc"><ce:given-name>A.</ce:given-name><ce:surname>Badalà</ce:surname><ce:cross-ref refid="aff0520" id="crf0490"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4343-4883" id="au0450" author-id="S0370269322007833-e2f139312a0e407b3c4d2412844bc5b9"><ce:given-name>Y.W.</ce:given-name><ce:surname>Baek</ce:surname><ce:cross-ref refid="aff0400" id="crf0500"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-9085-079X" id="au0460" author-id="S0370269322007833-76ff90ea5e839f7d98fb0c680c85c071"><ce:given-name>X.</ce:given-name><ce:surname>Bai</ce:surname><ce:cross-ref refid="aff0980" id="crf0510"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7987-4592" id="au0470" author-id="S0370269322007833-04bb83e7910b72460bb5a8aa2184d9e6"><ce:given-name>R.</ce:given-name><ce:surname>Bailhache</ce:surname><ce:cross-ref refid="aff0630" id="crf0520"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1172-0225" id="au0480" author-id="S0370269322007833-a3a4a409d48c9f5b05ac793332afe23a"><ce:given-name>Y.</ce:given-name><ce:surname>Bailung</ce:surname><ce:cross-ref refid="aff0470" id="crf0530"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4116-2861" id="au0490" author-id="S0370269322007833-9fb0ec712dc4e6ddbda7e348eaa5aa42"><ce:given-name>R.</ce:given-name><ce:surname>Bala</ce:surname><ce:cross-ref refid="aff0910" id="crf0540"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0359-1403" id="au0500" author-id="S0370269322007833-606ef386959ea7ad1f85ece5b5ed9802"><ce:given-name>A.</ce:given-name><ce:surname>Balbino</ce:surname><ce:cross-ref refid="aff0290" id="crf0550"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6186-289X" id="au0510" author-id="S0370269322007833-139e513e7bdef112603b9937bdd15344"><ce:given-name>A.</ce:given-name><ce:surname>Baldisseri</ce:surname><ce:cross-ref refid="aff1270" id="crf0560"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3082-4209" id="au0520" author-id="S0370269322007833-ec47c921c460662d73915f08d3c4e99d"><ce:given-name>B.</ce:given-name><ce:surname>Balis</ce:surname><ce:cross-ref refid="aff0020" id="crf0570"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5743-7578" id="au0530" author-id="S0370269322007833-d9c0e441fb4cce3ea39e47b4517d88e4"><ce:given-name>D.</ce:given-name><ce:surname>Banerjee</ce:surname><ce:cross-ref refid="aff0040" id="crf0580"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7178-3001" id="au0540" author-id="S0370269322007833-87ef230129be957c4822b50f0c31a178"><ce:given-name>Z.</ce:given-name><ce:surname>Banoo</ce:surname><ce:cross-ref refid="aff0910" id="crf0590"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5971-6415" id="au0550" author-id="S0370269322007833-34de4a3f87192e0e6f4308aac96e6dc4"><ce:given-name>R.</ce:given-name><ce:surname>Barbera</ce:surname><ce:cross-ref refid="aff0260" id="crf0600"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7328-9154" id="au0560" author-id="S0370269322007833-e5b88594df42f98e0851a8fe8fceecc6"><ce:given-name>L.</ce:given-name><ce:surname>Barioglio</ce:surname><ce:cross-ref refid="aff0960" id="crf0610"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author id="au0570" author-id="S0370269322007833-fadb436ca8c9ff7743d434468cc79e44"><ce:given-name>M.</ce:given-name><ce:surname>Barlou</ce:surname><ce:cross-ref refid="aff0780" id="crf0620"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9223-6480" id="au0580" author-id="S0370269322007833-6cc8c551caade64d21a326a2042741be"><ce:given-name>G.G.</ce:given-name><ce:surname>Barnaföldi</ce:surname><ce:cross-ref refid="aff1350" id="crf0630"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7357-9904" id="au0590" author-id="S0370269322007833-e5502945a2b5f28905e341734bcb3b15"><ce:given-name>L.S.</ce:given-name><ce:surname>Barnby</ce:surname><ce:cross-ref refid="aff0850" id="crf0640"><ce:sup>85</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0611-9283" id="au0600" author-id="S0370269322007833-73acb1b6c325d96b54abe7b64278d6ea"><ce:given-name>V.</ce:given-name><ce:surname>Barret</ce:surname><ce:cross-ref refid="aff1240" id="crf0650"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6454-0052" id="au0610" author-id="S0370269322007833-a130b62023ffdd4c78649c858c5a5181"><ce:given-name>L.</ce:given-name><ce:surname>Barreto</ce:surname><ce:cross-ref refid="aff1090" id="crf0660"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-3371-4483" id="au0620" author-id="S0370269322007833-9a2434a1659f1f4116c84df1f01b53fb"><ce:given-name>C.</ce:given-name><ce:surname>Bartels</ce:surname><ce:cross-ref refid="aff1160" id="crf0670"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7633-1189" id="au0630" author-id="S0370269322007833-99991a11640d18ba216157ce9bd24b50"><ce:given-name>K.</ce:given-name><ce:surname>Barth</ce:surname><ce:cross-ref refid="aff0320" id="crf0680"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-7928-4203" id="au0640" author-id="S0370269322007833-7b25cdf12989c93bb0b35e9a7b6c993e"><ce:given-name>E.</ce:given-name><ce:surname>Bartsch</ce:surname><ce:cross-ref refid="aff0630" id="crf0690"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7790-1152" id="au0650" author-id="S0370269322007833-b5da78f945a908823fccca3ceb97d4e0"><ce:given-name>F.</ce:given-name><ce:surname>Baruffaldi</ce:surname><ce:cross-ref refid="aff0270" id="crf0700"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6905-8345" id="au0660" author-id="S0370269322007833-ffe3cbf955e2397362cc39ed0f8eb51b"><ce:given-name>N.</ce:given-name><ce:surname>Bastid</ce:surname><ce:cross-ref refid="aff1240" id="crf0710"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0687-8124" id="au0670" author-id="S0370269322007833-1b8917b5d28e8d66a2eaf20a4369cc82"><ce:given-name>S.</ce:given-name><ce:surname>Basu</ce:surname><ce:cross-ref refid="aff0750" id="crf0720"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8638-6300" id="au0680" author-id="S0370269322007833-2fee908da21994198610c94092286ad8"><ce:given-name>G.</ce:given-name><ce:surname>Batigne</ce:surname><ce:cross-ref refid="aff1030" id="crf0730"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-0199-3372" id="au0690" author-id="S0370269322007833-ae7ea2ea342f84cd933b89c4fad5eef9"><ce:given-name>D.</ce:given-name><ce:surname>Battistini</ce:surname><ce:cross-ref refid="aff0960" id="crf0740"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-2974-6985" id="au0700" author-id="S0370269322007833-f1278714281193a9113b12f11f4b9fc7"><ce:given-name>B.</ce:given-name><ce:surname>Batyunya</ce:surname><ce:cross-ref refid="aff1400" id="crf0750"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author id="au0710" author-id="S0370269322007833-772fb486e156612f473f520cf6e42e86"><ce:given-name>D.</ce:given-name><ce:surname>Bauri</ce:surname><ce:cross-ref refid="aff0460" id="crf0760"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9148-9101" id="au0720" author-id="S0370269322007833-a404ff459710628a1f713272c3bb180d"><ce:given-name>J.L.</ce:given-name><ce:surname>Bazo Alba</ce:surname><ce:cross-ref refid="aff1010" id="crf0770"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2784-3094" id="au0730" author-id="S0370269322007833-6ce098f5eecbf05e4aaa4608b11de130"><ce:given-name>I.G.</ce:given-name><ce:surname>Bearden</ce:surname><ce:cross-ref refid="aff0830" id="crf0780"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7431-4051" id="au0740" author-id="S0370269322007833-988af7c4a1a02633cec7556367a97f67"><ce:given-name>C.</ce:given-name><ce:surname>Beattie</ce:surname><ce:cross-ref refid="aff1360" id="crf0790"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7908-3288" id="au0750" author-id="S0370269322007833-298b21ad4bbe7f5bcc2c38ccb2632505"><ce:given-name>P.</ce:given-name><ce:surname>Becht</ce:surname><ce:cross-ref refid="aff0980" id="crf0800"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2599-7957" id="au0760" author-id="S0370269322007833-088129a7139b7920364b197dd725a3b6"><ce:given-name>D.</ce:given-name><ce:surname>Behera</ce:surname><ce:cross-ref refid="aff0470" id="crf0810"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-5922-8936" id="au0770" author-id="S0370269322007833-5d2d7a16cd35f4d3785b17babb9070df"><ce:given-name>I.</ce:given-name><ce:surname>Belikov</ce:surname><ce:cross-ref refid="aff1260" id="crf0820"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0442-6549" id="au0780" author-id="S0370269322007833-f831363a9a364d2888bee1b54b9c6655"><ce:given-name>A.D.C.</ce:given-name><ce:surname>Bell Hechavarria</ce:surname><ce:cross-ref refid="aff1340" id="crf0830"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3498-4661" id="au0790" author-id="S0370269322007833-d318064eeee8fd40dbd66c520988d249"><ce:given-name>F.</ce:given-name><ce:surname>Bellini</ce:surname><ce:cross-ref refid="aff0250" id="crf0840"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3156-0188" id="au0800" author-id="S0370269322007833-cab20ff28ec1589da7c887beda889d58"><ce:given-name>R.</ce:given-name><ce:surname>Bellwied</ce:surname><ce:cross-ref refid="aff1130" id="crf0850"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4862-3384" id="au0810" author-id="S0370269322007833-ac533471f4a2f043af3b2b34c625d95d"><ce:given-name>S.</ce:given-name><ce:surname>Belokurova</ce:surname><ce:cross-ref refid="aff1390" id="crf0860"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2843-9667" id="au0820" author-id="S0370269322007833-4749bab9bad414cd3c122f77c5bd5402"><ce:given-name>V.</ce:given-name><ce:surname>Belyaev</ce:surname><ce:cross-ref refid="aff1390" id="crf0870"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9040-5292" id="au0830" author-id="S0370269322007833-0aecf4edec2c9cae77988b370adb4658"><ce:given-name>G.</ce:given-name><ce:surname>Bencedi</ce:surname><ce:cross-ref refid="aff1350" id="crf0880"><ce:sup>135</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0640" id="crf0890"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4673-8038" id="au0840" author-id="S0370269322007833-81edadc17682ae9a2b7f71eaae2a757d"><ce:given-name>S.</ce:given-name><ce:surname>Beole</ce:surname><ce:cross-ref refid="aff0240" id="crf0900"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4911-7766" id="au0850" author-id="S0370269322007833-bcf9a82e901891493dbfd94acd91b04c"><ce:given-name>A.</ce:given-name><ce:surname>Bercuci</ce:surname><ce:cross-ref refid="aff0450" id="crf0910"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0309-5917" id="au0860" author-id="S0370269322007833-c83fb9b377a557b716c0035aa8d4241d"><ce:given-name>Y.</ce:given-name><ce:surname>Berdnikov</ce:surname><ce:cross-ref refid="aff1390" id="crf0920"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3705-7898" id="au0870" author-id="S0370269322007833-504c6c7ed1e748f96a24a1f005fce11b"><ce:given-name>A.</ce:given-name><ce:surname>Berdnikova</ce:surname><ce:cross-ref refid="aff0950" id="crf0930"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-5511-2496" id="au0880" author-id="S0370269322007833-af14be22f2cea9eb53da09ae47124fa6"><ce:given-name>L.</ce:given-name><ce:surname>Bergmann</ce:surname><ce:cross-ref refid="aff0950" id="crf0940"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5253-2517" id="au0890" author-id="S0370269322007833-ad14e502bae8e79a1899fa39c32c0aa3"><ce:given-name>M.G.</ce:given-name><ce:surname>Besoiu</ce:surname><ce:cross-ref refid="aff0620" id="crf0950"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1373-1844" id="au0900" author-id="S0370269322007833-b9c9f0fc16efe15ebf71c4ddde1ea4b1"><ce:given-name>L.</ce:given-name><ce:surname>Betev</ce:surname><ce:cross-ref refid="aff0320" id="crf0960"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7883-3190" id="au0910" author-id="S0370269322007833-c300e6d02ec44e82317124bddf4f8323"><ce:given-name>P.P.</ce:given-name><ce:surname>Bhaduri</ce:surname><ce:cross-ref refid="aff1310" id="crf0970"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3687-8179" id="au0920" author-id="S0370269322007833-b502d2ccf79479aafebcf37b0fc9063a"><ce:given-name>A.</ce:given-name><ce:surname>Bhasin</ce:surname><ce:cross-ref refid="aff0910" id="crf0980"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au0930" author-id="S0370269322007833-975bc10c094c6226b584470386e5ac2f"><ce:given-name>I.R.</ce:given-name><ce:surname>Bhat</ce:surname><ce:cross-ref refid="aff0910" id="crf0990"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3643-1502" id="au0940" author-id="S0370269322007833-be7e13f98c122574c5c22aeff3f45e8b"><ce:given-name>M.A.</ce:given-name><ce:surname>Bhat</ce:surname><ce:cross-ref refid="aff0040" id="crf1000"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3755-0992" id="au0950" author-id="S0370269322007833-26b8ea7a427bae4f10cc8bd50df32f35"><ce:given-name>B.</ce:given-name><ce:surname>Bhattacharjee</ce:surname><ce:cross-ref refid="aff0410" id="crf1010"><ce:sup>41</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1664-8189" id="au0960" author-id="S0370269322007833-7d9d8644874e33887aa709229e5c8fb3"><ce:given-name>L.</ce:given-name><ce:surname>Bianchi</ce:surname><ce:cross-ref refid="aff0240" id="crf1020"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6861-2810" id="au0970" author-id="S0370269322007833-c52603ede367045bc5b1c88182e87247"><ce:given-name>N.</ce:given-name><ce:surname>Bianchi</ce:surname><ce:cross-ref refid="aff0480" id="crf1030"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4940-2441" id="au0980" author-id="S0370269322007833-9b31f1a04c2b498f5a576b72f7485363"><ce:given-name>J.</ce:given-name><ce:surname>Bielčík</ce:surname><ce:cross-ref refid="aff0350" id="crf1040"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1659-0394" id="au0990" author-id="S0370269322007833-7590d774d5836aa61573a7cad65ca8f0"><ce:given-name>J.</ce:given-name><ce:surname>Bielčíková</ce:surname><ce:cross-ref refid="aff0860" id="crf1050"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5613-7629" id="au1000" author-id="S0370269322007833-38f4492a2a11d413186fa95232a5b4cf"><ce:given-name>J.</ce:given-name><ce:surname>Biernat</ce:surname><ce:cross-ref refid="aff1060" id="crf1060"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0002-4654" id="au1010" author-id="S0370269322007833-e3be63156c1cdfac44448fb09353b115"><ce:given-name>A.</ce:given-name><ce:surname>Bilandzic</ce:surname><ce:cross-ref refid="aff0960" id="crf1070"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2849-0120" id="au1020" author-id="S0370269322007833-f02748a3878e75534bc627583c3bf69a"><ce:given-name>G.</ce:given-name><ce:surname>Biro</ce:surname><ce:cross-ref refid="aff1350" id="crf1080"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3578-5373" id="au1030" author-id="S0370269322007833-bc7130db08452b31982128347fa4fd92"><ce:given-name>S.</ce:given-name><ce:surname>Biswas</ce:surname><ce:cross-ref refid="aff0040" id="crf1090"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4681-3002" id="au1040" author-id="S0370269322007833-fbb755b405da1a6d31dc799e8935a439"><ce:given-name>J.T.</ce:given-name><ce:surname>Blair</ce:surname><ce:cross-ref refid="aff1070" id="crf1100"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4266-8338" id="au1050" author-id="S0370269322007833-76c0d7896425f9166c821b2a567723db"><ce:given-name>D.</ce:given-name><ce:surname>Blau</ce:surname><ce:cross-ref refid="aff1390" id="crf1110"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8085-8597" id="au1060" author-id="S0370269322007833-ba4d03db38769c77f7df0d67754c4a0c"><ce:given-name>M.B.</ce:given-name><ce:surname>Blidaru</ce:surname><ce:cross-ref refid="aff0980" id="crf1120"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author id="au1070" author-id="S0370269322007833-0c5ab579e3b510389163ca629076334f"><ce:given-name>N.</ce:given-name><ce:surname>Bluhme</ce:surname><ce:cross-ref refid="aff0380" id="crf1130"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6800-3465" id="au1080" author-id="S0370269322007833-16af81fa43d3b91d3180849896379639"><ce:given-name>C.</ce:given-name><ce:surname>Blume</ce:surname><ce:cross-ref refid="aff0630" id="crf1140"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2829-5950" id="au1090" author-id="S0370269322007833-63094e5b721634a7e0fc8da8fc5c037a"><ce:given-name>G.</ce:given-name><ce:surname>Boca</ce:surname><ce:cross-ref refid="aff0210" id="crf1150"><ce:sup>21</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf1160"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4185-2093" id="au1100" author-id="S0370269322007833-2181a3055116bec552a35581b829ab7c"><ce:given-name>F.</ce:given-name><ce:surname>Bock</ce:surname><ce:cross-ref refid="aff0870" id="crf1170"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4479-0417" id="au1110" author-id="S0370269322007833-b2b5a6f9f0dc0a93dc9b1b2da6367b47"><ce:given-name>T.</ce:given-name><ce:surname>Bodova</ce:surname><ce:cross-ref refid="aff0200" id="crf1180"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au1120" author-id="S0370269322007833-dc5b666b81b8311e24807b98a355dc0b"><ce:given-name>A.</ce:given-name><ce:surname>Bogdanov</ce:surname><ce:cross-ref refid="aff1390" id="crf1190"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5942-812X" id="au1130" author-id="S0370269322007833-5930588886d1890a60dc3e5c0b9a8baa"><ce:given-name>S.</ce:given-name><ce:surname>Boi</ce:surname><ce:cross-ref refid="aff0220" id="crf1200"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6283-2927" id="au1140" author-id="S0370269322007833-75ba81153caecc42ab057cd4528fbddd"><ce:given-name>J.</ce:given-name><ce:surname>Bok</ce:surname><ce:cross-ref refid="aff0570" id="crf1210"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-8669-3875" id="au1150" author-id="S0370269322007833-7d461e77b3a4750af82052f87161d9b7"><ce:given-name>L.</ce:given-name><ce:surname>Boldizsár</ce:surname><ce:cross-ref refid="aff1350" id="crf1220"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8224-4302" id="au1160" author-id="S0370269322007833-2000ecef4090512918d1c03b88f7454b"><ce:given-name>A.</ce:given-name><ce:surname>Bolozdynya</ce:surname><ce:cross-ref refid="aff1390" id="crf1230"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7333-224X" id="au1170" author-id="S0370269322007833-fc84b4608c4bb2178fd7b63ab1ef1e20"><ce:given-name>M.</ce:given-name><ce:surname>Bombara</ce:surname><ce:cross-ref refid="aff0370" id="crf1240"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-0514-1723" id="au1180" author-id="S0370269322007833-b166173e02d1efb88ffb2de9e6661cc3"><ce:given-name>P.M.</ce:given-name><ce:surname>Bond</ce:surname><ce:cross-ref refid="aff0320" id="crf1250"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1618-9648" id="au1190" author-id="S0370269322007833-2db37361639ef88ae3c1b8a4897922f5"><ce:given-name>G.</ce:given-name><ce:surname>Bonomi</ce:surname><ce:cross-ref refid="aff1300" id="crf1260"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf1270"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8879-6290" id="au1200" author-id="S0370269322007833-f413acc1c3389c918524f6ef33df38ef"><ce:given-name>H.</ce:given-name><ce:surname>Borel</ce:surname><ce:cross-ref refid="aff1270" id="crf1280"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2881-9635" id="au1210" author-id="S0370269322007833-39bbf1c7a0d24a86863d39ff5711f10f"><ce:given-name>A.</ce:given-name><ce:surname>Borissov</ce:surname><ce:cross-ref refid="aff1390" id="crf1290"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7602-6432" id="au1220" author-id="S0370269322007833-ba19e35a5ad331e2bc08ef2f80c6e502"><ce:given-name>H.</ce:given-name><ce:surname>Bossi</ce:surname><ce:cross-ref refid="aff1360" id="crf1300"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5054-1521" id="au1230" author-id="S0370269322007833-c85ff26ba052e2215b53fac733b7f45d"><ce:given-name>E.</ce:given-name><ce:surname>Botta</ce:surname><ce:cross-ref refid="aff0240" id="crf1310"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3069-5822" id="au1240" author-id="S0370269322007833-99bddb14a25029d5b7351ae170ddc384"><ce:given-name>L.</ce:given-name><ce:surname>Bratrud</ce:surname><ce:cross-ref refid="aff0630" id="crf1320"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2527-0720" id="au1250" author-id="S0370269322007833-d47e2cf40ec69cfbf21066d6d16ccd15"><ce:given-name>P.</ce:given-name><ce:surname>Braun-Munzinger</ce:surname><ce:cross-ref refid="aff0980" id="crf1330"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9610-5218" id="au1260" author-id="S0370269322007833-87b1871cb5322125246e41414e82d2aa"><ce:given-name>M.</ce:given-name><ce:surname>Bregant</ce:surname><ce:cross-ref refid="aff1090" id="crf1340"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3075-1556" id="au1270" author-id="S0370269322007833-3447b7af552eef8253439fc680d2465d"><ce:given-name>M.</ce:given-name><ce:surname>Broz</ce:surname><ce:cross-ref refid="aff0350" id="crf1350"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6247-9633" id="au1280" author-id="S0370269322007833-9b346fc8f020b5f1a8e8e3560725c391"><ce:given-name>G.E.</ce:given-name><ce:surname>Bruno</ce:surname><ce:cross-ref refid="aff0970" id="crf1360"><ce:sup>97</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0310" id="crf1370"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-2547-0419" id="au1290" author-id="S0370269322007833-0aaa8ce5d15cf719aaa0ec42b2adb4c2"><ce:given-name>M.D.</ce:given-name><ce:surname>Buckland</ce:surname><ce:cross-ref refid="aff1160" id="crf1380"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-7215-3122" id="au1300" author-id="S0370269322007833-27b568962c1cffcc5a28c80771ca52a7"><ce:given-name>D.</ce:given-name><ce:surname>Budnikov</ce:surname><ce:cross-ref refid="aff1390" id="crf1390"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-4284-8943" id="au1310" author-id="S0370269322007833-04a180c39d990d56daf8312e6374df91"><ce:given-name>H.</ce:given-name><ce:surname>Buesching</ce:surname><ce:cross-ref refid="aff0630" id="crf1400"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0413-9478" id="au1320" author-id="S0370269322007833-e1d7f52409f68734925ee2433dfdc5f8"><ce:given-name>S.</ce:given-name><ce:surname>Bufalino</ce:surname><ce:cross-ref refid="aff0290" id="crf1410"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author id="au1330" author-id="S0370269322007833-87370bf7d75d7f57547783ea37a4b1a2"><ce:given-name>O.</ce:given-name><ce:surname>Bugnon</ce:surname><ce:cross-ref refid="aff1030" id="crf1420"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2049-1380" id="au1340" author-id="S0370269322007833-2adaca7e16d5edbd4b4a8c58e60e2d0c"><ce:given-name>P.</ce:given-name><ce:surname>Buhler</ce:surname><ce:cross-ref refid="aff1020" id="crf1430"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8880-1608" id="au1350" author-id="S0370269322007833-b6b583d8873ae30d5fbf510f9cde2b9f"><ce:given-name>Z.</ce:given-name><ce:surname>Buthelezi</ce:surname><ce:cross-ref refid="aff0670" id="crf1440"><ce:sup>67</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1200" id="crf1450"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author id="au1360" author-id="S0370269322007833-681f4d5c79af9591dff9c9257513b4c4"><ce:given-name>J.B.</ce:given-name><ce:surname>Butt</ce:surname><ce:cross-ref refid="aff0130" id="crf1460"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6286-120X" id="au1370" author-id="S0370269322007833-8bd4ad3c56cf1862d8764d10e437f8de"><ce:given-name>A.</ce:given-name><ce:surname>Bylinkin</ce:surname><ce:cross-ref refid="aff1150" id="crf1470"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au1380" author-id="S0370269322007833-281baff95fcf856236710c57b07d7d72"><ce:given-name>S.A.</ce:given-name><ce:surname>Bysiak</ce:surname><ce:cross-ref refid="aff1060" id="crf1480"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-3424-1553" id="au1390" author-id="S0370269322007833-7e7d4973288f2699337c5afd756b3adf"><ce:given-name>M.</ce:given-name><ce:surname>Cai</ce:surname><ce:cross-ref refid="aff0270" id="crf1490"><ce:sup>27</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf1500"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1595-411X" id="au1400" author-id="S0370269322007833-64ab73ec58bc97d56cfedce941d1bc73"><ce:given-name>H.</ce:given-name><ce:surname>Caines</ce:surname><ce:cross-ref refid="aff1360" id="crf1510"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2543-0336" id="au1410" author-id="S0370269322007833-1537c5d8a3d8edaba101a6e9728633f5"><ce:given-name>A.</ce:given-name><ce:surname>Caliva</ce:surname><ce:cross-ref refid="aff0980" id="crf1520"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5269-9779" id="au1420" author-id="S0370269322007833-4d452e3972cd6bbddee4b6ce6a4590fc"><ce:given-name>E.</ce:given-name><ce:surname>Calvo Villar</ce:surname><ce:cross-ref refid="aff1010" id="crf1530"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5945-3424" id="au1430" author-id="S0370269322007833-c1c0ee12ad916db4893d4fd44e01a9fc"><ce:given-name>J.M.M.</ce:given-name><ce:surname>Camacho</ce:surname><ce:cross-ref refid="aff1080" id="crf1540"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author id="au1440" author-id="S0370269322007833-6f2be6d7a73b89b4b5222eca9df018f3"><ce:given-name>R.S.</ce:given-name><ce:surname>Camacho</ce:surname><ce:cross-ref refid="aff0440" id="crf1550"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9261-9497" id="au1450" author-id="S0370269322007833-4d8f8d0ad29b659335681aaaff02adb7"><ce:given-name>P.</ce:given-name><ce:surname>Camerini</ce:surname><ce:cross-ref refid="aff0230" id="crf1560"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0604-2044" id="au1460" author-id="S0370269322007833-2156c22521af72728bf7ab1652256046"><ce:given-name>F.D.M.</ce:given-name><ce:surname>Canedo</ce:surname><ce:cross-ref refid="aff1090" id="crf1570"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4008-9922" id="au1470" author-id="S0370269322007833-5a8498fd5fdf69f1b7400d8bfb13bf9a"><ce:given-name>M.</ce:given-name><ce:surname>Carabas</ce:surname><ce:cross-ref refid="aff1230" id="crf1580"><ce:sup>123</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9981-7536" id="au1480" author-id="S0370269322007833-c9d38fce3cedd9eea0fadf7136e9c290"><ce:given-name>F.</ce:given-name><ce:surname>Carnesecchi</ce:surname><ce:cross-ref refid="aff0320" id="crf1590"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7610-8673" id="au1490" author-id="S0370269322007833-4970df08011054be150397c4aef34188"><ce:given-name>R.</ce:given-name><ce:surname>Caron</ce:surname><ce:cross-ref refid="aff1250" id="crf1600"><ce:sup>125</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1270" id="crf1610"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5187-2779" id="au1500" author-id="S0370269322007833-69e5487070569c057d001d3b3dc279cb"><ce:given-name>J.</ce:given-name><ce:surname>Castillo Castellanos</ce:surname><ce:cross-ref refid="aff1270" id="crf1620"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0722-7692" id="au1510" author-id="S0370269322007833-e5aa40f8740350a345be66b2e9bc7455"><ce:given-name>F.</ce:given-name><ce:surname>Catalano</ce:surname><ce:cross-ref refid="aff0290" id="crf1630"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0985-4155" id="au1520" author-id="S0370269322007833-53f472c3ffc5250dac970f78c4dd288d"><ce:given-name>C.</ce:given-name><ce:surname>Ceballos Sanchez</ce:surname><ce:cross-ref refid="aff1400" id="crf1640"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9614-4046" id="au1530" author-id="S0370269322007833-3e64407341c8f9b954d05f08879cb006"><ce:given-name>I.</ce:given-name><ce:surname>Chakaberia</ce:surname><ce:cross-ref refid="aff0740" id="crf1650"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3311-1175" id="au1540" author-id="S0370269322007833-36822df62a25b3a759afcd6dd67aaa67"><ce:given-name>P.</ce:given-name><ce:surname>Chakraborty</ce:surname><ce:cross-ref refid="aff0460" id="crf1660"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4238-2302" id="au1550" author-id="S0370269322007833-0fad5742af8cbf238e9202779c4b0775"><ce:given-name>S.</ce:given-name><ce:surname>Chandra</ce:surname><ce:cross-ref refid="aff1310" id="crf1670"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4511-4784" id="au1560" author-id="S0370269322007833-d552ce0244303ed180a49d5ecff1a6b3"><ce:given-name>S.</ce:given-name><ce:surname>Chapeland</ce:surname><ce:cross-ref refid="aff0320" id="crf1680"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0578-5567" id="au1570" author-id="S0370269322007833-06bda5865bdd9370a538cd04b601a05d"><ce:given-name>M.</ce:given-name><ce:surname>Chartier</ce:surname><ce:cross-ref refid="aff1160" id="crf1690"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1097-8806" id="au1580" author-id="S0370269322007833-a62bdbc068c738c0fb35a82e93008bec"><ce:given-name>S.</ce:given-name><ce:surname>Chattopadhyay</ce:surname><ce:cross-ref refid="aff1310" id="crf1700"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8789-0004" id="au1590" author-id="S0370269322007833-6acd0725a2b7a91ff18d91a1e5774616"><ce:given-name>S.</ce:given-name><ce:surname>Chattopadhyay</ce:surname><ce:cross-ref refid="aff0990" id="crf1710"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6224-1577" id="au1600" author-id="S0370269322007833-8820e0173f72e4afd388b97e61345312"><ce:given-name>T.G.</ce:given-name><ce:surname>Chavez</ce:surname><ce:cross-ref refid="aff0440" id="crf1720"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-0724-7003" id="au1610" author-id="S0370269322007833-d70035a0e00412e1c8ae86250a4c402b"><ce:given-name>T.</ce:given-name><ce:surname>Cheng</ce:surname><ce:cross-ref refid="aff0060" id="crf1730"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-8368-9407" id="au1620" author-id="S0370269322007833-ca8822da379f8f06e7a9f9c9e5093c82"><ce:given-name>C.</ce:given-name><ce:surname>Cheshkov</ce:surname><ce:cross-ref refid="aff1250" id="crf1740"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4891-5168" id="au1630" author-id="S0370269322007833-d6846c37b606921989676fa997ce9336"><ce:given-name>B.</ce:given-name><ce:surname>Cheynis</ce:surname><ce:cross-ref refid="aff1250" id="crf1750"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6837-3362" id="au1640" author-id="S0370269322007833-52ed83ce72b97c374302f9f08ca70552"><ce:given-name>V.</ce:given-name><ce:surname>Chibante Barroso</ce:surname><ce:cross-ref refid="aff0320" id="crf1760"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9982-9577" id="au1650" author-id="S0370269322007833-6e8b0cfc33394bd0c0ea76a5dc3bdd1e"><ce:given-name>D.D.</ce:given-name><ce:surname>Chinellato</ce:surname><ce:cross-ref refid="aff1100" id="crf1770"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-7059-0601" id="au1660" author-id="S0370269322007833-8f10987952ecd1d2b9db234eb1b3e769"><ce:given-name>E.S.</ce:given-name><ce:surname>Chizzali</ce:surname><ce:cross-ref refid="aff0960" id="crf1780"><ce:sup>96</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0020" id="crf1790"><ce:sup>II</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4181-8891" id="au1670" author-id="S0370269322007833-7394f9ad163deb1cbd140732c5728dee"><ce:given-name>J.</ce:given-name><ce:surname>Cho</ce:surname><ce:cross-ref refid="aff0570" id="crf1800"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0000-2674" id="au1680" author-id="S0370269322007833-03ad0005f719c1c5c8e7a54303b208cd"><ce:given-name>S.</ce:given-name><ce:surname>Cho</ce:surname><ce:cross-ref refid="aff0570" id="crf1810"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-5292-9579" id="au1690" author-id="S0370269322007833-f981d6a5c8dbd6610347355f930cb950"><ce:given-name>P.</ce:given-name><ce:surname>Chochula</ce:surname><ce:cross-ref refid="aff0320" id="crf1820"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4325-0646" id="au1700" author-id="S0370269322007833-201c826ab3672564ada47ab7047d952a"><ce:given-name>P.</ce:given-name><ce:surname>Christakoglou</ce:surname><ce:cross-ref refid="aff0840" id="crf1830"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1850-0121" id="au1710" author-id="S0370269322007833-ceddd44af0fa85f7e8a359fe9952d470"><ce:given-name>C.H.</ce:given-name><ce:surname>Christensen</ce:surname><ce:cross-ref refid="aff0830" id="crf1840"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7066-3473" id="au1720" author-id="S0370269322007833-a57b00b2781624685a4077f70e9e803c"><ce:given-name>P.</ce:given-name><ce:surname>Christiansen</ce:surname><ce:cross-ref refid="aff0750" id="crf1850"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5433-969X" id="au1730" author-id="S0370269322007833-d65a6fea77eef62f62b020ec199100b9"><ce:given-name>T.</ce:given-name><ce:surname>Chujo</ce:surname><ce:cross-ref refid="aff1220" id="crf1860"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8804-1100" id="au1740" author-id="S0370269322007833-2c3b602509ea5db525fb4d019b16a043"><ce:given-name>M.</ce:given-name><ce:surname>Ciacco</ce:surname><ce:cross-ref refid="aff0290" id="crf1870"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5129-1723" id="au1750" author-id="S0370269322007833-45d326d84d094e388b2ab73a40e1fb9a"><ce:given-name>C.</ce:given-name><ce:surname>Cicalo</ce:surname><ce:cross-ref refid="aff0510" id="crf1880"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6806-3206" id="au1760" author-id="S0370269322007833-98fb86a5e58c4e31ac3ac07654a12993"><ce:given-name>L.</ce:given-name><ce:surname>Cifarelli</ce:surname><ce:cross-ref refid="aff0250" id="crf1890"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4255-7347" id="au1770" author-id="S0370269322007833-e790aeacc1e0c80aa51ea2443a559e4c"><ce:given-name>F.</ce:given-name><ce:surname>Cindolo</ce:surname><ce:cross-ref refid="aff0500" id="crf1900"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author id="au1780" author-id="S0370269322007833-328e7e122ca669bc01708f4b579589bb"><ce:given-name>M.R.</ce:given-name><ce:surname>Ciupek</ce:surname><ce:cross-ref refid="aff0980" id="crf1910"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author id="au1790" author-id="S0370269322007833-2d86b4b738b65c3c7ec4df969eac5619"><ce:given-name>G.</ce:given-name><ce:surname>Clai</ce:surname><ce:cross-ref refid="aff0500" id="crf1920"><ce:sup>50</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0030" id="crf1930"><ce:sup>III</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2677-7961" id="au1800" author-id="S0370269322007833-7ac6df9a7968d738a42afb544fc46cdc"><ce:given-name>F.</ce:given-name><ce:surname>Colamaria</ce:surname><ce:cross-ref refid="aff0490" id="crf1940"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author id="au1810" author-id="S0370269322007833-d4433f73ceb9debd49821f6d16160a5a"><ce:given-name>J.S.</ce:given-name><ce:surname>Colburn</ce:surname><ce:cross-ref refid="aff1000" id="crf1950"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9102-9500" id="au1820" author-id="S0370269322007833-64184f6944db20f1d013f212c6016801"><ce:given-name>D.</ce:given-name><ce:surname>Colella</ce:surname><ce:cross-ref refid="aff0970" id="crf1960"><ce:sup>97</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0310" id="crf1970"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author id="au1830" author-id="S0370269322007833-12c1043c26dfb4c7bb99e25bdae2fedd"><ce:given-name>A.</ce:given-name><ce:surname>Collu</ce:surname><ce:cross-ref refid="aff0740" id="crf1980"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7804-0721" id="au1840" author-id="S0370269322007833-e3ddc9f882697beed5cf5fd3d92f9ff9"><ce:given-name>M.</ce:given-name><ce:surname>Colocci</ce:surname><ce:cross-ref refid="aff0320" id="crf1990"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4167-9665" id="au1850" author-id="S0370269322007833-d6acba3af6edc2fd345b8ed27e396590"><ce:given-name>M.</ce:given-name><ce:surname>Concas</ce:surname><ce:cross-ref refid="aff0550" id="crf2000"><ce:sup>55</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0040" id="crf2010"><ce:sup>IV</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5283-3520" id="au1860" author-id="S0370269322007833-92c7d6918756a563a73cb80d454f16b4"><ce:given-name>G.</ce:given-name><ce:surname>Conesa Balbastre</ce:surname><ce:cross-ref refid="aff0730" id="crf2020"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7602-2930" id="au1870" author-id="S0370269322007833-e30454ba62b6034fd8204b395747ad1c"><ce:given-name>Z.</ce:given-name><ce:surname>Conesa del Valle</ce:surname><ce:cross-ref refid="aff0720" id="crf2030"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9504-2702" id="au1880" author-id="S0370269322007833-e1e9598ed61089b3d0a7386d0bc01d1c"><ce:given-name>G.</ce:given-name><ce:surname>Contin</ce:surname><ce:cross-ref refid="aff0230" id="crf2040"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9677-5294" id="au1890" author-id="S0370269322007833-c6b724fa14cab8e7faa61da10bf4fa9a"><ce:given-name>J.G.</ce:given-name><ce:surname>Contreras</ce:surname><ce:cross-ref refid="aff0350" id="crf2050"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8343-8758" id="au1900" author-id="S0370269322007833-54a5443a8b5eab81b08e6947e2f1c52f"><ce:given-name>M.L.</ce:given-name><ce:surname>Coquet</ce:surname><ce:cross-ref refid="aff1270" id="crf2060"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author id="au1910" author-id="S0370269322007833-ac3b53a9c8b43da93328d0bb6e5687a1"><ce:given-name>T.M.</ce:given-name><ce:surname>Cormier</ce:surname><ce:cross-ref refid="aff0870" id="crf2070"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0010" id="crf2080"><ce:sup>I</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2778-6421" id="au1920" author-id="S0370269322007833-0eae3549a73a4273007803cfce7850eb"><ce:given-name>P.</ce:given-name><ce:surname>Cortese</ce:surname><ce:cross-ref refid="aff1290" id="crf2090"><ce:sup>129</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf2100"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7880-8611" id="au1930" author-id="S0370269322007833-32f9fa81e325f2cb1e4716f3404a5b78"><ce:given-name>M.R.</ce:given-name><ce:surname>Cosentino</ce:surname><ce:cross-ref refid="aff1110" id="crf2110"><ce:sup>111</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6955-3314" id="au1940" author-id="S0370269322007833-5e04048311053c8b6d080fb13720e33f"><ce:given-name>F.</ce:given-name><ce:surname>Costa</ce:surname><ce:cross-ref refid="aff0320" id="crf2120"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5860-585X" id="au1950" author-id="S0370269322007833-a36560f5de035b1d87cdcb9c25e47291"><ce:given-name>S.</ce:given-name><ce:surname>Costanza</ce:surname><ce:cross-ref refid="aff0210" id="crf2130"><ce:sup>21</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf2140"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7528-6523" id="au1960" author-id="S0370269322007833-8ffac10814dda24e16540e3e2c32771e"><ce:given-name>P.</ce:given-name><ce:surname>Crochet</ce:surname><ce:cross-ref refid="aff1240" id="crf2150"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6359-0608" id="au1970" author-id="S0370269322007833-1460b77cf493b1d673e3f69841099860"><ce:given-name>R.</ce:given-name><ce:surname>Cruz-Torres</ce:surname><ce:cross-ref refid="aff0740" id="crf2160"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au1980" author-id="S0370269322007833-b3bc0849bb51cd37c12132adb1b545d3"><ce:given-name>E.</ce:given-name><ce:surname>Cuautle</ce:surname><ce:cross-ref refid="aff0640" id="crf2170"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5140-9816" id="au1990" author-id="S0370269322007833-154d44f344bf8eb1659237594ec00380"><ce:given-name>P.</ce:given-name><ce:surname>Cui</ce:surname><ce:cross-ref refid="aff0060" id="crf2180"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au2000" author-id="S0370269322007833-841fe60858d62fb3c041728665452d36"><ce:given-name>L.</ce:given-name><ce:surname>Cunqueiro</ce:surname><ce:cross-ref refid="aff0870" id="crf2190"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2166-1874" id="au2010" author-id="S0370269322007833-dacdda815f008c250d14ed23682f7c5c"><ce:given-name>A.</ce:given-name><ce:surname>Dainese</ce:surname><ce:cross-ref refid="aff0530" id="crf2200"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5165-6638" id="au2020" author-id="S0370269322007833-6796858d676bbae483476ff0054f3a7f"><ce:given-name>M.C.</ce:given-name><ce:surname>Danisch</ce:surname><ce:cross-ref refid="aff0950" id="crf2210"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8899-3654" id="au2030" author-id="S0370269322007833-c0e9c880db561256e8a1455c083d7a69"><ce:given-name>A.</ce:given-name><ce:surname>Danu</ce:surname><ce:cross-ref refid="aff0620" id="crf2220"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-3904-8872" id="au2040" author-id="S0370269322007833-58d260f2fcf7477723681e2781529385"><ce:given-name>P.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0800" id="crf2230"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2771-9069" id="au2050" author-id="S0370269322007833-32441445857467a4ac55667ce7a109a5"><ce:given-name>P.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0040" id="crf2240"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2678-6780" id="au2060" author-id="S0370269322007833-e49c00cb76d5001b4d8ee096e5798bac"><ce:given-name>S.</ce:given-name><ce:surname>Das</ce:surname><ce:cross-ref refid="aff0040" id="crf2250"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5008-6859" id="au2070" author-id="S0370269322007833-b51d6ae93b7d2378570d79501d3e378a"><ce:given-name>S.</ce:given-name><ce:surname>Dash</ce:surname><ce:cross-ref refid="aff0460" id="crf2260"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au2080" author-id="S0370269322007833-ba8cdff14e5c21adb2eca2f3a9a2ce6b"><ce:given-name>R.M.H.</ce:given-name><ce:surname>David</ce:surname><ce:cross-ref refid="aff0440" id="crf2270"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7865-4202" id="au2090" author-id="S0370269322007833-fc6034ac78ff979b20e6669d779346f6"><ce:given-name>A.</ce:given-name><ce:surname>De Caro</ce:surname><ce:cross-ref refid="aff0280" id="crf2280"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3220-4505" id="au2100" author-id="S0370269322007833-ca1b8d22a9ac0c2244b18ed5ad569df7"><ce:given-name>G.</ce:given-name><ce:surname>de Cataldo</ce:surname><ce:cross-ref refid="aff0490" id="crf2290"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5986-3842" id="au2110" author-id="S0370269322007833-9a9bb6d8a20b9f3a1cdaca09c3d32b5b"><ce:given-name>L.</ce:given-name><ce:surname>De Cilladi</ce:surname><ce:cross-ref refid="aff0240" id="crf2300"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au2120" author-id="S0370269322007833-2206dab1c93bdbf1833ccc42a0f80f61"><ce:given-name>J.</ce:given-name><ce:surname>de Cuveland</ce:surname><ce:cross-ref refid="aff0380" id="crf2310"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0830-4872" id="au2130" author-id="S0370269322007833-5a5659b4fe8640a98f21d4a26d3bfadc"><ce:given-name>A.</ce:given-name><ce:surname>De Falco</ce:surname><ce:cross-ref refid="aff0220" id="crf2320"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7055-6181" id="au2140" author-id="S0370269322007833-f9afac767689f07ce00eaba12f10725d"><ce:given-name>D.</ce:given-name><ce:surname>De Gruttola</ce:surname><ce:cross-ref refid="aff0280" id="crf2330"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5884-4404" id="au2150" author-id="S0370269322007833-2307e08c47dbfe15b818992886cdc393"><ce:given-name>N.</ce:given-name><ce:surname>De Marco</ce:surname><ce:cross-ref refid="aff0550" id="crf2340"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0711-4022" id="au2160" author-id="S0370269322007833-8b0333ea68d6fead6aad66cd3ca8af18"><ce:given-name>C.</ce:given-name><ce:surname>De Martin</ce:surname><ce:cross-ref refid="aff0230" id="crf2350"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9236-0748" id="au2170" author-id="S0370269322007833-3fe3966b12a13378ab59cb643d693cf8"><ce:given-name>S.</ce:given-name><ce:surname>De Pasquale</ce:surname><ce:cross-ref refid="aff0280" id="crf2360"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0175-3712" id="au2180" author-id="S0370269322007833-3c761b0223fad723b3a6d135bc8f40ce"><ce:given-name>S.</ce:given-name><ce:surname>Deb</ce:surname><ce:cross-ref refid="aff0470" id="crf2370"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author id="au2190" author-id="S0370269322007833-9aa3d3bb7328aa99cf55b65b2d5d0ef9"><ce:given-name>H.F.</ce:given-name><ce:surname>Degenhardt</ce:surname><ce:cross-ref refid="aff1090" id="crf2380"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author id="au2200" author-id="S0370269322007833-a2ac9f1aec8c133a99e237f1a6de7593"><ce:given-name>K.R.</ce:given-name><ce:surname>Deja</ce:surname><ce:cross-ref refid="aff1320" id="crf2390"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7599-2716" id="au2210" author-id="S0370269322007833-cd28855d90484c7fb406753eac315751"><ce:given-name>R.</ce:given-name><ce:surname>Del Grande</ce:surname><ce:cross-ref refid="aff0960" id="crf2400"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6700-7950" id="au2220" author-id="S0370269322007833-cecd803c0039c46724095962ec984fe4"><ce:given-name>L.</ce:given-name><ce:surname>Dello Stritto</ce:surname><ce:cross-ref refid="aff0280" id="crf2410"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2860-9881" id="au2230" author-id="S0370269322007833-d8a87c874e42aac1f26f480d0c8cc66f"><ce:given-name>W.</ce:given-name><ce:surname>Deng</ce:surname><ce:cross-ref refid="aff0060" id="crf2420"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6562-5082" id="au2240" author-id="S0370269322007833-e91fff0426cfb4068164293072959951"><ce:given-name>P.</ce:given-name><ce:surname>Dhankher</ce:surname><ce:cross-ref refid="aff0180" id="crf2430"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5559-8906" id="au2250" author-id="S0370269322007833-87d8feae9bb9ac0142d20aa737fc7210"><ce:given-name>D.</ce:given-name><ce:surname>Di Bari</ce:surname><ce:cross-ref refid="aff0310" id="crf2440"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0348-092X" id="au2260" author-id="S0370269322007833-807d3d4d1b245891296e345324c32d68"><ce:given-name>A.</ce:given-name><ce:surname>Di Mauro</ce:surname><ce:cross-ref refid="aff0320" id="crf2450"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4886-6052" id="au2270" author-id="S0370269322007833-b81ce1a8f6b1bb7201e6f62a1a0d3f6d"><ce:given-name>R.A.</ce:given-name><ce:surname>Diaz</ce:surname><ce:cross-ref refid="aff1400" id="crf2460"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0070" id="crf2470"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2065-6256" id="au2280" author-id="S0370269322007833-e0f870aaf79db9f3bf8d89d4d0a6bb31"><ce:given-name>T.</ce:given-name><ce:surname>Dietel</ce:surname><ce:cross-ref refid="aff1120" id="crf2480"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-3775-1945" id="au2290" author-id="S0370269322007833-63e7bf92dffd268dab98d70a479b551c"><ce:given-name>Y.</ce:given-name><ce:surname>Ding</ce:surname><ce:cross-ref refid="aff1250" id="crf2490"><ce:sup>125</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf2500"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6357-7857" id="au2300" author-id="S0370269322007833-7430fdfebf05e894a243a7438023f2b3"><ce:given-name>R.</ce:given-name><ce:surname>Divià</ce:surname><ce:cross-ref refid="aff0320" id="crf2510"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-1217-7768" id="au2310" author-id="S0370269322007833-43896b750307c6ca8f01d3d4c389f8c1"><ce:given-name>D.U.</ce:given-name><ce:surname>Dixit</ce:surname><ce:cross-ref refid="aff0180" id="crf2520"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author id="au2320" author-id="S0370269322007833-9c3c08666593eb7ac528af1eef8f48db"><ce:given-name>Ø.</ce:given-name><ce:surname>Djuvsland</ce:surname><ce:cross-ref refid="aff0200" id="crf2530"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6853-8905" id="au2330" author-id="S0370269322007833-5059550062b9746ff361bdc6fe890743"><ce:given-name>U.</ce:given-name><ce:surname>Dmitrieva</ce:surname><ce:cross-ref refid="aff1390" id="crf2540"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4432-4026" id="au2340" author-id="S0370269322007833-5fa422d670f9187e89d69eeed21610f4"><ce:given-name>A.</ce:given-name><ce:surname>Dobrin</ce:surname><ce:cross-ref refid="aff0620" id="crf2550"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0739-0120" id="au2350" author-id="S0370269322007833-a53cb71a66b719bbc91c682e3b0f6c83"><ce:given-name>B.</ce:given-name><ce:surname>Dönigus</ce:surname><ce:cross-ref refid="aff0630" id="crf2560"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-6339-1104" id="au2360" author-id="S0370269322007833-bd801d7441f04d2550d9279e20a0274c"><ce:given-name>A.K.</ce:given-name><ce:surname>Dubey</ce:surname><ce:cross-ref refid="aff1310" id="crf2570"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2568-0132" id="au2370" author-id="S0370269322007833-310e49c82e75d307c9ad0e2dc4e13285"><ce:given-name>J.M.</ce:given-name><ce:surname>Dubinski</ce:surname><ce:cross-ref refid="aff1320" id="crf2580"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9582-8948" id="au2380" author-id="S0370269322007833-76f8c20cb06924eb1fb340fbb56bf4c6"><ce:given-name>A.</ce:given-name><ce:surname>Dubla</ce:surname><ce:cross-ref refid="aff0980" id="crf2590"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-4091-5327" id="au2390" author-id="S0370269322007833-2b17ba5d85d422cdfabc14608d2e9bc7"><ce:given-name>S.</ce:given-name><ce:surname>Dudi</ce:surname><ce:cross-ref refid="aff0900" id="crf2600"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0207-2871" id="au2400" author-id="S0370269322007833-0dcf960768058d73653bd4d3eb8e1905"><ce:given-name>P.</ce:given-name><ce:surname>Dupieux</ce:surname><ce:cross-ref refid="aff1240" id="crf2610"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author id="au2410" author-id="S0370269322007833-df4290cf73dd7240418a747d4c736c64"><ce:given-name>M.</ce:given-name><ce:surname>Durkac</ce:surname><ce:cross-ref refid="aff1050" id="crf2620"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au2420" author-id="S0370269322007833-d09d97450e671d7cc96eec42259314e8"><ce:given-name>N.</ce:given-name><ce:surname>Dzalaiova</ce:surname><ce:cross-ref refid="aff0120" id="crf2630"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-9752-4391" id="au2430" author-id="S0370269322007833-b2dfe97160923c36d3c32980d6ce0166"><ce:given-name>T.M.</ce:given-name><ce:surname>Eder</ce:surname><ce:cross-ref refid="aff1340" id="crf2640"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3897-0876" id="au2440" author-id="S0370269322007833-bf440f41d43f975a16ff5cb1d7942e7c"><ce:given-name>R.J.</ce:given-name><ce:surname>Ehlers</ce:surname><ce:cross-ref refid="aff0870" id="crf2650"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au2450" author-id="S0370269322007833-838a64e3f71143b70974f1f12ce5b879"><ce:given-name>V.N.</ce:given-name><ce:surname>Eikeland</ce:surname><ce:cross-ref refid="aff0200" id="crf2660"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9458-8723" id="au2460" author-id="S0370269322007833-4a6b040eac26a82ef226b902cb4da64f"><ce:given-name>F.</ce:given-name><ce:surname>Eisenhut</ce:surname><ce:cross-ref refid="aff0630" id="crf2670"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6351-2378" id="au2470" author-id="S0370269322007833-b33f259d9c1a55101b73f2f9db67896c"><ce:given-name>D.</ce:given-name><ce:surname>Elia</ce:surname><ce:cross-ref refid="aff0490" id="crf2680"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-4464-3366" id="au2480" author-id="S0370269322007833-b41cebcb00dbefb7a1029cfa75db566c"><ce:given-name>B.</ce:given-name><ce:surname>Erazmus</ce:surname><ce:cross-ref refid="aff1030" id="crf2690"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7873-0968" id="au2490" author-id="S0370269322007833-6ca2023dd9dbd0adb4eb4fcf89d9e8d7"><ce:given-name>F.</ce:given-name><ce:surname>Ercolessi</ce:surname><ce:cross-ref refid="aff0250" id="crf2700"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9410-246X" id="au2500" author-id="S0370269322007833-b3b26ff25fdc6360eab1c2a0eb35a18b"><ce:given-name>F.</ce:given-name><ce:surname>Erhardt</ce:surname><ce:cross-ref refid="aff0890" id="crf2710"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au2510" author-id="S0370269322007833-b1125a46ef6e3f34775d0833ab260cf8"><ce:given-name>M.R.</ce:given-name><ce:surname>Ersdal</ce:surname><ce:cross-ref refid="aff0200" id="crf2720"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2449-3172" id="au2520" author-id="S0370269322007833-8722ae2cee4646a951e9b11fd1d4063f"><ce:given-name>B.</ce:given-name><ce:surname>Espagnon</ce:surname><ce:cross-ref refid="aff0720" id="crf2730"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1795-6212" id="au2530" author-id="S0370269322007833-06195ac2e576eeb4b0adecea60f955c9"><ce:given-name>G.</ce:given-name><ce:surname>Eulisse</ce:surname><ce:cross-ref refid="aff0320" id="crf2740"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8427-322X" id="au2540" author-id="S0370269322007833-9e28d5c91a82108be7fc49f01fb96add"><ce:given-name>D.</ce:given-name><ce:surname>Evans</ce:surname><ce:cross-ref refid="aff1000" id="crf2750"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4239-6424" id="au2550" author-id="S0370269322007833-277be04fe2ca41c0c4b8d9acbf533562"><ce:given-name>S.</ce:given-name><ce:surname>Evdokimov</ce:surname><ce:cross-ref refid="aff1390" id="crf2760"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2325-8368" id="au2560" author-id="S0370269322007833-81e51a0849cafac31228747a415244b4"><ce:given-name>L.</ce:given-name><ce:surname>Fabbietti</ce:surname><ce:cross-ref refid="aff0960" id="crf2770"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2202-5906" id="au2570" author-id="S0370269322007833-b4fd9e52396598a0b45ab177a02b5cf2"><ce:given-name>M.</ce:given-name><ce:surname>Faggin</ce:surname><ce:cross-ref refid="aff0270" id="crf2780"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-8219-3334" id="au2580" author-id="S0370269322007833-3ed08541a4150ee27cebbfa8cb85364e"><ce:given-name>J.</ce:given-name><ce:surname>Faivre</ce:surname><ce:cross-ref refid="aff0730" id="crf2790"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3573-3389" id="au2590" author-id="S0370269322007833-ac1b4c543ede7c783908e59b93b56dda"><ce:given-name>F.</ce:given-name><ce:surname>Fan</ce:surname><ce:cross-ref refid="aff0060" id="crf2800"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0844-3282" id="au2600" author-id="S0370269322007833-c434e3704a72c3379fd3efc1cac5baa3"><ce:given-name>W.</ce:given-name><ce:surname>Fan</ce:surname><ce:cross-ref refid="aff0740" id="crf2810"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6270-9283" id="au2610" author-id="S0370269322007833-74793c8314ac99defb422d6ad12e6ee2"><ce:given-name>A.</ce:given-name><ce:surname>Fantoni</ce:surname><ce:cross-ref refid="aff0480" id="crf2820"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-4586-0930" id="au2620" author-id="S0370269322007833-e0ca7f105bebd9a2b7edf8e3e2f84581"><ce:given-name>M.</ce:given-name><ce:surname>Fasel</ce:surname><ce:cross-ref refid="aff0870" id="crf2830"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author id="au2630" author-id="S0370269322007833-705d233901357db8c2175b3ab50898ea"><ce:given-name>P.</ce:given-name><ce:surname>Fecchio</ce:surname><ce:cross-ref refid="aff0290" id="crf2840"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5823-9733" id="au2640" author-id="S0370269322007833-c2bfb0cafa6f9d1ca27ab701c6781b38"><ce:given-name>A.</ce:given-name><ce:surname>Feliciello</ce:surname><ce:cross-ref refid="aff0550" id="crf2850"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3700-8623" id="au2650" author-id="S0370269322007833-5b00bafa2e9f53bf9169725ae0035ea1"><ce:given-name>G.</ce:given-name><ce:surname>Feofilov</ce:surname><ce:cross-ref refid="aff1390" id="crf2860"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0152-4220" id="au2660" author-id="S0370269322007833-aabae1af946388c71c1398acc8955418"><ce:given-name>A.</ce:given-name><ce:surname>Fernández Téllez</ce:surname><ce:cross-ref refid="aff0440" id="crf2870"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9723-1291" id="au2670" author-id="S0370269322007833-d7f73a93aec5923876abc48755cc82ce"><ce:given-name>M.B.</ce:given-name><ce:surname>Ferrer</ce:surname><ce:cross-ref refid="aff0320" id="crf2880"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1089-6632" id="au2680" author-id="S0370269322007833-30e070edce4904332b43b5531dc38731"><ce:given-name>A.</ce:given-name><ce:surname>Ferrero</ce:surname><ce:cross-ref refid="aff1270" id="crf2890"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9084-5784" id="au2690" author-id="S0370269322007833-68142793c50c0b6974c4d951c30d6388"><ce:given-name>A.</ce:given-name><ce:surname>Ferretti</ce:surname><ce:cross-ref refid="aff0240" id="crf2900"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-0542-4454" id="au2700" author-id="S0370269322007833-0cf51ef6627f902603bfcb916ae01ab5"><ce:given-name>V.J.G.</ce:given-name><ce:surname>Feuillard</ce:surname><ce:cross-ref refid="aff0950" id="crf2910"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7692-0079" id="au2710" author-id="S0370269322007833-3c7b622bda147b821572888347582e6d"><ce:given-name>J.</ce:given-name><ce:surname>Figiel</ce:surname><ce:cross-ref refid="aff1060" id="crf2920"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6444-4669" id="au2720" author-id="S0370269322007833-3f994100548e7aeca3abfa2bd6a6acdd"><ce:given-name>V.</ce:given-name><ce:surname>Filova</ce:surname><ce:cross-ref refid="aff0350" id="crf2930"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7104-7477" id="au2730" author-id="S0370269322007833-16de97754cf916e09dde4c06ab2487a2"><ce:given-name>D.</ce:given-name><ce:surname>Finogeev</ce:surname><ce:cross-ref refid="aff1390" id="crf2940"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8632-5580" id="au2740" author-id="S0370269322007833-78e599883a68fe0063ae2aa88c3d45cc"><ce:given-name>F.M.</ce:given-name><ce:surname>Fionda</ce:surname><ce:cross-ref refid="aff0510" id="crf2950"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author id="au2750" author-id="S0370269322007833-6f38e6b644d0c00d8c10b081f52f12d7"><ce:given-name>G.</ce:given-name><ce:surname>Fiorenza</ce:surname><ce:cross-ref refid="aff0970" id="crf2960"><ce:sup>97</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0194-1318" id="au2760" author-id="S0370269322007833-bd43e27616ca1919592e9b57e7b8f61a"><ce:given-name>F.</ce:given-name><ce:surname>Flor</ce:surname><ce:cross-ref refid="aff1130" id="crf2970"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-6140-676X" id="au2770" author-id="S0370269322007833-746be3a9141d9c078cfbe60f53eeecfd"><ce:given-name>A.N.</ce:given-name><ce:surname>Flores</ce:surname><ce:cross-ref refid="aff1070" id="crf2980"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-2053-4869" id="au2780" author-id="S0370269322007833-42fd1f3680f51152dfda7cb4075ac18e"><ce:given-name>S.</ce:given-name><ce:surname>Foertsch</ce:surname><ce:cross-ref refid="aff0670" id="crf2990"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0642-2047" id="au2790" author-id="S0370269322007833-c544faa186d9364e0c00a0451633face"><ce:given-name>I.</ce:given-name><ce:surname>Fokin</ce:surname><ce:cross-ref refid="aff0950" id="crf3000"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2136-778X" id="au2800" author-id="S0370269322007833-1f224979dd316f22a826529fb384e21a"><ce:given-name>S.</ce:given-name><ce:surname>Fokin</ce:surname><ce:cross-ref refid="aff1390" id="crf3010"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8216-396X" id="au2810" author-id="S0370269322007833-012cbc6bc9303877c458bdf9a521e5ea"><ce:given-name>E.</ce:given-name><ce:surname>Fragiacomo</ce:surname><ce:cross-ref refid="aff0560" id="crf3020"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3420-6301" id="au2820" author-id="S0370269322007833-6b14343bb1477ee6f77413c5e1607139"><ce:given-name>E.</ce:given-name><ce:surname>Frajna</ce:surname><ce:cross-ref refid="aff1350" id="crf3030"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-2155-0460" id="au2830" author-id="S0370269322007833-cb179d5175a767cfcccfaf42e2d13fd9"><ce:given-name>U.</ce:given-name><ce:surname>Fuchs</ce:surname><ce:cross-ref refid="aff0320" id="crf3040"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7814-319X" id="au2840" author-id="S0370269322007833-75b81f7c708cdac6972396f07f1e615c"><ce:given-name>N.</ce:given-name><ce:surname>Funicello</ce:surname><ce:cross-ref refid="aff0280" id="crf3050"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-9666-7156" id="au2850" author-id="S0370269322007833-e99988272e94b543b10e6e1e6762c915"><ce:given-name>C.</ce:given-name><ce:surname>Furget</ce:surname><ce:cross-ref refid="aff0730" id="crf3060"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2582-1927" id="au2860" author-id="S0370269322007833-466f51a3a42f868eb651094379830769"><ce:given-name>A.</ce:given-name><ce:surname>Furs</ce:surname><ce:cross-ref refid="aff1390" id="crf3070"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6122-4698" id="au2870" author-id="S0370269322007833-ce50de6d5c62db541251975d35c3ef1e"><ce:given-name>J.J.</ce:given-name><ce:surname>Gaardhøje</ce:surname><ce:cross-ref refid="aff0830" id="crf3080"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6314-7419" id="au2880" author-id="S0370269322007833-cc1e5eeab68bbb2c3a078d24d2e806fb"><ce:given-name>M.</ce:given-name><ce:surname>Gagliardi</ce:surname><ce:cross-ref refid="aff0240" id="crf3090"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0019-9692" id="au2890" author-id="S0370269322007833-7a1ebb0715ccd1767039dbefe6aa000c"><ce:given-name>A.M.</ce:given-name><ce:surname>Gago</ce:surname><ce:cross-ref refid="aff1010" id="crf3100"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author id="au2900" author-id="S0370269322007833-99c7387ccffb2e1e0541b43b3018fdef"><ce:given-name>A.</ce:given-name><ce:surname>Gal</ce:surname><ce:cross-ref refid="aff1260" id="crf3110"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5496-8533" id="au2910" author-id="S0370269322007833-23c91ffad460f5afabddb04373c9f2f9"><ce:given-name>C.D.</ce:given-name><ce:surname>Galvan</ce:surname><ce:cross-ref refid="aff1080" id="crf3120"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4871-4064" id="au2920" author-id="S0370269322007833-8650c037fc955510cd76a4536ac83b03"><ce:given-name>P.</ce:given-name><ce:surname>Ganoti</ce:surname><ce:cross-ref refid="aff0780" id="crf3130"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-2395-8130" id="au2930" author-id="S0370269322007833-d12fc16d28f1dce28adbdb23a5ddbcd4"><ce:given-name>C.</ce:given-name><ce:surname>Garabatos</ce:surname><ce:cross-ref refid="aff0980" id="crf3140"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5038-1337" id="au2940" author-id="S0370269322007833-df265a31acafb0a0d83f8ac8f13667e6"><ce:given-name>J.R.A.</ce:given-name><ce:surname>Garcia</ce:surname><ce:cross-ref refid="aff0440" id="crf3150"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6847-8671" id="au2950" author-id="S0370269322007833-07a4057e80a82b458aafc1e9dd90f0ba"><ce:given-name>E.</ce:given-name><ce:surname>Garcia-Solis</ce:surname><ce:cross-ref refid="aff0090" id="crf3160"><ce:sup>9</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8512-8219" id="au2960" author-id="S0370269322007833-8f3671ab888761876ad72f8897499a10"><ce:given-name>K.</ce:given-name><ce:surname>Garg</ce:surname><ce:cross-ref refid="aff1030" id="crf3170"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4753-577X" id="au2970" author-id="S0370269322007833-987fe2eab608df9880768b4abb040eae"><ce:given-name>C.</ce:given-name><ce:surname>Gargiulo</ce:surname><ce:cross-ref refid="aff0320" id="crf3180"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au2980" author-id="S0370269322007833-0a421258e4c2e68267cbf36b6e5c0d5b"><ce:given-name>A.</ce:given-name><ce:surname>Garibli</ce:surname><ce:cross-ref refid="aff0810" id="crf3190"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author id="au2990" author-id="S0370269322007833-71fb0aae98a5fed2648a66e4a7fba2bb"><ce:given-name>K.</ce:given-name><ce:surname>Garner</ce:surname><ce:cross-ref refid="aff1340" id="crf3200"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0015-6713" id="au3000" author-id="S0370269322007833-6234390f32e4a2984bc0654b17dcc492"><ce:given-name>E.F.</ce:given-name><ce:surname>Gauger</ce:surname><ce:cross-ref refid="aff1070" id="crf3210"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7039-535X" id="au3010" author-id="S0370269322007833-e15f53ade07920f42fc443e2c0e4d59a"><ce:given-name>A.</ce:given-name><ce:surname>Gautam</ce:surname><ce:cross-ref refid="aff1150" id="crf3220"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8450-5318" id="au3020" author-id="S0370269322007833-d29ecc9c86d03e88594e296615e84c9a"><ce:given-name>M.B.</ce:given-name><ce:surname>Gay Ducati</ce:surname><ce:cross-ref refid="aff0650" id="crf3230"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7382-1609" id="au3030" author-id="S0370269322007833-8d334f5f7f55bf362a6956f1bffdf2c3"><ce:given-name>M.</ce:given-name><ce:surname>Germain</ce:surname><ce:cross-ref refid="aff1030" id="crf3240"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author id="au3040" author-id="S0370269322007833-87f4a98aa68feedf19ca0cc21388e710"><ce:given-name>S.K.</ce:given-name><ce:surname>Ghosh</ce:surname><ce:cross-ref refid="aff0040" id="crf3250"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4831-5808" id="au3050" author-id="S0370269322007833-255d61357ee3950aa2511a27c84eaf0a"><ce:given-name>M.</ce:given-name><ce:surname>Giacalone</ce:surname><ce:cross-ref refid="aff0250" id="crf3260"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4167-7176" id="au3060" author-id="S0370269322007833-3e2c737e4be858cd21077f3c75d4a1a5"><ce:given-name>P.</ce:given-name><ce:surname>Gianotti</ce:surname><ce:cross-ref refid="aff0480" id="crf3270"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1383-6160" id="au3070" author-id="S0370269322007833-c03ebc10e5b747137b76532ec58d9b7c"><ce:given-name>P.</ce:given-name><ce:surname>Giubellino</ce:surname><ce:cross-ref refid="aff0980" id="crf3280"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf3290"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4358-5355" id="au3080" author-id="S0370269322007833-4484cd7bf97022c8764e710e83e310ea"><ce:given-name>P.</ce:given-name><ce:surname>Giubilato</ce:surname><ce:cross-ref refid="aff0270" id="crf3300"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7400-7019" id="au3090" author-id="S0370269322007833-8da930564b3ed61741e5e20fce3e2a52"><ce:given-name>A.M.C.</ce:given-name><ce:surname>Glaenzer</ce:surname><ce:cross-ref refid="aff1270" id="crf3310"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3793-5291" id="au3100" author-id="S0370269322007833-376802ecfdb934149d8388178a587721"><ce:given-name>P.</ce:given-name><ce:surname>Glässel</ce:surname><ce:cross-ref refid="aff0950" id="crf3320"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-1162-7067" id="au3110" author-id="S0370269322007833-1b2d870f15ca702db28903678f5d75de"><ce:given-name>E.</ce:given-name><ce:surname>Glimos</ce:surname><ce:cross-ref refid="aff1190" id="crf3330"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au3120" author-id="S0370269322007833-93dce0bd4ad68fe50f0a23cb75dc5ece"><ce:given-name>D.J.Q.</ce:given-name><ce:surname>Goh</ce:surname><ce:cross-ref refid="aff0760" id="crf3340"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7607-3965" id="au3130" author-id="S0370269322007833-c25e38120a3069e0125dc6c22f89fa94"><ce:given-name>V.</ce:given-name><ce:surname>Gonzalez</ce:surname><ce:cross-ref refid="aff1330" id="crf3350"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9202-262X" id="au3140" author-id="S0370269322007833-2dc052a1e9c57f3a73482a2d5d0260f3"><ce:given-name>L.H.</ce:given-name><ce:surname>González-Trueba</ce:surname><ce:cross-ref refid="aff0660" id="crf3360"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author id="au3150" author-id="S0370269322007833-9b9d13249a72db20d32b4da1cee42ded"><ce:given-name>S.</ce:given-name><ce:surname>Gorbunov</ce:surname><ce:cross-ref refid="aff0380" id="crf3370"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1746-1279" id="au3160" author-id="S0370269322007833-90965aac862ee9a40904f43bd5d6f611"><ce:given-name>M.</ce:given-name><ce:surname>Gorgon</ce:surname><ce:cross-ref refid="aff0020" id="crf3380"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7792-2247" id="au3170" author-id="S0370269322007833-39d74df1971ac41d3b24d84ed4a40ce3"><ce:given-name>L.</ce:given-name><ce:surname>Görlich</ce:surname><ce:cross-ref refid="aff1060" id="crf3390"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au3180" author-id="S0370269322007833-7662d0c3046b717d6aafb31b874bc7fc"><ce:given-name>S.</ce:given-name><ce:surname>Gotovac</ce:surname><ce:cross-ref refid="aff0330" id="crf3400"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9581-0879" id="au3190" author-id="S0370269322007833-88c4e3bf21c3c3108a671e555e5f3c36"><ce:given-name>V.</ce:given-name><ce:surname>Grabski</ce:surname><ce:cross-ref refid="aff0660" id="crf3410"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4442-5727" id="au3200" author-id="S0370269322007833-4f5d9c0299fdae0f1004b34a8b3fdc63"><ce:given-name>L.K.</ce:given-name><ce:surname>Graczykowski</ce:surname><ce:cross-ref refid="aff1320" id="crf3420"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-9826-4989" id="au3210" author-id="S0370269322007833-314e30ecd3bb765de3d19d06189891a2"><ce:given-name>E.</ce:given-name><ce:surname>Grecka</ce:surname><ce:cross-ref refid="aff0860" id="crf3430"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1476-6245" id="au3220" author-id="S0370269322007833-a6c90861d9b7eaf03c2639488fe4154c"><ce:given-name>L.</ce:given-name><ce:surname>Greiner</ce:surname><ce:cross-ref refid="aff0740" id="crf3440"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0562-9820" id="au3230" author-id="S0370269322007833-af14458a77f832d22ca950af14f8493e"><ce:given-name>A.</ce:given-name><ce:surname>Grelli</ce:surname><ce:cross-ref refid="aff0580" id="crf3450"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9035-556X" id="au3240" author-id="S0370269322007833-f8a6e1944c58dda71cfafb800846c896"><ce:given-name>C.</ce:given-name><ce:surname>Grigoras</ce:surname><ce:cross-ref refid="aff0320" id="crf3460"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0661-5220" id="au3250" author-id="S0370269322007833-953aba0e06d9873f30e491943bf618b0"><ce:given-name>V.</ce:given-name><ce:surname>Grigoriev</ce:surname><ce:cross-ref refid="aff1390" id="crf3470"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0658-5949" id="au3260" author-id="S0370269322007833-fade90c306431c659a9ed2757eb7e080"><ce:given-name>S.</ce:given-name><ce:surname>Grigoryan</ce:surname><ce:cross-ref refid="aff1400" id="crf3480"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0010" id="crf3490"><ce:sup>1</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1469-9022" id="au3270" author-id="S0370269322007833-1aceebae73d51f462d1727b9bbd88172"><ce:given-name>F.</ce:given-name><ce:surname>Grosa</ce:surname><ce:cross-ref refid="aff0320" id="crf3500"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8372-5135" id="au3280" author-id="S0370269322007833-35be2bb8fb5264060c83aaa2bd6945a1"><ce:given-name>J.F.</ce:given-name><ce:surname>Grosse-Oetringhaus</ce:surname><ce:cross-ref refid="aff0320" id="crf3510"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9960-2594" id="au3290" author-id="S0370269322007833-b0a55ca5abf071c61d021e8ccf9728f3"><ce:given-name>R.</ce:given-name><ce:surname>Grosso</ce:surname><ce:cross-ref refid="aff0980" id="crf3520"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9785-2215" id="au3300" author-id="S0370269322007833-e4f860038db61bc49c20c4ebfd1978a8"><ce:given-name>D.</ce:given-name><ce:surname>Grund</ce:surname><ce:cross-ref refid="aff0350" id="crf3530"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5298-2881" id="au3310" author-id="S0370269322007833-18c7a61fd748313ebfc50b673826591d"><ce:given-name>G.G.</ce:given-name><ce:surname>Guardiano</ce:surname><ce:cross-ref refid="aff1100" id="crf3540"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0626-9724" id="au3320" author-id="S0370269322007833-49423e283ef46a2191735696f1f8e1cf"><ce:given-name>R.</ce:given-name><ce:surname>Guernane</ce:surname><ce:cross-ref refid="aff0730" id="crf3550"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5990-482X" id="au3330" author-id="S0370269322007833-1c69d97d25199af7734252f2ba5c94dd"><ce:given-name>M.</ce:given-name><ce:surname>Guilbaud</ce:surname><ce:cross-ref refid="aff1030" id="crf3560"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3809-4984" id="au3340" author-id="S0370269322007833-135be9a58c4bb97999a54df788a17739"><ce:given-name>K.</ce:given-name><ce:surname>Gulbrandsen</ce:surname><ce:cross-ref refid="aff0830" id="crf3570"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6769-599X" id="au3350" author-id="S0370269322007833-54b557b1b16c66ddca3ffa8a1514552e"><ce:given-name>T.</ce:given-name><ce:surname>Gunji</ce:surname><ce:cross-ref refid="aff1210" id="crf3580"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2843-2556" id="au3360" author-id="S0370269322007833-1f18901fa4f597e541e4b6d7d3993742"><ce:given-name>W.</ce:given-name><ce:surname>Guo</ce:surname><ce:cross-ref refid="aff0060" id="crf3590"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6178-648X" id="au3370" author-id="S0370269322007833-99034e91113d8d65c1b671490ba1dcb4"><ce:given-name>A.</ce:given-name><ce:surname>Gupta</ce:surname><ce:cross-ref refid="aff0910" id="crf3600"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7474-0755" id="au3380" author-id="S0370269322007833-e1c6a423f099dbb8f259dfde5800cf80"><ce:given-name>R.</ce:given-name><ce:surname>Gupta</ce:surname><ce:cross-ref refid="aff0910" id="crf3610"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-0106-3130" id="au3390" author-id="S0370269322007833-bd6f669dcc7323e19d9d5f15f06cfc64"><ce:given-name>S.P.</ce:given-name><ce:surname>Guzman</ce:surname><ce:cross-ref refid="aff0440" id="crf3620"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2420-7650" id="au3400" author-id="S0370269322007833-cc3b2f2a8588716c0e46858eda331189"><ce:given-name>L.</ce:given-name><ce:surname>Gyulai</ce:surname><ce:cross-ref refid="aff1350" id="crf3630"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author id="au3410" author-id="S0370269322007833-6f01f05172f0ead44e86c024003fc89a"><ce:given-name>M.K.</ce:given-name><ce:surname>Habib</ce:surname><ce:cross-ref refid="aff0980" id="crf3640"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9336-5169" id="au3420" author-id="S0370269322007833-9362679e8c5f67344ceb8b58a1427f0f"><ce:given-name>C.</ce:given-name><ce:surname>Hadjidakis</ce:surname><ce:cross-ref refid="aff0720" id="crf3650"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3808-7917" id="au3430" author-id="S0370269322007833-36473b590e40cc5d72e4fe5ed94a3e26"><ce:given-name>H.</ce:given-name><ce:surname>Hamagaki</ce:surname><ce:cross-ref refid="aff0760" id="crf3660"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author id="au3440" author-id="S0370269322007833-4001056cdfcdff2bf9283cb9eb65dce6"><ce:given-name>M.</ce:given-name><ce:surname>Hamid</ce:surname><ce:cross-ref refid="aff0060" id="crf3670"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-6551-4180" id="au3450" author-id="S0370269322007833-7ab9680a7316f6e97c5571beb2681fd5"><ce:given-name>Y.</ce:given-name><ce:surname>Han</ce:surname><ce:cross-ref refid="aff1370" id="crf3680"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4518-3528" id="au3460" author-id="S0370269322007833-ab877e6ad3aa564fc07ff9279bdb0114"><ce:given-name>R.</ce:given-name><ce:surname>Hannigan</ce:surname><ce:cross-ref refid="aff1070" id="crf3690"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7978-9638" id="au3470" author-id="S0370269322007833-6cb4376ff64678829e7af4b6b3584d70"><ce:given-name>M.R.</ce:given-name><ce:surname>Haque</ce:surname><ce:cross-ref refid="aff1320" id="crf3700"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au3480" author-id="S0370269322007833-1ad6c786673c0d88fb3ec98199ef2627"><ce:given-name>A.</ce:given-name><ce:surname>Harlenderova</ce:surname><ce:cross-ref refid="aff0980" id="crf3710"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8535-3061" id="au3490" author-id="S0370269322007833-093df752b6ef0875125996d2e249b17f"><ce:given-name>J.W.</ce:given-name><ce:surname>Harris</ce:surname><ce:cross-ref refid="aff1360" id="crf3720"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-3528-4709" id="au3500" author-id="S0370269322007833-1cc09eaf1767efb447484c3576c326a3"><ce:given-name>A.</ce:given-name><ce:surname>Harton</ce:surname><ce:cross-ref refid="aff0090" id="crf3730"><ce:sup>9</ce:sup></ce:cross-ref></ce:author><ce:author id="au3510" author-id="S0370269322007833-8f1d14fcc366c98d7ffc616fd4020b3a"><ce:given-name>J.A.</ce:given-name><ce:surname>Hasenbichler</ce:surname><ce:cross-ref refid="aff0320" id="crf3740"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6529-560X" id="au3520" author-id="S0370269322007833-3c2864accc71830551ec0dc4bc72466c"><ce:given-name>H.</ce:given-name><ce:surname>Hassan</ce:surname><ce:cross-ref refid="aff0870" id="crf3750"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7638-2047" id="au3530" author-id="S0370269322007833-ec5233119b47dffa5f645e1bcad8c3ab"><ce:given-name>D.</ce:given-name><ce:surname>Hatzifotiadou</ce:surname><ce:cross-ref refid="aff0500" id="crf3760"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9593-6730" id="au3540" author-id="S0370269322007833-c494e289485a5b77e2698762fd7f4b6d"><ce:given-name>P.</ce:given-name><ce:surname>Hauer</ce:surname><ce:cross-ref refid="aff0420" id="crf3770"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4743-2885" id="au3550" author-id="S0370269322007833-d07756ab653a033a44665f2378719cc2"><ce:given-name>L.B.</ce:given-name><ce:surname>Havener</ce:surname><ce:cross-ref refid="aff1360" id="crf3780"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9083-4484" id="au3560" author-id="S0370269322007833-8e268fbd99e6fae4655760d64978b0ff"><ce:given-name>S.T.</ce:given-name><ce:surname>Heckel</ce:surname><ce:cross-ref refid="aff0960" id="crf3790"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7404-8723" id="au3570" author-id="S0370269322007833-7ad645538c2eb3346cfb0dd07e68d266"><ce:given-name>E.</ce:given-name><ce:surname>Hellbär</ce:surname><ce:cross-ref refid="aff0980" id="crf3800"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9335-9076" id="au3580" author-id="S0370269322007833-2ec6e519610c64506f6a6c4958b0ac54"><ce:given-name>H.</ce:given-name><ce:surname>Helstrup</ce:surname><ce:cross-ref refid="aff0340" id="crf3810"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4004-5265" id="au3590" author-id="S0370269322007833-51fb6f5f9415eda76fa12ad79ea6ef67"><ce:given-name>T.</ce:given-name><ce:surname>Herman</ce:surname><ce:cross-ref refid="aff0350" id="crf3820"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4692-7410" id="au3600" author-id="S0370269322007833-395e012e61feeafeb06dc1b1ee34d8d4"><ce:given-name>G.</ce:given-name><ce:surname>Herrera Corral</ce:surname><ce:cross-ref refid="aff0080" id="crf3830"><ce:sup>8</ce:sup></ce:cross-ref></ce:author><ce:author id="au3610" author-id="S0370269322007833-7a7a63e4af499b5ed75851524b48baa5"><ce:given-name>F.</ce:given-name><ce:surname>Herrmann</ce:surname><ce:cross-ref refid="aff1340" id="crf3840"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-3122-4872" id="au3620" author-id="S0370269322007833-8fe0fd23ac8c4d7a4221a002b047a705"><ce:given-name>K.F.</ce:given-name><ce:surname>Hetland</ce:surname><ce:cross-ref refid="aff0340" id="crf3850"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-1031-8307" id="au3630" author-id="S0370269322007833-5ab0a906131a8cf631664a48b8bb9672"><ce:given-name>B.</ce:given-name><ce:surname>Heybeck</ce:surname><ce:cross-ref refid="aff0630" id="crf3860"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6527-1245" id="au3640" author-id="S0370269322007833-d83a69a11b8778333bf72d127a9faaa4"><ce:given-name>H.</ce:given-name><ce:surname>Hillemanns</ce:surname><ce:cross-ref refid="aff0320" id="crf3870"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4647-4159" id="au3650" author-id="S0370269322007833-26a04d5f7344e810ea2275dad6767a9e"><ce:given-name>C.</ce:given-name><ce:surname>Hills</ce:surname><ce:cross-ref refid="aff1160" id="crf3880"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4562-2922" id="au3660" author-id="S0370269322007833-91692271254645e12e8687c69cd93550"><ce:given-name>B.</ce:given-name><ce:surname>Hippolyte</ce:surname><ce:cross-ref refid="aff1260" id="crf3890"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3850-8884" id="au3670" author-id="S0370269322007833-b2b41e3fa6c79c0bc760ec204badbf8e"><ce:given-name>B.</ce:given-name><ce:surname>Hofman</ce:surname><ce:cross-ref refid="aff0580" id="crf3900"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6925-3469" id="au3680" author-id="S0370269322007833-d68d4563c957d636f8ea0b438d75af8e"><ce:given-name>B.</ce:given-name><ce:surname>Hohlweger</ce:surname><ce:cross-ref refid="aff0840" id="crf3910"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1437-6108" id="au3690" author-id="S0370269322007833-6bcd750d66da852b78a422563f846dad"><ce:given-name>J.</ce:given-name><ce:surname>Honermann</ce:surname><ce:cross-ref refid="aff1340" id="crf3920"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3632-4547" id="au3700" author-id="S0370269322007833-fb87ef9112c084814dd4cd2584045cf3"><ce:given-name>G.H.</ce:given-name><ce:surname>Hong</ce:surname><ce:cross-ref refid="aff1370" id="crf3930"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7078-3093" id="au3710" author-id="S0370269322007833-bb0a4fa2cb3019f784b4aac68042d91d"><ce:given-name>D.</ce:given-name><ce:surname>Horak</ce:surname><ce:cross-ref refid="aff0350" id="crf3940"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9001-4198" id="au3720" author-id="S0370269322007833-9a7d8925dcb9bade29afd917e864e548"><ce:given-name>A.</ce:given-name><ce:surname>Horzyk</ce:surname><ce:cross-ref refid="aff0020" id="crf3950"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author id="au3730" author-id="S0370269322007833-1a0aedf45a03b8412e32e8e2dc7dffc9"><ce:given-name>R.</ce:given-name><ce:surname>Hosokawa</ce:surname><ce:cross-ref refid="aff0140" id="crf3960"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-2644-3643" id="au3740" author-id="S0370269322007833-804ec34d975fc918625e33c9bf478431"><ce:given-name>Y.</ce:given-name><ce:surname>Hou</ce:surname><ce:cross-ref refid="aff0060" id="crf3970"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1477-8414" id="au3750" author-id="S0370269322007833-9f1666f66376b6067eb0db183403471c"><ce:given-name>P.</ce:given-name><ce:surname>Hristov</ce:surname><ce:cross-ref refid="aff0320" id="crf3980"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2442-4583" id="au3760" author-id="S0370269322007833-001175083688542727c74a632c90fa25"><ce:given-name>C.</ce:given-name><ce:surname>Hughes</ce:surname><ce:cross-ref refid="aff1190" id="crf3990"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au3770" author-id="S0370269322007833-c1701ed0ea0ca8b2c7644f838deb6a52"><ce:given-name>P.</ce:given-name><ce:surname>Huhn</ce:surname><ce:cross-ref refid="aff0630" id="crf4000"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9352-5049" id="au3780" author-id="S0370269322007833-1d44428a50028ba0167ad2e836cdccdd"><ce:given-name>L.M.</ce:given-name><ce:surname>Huhta</ce:surname><ce:cross-ref refid="aff1140" id="crf4010"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5397-6782" id="au3790" author-id="S0370269322007833-b77b5ca70871829f4a6caed289764804"><ce:given-name>C.V.</ce:given-name><ce:surname>Hulse</ce:surname><ce:cross-ref refid="aff0720" id="crf4020"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1008-5119" id="au3800" author-id="S0370269322007833-c0ec982d5ca2280aac9dadb166a34f51"><ce:given-name>T.J.</ce:given-name><ce:surname>Humanic</ce:surname><ce:cross-ref refid="aff0880" id="crf4030"><ce:sup>88</ce:sup></ce:cross-ref></ce:author><ce:author id="au3810" author-id="S0370269322007833-8cedcc0d345ecbd448b4d0e9a26c9612"><ce:given-name>H.</ce:given-name><ce:surname>Hushnud</ce:surname><ce:cross-ref refid="aff0990" id="crf4040"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-7787-9304" id="au3820" author-id="S0370269322007833-323f1afb31024750df32af8b3c6f19a1"><ce:given-name>A.</ce:given-name><ce:surname>Hutson</ce:surname><ce:cross-ref refid="aff1130" id="crf4050"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1488-4009" id="au3830" author-id="S0370269322007833-fe5062e806bfe0426515c8009f241e2b"><ce:given-name>D.</ce:given-name><ce:surname>Hutter</ce:surname><ce:cross-ref refid="aff0380" id="crf4060"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2851-5554" id="au3840" author-id="S0370269322007833-0e776b64ca9b6ad890dadafa39a52b22"><ce:given-name>J.P.</ce:given-name><ce:surname>Iddon</ce:surname><ce:cross-ref refid="aff1160" id="crf4070"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author id="au3850" author-id="S0370269322007833-9ba2a5336d3caa1deb6099cb7e45d7e1"><ce:given-name>R.</ce:given-name><ce:surname>Ilkaev</ce:surname><ce:cross-ref refid="aff1390" id="crf4080"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3693-2649" id="au3860" author-id="S0370269322007833-1143f987981760e3c4faf5e1333b2cb0"><ce:given-name>H.</ce:given-name><ce:surname>Ilyas</ce:surname><ce:cross-ref refid="aff0130" id="crf4090"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3895-9092" id="au3870" author-id="S0370269322007833-4b5d83b68ef345b89ecbef76ed248603"><ce:given-name>M.</ce:given-name><ce:surname>Inaba</ce:surname><ce:cross-ref refid="aff1220" id="crf4100"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2478-9651" id="au3880" author-id="S0370269322007833-9977d7231b3f865ed7ec78ac9a9c661d"><ce:given-name>G.M.</ce:given-name><ce:surname>Innocenti</ce:surname><ce:cross-ref refid="aff0320" id="crf4110"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9059-2414" id="au3890" author-id="S0370269322007833-0a5cfa2ee46360e63cba51ff45d06749"><ce:given-name>M.</ce:given-name><ce:surname>Ippolitov</ce:surname><ce:cross-ref refid="aff1390" id="crf4120"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2134-967X" id="au3900" author-id="S0370269322007833-0e13cf82a33559ab5ebec9f23873abb4"><ce:given-name>A.</ce:given-name><ce:surname>Isakov</ce:surname><ce:cross-ref refid="aff0860" id="crf4130"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7934-4038" id="au3910" author-id="S0370269322007833-a45aceacbad11ba05e293e86a5e905fa"><ce:given-name>T.</ce:given-name><ce:surname>Isidori</ce:surname><ce:cross-ref refid="aff1150" id="crf4140"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9047-4856" id="au3920" author-id="S0370269322007833-5130d91254c818e783bfe97407046033"><ce:given-name>M.S.</ce:given-name><ce:surname>Islam</ce:surname><ce:cross-ref refid="aff0990" id="crf4150"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7461-7327" id="au3930" author-id="S0370269322007833-54e062f9517cf13404565a1cfb0519df"><ce:given-name>M.</ce:given-name><ce:surname>Ivanov</ce:surname><ce:cross-ref refid="aff0980" id="crf4160"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-2983-9494" id="au3940" author-id="S0370269322007833-3257368019a48da005eff928bd69ddc7"><ce:given-name>V.</ce:given-name><ce:surname>Ivanov</ce:surname><ce:cross-ref refid="aff1390" id="crf4170"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au3950" author-id="S0370269322007833-744d295d4100d9b9a644faf7e3c07b69"><ce:given-name>V.</ce:given-name><ce:surname>Izucheev</ce:surname><ce:cross-ref refid="aff1390" id="crf4180"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2406-911X" id="au3960" author-id="S0370269322007833-04704e18ed6c47a4e430d1527c3e8979"><ce:given-name>M.</ce:given-name><ce:surname>Jablonski</ce:surname><ce:cross-ref refid="aff0020" id="crf4190"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2889-2234" id="au3970" author-id="S0370269322007833-e1a40c4976b3155e4324627b87160a72"><ce:given-name>B.</ce:given-name><ce:surname>Jacak</ce:surname><ce:cross-ref refid="aff0740" id="crf4200"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3066-855X" id="au3980" author-id="S0370269322007833-a9ad5469ba99da3ee1276a42cfc1e893"><ce:given-name>N.</ce:given-name><ce:surname>Jacazio</ce:surname><ce:cross-ref refid="aff0320" id="crf4210"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9980-5199" id="au3990" author-id="S0370269322007833-03a0ece9d78deda299068c18973826f4"><ce:given-name>P.M.</ce:given-name><ce:surname>Jacobs</ce:surname><ce:cross-ref refid="aff0740" id="crf4220"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au4000" author-id="S0370269322007833-db4b9e24a7edc69d716a7eaeb39d23bb"><ce:given-name>S.</ce:given-name><ce:surname>Jadlovska</ce:surname><ce:cross-ref refid="aff1050" id="crf4230"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au4010" author-id="S0370269322007833-624315fef87962ddbd4dfa43a00df878"><ce:given-name>J.</ce:given-name><ce:surname>Jadlovsky</ce:surname><ce:cross-ref refid="aff1050" id="crf4240"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author id="au4020" author-id="S0370269322007833-d4ec561282e25984babb07f2923a1f18"><ce:given-name>L.</ce:given-name><ce:surname>Jaffe</ce:surname><ce:cross-ref refid="aff0380" id="crf4250"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1969-6960" id="au4030" author-id="S0370269322007833-1f660b822738c6ed8755191ebbb4fc37"><ce:given-name>C.</ce:given-name><ce:surname>Jahnke</ce:surname><ce:cross-ref refid="aff1100" id="crf4260"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9087-4665" id="au4040" author-id="S0370269322007833-47f486fd6a34a71748e4296e140bb514"><ce:given-name>M.A.</ce:given-name><ce:surname>Janik</ce:surname><ce:cross-ref refid="aff1320" id="crf4270"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au4050" author-id="S0370269322007833-2f7fea42c1c2ebec5172121a08f119ce"><ce:given-name>T.</ce:given-name><ce:surname>Janson</ce:surname><ce:cross-ref refid="aff0690" id="crf4280"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author id="au4060" author-id="S0370269322007833-2425937bd24637e67d7635ce8c55346a"><ce:given-name>M.</ce:given-name><ce:surname>Jercic</ce:surname><ce:cross-ref refid="aff0890" id="crf4290"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au4070" author-id="S0370269322007833-919c09ef7cea2014a589c5a05b491b03"><ce:given-name>O.</ce:given-name><ce:surname>Jevons</ce:surname><ce:cross-ref refid="aff1000" id="crf4300"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7685-0808" id="au4080" author-id="S0370269322007833-0058ed807ba55e1dc3018df2944a05a9"><ce:given-name>A.A.P.</ce:given-name><ce:surname>Jimenez</ce:surname><ce:cross-ref refid="aff0640" id="crf4310"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1605-5837" id="au4090" author-id="S0370269322007833-77affd2a949bb3c47fc27d2788c61f73"><ce:given-name>F.</ce:given-name><ce:surname>Jonas</ce:surname><ce:cross-ref refid="aff0870" id="crf4320"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1340" id="crf4330"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author id="au4100" author-id="S0370269322007833-6d3535b16f327cd1f041269fdeeb525e"><ce:given-name>P.G.</ce:given-name><ce:surname>Jones</ce:surname><ce:cross-ref refid="aff1000" id="crf4340"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9492-3775" id="au4110" author-id="S0370269322007833-332f78ad8211f0bce6beabba5723298a"><ce:given-name>J.M.</ce:given-name><ce:surname>Jowett</ce:surname><ce:cross-ref refid="aff0320" id="crf4350"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0980" id="crf4360"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6811-5240" id="au4120" author-id="S0370269322007833-20786a6320aecb24049c7d9f097b03cd"><ce:given-name>J.</ce:given-name><ce:surname>Jung</ce:surname><ce:cross-ref refid="aff0630" id="crf4370"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-0872-2785" id="au4130" author-id="S0370269322007833-00f2f22b65e3f00ce32e1e62d7cf8c0a"><ce:given-name>M.</ce:given-name><ce:surname>Jung</ce:surname><ce:cross-ref refid="aff0630" id="crf4380"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-4730-9489" id="au4140" author-id="S0370269322007833-ae7799423187e27a168e4e3b4f50107f"><ce:given-name>A.</ce:given-name><ce:surname>Junique</ce:surname><ce:cross-ref refid="aff0320" id="crf4390"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-3972-0631" id="au4150" author-id="S0370269322007833-678d0d3ca2c9237dc98c1814f934ea74"><ce:given-name>A.</ce:given-name><ce:surname>Jusko</ce:surname><ce:cross-ref refid="aff1000" id="crf4400"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7602-1121" id="au4160" author-id="S0370269322007833-a4ac5f5e32e8b75e8bcde7ebbeebad4a"><ce:given-name>M.J.</ce:given-name><ce:surname>Kabus</ce:surname><ce:cross-ref refid="aff0320" id="crf4410"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1320" id="crf4420"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author id="au4170" author-id="S0370269322007833-62c64c1b6d866f1c9bf4715d6fbc492e"><ce:given-name>J.</ce:given-name><ce:surname>Kaewjai</ce:surname><ce:cross-ref refid="aff1040" id="crf4430"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0559-6697" id="au4180" author-id="S0370269322007833-25f33706ab3c0fc88cb8ef01da3691d8"><ce:given-name>P.</ce:given-name><ce:surname>Kalinak</ce:surname><ce:cross-ref refid="aff0590" id="crf4440"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0618-4843" id="au4190" author-id="S0370269322007833-41b64c1f5ba6342192ac11992e62b1a0"><ce:given-name>A.S.</ce:given-name><ce:surname>Kalteyer</ce:surname><ce:cross-ref refid="aff0980" id="crf4450"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6907-0486" id="au4200" author-id="S0370269322007833-dffd010dc0e688f6f012b5205d40bb61"><ce:given-name>A.</ce:given-name><ce:surname>Kalweit</ce:surname><ce:cross-ref refid="aff0320" id="crf4460"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1513-2845" id="au4210" author-id="S0370269322007833-493ff56921a9a64a54dcfee475f90fdd"><ce:given-name>V.</ce:given-name><ce:surname>Kaplin</ce:surname><ce:cross-ref refid="aff1390" id="crf4470"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6297-2532" id="au4220" author-id="S0370269322007833-74d55f23b79fbb800687a9849bf79462"><ce:given-name>A.</ce:given-name><ce:surname>Karasu Uysal</ce:surname><ce:cross-ref refid="aff0710" id="crf4480"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1726-5684" id="au4230" author-id="S0370269322007833-3e82be203cb62d9eea32b1aaf41e6e24"><ce:given-name>D.</ce:given-name><ce:surname>Karatovic</ce:surname><ce:cross-ref refid="aff0890" id="crf4490"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5629-5181" id="au4240" author-id="S0370269322007833-1817e4e142222876d2313b299f9843d8"><ce:given-name>O.</ce:given-name><ce:surname>Karavichev</ce:surname><ce:cross-ref refid="aff1390" id="crf4500"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9355-6379" id="au4250" author-id="S0370269322007833-580ddb0bc4ebcafe0237765610444018"><ce:given-name>T.</ce:given-name><ce:surname>Karavicheva</ce:surname><ce:cross-ref refid="aff1390" id="crf4510"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9057-9719" id="au4260" author-id="S0370269322007833-2c864e60f2f8af4d19e3507236bca643"><ce:given-name>P.</ce:given-name><ce:surname>Karczmarczyk</ce:surname><ce:cross-ref refid="aff1320" id="crf4520"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6603-6693" id="au4270" author-id="S0370269322007833-b47c69ba46dae7eac2d17ed8f0f0c52d"><ce:given-name>E.</ce:given-name><ce:surname>Karpechev</ce:surname><ce:cross-ref refid="aff1390" id="crf4530"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au4280" author-id="S0370269322007833-f003c09aa81337ca40de53f6ff64aebb"><ce:given-name>V.</ce:given-name><ce:surname>Kashyap</ce:surname><ce:cross-ref refid="aff0800" id="crf4540"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author id="au4290" author-id="S0370269322007833-39796f172188c1223e4ea8fcad046412"><ce:given-name>A.</ce:given-name><ce:surname>Kazantsev</ce:surname><ce:cross-ref refid="aff1390" id="crf4550"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1831-7957" id="au4300" author-id="S0370269322007833-25097e2cb2885fb6e971c19ad9036846"><ce:given-name>U.</ce:given-name><ce:surname>Kebschull</ce:surname><ce:cross-ref refid="aff0690" id="crf4560"><ce:sup>69</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1474-6191" id="au4310" author-id="S0370269322007833-3d6245ad4b6528ec5cd3dc4342645cb4"><ce:given-name>R.</ce:given-name><ce:surname>Keidel</ce:surname><ce:cross-ref refid="aff1380" id="crf4570"><ce:sup>138</ce:sup></ce:cross-ref></ce:author><ce:author id="au4320" author-id="S0370269322007833-ceb5d3838f7269f526d5ddd8df1cb948"><ce:given-name>D.L.D.</ce:given-name><ce:surname>Keijdener</ce:surname><ce:cross-ref refid="aff0580" id="crf4580"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-1055-0356" id="au4330" author-id="S0370269322007833-fecaf1ba0b6dd114dc8262a412352f43"><ce:given-name>M.</ce:given-name><ce:surname>Keil</ce:surname><ce:cross-ref refid="aff0320" id="crf4590"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3493-3891" id="au4340" author-id="S0370269322007833-a3efc7a21cb29c0f808956c91bfbb571"><ce:given-name>B.</ce:given-name><ce:surname>Ketzer</ce:surname><ce:cross-ref refid="aff0420" id="crf4600"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6189-3242" id="au4350" author-id="S0370269322007833-99c000594e31fd37cd95a982e448f9dc"><ce:given-name>A.M.</ce:given-name><ce:surname>Khan</ce:surname><ce:cross-ref refid="aff0060" id="crf4610"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3075-2871" id="au4360" author-id="S0370269322007833-f6c8839e395d611d25f6fa4213d5e698"><ce:given-name>S.</ce:given-name><ce:surname>Khan</ce:surname><ce:cross-ref refid="aff0150" id="crf4620"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5741-7144" id="au4370" author-id="S0370269322007833-186865278d1d181677646be57683775a"><ce:given-name>A.</ce:given-name><ce:surname>Khanzadeev</ce:surname><ce:cross-ref refid="aff1390" id="crf4630"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6653-6164" id="au4380" author-id="S0370269322007833-667eb5ff074568d1178a6a82bbbe94b7"><ce:given-name>Y.</ce:given-name><ce:surname>Kharlov</ce:surname><ce:cross-ref refid="aff1390" id="crf4640"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2724-668X" id="au4390" author-id="S0370269322007833-af29601a63909b511dc3fe2827d242d9"><ce:given-name>A.</ce:given-name><ce:surname>Khatun</ce:surname><ce:cross-ref refid="aff0150" id="crf4650"><ce:sup>15</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0996-8547" id="au4400" author-id="S0370269322007833-75eccdf33b014088940ea8dfe6928ca8"><ce:given-name>A.</ce:given-name><ce:surname>Khuntia</ce:surname><ce:cross-ref refid="aff1060" id="crf4660"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-9098-9839" id="au4410" author-id="S0370269322007833-792a298eca520b567c604456dc6322b2"><ce:given-name>B.</ce:given-name><ce:surname>Kileng</ce:surname><ce:cross-ref refid="aff0340" id="crf4670"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7504-2809" id="au4420" author-id="S0370269322007833-9b23417ef9a5f93123d01e62c85ee2f1"><ce:given-name>B.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0160" id="crf4680"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6434-7084" id="au4430" author-id="S0370269322007833-8bc3985ada2d6d796030e3de8aea9f63"><ce:given-name>C.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0160" id="crf4690"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4816-283X" id="au4440" author-id="S0370269322007833-c18492d4842a66cb0d14646da5c084c8"><ce:given-name>D.J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1140" id="crf4700"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1433-6018" id="au4450" author-id="S0370269322007833-73b93e75a95f97d0b7fb71398a2bef69"><ce:given-name>E.J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0680" id="crf4710"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-0438-5567" id="au4460" author-id="S0370269322007833-6f8a289971f122fa7640055e2634f19d"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1370" id="crf4720"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-7951-7118" id="au4470" author-id="S0370269322007833-dfb0fb9c0568dd8cbf37c9f5f055de0c"><ce:given-name>J.S.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0400" id="crf4730"><ce:sup>40</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9676-3309" id="au4480" author-id="S0370269322007833-f0f62d1a88ed70b50b4702c893373ef6"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0950" id="crf4740"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0078-8398" id="au4490" author-id="S0370269322007833-4996f50d237828fb641f2125c781fb18"><ce:given-name>J.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0680" id="crf4750"><ce:sup>68</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0906-062X" id="au4500" author-id="S0370269322007833-edf468cf90c2dcc763cfd500dbda49bc"><ce:given-name>M.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0950" id="crf4760"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2102-7398" id="au4510" author-id="S0370269322007833-77086c040925a97ab71dcbcf2722d4dc"><ce:given-name>S.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff0170" id="crf4770"><ce:sup>17</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4558-7856" id="au4520" author-id="S0370269322007833-70e64afd137aa22c6ba2e91f64c9dac9"><ce:given-name>T.</ce:given-name><ce:surname>Kim</ce:surname><ce:cross-ref refid="aff1370" id="crf4780"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-8978-9852" id="au4530" author-id="S0370269322007833-efcb2ff34ccc26684c4f862156dbc55a"><ce:given-name>S.</ce:given-name><ce:surname>Kirsch</ce:surname><ce:cross-ref refid="aff0630" id="crf4790"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4808-419X" id="au4540" author-id="S0370269322007833-df848de5f96c2592f3a76af09c90e839"><ce:given-name>I.</ce:given-name><ce:surname>Kisel</ce:surname><ce:cross-ref refid="aff0380" id="crf4800"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8354-7786" id="au4550" author-id="S0370269322007833-1ea25b0801f093face42e8b610a2d484"><ce:given-name>S.</ce:given-name><ce:surname>Kiselev</ce:surname><ce:cross-ref refid="aff1390" id="crf4810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8322-9510" id="au4560" author-id="S0370269322007833-b4b529dfa240f7101c6ef3cba6758335"><ce:given-name>A.</ce:given-name><ce:surname>Kisiel</ce:surname><ce:cross-ref refid="aff1320" id="crf4820"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3902-8310" id="au4570" author-id="S0370269322007833-3020f734fbf0ea535b95f85803c7ef8d"><ce:given-name>J.P.</ce:given-name><ce:surname>Kitowski</ce:surname><ce:cross-ref refid="aff0020" id="crf4830"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5592-0758" id="au4580" author-id="S0370269322007833-4018d364555aeb9f03f745de3249ceb1"><ce:given-name>J.L.</ce:given-name><ce:surname>Klay</ce:surname><ce:cross-ref refid="aff0050" id="crf4840"><ce:sup>5</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1301-1636" id="au4590" author-id="S0370269322007833-372c26d1a04e6fe5aee55307263fb082"><ce:given-name>J.</ce:given-name><ce:surname>Klein</ce:surname><ce:cross-ref refid="aff0320" id="crf4850"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2841-6553" id="au4600" author-id="S0370269322007833-02841ffd4e912d3392078c41f2d3f476"><ce:given-name>S.</ce:given-name><ce:surname>Klein</ce:surname><ce:cross-ref refid="aff0740" id="crf4860"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7285-3411" id="au4610" author-id="S0370269322007833-6bf927a1285ef066338061ff7129060f"><ce:given-name>C.</ce:given-name><ce:surname>Klein-Bösing</ce:surname><ce:cross-ref refid="aff1340" id="crf4870"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-0133-319X" id="au4620" author-id="S0370269322007833-de686ca459e7053bffb2eb548734fab9"><ce:given-name>M.</ce:given-name><ce:surname>Kleiner</ce:surname><ce:cross-ref refid="aff0630" id="crf4880"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4116-7002" id="au4630" author-id="S0370269322007833-d9c0b8c97e650cfceefe4795474835cd"><ce:given-name>T.</ce:given-name><ce:surname>Klemenz</ce:surname><ce:cross-ref refid="aff0960" id="crf4890"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6497-3974" id="au4640" author-id="S0370269322007833-3d35488d928629a86aacb8787aed73e0"><ce:given-name>A.</ce:given-name><ce:surname>Kluge</ce:surname><ce:cross-ref refid="aff0320" id="crf4900"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2211-715X" id="au4650" author-id="S0370269322007833-291644a1948a05fe8bb6f16d5715bffe"><ce:given-name>A.G.</ce:given-name><ce:surname>Knospe</ce:surname><ce:cross-ref refid="aff1130" id="crf4910"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7296-5248" id="au4660" author-id="S0370269322007833-9af73f258a62987a4bb0e3d5b123ac21"><ce:given-name>C.</ce:given-name><ce:surname>Kobdaj</ce:surname><ce:cross-ref refid="aff1040" id="crf4920"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author id="au4670" author-id="S0370269322007833-9002912594757f4703158b0d8b2f3fac"><ce:given-name>T.</ce:given-name><ce:surname>Kollegger</ce:surname><ce:cross-ref refid="aff0980" id="crf4930"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6203-9160" id="au4680" author-id="S0370269322007833-928dc5fa825dcae3f1c6433fdc958dcb"><ce:given-name>A.</ce:given-name><ce:surname>Kondratyev</ce:surname><ce:cross-ref refid="aff1400" id="crf4940"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-5996-0685" id="au4690" author-id="S0370269322007833-d7620b6a11f6a0eda9746e31690949db"><ce:given-name>N.</ce:given-name><ce:surname>Kondratyeva</ce:surname><ce:cross-ref refid="aff1390" id="crf4950"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9249-0435" id="au4700" author-id="S0370269322007833-168e8894834b8d6f8633ed84e99ae03a"><ce:given-name>E.</ce:given-name><ce:surname>Kondratyuk</ce:surname><ce:cross-ref refid="aff1390" id="crf4960"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8831-4009" id="au4710" author-id="S0370269322007833-2e621f6ebd3003956714d6ed1e9ba337"><ce:given-name>J.</ce:given-name><ce:surname>Konig</ce:surname><ce:cross-ref refid="aff0630" id="crf4970"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4824-2458" id="au4720" author-id="S0370269322007833-1aebff40479695495aa421611d1f2770"><ce:given-name>S.A.</ce:given-name><ce:surname>Konigstorfer</ce:surname><ce:cross-ref refid="aff0960" id="crf4980"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8738-7268" id="au4730" author-id="S0370269322007833-6fdeb78af09c425c2fc777a22b5ae9aa"><ce:given-name>P.J.</ce:given-name><ce:surname>Konopka</ce:surname><ce:cross-ref refid="aff0320" id="crf4990"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3652-6683" id="au4740" author-id="S0370269322007833-a6ebc19161b718e614409bd14cd742e2"><ce:given-name>G.</ce:given-name><ce:surname>Kornakov</ce:surname><ce:cross-ref refid="aff1320" id="crf5000"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6810-6897" id="au4750" author-id="S0370269322007833-bc606283f8e9b64ca017e5537c8a999c"><ce:given-name>S.D.</ce:given-name><ce:surname>Koryciak</ce:surname><ce:cross-ref refid="aff0020" id="crf5010"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3576-4185" id="au4760" author-id="S0370269322007833-584f8d6c45b2c92afa67eb902a0518d0"><ce:given-name>A.</ce:given-name><ce:surname>Kotliarov</ce:surname><ce:cross-ref refid="aff0860" id="crf5020"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-8435-0001" id="au4770" author-id="S0370269322007833-ca3a82a6876159a778c0defe2c9f7afc"><ce:given-name>O.</ce:given-name><ce:surname>Kovalenko</ce:surname><ce:cross-ref refid="aff0790" id="crf5030"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6012-6615" id="au4780" author-id="S0370269322007833-17207e96345007386cfe12e5162ff8cf"><ce:given-name>V.</ce:given-name><ce:surname>Kovalenko</ce:surname><ce:cross-ref refid="aff1390" id="crf5040"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7568-7498" id="au4790" author-id="S0370269322007833-0d9ac57469fae9491715aab4c71e2aef"><ce:given-name>M.</ce:given-name><ce:surname>Kowalski</ce:surname><ce:cross-ref refid="aff1060" id="crf5050"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6441-9300" id="au4800" author-id="S0370269322007833-0507f19b08166459bd555f81a134ecd8"><ce:given-name>I.</ce:given-name><ce:surname>Králik</ce:surname><ce:cross-ref refid="aff0590" id="crf5060"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1381-3436" id="au4810" author-id="S0370269322007833-023433a08cd3402e59db6401c669cb0f"><ce:given-name>A.</ce:given-name><ce:surname>Kravčáková</ce:surname><ce:cross-ref refid="aff0370" id="crf5070"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au4820" author-id="S0370269322007833-5ae20d0891d7ae02dfed674701ce3a0f"><ce:given-name>L.</ce:given-name><ce:surname>Kreis</ce:surname><ce:cross-ref refid="aff0980" id="crf5080"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5091-4159" id="au4830" author-id="S0370269322007833-cbcb2ee3fb84eb500c0f9ad43570a2f7"><ce:given-name>M.</ce:given-name><ce:surname>Krivda</ce:surname><ce:cross-ref refid="aff1000" id="crf5090"><ce:sup>100</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0590" id="crf5100"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6593-4574" id="au4840" author-id="S0370269322007833-5e1a6cb706f854d8977bdf9f4302ff9d"><ce:given-name>F.</ce:given-name><ce:surname>Krizek</ce:surname><ce:cross-ref refid="aff0860" id="crf5110"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5569-1254" id="au4850" author-id="S0370269322007833-c7ba6f3c10f1fdef5885803cb741ca27"><ce:given-name>K.</ce:given-name><ce:surname>Krizkova Gajdosova</ce:surname><ce:cross-ref refid="aff0350" id="crf5120"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-6795-6109" id="au4860" author-id="S0370269322007833-7c694b6b00252b450fe7d9c484f6e9d5"><ce:given-name>M.</ce:given-name><ce:surname>Kroesen</ce:surname><ce:cross-ref refid="aff0950" id="crf5130"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7174-6617" id="au4870" author-id="S0370269322007833-bf9e7ebe8c005dbf752b23333ffad9b1"><ce:given-name>M.</ce:given-name><ce:surname>Krüger</ce:surname><ce:cross-ref refid="aff0630" id="crf5140"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1706-4428" id="au4880" author-id="S0370269322007833-83394498cf07bf82c0da59782bb4b8fb"><ce:given-name>D.M.</ce:given-name><ce:surname>Krupova</ce:surname><ce:cross-ref refid="aff0350" id="crf5150"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2197-4109" id="au4890" author-id="S0370269322007833-152e2b03ce0f7c4b9e66b15f16da951b"><ce:given-name>E.</ce:given-name><ce:surname>Kryshen</ce:surname><ce:cross-ref refid="aff1390" id="crf5160"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au4900" author-id="S0370269322007833-003931bcfcc6c66261250e70a6411441"><ce:given-name>M.</ce:given-name><ce:surname>Krzewicki</ce:surname><ce:cross-ref refid="aff0380" id="crf5170"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3567-5177" id="au4910" author-id="S0370269322007833-2b9484aa61648b32a23a9d1c4e4afe4c"><ce:given-name>V.</ce:given-name><ce:surname>Kučera</ce:surname><ce:cross-ref refid="aff0320" id="crf5180"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7998-5046" id="au4920" author-id="S0370269322007833-6fbc34de0b19002d51fb1202918b911f"><ce:given-name>C.</ce:given-name><ce:surname>Kuhn</ce:surname><ce:cross-ref refid="aff1260" id="crf5190"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6987-2048" id="au4930" author-id="S0370269322007833-c0d55a9ea28fff5062fd266d451ebca3"><ce:given-name>P.G.</ce:given-name><ce:surname>Kuijer</ce:surname><ce:cross-ref refid="aff0840" id="crf5200"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author id="au4940" author-id="S0370269322007833-e2b27f4b8744bdf182d5dd995ab6a78e"><ce:given-name>T.</ce:given-name><ce:surname>Kumaoka</ce:surname><ce:cross-ref refid="aff1220" id="crf5210"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author id="au4950" author-id="S0370269322007833-5b6728977863a69bbdff287cf59159be"><ce:given-name>D.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff1310" id="crf5220"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2746-9840" id="au4960" author-id="S0370269322007833-452ed3f470356679f9c499737eb542ca"><ce:given-name>L.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff0900" id="crf5230"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author id="au4970" author-id="S0370269322007833-73a13e8c13dacf2997abb66135afd4b1"><ce:given-name>N.</ce:given-name><ce:surname>Kumar</ce:surname><ce:cross-ref refid="aff0900" id="crf5240"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3150-2831" id="au4980" author-id="S0370269322007833-85d0d64065a457b5459be1bf42f572a3"><ce:given-name>S.</ce:given-name><ce:surname>Kundu</ce:surname><ce:cross-ref refid="aff0320" id="crf5250"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0613-5278" id="au4990" author-id="S0370269322007833-ec950fa04f628c5f396e087a0c14602b"><ce:given-name>P.</ce:given-name><ce:surname>Kurashvili</ce:surname><ce:cross-ref refid="aff0790" id="crf5260"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7672-2067" id="au5000" author-id="S0370269322007833-5ce987175ac4168048dcf57f52666019"><ce:given-name>A.</ce:given-name><ce:surname>Kurepin</ce:surname><ce:cross-ref refid="aff1390" id="crf5270"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1851-4136" id="au5010" author-id="S0370269322007833-e02c92a695af4218b2f1c3c369d286f9"><ce:given-name>A.B.</ce:given-name><ce:surname>Kurepin</ce:surname><ce:cross-ref refid="aff1390" id="crf5280"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9289-2840" id="au5020" author-id="S0370269322007833-c4f10c422c29745a408be11b6848006a"><ce:given-name>S.</ce:given-name><ce:surname>Kushpil</ce:surname><ce:cross-ref refid="aff0860" id="crf5290"><ce:sup>86</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0298-9073" id="au5030" author-id="S0370269322007833-092f59a112f41bc28bcf84ea9bb2e0b3"><ce:given-name>J.</ce:given-name><ce:surname>Kvapil</ce:surname><ce:cross-ref refid="aff1000" id="crf5300"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8958-4190" id="au5040" author-id="S0370269322007833-72dbada6c41eb7339b24619e757e5ae7"><ce:given-name>M.J.</ce:given-name><ce:surname>Kweon</ce:surname><ce:cross-ref refid="aff0570" id="crf5310"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6586-9300" id="au5050" author-id="S0370269322007833-61c9d458ff6df99d164b8862dacbd3e4"><ce:given-name>J.Y.</ce:given-name><ce:surname>Kwon</ce:surname><ce:cross-ref refid="aff0570" id="crf5320"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4180-0413" id="au5060" author-id="S0370269322007833-266373239c29ba30d3a1c785c3ab69ad"><ce:given-name>Y.</ce:given-name><ce:surname>Kwon</ce:surname><ce:cross-ref refid="aff1370" id="crf5330"><ce:sup>137</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5267-0140" id="au5070" author-id="S0370269322007833-6691eb515795d99ac215bc8b10f85758"><ce:given-name>S.L.</ce:given-name><ce:surname>La Pointe</ce:surname><ce:cross-ref refid="aff0380" id="crf5340"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7291-8166" id="au5080" author-id="S0370269322007833-e90aea54bfcd8809a4a391f3d39caa8e"><ce:given-name>P.</ce:given-name><ce:surname>La Rocca</ce:surname><ce:cross-ref refid="aff0260" id="crf5350"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author id="au5090" author-id="S0370269322007833-c3a2e758760734d44d0cbdf236a486e2"><ce:given-name>Y.S.</ce:given-name><ce:surname>Lai</ce:surname><ce:cross-ref refid="aff0740" id="crf5360"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au5100" author-id="S0370269322007833-36e308d0802cf92b90ccf4616096291c"><ce:given-name>A.</ce:given-name><ce:surname>Lakrathok</ce:surname><ce:cross-ref refid="aff1040" id="crf5370"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-1840-462X" id="au5110" author-id="S0370269322007833-ff5a2102a7f388c5230b30a441cd84ab"><ce:given-name>M.</ce:given-name><ce:surname>Lamanna</ce:surname><ce:cross-ref refid="aff0320" id="crf5380"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9471-1804" id="au5120" author-id="S0370269322007833-62a9bf37d4e0fdd48c7bd1f38dcfbf3a"><ce:given-name>R.</ce:given-name><ce:surname>Langoy</ce:surname><ce:cross-ref refid="aff1180" id="crf5390"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5489-3751" id="au5130" author-id="S0370269322007833-de3323d062bd80f0a2ab5558489c711f"><ce:given-name>P.</ce:given-name><ce:surname>Larionov</ce:surname><ce:cross-ref refid="aff0480" id="crf5400"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-8424-015X" id="au5140" author-id="S0370269322007833-010139fc11caead785cba90c3f22b78c"><ce:given-name>E.</ce:given-name><ce:surname>Laudi</ce:surname><ce:cross-ref refid="aff0320" id="crf5410"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7017-4183" id="au5150" author-id="S0370269322007833-d15f62cbf98296694c6b57b383cda374"><ce:given-name>L.</ce:given-name><ce:surname>Lautner</ce:surname><ce:cross-ref refid="aff0320" id="crf5420"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0960" id="crf5430"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8384-0384" id="au5160" author-id="S0370269322007833-5a4e839f45ef775afdfa6ac12c344603"><ce:given-name>R.</ce:given-name><ce:surname>Lavicka</ce:surname><ce:cross-ref refid="aff1020" id="crf5440"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8068-8786" id="au5170" author-id="S0370269322007833-7e32e6e6b61d9ff00c4dda9ac6d14492"><ce:given-name>T.</ce:given-name><ce:surname>Lazareva</ce:surname><ce:cross-ref refid="aff1390" id="crf5450"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5955-0769" id="au5180" author-id="S0370269322007833-cf38300965ac7a9451bda6d8a5680f06"><ce:given-name>R.</ce:given-name><ce:surname>Lea</ce:surname><ce:cross-ref refid="aff1300" id="crf5460"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf5470"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-3545-3275" id="au5190" author-id="S0370269322007833-37b2998cb24f91a83d6b8fe947873879"><ce:given-name>J.</ce:given-name><ce:surname>Lehrbach</ce:surname><ce:cross-ref refid="aff0380" id="crf5480"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1259-979X" id="au5200" author-id="S0370269322007833-bfac2d14339974e56090ce7d03cfd491"><ce:given-name>R.C.</ce:given-name><ce:surname>Lemmon</ce:surname><ce:cross-ref refid="aff0850" id="crf5490"><ce:sup>85</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7919-2150" id="au5210" author-id="S0370269322007833-c6fa5b28978d9fc7f7557a4533b27313"><ce:given-name>I.</ce:given-name><ce:surname>León Monzón</ce:surname><ce:cross-ref refid="aff1080" id="crf5500"><ce:sup>108</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7480-7558" id="au5220" author-id="S0370269322007833-b47d573d570778c72250034133dd0dcd"><ce:given-name>M.M.</ce:given-name><ce:surname>Lesch</ce:surname><ce:cross-ref refid="aff0960" id="crf5510"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8367-8703" id="au5230" author-id="S0370269322007833-1220936f8c3e772c7bc5bd52d164ea62"><ce:given-name>E.D.</ce:given-name><ce:surname>Lesser</ce:surname><ce:cross-ref refid="aff0180" id="crf5520"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author id="au5240" author-id="S0370269322007833-7503ab74dc32cdca0d0ce2708b6fc62b"><ce:given-name>M.</ce:given-name><ce:surname>Lettrich</ce:surname><ce:cross-ref refid="aff0960" id="crf5530"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9345-9620" id="au5250" author-id="S0370269322007833-e70f722970d8fa57f48b1ecb148e671f"><ce:given-name>P.</ce:given-name><ce:surname>Lévai</ce:surname><ce:cross-ref refid="aff1350" id="crf5540"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author id="au5260" author-id="S0370269322007833-a0605ac4e72e44712381b82def9271d2"><ce:given-name>X.</ce:given-name><ce:surname>Li</ce:surname><ce:cross-ref refid="aff0100" id="crf5550"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author id="au5270" author-id="S0370269322007833-cc74eb2247ce3af85a6732c250f67c0a"><ce:given-name>X.L.</ce:given-name><ce:surname>Li</ce:surname><ce:cross-ref refid="aff0060" id="crf5560"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0425-9138" id="au5280" author-id="S0370269322007833-4a992df9625f4654079a1d54fe3050dc"><ce:given-name>J.</ce:given-name><ce:surname>Lien</ce:surname><ce:cross-ref refid="aff1180" id="crf5570"><ce:sup>118</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9188-9428" id="au5290" author-id="S0370269322007833-7a65f3b7f678e5c2552787af798958bb"><ce:given-name>R.</ce:given-name><ce:surname>Lietava</ce:surname><ce:cross-ref refid="aff1000" id="crf5580"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1904-296X" id="au5300" author-id="S0370269322007833-d955dd326a6b24b472408dcf588fbe01"><ce:given-name>B.</ce:given-name><ce:surname>Lim</ce:surname><ce:cross-ref refid="aff0160" id="crf5590"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6335-7427" id="au5310" author-id="S0370269322007833-b2d24b5f31dcca3d1e704242a723ab1e"><ce:given-name>S.H.</ce:given-name><ce:surname>Lim</ce:surname><ce:cross-ref refid="aff0160" id="crf5600"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-7301-988X" id="au5320" author-id="S0370269322007833-a0abd4f8fbc66676d9d8cfbb0711ee28"><ce:given-name>V.</ce:given-name><ce:surname>Lindenstruth</ce:surname><ce:cross-ref refid="aff0380" id="crf5610"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author id="au5330" author-id="S0370269322007833-3d24a1b74ec4fbe786708a1f8c9f6e11"><ce:given-name>A.</ce:given-name><ce:surname>Lindner</ce:surname><ce:cross-ref refid="aff0450" id="crf5620"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0062-0536" id="au5340" author-id="S0370269322007833-8a5fa3bee787865749e0168a8df6dd75"><ce:given-name>C.</ce:given-name><ce:surname>Lippmann</ce:surname><ce:cross-ref refid="aff0980" id="crf5630"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6895-4829" id="au5350" author-id="S0370269322007833-ead95e3a774c81b3f89bc054e5d6f79d"><ce:given-name>A.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff0180" id="crf5640"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-6383-6069" id="au5360" author-id="S0370269322007833-72c31cf7fd4f7cbc1e067c301e264a7b"><ce:given-name>D.H.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff0060" id="crf5650"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8397-7620" id="au5370" author-id="S0370269322007833-d33f3673745ac09a4bd83a9832067fc2"><ce:given-name>J.</ce:given-name><ce:surname>Liu</ce:surname><ce:cross-ref refid="aff1160" id="crf5660"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9063-1599" id="au5380" author-id="S0370269322007833-b9e720b3892d6df4a602038adef2d89b"><ce:given-name>I.M.</ce:given-name><ce:surname>Lofnes</ce:surname><ce:cross-ref refid="aff0200" id="crf5670"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au5390" author-id="S0370269322007833-d2d5a8b78ccac0e373f920fe9a09aa97"><ce:given-name>V.</ce:given-name><ce:surname>Loginov</ce:surname><ce:cross-ref refid="aff1390" id="crf5680"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8635-8465" id="au5400" author-id="S0370269322007833-b413a08113ab7d7b659999e5cf6f80ec"><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname><ce:cross-ref refid="aff0870" id="crf5690"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6486-2230" id="au5410" author-id="S0370269322007833-7760f7b12e0ae50c6628884c9527b7f8"><ce:given-name>P.</ce:given-name><ce:surname>Loncar</ce:surname><ce:cross-ref refid="aff0330" id="crf5700"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5648-4206" id="au5420" author-id="S0370269322007833-746d5277a4842453b01541567420071c"><ce:given-name>J.A.</ce:given-name><ce:surname>Lopez</ce:surname><ce:cross-ref refid="aff0950" id="crf5710"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8159-8603" id="au5430" author-id="S0370269322007833-eb8caf4765a7b69b0b410dea503036ef"><ce:given-name>X.</ce:given-name><ce:surname>Lopez</ce:surname><ce:cross-ref refid="aff1240" id="crf5720"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2850-4222" id="au5440" author-id="S0370269322007833-bfdc7e80cc11f0b8e8ebbe116e3b40af"><ce:given-name>E.</ce:given-name><ce:surname>López Torres</ce:surname><ce:cross-ref refid="aff0070" id="crf5730"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7002-0061" id="au5450" author-id="S0370269322007833-a2a5203bc426c5b56c9677ef51fa9618"><ce:given-name>P.</ce:given-name><ce:surname>Lu</ce:surname><ce:cross-ref refid="aff0980" id="crf5740"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1170" id="crf5750"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-1802-5857" id="au5460" author-id="S0370269322007833-c5a67e8179608ec5b0aafcb27922b123"><ce:given-name>J.R.</ce:given-name><ce:surname>Luhder</ce:surname><ce:cross-ref refid="aff1340" id="crf5760"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6027-0024" id="au5470" author-id="S0370269322007833-ac354e12097ba3237b4e8becfa09068f"><ce:given-name>M.</ce:given-name><ce:surname>Lunardon</ce:surname><ce:cross-ref refid="aff0270" id="crf5770"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9901-2014" id="au5480" author-id="S0370269322007833-5e2aec4322b3a76ebd5b313f612d0ef9"><ce:given-name>G.</ce:given-name><ce:surname>Luparello</ce:surname><ce:cross-ref refid="aff0560" id="crf5780"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0233-9900" id="au5490" author-id="S0370269322007833-ae10f1124a6d10ee41f7dfd0969ec7f7"><ce:given-name>Y.G.</ce:given-name><ce:surname>Ma</ce:surname><ce:cross-ref refid="aff0390" id="crf5790"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au5500" author-id="S0370269322007833-ccf6c50f24679c23658aa80c5c5ba797"><ce:given-name>A.</ce:given-name><ce:surname>Maevskaya</ce:surname><ce:cross-ref refid="aff1390" id="crf5800"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-2291-691X" id="au5510" author-id="S0370269322007833-4db0592a99f5fe07487c6e2183bbec5e"><ce:given-name>M.</ce:given-name><ce:surname>Mager</ce:surname><ce:cross-ref refid="aff0320" id="crf5810"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au5520" author-id="S0370269322007833-49a35245a0dfd6d925af39e485fd2b19"><ce:given-name>T.</ce:given-name><ce:surname>Mahmoud</ce:surname><ce:cross-ref refid="aff0420" id="crf5820"><ce:sup>42</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4831-2367" id="au5530" author-id="S0370269322007833-9e32a4eb2d60d07492ed07879d1ba899"><ce:given-name>A.</ce:given-name><ce:surname>Maire</ce:surname><ce:cross-ref refid="aff1260" id="crf5830"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-9974-0169" id="au5540" author-id="S0370269322007833-480dc40dd11dfc77e873a612eccdb132"><ce:given-name>M.</ce:given-name><ce:surname>Malaev</ce:surname><ce:cross-ref refid="aff1390" id="crf5840"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5682-0903" id="au5550" author-id="S0370269322007833-0e6be5f29bec28493d92882efdf51b71"><ce:given-name>N.M.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff0910" id="crf5850"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au5560" author-id="S0370269322007833-c6fcc95cd4cdedae79297703c0d08aa2"><ce:given-name>Q.W.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff0190" id="crf5860"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0311-9552" id="au5570" author-id="S0370269322007833-95205b5ef60e770f6d26841eabc2e1d7"><ce:given-name>S.K.</ce:given-name><ce:surname>Malik</ce:surname><ce:cross-ref refid="aff0910" id="crf5870"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1723-4121" id="au5580" author-id="S0370269322007833-936b27afd733c31868b4919191980b7e"><ce:given-name>L.</ce:given-name><ce:surname>Malinina</ce:surname><ce:cross-ref refid="aff1400" id="crf5880"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0070" id="crf5890"><ce:sup>VII</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6683-7626" id="au5590" author-id="S0370269322007833-f926e6315c3305b537dca532275d8384"><ce:given-name>D.</ce:given-name><ce:surname>Mal'Kevich</ce:surname><ce:cross-ref refid="aff1390" id="crf5900"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4256-052X" id="au5600" author-id="S0370269322007833-dd91a2d4dbe46f21cab7d924d889e215"><ce:given-name>D.</ce:given-name><ce:surname>Mallick</ce:surname><ce:cross-ref refid="aff0800" id="crf5910"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2706-1025" id="au5610" author-id="S0370269322007833-cd1ebe862a29a9777788f8d7ec45ecb9"><ce:given-name>N.</ce:given-name><ce:surname>Mallick</ce:surname><ce:cross-ref refid="aff0470" id="crf5920"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4486-4807" id="au5620" author-id="S0370269322007833-d4c32185923f585ec34def60785e4b47"><ce:given-name>G.</ce:given-name><ce:surname>Mandaglio</ce:surname><ce:cross-ref refid="aff0300" id="crf5930"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf5940"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4772-3615" id="au5630" author-id="S0370269322007833-58aa8db033386d182aa416002abb0bb0"><ce:given-name>V.</ce:given-name><ce:surname>Manko</ce:surname><ce:cross-ref refid="aff1390" id="crf5950"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-5115-943X" id="au5640" author-id="S0370269322007833-ef1b895e9c8b25be214594011f130ecc"><ce:given-name>F.</ce:given-name><ce:surname>Manso</ce:surname><ce:cross-ref refid="aff1240" id="crf5960"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3102-1504" id="au5650" author-id="S0370269322007833-ee492d64c2c806fdfad2e45bb162139c"><ce:given-name>V.</ce:given-name><ce:surname>Manzari</ce:surname><ce:cross-ref refid="aff0490" id="crf5970"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0786-8545" id="au5660" author-id="S0370269322007833-bb39ae87032a2bc59c58de89d04c57e3"><ce:given-name>Y.</ce:given-name><ce:surname>Mao</ce:surname><ce:cross-ref refid="aff0060" id="crf5980"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1965-7953" id="au5670" author-id="S0370269322007833-f45a279d5594e6282983390571f98895"><ce:given-name>G.V.</ce:given-name><ce:surname>Margagliotti</ce:surname><ce:cross-ref refid="aff0230" id="crf5990"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2146-0391" id="au5680" author-id="S0370269322007833-a5a585b3a9c7faaf9557898ee27fdd26"><ce:given-name>A.</ce:given-name><ce:surname>Margotti</ce:surname><ce:cross-ref refid="aff0500" id="crf6000"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9069-0353" id="au5690" author-id="S0370269322007833-f5704986f4e8349acdb3984b81d54b4c"><ce:given-name>A.</ce:given-name><ce:surname>Marín</ce:surname><ce:cross-ref refid="aff0980" id="crf6010"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9675-4322" id="au5700" author-id="S0370269322007833-e992933fe49e7427774aa8771d49b5bb"><ce:given-name>C.</ce:given-name><ce:surname>Markert</ce:surname><ce:cross-ref refid="aff1070" id="crf6020"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author id="au5710" author-id="S0370269322007833-a7ddfbc7e23fce839e30d3ab7e77dfbe"><ce:given-name>M.</ce:given-name><ce:surname>Marquard</ce:surname><ce:cross-ref refid="aff0630" id="crf6030"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author id="au5720" author-id="S0370269322007833-afdd164b01b94a7074f2fbc620eb0ff1"><ce:given-name>N.A.</ce:given-name><ce:surname>Martin</ce:surname><ce:cross-ref refid="aff0950" id="crf6040"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0288-202X" id="au5730" author-id="S0370269322007833-bdb63031953a92be3633c45b8eeeff7d"><ce:given-name>P.</ce:given-name><ce:surname>Martinengo</ce:surname><ce:cross-ref refid="aff0320" id="crf6050"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au5740" author-id="S0370269322007833-144ea5f8ec04406173257519f3d666bd"><ce:given-name>J.L.</ce:given-name><ce:surname>Martinez</ce:surname><ce:cross-ref refid="aff1130" id="crf6060"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8503-3009" id="au5750" author-id="S0370269322007833-83f64474d3c65ea58bb147eca56c0a15"><ce:given-name>M.I.</ce:given-name><ce:surname>Martínez</ce:surname><ce:cross-ref refid="aff0440" id="crf6070"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8657-6742" id="au5760" author-id="S0370269322007833-e0c323ef8d16b785104467ea438dbdc9"><ce:given-name>G.</ce:given-name><ce:surname>Martínez García</ce:surname><ce:cross-ref refid="aff1030" id="crf6080"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2064-6517" id="au5770" author-id="S0370269322007833-51e0e8c2cceb524872d8036ecd225af9"><ce:given-name>S.</ce:given-name><ce:surname>Masciocchi</ce:surname><ce:cross-ref refid="aff0980" id="crf6090"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1880-5467" id="au5780" author-id="S0370269322007833-2a90111ac3a071bbb8b004ca1ea40d3c"><ce:given-name>M.</ce:given-name><ce:surname>Masera</ce:surname><ce:cross-ref refid="aff0240" id="crf6100"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2699-1522" id="au5790" author-id="S0370269322007833-04a5f97b261c83c0c4637dd4d3bb9705"><ce:given-name>A.</ce:given-name><ce:surname>Masoni</ce:surname><ce:cross-ref refid="aff0510" id="crf6110"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5475-5092" id="au5800" author-id="S0370269322007833-a3b063ae91333c1b0ffd50f56b12dfa5"><ce:given-name>L.</ce:given-name><ce:surname>Massacrier</ce:surname><ce:cross-ref refid="aff0720" id="crf6120"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3711-8902" id="au5810" author-id="S0370269322007833-f0a1544d330e5c9d0acb6ac10969b50a"><ce:given-name>A.</ce:given-name><ce:surname>Mastroserio</ce:surname><ce:cross-ref refid="aff1280" id="crf6130"><ce:sup>128</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0490" id="crf6140"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7604-9116" id="au5820" author-id="S0370269322007833-bfa142a04a6735de2fc215a59104ae27"><ce:given-name>A.M.</ce:given-name><ce:surname>Mathis</ce:surname><ce:cross-ref refid="aff0960" id="crf6150"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0015-9367" id="au5830" author-id="S0370269322007833-f318ba961bb1bb8859b8865292e28ed8"><ce:given-name>O.</ce:given-name><ce:surname>Matonoha</ce:surname><ce:cross-ref refid="aff0750" id="crf6160"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au5840" author-id="S0370269322007833-ce0d736fb3b62cb6bed681391218a8ea"><ce:given-name>P.F.T.</ce:given-name><ce:surname>Matuoka</ce:surname><ce:cross-ref refid="aff1090" id="crf6170"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4524-563X" id="au5850" author-id="S0370269322007833-9ff707b7acfe73de465ebe0d45c6c10b"><ce:given-name>A.</ce:given-name><ce:surname>Matyja</ce:surname><ce:cross-ref refid="aff1060" id="crf6180"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2570-8278" id="au5860" author-id="S0370269322007833-c3f2456b769b2c53717852137b45469d"><ce:given-name>C.</ce:given-name><ce:surname>Mayer</ce:surname><ce:cross-ref refid="aff1060" id="crf6190"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-7230-3792" id="au5870" author-id="S0370269322007833-9e67741419a6e506564d35337abc13d8"><ce:given-name>A.L.</ce:given-name><ce:surname>Mazuecos</ce:surname><ce:cross-ref refid="aff0320" id="crf6200"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2613-2901" id="au5880" author-id="S0370269322007833-b18c826c86e77aa14ae310934f28848b"><ce:given-name>F.</ce:given-name><ce:surname>Mazzaschi</ce:surname><ce:cross-ref refid="aff0240" id="crf6210"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1415-4559" id="au5890" author-id="S0370269322007833-d4a2d54448732d195ca1f3405e563f36"><ce:given-name>M.</ce:given-name><ce:surname>Mazzilli</ce:surname><ce:cross-ref refid="aff0320" id="crf6220"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9745-0504" id="au5900" author-id="S0370269322007833-2dc3ae02f3986fe0007b48539572abad"><ce:given-name>J.E.</ce:given-name><ce:surname>Mdhluli</ce:surname><ce:cross-ref refid="aff1200" id="crf6230"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author id="au5910" author-id="S0370269322007833-9c4cf9aa4a93681a22bbeac30e3992ca"><ce:given-name>A.F.</ce:given-name><ce:surname>Mechler</ce:surname><ce:cross-ref refid="aff0630" id="crf6240"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4165-505X" id="au5920" author-id="S0370269322007833-fe3bd84b2ae42e55489dadcb6bf8e526"><ce:given-name>Y.</ce:given-name><ce:surname>Melikyan</ce:surname><ce:cross-ref refid="aff1390" id="crf6250"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4856-8055" id="au5930" author-id="S0370269322007833-679be24f5fe9089afe4b6443cc8d824d"><ce:given-name>A.</ce:given-name><ce:surname>Menchaca-Rocha</ce:surname><ce:cross-ref refid="aff0660" id="crf6260"><ce:sup>66</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4389-7711" id="au5940" author-id="S0370269322007833-ade9e90d38be4880cfa450e0935dc1c4"><ce:given-name>E.</ce:given-name><ce:surname>Meninno</ce:surname><ce:cross-ref refid="aff1020" id="crf6270"><ce:sup>102</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0280" id="crf6280"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-3911-1744" id="au5950" author-id="S0370269322007833-8d4b98c0c67c27715a41cd7b188cfc99"><ce:given-name>A.S.</ce:given-name><ce:surname>Menon</ce:surname><ce:cross-ref refid="aff1130" id="crf6290"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-3106-8571" id="au5960" author-id="S0370269322007833-65fe57f72284fcc5a9d4d04bd694e61e"><ce:given-name>M.</ce:given-name><ce:surname>Meres</ce:surname><ce:cross-ref refid="aff0120" id="crf6300"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author id="au5970" author-id="S0370269322007833-5b43df089ea1f2f7448928ea22361631"><ce:given-name>S.</ce:given-name><ce:surname>Mhlanga</ce:surname><ce:cross-ref refid="aff1120" id="crf6310"><ce:sup>112</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0670" id="crf6320"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au5980" author-id="S0370269322007833-0e194c0ad078438bf71482e49c2edfdd"><ce:given-name>Y.</ce:given-name><ce:surname>Miake</ce:surname><ce:cross-ref refid="aff1220" id="crf6330"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1430-6655" id="au5990" author-id="S0370269322007833-5bde93661e530bacf2697fcdca0baba6"><ce:given-name>L.</ce:given-name><ce:surname>Micheletti</ce:surname><ce:cross-ref refid="aff0550" id="crf6340"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au6000" author-id="S0370269322007833-23da093ab0daff84a723157ce4593dd7"><ce:given-name>L.C.</ce:given-name><ce:surname>Migliorin</ce:surname><ce:cross-ref refid="aff1250" id="crf6350"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-2669-5696" id="au6010" author-id="S0370269322007833-ec8132d8c14dfab2bba67c3ff4584115"><ce:given-name>D.L.</ce:given-name><ce:surname>Mihaylov</ce:surname><ce:cross-ref refid="aff0960" id="crf6360"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6726-6407" id="au6020" author-id="S0370269322007833-38f09e4de019d55f2f02af6568866c3a"><ce:given-name>K.</ce:given-name><ce:surname>Mikhaylov</ce:surname><ce:cross-ref refid="aff1400" id="crf6370"><ce:sup>140</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1390" id="crf6380"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3892-2719" id="au6030" author-id="S0370269322007833-559e4d90ae5661c2eeeb2c90664b0cf7"><ce:given-name>A.N.</ce:given-name><ce:surname>Mishra</ce:surname><ce:cross-ref refid="aff1350" id="crf6390"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8627-9721" id="au6040" author-id="S0370269322007833-11f22e778a9776fc0fb59c6d4d8f1bd0"><ce:given-name>D.</ce:given-name><ce:surname>Miśkowiec</ce:surname><ce:cross-ref refid="aff0980" id="crf6400"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3056-8353" id="au6050" author-id="S0370269322007833-0c4e4eb3dc7d469d8cd8c02bbf734cdf"><ce:given-name>A.</ce:given-name><ce:surname>Modak</ce:surname><ce:cross-ref refid="aff0040" id="crf6410"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7634-8949" id="au6060" author-id="S0370269322007833-9c87caca3446383afb2f64dc72e63992"><ce:given-name>A.P.</ce:given-name><ce:surname>Mohanty</ce:surname><ce:cross-ref refid="aff0580" id="crf6420"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au6070" author-id="S0370269322007833-41ecee891e15cd078816eed128811f97"><ce:given-name>B.</ce:given-name><ce:surname>Mohanty</ce:surname><ce:cross-ref refid="aff0800" id="crf6430"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4767-1464" id="au6080" author-id="S0370269322007833-ead117af1bce11ee81eb5678b9142144"><ce:given-name>M.</ce:given-name><ce:surname>Mohisin Khan</ce:surname><ce:cross-ref refid="aff0150" id="crf6440"><ce:sup>15</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0050" id="crf6450"><ce:sup>V</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2845-8702" id="au6090" author-id="S0370269322007833-49276c918e8bb1aec665967903f1bbbb"><ce:given-name>M.A.</ce:given-name><ce:surname>Molander</ce:surname><ce:cross-ref refid="aff0430" id="crf6460"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4512-1645" id="au6100" author-id="S0370269322007833-dfccadccd6ca8ddb988c7b71dbab8fec"><ce:given-name>Z.</ce:given-name><ce:surname>Moravcova</ce:surname><ce:cross-ref refid="aff0830" id="crf6470"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3265-9614" id="au6110" author-id="S0370269322007833-665f88a79158a8e8f788dc3953c97e7c"><ce:given-name>C.</ce:given-name><ce:surname>Mordasini</ce:surname><ce:cross-ref refid="aff0960" id="crf6480"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3941-7607" id="au6120" author-id="S0370269322007833-462924ae16f46927423eb84a4d54b8a3"><ce:given-name>D.A.</ce:given-name><ce:surname>Moreira De Godoy</ce:surname><ce:cross-ref refid="aff1340" id="crf6490"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7286-4543" id="au6130" author-id="S0370269322007833-77d54cd49e232a3d81ad62cb0cd3055b"><ce:given-name>I.</ce:given-name><ce:surname>Morozov</ce:surname><ce:cross-ref refid="aff1390" id="crf6500"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3276-0464" id="au6140" author-id="S0370269322007833-3b644752f2833a280590e7d2cb815635"><ce:given-name>A.</ce:given-name><ce:surname>Morsch</ce:surname><ce:cross-ref refid="aff0320" id="crf6510"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1281-8291" id="au6150" author-id="S0370269322007833-a6e52521563dadda4fcf66535744aa54"><ce:given-name>T.</ce:given-name><ce:surname>Mrnjavac</ce:surname><ce:cross-ref refid="aff0320" id="crf6520"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5624-6486" id="au6160" author-id="S0370269322007833-64a6ab0403f8cd64a5dff0e5eb920af6"><ce:given-name>V.</ce:given-name><ce:surname>Muccifora</ce:surname><ce:cross-ref refid="aff0480" id="crf6530"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au6170" author-id="S0370269322007833-a0c40dcd3bce329a03e938ee3cced0d4"><ce:given-name>E.</ce:given-name><ce:surname>Mudnic</ce:surname><ce:cross-ref refid="aff0330" id="crf6540"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2378-9553" id="au6180" author-id="S0370269322007833-b2ff5bf3b45a3f5a117d5b53ed508ff9"><ce:given-name>S.</ce:given-name><ce:surname>Muhuri</ce:surname><ce:cross-ref refid="aff1310" id="crf6550"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6905-4352" id="au6190" author-id="S0370269322007833-f99358c1c870cc0fafdf5a9795565aff"><ce:given-name>J.D.</ce:given-name><ce:surname>Mulligan</ce:surname><ce:cross-ref refid="aff0740" id="crf6560"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au6200" author-id="S0370269322007833-8f73c238e6e583a6df239dd210d13e32"><ce:given-name>A.</ce:given-name><ce:surname>Mulliri</ce:surname><ce:cross-ref refid="aff0220" id="crf6570"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3695-3180" id="au6210" author-id="S0370269322007833-9080edf78fcbf8b6d3a149c5ce8954f3"><ce:given-name>M.G.</ce:given-name><ce:surname>Munhoz</ce:surname><ce:cross-ref refid="aff1090" id="crf6580"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8334-6933" id="au6220" author-id="S0370269322007833-e51a6131c1e53a702848dcae56610cce"><ce:given-name>R.H.</ce:given-name><ce:surname>Munzer</ce:surname><ce:cross-ref refid="aff0630" id="crf6590"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6548-6775" id="au6230" author-id="S0370269322007833-344903685fb7770611263048525de44e"><ce:given-name>H.</ce:given-name><ce:surname>Murakami</ce:surname><ce:cross-ref refid="aff1210" id="crf6600"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0548-588X" id="au6240" author-id="S0370269322007833-35c19811823556aa6752bbb2f1c2b6cf"><ce:given-name>S.</ce:given-name><ce:surname>Murray</ce:surname><ce:cross-ref refid="aff1120" id="crf6610"><ce:sup>112</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8814-2254" id="au6250" author-id="S0370269322007833-996d7aa154f9e16144e1fa3ce47f80e3"><ce:given-name>L.</ce:given-name><ce:surname>Musa</ce:surname><ce:cross-ref refid="aff0320" id="crf6620"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5729-4535" id="au6260" author-id="S0370269322007833-c3c3f8549f7e22fead6ca27af14e10d4"><ce:given-name>J.</ce:given-name><ce:surname>Musinsky</ce:surname><ce:cross-ref refid="aff0590" id="crf6630"><ce:sup>59</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8506-2275" id="au6270" author-id="S0370269322007833-6765998f81ce52a2c4fa56ca6b017ec7"><ce:given-name>J.W.</ce:given-name><ce:surname>Myrcha</ce:surname><ce:cross-ref refid="aff1320" id="crf6640"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0172-6976" id="au6280" author-id="S0370269322007833-32cbdc1abfa0993c30d8aae3934faaf0"><ce:given-name>B.</ce:given-name><ce:surname>Naik</ce:surname><ce:cross-ref refid="aff1200" id="crf6650"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8326-9846" id="au6290" author-id="S0370269322007833-237c22584c6ca621c5f96749067cb80b"><ce:given-name>R.</ce:given-name><ce:surname>Nair</ce:surname><ce:cross-ref refid="aff0790" id="crf6660"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-3988-5095" id="au6300" author-id="S0370269322007833-96df9e459c583260aabd5d0ed4f6a184"><ce:given-name>B.K.</ce:given-name><ce:surname>Nandi</ce:surname><ce:cross-ref refid="aff0460" id="crf6670"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6039-190X" id="au6310" author-id="S0370269322007833-d5b2107e950ed3c64325f13319a81643"><ce:given-name>R.</ce:given-name><ce:surname>Nania</ce:surname><ce:cross-ref refid="aff0500" id="crf6680"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2080-9010" id="au6320" author-id="S0370269322007833-9ba41c03cc318ef428880dcb5da67606"><ce:given-name>E.</ce:given-name><ce:surname>Nappi</ce:surname><ce:cross-ref refid="aff0490" id="crf6690"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8927-2798" id="au6330" author-id="S0370269322007833-3c125a6637088af60bd793c11fb5a33b"><ce:given-name>A.F.</ce:given-name><ce:surname>Nassirpour</ce:surname><ce:cross-ref refid="aff0750" id="crf6700"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-1524-5654" id="au6340" author-id="S0370269322007833-1e7fe6aadf2bcb2c38d8f3d9927a40ae"><ce:given-name>A.</ce:given-name><ce:surname>Nath</ce:surname><ce:cross-ref refid="aff0950" id="crf6710"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8768-6468" id="au6350" author-id="S0370269322007833-34c7d2644de61fcbe29b3524320549d2"><ce:given-name>C.</ce:given-name><ce:surname>Nattrass</ce:surname><ce:cross-ref refid="aff1190" id="crf6720"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author id="au6360" author-id="S0370269322007833-1395554728c6ef90ffc3e5fa4dfc2c3b"><ce:given-name>A.</ce:given-name><ce:surname>Neagu</ce:surname><ce:cross-ref refid="aff0190" id="crf6730"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au6370" author-id="S0370269322007833-fa04620255b5cf0ced8f6667ebb14e2a"><ce:given-name>A.</ce:given-name><ce:surname>Negru</ce:surname><ce:cross-ref refid="aff1230" id="crf6740"><ce:sup>123</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1059-8731" id="au6380" author-id="S0370269322007833-a260e0eca19fe1fd80c2e37bfbd86124"><ce:given-name>L.</ce:given-name><ce:surname>Nellen</ce:surname><ce:cross-ref refid="aff0640" id="crf6750"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au6390" author-id="S0370269322007833-c946e720e5c4165725521e0645d718d3"><ce:given-name>S.V.</ce:given-name><ce:surname>Nesbo</ce:surname><ce:cross-ref refid="aff0340" id="crf6760"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8585-7991" id="au6400" author-id="S0370269322007833-83f70f2ab8981554505a64559e0c4bdf"><ce:given-name>G.</ce:given-name><ce:surname>Neskovic</ce:surname><ce:cross-ref refid="aff0380" id="crf6770"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-6321-4889" id="au6410" author-id="S0370269322007833-1d968aa32dbb9adf717bc2ff0fe1c73e"><ce:given-name>D.</ce:given-name><ce:surname>Nesterov</ce:surname><ce:cross-ref refid="aff1390" id="crf6780"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0091-1934" id="au6420" author-id="S0370269322007833-4fad4b4cacdcc5494054455fc7fe2a57"><ce:given-name>B.S.</ce:given-name><ce:surname>Nielsen</ce:surname><ce:cross-ref refid="aff0830" id="crf6790"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9394-1066" id="au6430" author-id="S0370269322007833-5e0d6d3bef37eeacd455ff2fd35d7c94"><ce:given-name>E.G.</ce:given-name><ce:surname>Nielsen</ce:surname><ce:cross-ref refid="aff0830" id="crf6800"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1242-4866" id="au6440" author-id="S0370269322007833-03b317ae7a9074295a88e923fef71eed"><ce:given-name>S.</ce:given-name><ce:surname>Nikolaev</ce:surname><ce:cross-ref refid="aff1390" id="crf6810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8573-0851" id="au6450" author-id="S0370269322007833-13a982b695211ee03e5720fbeafedfd5"><ce:given-name>S.</ce:given-name><ce:surname>Nikulin</ce:surname><ce:cross-ref refid="aff1390" id="crf6820"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4826-6516" id="au6460" author-id="S0370269322007833-6a266cd208374cbd71bc43a69fad5755"><ce:given-name>V.</ce:given-name><ce:surname>Nikulin</ce:surname><ce:cross-ref refid="aff1390" id="crf6830"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6704-0256" id="au6470" author-id="S0370269322007833-e0c454b7c7fca2007515b9557d23fed7"><ce:given-name>F.</ce:given-name><ce:surname>Noferini</ce:surname><ce:cross-ref refid="aff0500" id="crf6840"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6104-1752" id="au6480" author-id="S0370269322007833-ce73d6ac08a836b15cf89863b264d142"><ce:given-name>S.</ce:given-name><ce:surname>Noh</ce:surname><ce:cross-ref refid="aff0110" id="crf6850"><ce:sup>11</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1220-1443" id="au6490" author-id="S0370269322007833-5f60d9249b1e118c4e1e19a061466d3a"><ce:given-name>P.</ce:given-name><ce:surname>Nomokonov</ce:surname><ce:cross-ref refid="aff1400" id="crf6860"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3783-5760" id="au6500" author-id="S0370269322007833-04ddb040e7256d81459d8b2d604d82be"><ce:given-name>J.</ce:given-name><ce:surname>Norman</ce:surname><ce:cross-ref refid="aff1160" id="crf6870"><ce:sup>116</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9609-566X" id="au6510" author-id="S0370269322007833-10082a1d2cb23b84ec2af915ab3ce0dd"><ce:given-name>N.</ce:given-name><ce:surname>Novitzky</ce:surname><ce:cross-ref refid="aff1220" id="crf6880"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8971-0874" id="au6520" author-id="S0370269322007833-89cee932c98742dde8d37f2569bac78e"><ce:given-name>P.</ce:given-name><ce:surname>Nowakowski</ce:surname><ce:cross-ref refid="aff1320" id="crf6890"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7877-2006" id="au6530" author-id="S0370269322007833-b704b555691c87aa51029be41c32abc6"><ce:given-name>A.</ce:given-name><ce:surname>Nyanin</ce:surname><ce:cross-ref refid="aff1390" id="crf6900"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-4425-586X" id="au6540" author-id="S0370269322007833-0fe5b7b2ffee5dcde79ac59bb5204e22"><ce:given-name>J.</ce:given-name><ce:surname>Nystrand</ce:surname><ce:cross-ref refid="aff0200" id="crf6910"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3390-2804" id="au6550" author-id="S0370269322007833-1f6dbf99ddefa547cb8092a10e74fc06"><ce:given-name>M.</ce:given-name><ce:surname>Ogino</ce:surname><ce:cross-ref refid="aff0760" id="crf6920"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4214-5844" id="au6560" author-id="S0370269322007833-68c856e3e31ba9ae46e1a3cf0fd7b39f"><ce:given-name>A.</ce:given-name><ce:surname>Ohlson</ce:surname><ce:cross-ref refid="aff0750" id="crf6930"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7162-5345" id="au6570" author-id="S0370269322007833-b6dd7e1db4469e2b861a26c63c002f91"><ce:given-name>V.A.</ce:given-name><ce:surname>Okorokov</ce:surname><ce:cross-ref refid="aff1390" id="crf6940"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2966-4903" id="au6580" author-id="S0370269322007833-4b54637a0b3dbb9f03da377fb857f191"><ce:given-name>J.</ce:given-name><ce:surname>Oleniacz</ce:surname><ce:cross-ref refid="aff1320" id="crf6950"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9421-5568" id="au6590" author-id="S0370269322007833-e919d0a3ebb4bb927bf3a87e6fc67c88"><ce:given-name>A.C.</ce:given-name><ce:surname>Oliveira Da Silva</ce:surname><ce:cross-ref refid="aff1190" id="crf6960"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5241-6735" id="au6600" author-id="S0370269322007833-ee3f97c8e319fe4cdf98e0660785c85a"><ce:given-name>M.H.</ce:given-name><ce:surname>Oliver</ce:surname><ce:cross-ref refid="aff1360" id="crf6970"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8848-1800" id="au6610" author-id="S0370269322007833-e6f50f7f16b66af365a7af642930fd18"><ce:given-name>A.</ce:given-name><ce:surname>Onnerstad</ce:surname><ce:cross-ref refid="aff1140" id="crf6980"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6194-4601" id="au6620" author-id="S0370269322007833-dda435886a590cbfc7ea1d77af3e51f5"><ce:given-name>C.</ce:given-name><ce:surname>Oppedisano</ce:surname><ce:cross-ref refid="aff0550" id="crf6990"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4788-7943" id="au6630" author-id="S0370269322007833-c6a2d1996925547f52c523a908287916"><ce:given-name>A.</ce:given-name><ce:surname>Ortiz Velasquez</ce:surname><ce:cross-ref refid="aff0640" id="crf7000"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author id="au6640" author-id="S0370269322007833-d7f1b48c18151d2adcfd0901daea63ca"><ce:given-name>A.</ce:given-name><ce:surname>Oskarsson</ce:surname><ce:cross-ref refid="aff0750" id="crf7010"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5471-6595" id="au6650" author-id="S0370269322007833-453c2920b4d8be43344a508683c61206"><ce:given-name>J.</ce:given-name><ce:surname>Otwinowski</ce:surname><ce:cross-ref refid="aff1060" id="crf7020"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author id="au6660" author-id="S0370269322007833-3397848215c1376cf0f1ed7b9a934e8b"><ce:given-name>M.</ce:given-name><ce:surname>Oya</ce:surname><ce:cross-ref refid="aff0930" id="crf7030"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8576-1268" id="au6670" author-id="S0370269322007833-ef1f97862dcdec187e1b2f91615f60fb"><ce:given-name>K.</ce:given-name><ce:surname>Oyama</ce:surname><ce:cross-ref refid="aff0760" id="crf7040"><ce:sup>76</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6142-1528" id="au6680" author-id="S0370269322007833-02951a4df40a044a3fdcb144a019433a"><ce:given-name>Y.</ce:given-name><ce:surname>Pachmayer</ce:surname><ce:cross-ref refid="aff0950" id="crf7050"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-8144-2829" id="au6690" author-id="S0370269322007833-0b6285cc2d39707ea9f13a51bd6d5b54"><ce:given-name>S.</ce:given-name><ce:surname>Padhan</ce:surname><ce:cross-ref refid="aff0460" id="crf7060"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0333-448X" id="au6700" author-id="S0370269322007833-9069b38983788ec66d195a57d1524b7f"><ce:given-name>D.</ce:given-name><ce:surname>Pagano</ce:surname><ce:cross-ref refid="aff1300" id="crf7070"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf7080"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2513-2459" id="au6710" author-id="S0370269322007833-ce839a94242220bf435631842afb0293"><ce:given-name>G.</ce:given-name><ce:surname>Paić</ce:surname><ce:cross-ref refid="aff0640" id="crf7090"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5686-6626" id="au6720" author-id="S0370269322007833-6cba21a41aca7c6610396c00bfd39885"><ce:given-name>A.</ce:given-name><ce:surname>Palasciano</ce:surname><ce:cross-ref refid="aff0490" id="crf7100"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0343-2082" id="au6730" author-id="S0370269322007833-e703bd295ab2957c66eb8214d8eca59a"><ce:given-name>S.</ce:given-name><ce:surname>Panebianco</ce:surname><ce:cross-ref refid="aff1270" id="crf7110"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2540-2394" id="au6740" author-id="S0370269322007833-74cbb4ced7b52b8c9691caed9743ca8c"><ce:given-name>J.</ce:given-name><ce:surname>Park</ce:surname><ce:cross-ref refid="aff0570" id="crf7120"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5166-5788" id="au6750" author-id="S0370269322007833-95c25ea1f28adf21626083f349ff97e2"><ce:given-name>J.E.</ce:given-name><ce:surname>Parkkila</ce:surname><ce:cross-ref refid="aff0320" id="crf7130"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1140" id="crf7140"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author id="au6760" author-id="S0370269322007833-680583f3874b29c55eb10d3520e268f0"><ce:given-name>S.P.</ce:given-name><ce:surname>Pathak</ce:surname><ce:cross-ref refid="aff1130" id="crf7150"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au6770" author-id="S0370269322007833-847552a53a245de70c10f37cd68d4367"><ce:given-name>R.N.</ce:given-name><ce:surname>Patra</ce:surname><ce:cross-ref refid="aff0910" id="crf7160"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1461-3743" id="au6780" author-id="S0370269322007833-d3578f964b837ff3a07c28a314787b67"><ce:given-name>B.</ce:given-name><ce:surname>Paul</ce:surname><ce:cross-ref refid="aff0220" id="crf7170"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5078-3336" id="au6790" author-id="S0370269322007833-91dac35df9959699e674ebdc8c87d401"><ce:given-name>H.</ce:given-name><ce:surname>Pei</ce:surname><ce:cross-ref refid="aff0060" id="crf7180"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7116-899X" id="au6800" author-id="S0370269322007833-8ed13caacc363e25fa12cfdfffef053c"><ce:given-name>T.</ce:given-name><ce:surname>Peitzmann</ce:surname><ce:cross-ref refid="aff0580" id="crf7190"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0759-2283" id="au6810" author-id="S0370269322007833-5165c595313be6e458617394fd9c952a"><ce:given-name>X.</ce:given-name><ce:surname>Peng</ce:surname><ce:cross-ref refid="aff0060" id="crf7200"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5496-580X" id="au6820" author-id="S0370269322007833-ed78e1c6148862c89d30efaf8d02e12f"><ce:given-name>L.G.</ce:given-name><ce:surname>Pereira</ce:surname><ce:cross-ref refid="aff0650" id="crf7210"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3863-352X" id="au6830" author-id="S0370269322007833-4bb9824b0aa379c6439ad125c62316dd"><ce:given-name>H.</ce:given-name><ce:surname>Pereira Da Costa</ce:surname><ce:cross-ref refid="aff1270" id="crf7220"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3709-5130" id="au6840" author-id="S0370269322007833-d4e399695b3a5debf242545c3b1c4098"><ce:given-name>D.</ce:given-name><ce:surname>Peresunko</ce:surname><ce:cross-ref refid="aff1390" id="crf7230"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8817-5013" id="au6850" author-id="S0370269322007833-6f89487c37f9d14b5cbdc975e4b25187"><ce:given-name>G.M.</ce:given-name><ce:surname>Perez</ce:surname><ce:cross-ref refid="aff0070" id="crf7240"><ce:sup>7</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1192-137X" id="au6860" author-id="S0370269322007833-85c7c25be2c15d308a265918f2373419"><ce:given-name>S.</ce:given-name><ce:surname>Perrin</ce:surname><ce:cross-ref refid="aff1270" id="crf7250"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author id="au6870" author-id="S0370269322007833-b2a1cbaa55a74f346f1338623a67cd26"><ce:given-name>Y.</ce:given-name><ce:surname>Pestov</ce:surname><ce:cross-ref refid="aff1390" id="crf7260"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4057-3415" id="au6880" author-id="S0370269322007833-45f917c01c367be5af8a10d42512d4c3"><ce:given-name>V.</ce:given-name><ce:surname>Petráček</ce:surname><ce:cross-ref refid="aff0350" id="crf7270"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-4054-2336" id="au6890" author-id="S0370269322007833-dbee9581f6b117e88194a9f22c5368c0"><ce:given-name>V.</ce:given-name><ce:surname>Petrov</ce:surname><ce:cross-ref refid="aff1390" id="crf7280"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2291-6955" id="au6900" author-id="S0370269322007833-727e781718043733efb713fa083fe9a6"><ce:given-name>M.</ce:given-name><ce:surname>Petrovici</ce:surname><ce:cross-ref refid="aff0450" id="crf7290"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0452-3103" id="au6910" author-id="S0370269322007833-10cb6be81a76cf436f1607dc49b9bc27"><ce:given-name>R.P.</ce:given-name><ce:surname>Pezzi</ce:surname><ce:cross-ref refid="aff1030" id="crf7300"><ce:sup>103</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0650" id="crf7310"><ce:sup>65</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4903-9865" id="au6920" author-id="S0370269322007833-78123ee98907dd03c1791d033e172234"><ce:given-name>S.</ce:given-name><ce:surname>Piano</ce:surname><ce:cross-ref refid="aff0560" id="crf7320"><ce:sup>56</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0004-8574-2392" id="au6930" author-id="S0370269322007833-946883e1f561d1a058691674b9d6bd2e"><ce:given-name>M.</ce:given-name><ce:surname>Pikna</ce:surname><ce:cross-ref refid="aff0120" id="crf7330"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9067-0803" id="au6940" author-id="S0370269322007833-527c1efc9afeb3aa34f6162708c25dbc"><ce:given-name>P.</ce:given-name><ce:surname>Pillot</ce:surname><ce:cross-ref refid="aff1030" id="crf7340"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8923-4003" id="au6950" author-id="S0370269322007833-cb4892c3af4fce0f3301066e18feebc7"><ce:given-name>O.</ce:given-name><ce:surname>Pinazza</ce:surname><ce:cross-ref refid="aff0500" id="crf7350"><ce:sup>50</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0320" id="crf7360"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au6960" author-id="S0370269322007833-f12732ef44b9fddd17576a6bf3d93dd4"><ce:given-name>L.</ce:given-name><ce:surname>Pinsky</ce:surname><ce:cross-ref refid="aff1130" id="crf7370"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7454-4324" id="au6970" author-id="S0370269322007833-aa9f34aad1442387090668b31d40f7e8"><ce:given-name>C.</ce:given-name><ce:surname>Pinto</ce:surname><ce:cross-ref refid="aff0960" id="crf7380"><ce:sup>96</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0260" id="crf7390"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4080-6562" id="au6980" author-id="S0370269322007833-2173f54350c1cc047c951d953e5eb99a"><ce:given-name>S.</ce:given-name><ce:surname>Pisano</ce:surname><ce:cross-ref refid="aff0480" id="crf7400"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3161-9183" id="au6990" author-id="S0370269322007833-586f6951340128ab950c16d5381f227b"><ce:given-name>M.</ce:given-name><ce:surname>Płoskoń</ce:surname><ce:cross-ref refid="aff0740" id="crf7410"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author id="au7000" author-id="S0370269322007833-bdf0ea6d648be81134e3c70730309a46"><ce:given-name>M.</ce:given-name><ce:surname>Planinic</ce:surname><ce:cross-ref refid="aff0890" id="crf7420"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author id="au7010" author-id="S0370269322007833-771a1f0dd09d872127750683d29073c7"><ce:given-name>F.</ce:given-name><ce:surname>Pliquett</ce:surname><ce:cross-ref refid="aff0630" id="crf7430"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1832-595X" id="au7020" author-id="S0370269322007833-836d8f10606252b7f8a3e21597618b48"><ce:given-name>M.G.</ce:given-name><ce:surname>Poghosyan</ce:surname><ce:cross-ref refid="aff0870" id="crf7440"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0414-5525" id="au7030" author-id="S0370269322007833-6138c603a71a85658d61e7d6a0e9a208"><ce:given-name>S.</ce:given-name><ce:surname>Politano</ce:surname><ce:cross-ref refid="aff0290" id="crf7450"><ce:sup>29</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4512-9620" id="au7040" author-id="S0370269322007833-3a072758372f85ff545317ad0bacae7b"><ce:given-name>N.</ce:given-name><ce:surname>Poljak</ce:surname><ce:cross-ref refid="aff0890" id="crf7460"><ce:sup>89</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0425-5724" id="au7050" author-id="S0370269322007833-e71d8fde1386ed3a932ccefe4ea490de"><ce:given-name>A.</ce:given-name><ce:surname>Pop</ce:surname><ce:cross-ref refid="aff0450" id="crf7470"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2646-6189" id="au7060" author-id="S0370269322007833-9e010953a762b9a34b2d116e86545c5b"><ce:given-name>S.</ce:given-name><ce:surname>Porteboeuf-Houssais</ce:surname><ce:cross-ref refid="aff1240" id="crf7480"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6265-8794" id="au7070" author-id="S0370269322007833-6a27792c6e8b46cda863565b5129954c"><ce:given-name>J.</ce:given-name><ce:surname>Porter</ce:surname><ce:cross-ref refid="aff0740" id="crf7490"><ce:sup>74</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3362-7411" id="au7080" author-id="S0370269322007833-82e39c20b7a006475aceeb9dfe20f382"><ce:given-name>V.</ce:given-name><ce:surname>Pozdniakov</ce:surname><ce:cross-ref refid="aff1400" id="crf7500"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7394-8834" id="au7090" author-id="S0370269322007833-729ca80d5d6badc9a9e0fd66f9f0876f"><ce:given-name>S.K.</ce:given-name><ce:surname>Prasad</ce:surname><ce:cross-ref refid="aff0040" id="crf7510"><ce:sup>4</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0607-2841" id="au7100" author-id="S0370269322007833-0c367e61960037a7557e1736f53ae90e"><ce:given-name>S.</ce:given-name><ce:surname>Prasad</ce:surname><ce:cross-ref refid="aff0470" id="crf7520"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1539-9275" id="au7110" author-id="S0370269322007833-af36364e9428395e5ba1b270ff19e711"><ce:given-name>R.</ce:given-name><ce:surname>Preghenella</ce:surname><ce:cross-ref refid="aff0500" id="crf7530"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6179-150X" id="au7120" author-id="S0370269322007833-b1be19acf78612f1d95f75cd0255877b"><ce:given-name>F.</ce:given-name><ce:surname>Prino</ce:surname><ce:cross-ref refid="aff0550" id="crf7540"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0458-538X" id="au7130" author-id="S0370269322007833-5558a77500034358e5b29f499c1295cc"><ce:given-name>C.A.</ce:given-name><ce:surname>Pruneau</ce:surname><ce:cross-ref refid="aff1330" id="crf7550"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1752-4524" id="au7140" author-id="S0370269322007833-b348e07611f034bb2f7158e98ac2658b"><ce:given-name>I.</ce:given-name><ce:surname>Pshenichnov</ce:surname><ce:cross-ref refid="aff1390" id="crf7560"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8118-9049" id="au7150" author-id="S0370269322007833-481a95d94e97d9c977c233501c2895dd"><ce:given-name>M.</ce:given-name><ce:surname>Puccio</ce:surname><ce:cross-ref refid="aff0320" id="crf7570"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1401-5900" id="au7160" author-id="S0370269322007833-1b3912746ce28a2860e22fc2f3d0cae4"><ce:given-name>S.</ce:given-name><ce:surname>Qiu</ce:surname><ce:cross-ref refid="aff0840" id="crf7580"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0793-8275" id="au7170" author-id="S0370269322007833-7097bc2294a71f0e69f49eab4e586b85"><ce:given-name>L.</ce:given-name><ce:surname>Quaglia</ce:surname><ce:cross-ref refid="aff0240" id="crf7590"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au7180" author-id="S0370269322007833-71d8dc818ab74635daaf926f8b34037e"><ce:given-name>R.E.</ce:given-name><ce:surname>Quishpe</ce:surname><ce:cross-ref refid="aff1130" id="crf7600"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9765-5668" id="au7190" author-id="S0370269322007833-dddddcdd47ebc9eee291f039bec41a4d"><ce:given-name>S.</ce:given-name><ce:surname>Ragoni</ce:surname><ce:cross-ref refid="aff1000" id="crf7610"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4484-6430" id="au7200" author-id="S0370269322007833-176ecf3eb3fe45c3e73fecf652633cc7"><ce:given-name>A.</ce:given-name><ce:surname>Rakotozafindrabe</ce:surname><ce:cross-ref refid="aff1270" id="crf7620"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2325-8680" id="au7210" author-id="S0370269322007833-3550a6ae6d4fdbfad22c58d69be393c7"><ce:given-name>L.</ce:given-name><ce:surname>Ramello</ce:surname><ce:cross-ref refid="aff1290" id="crf7630"><ce:sup>129</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf7640"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6101-5981" id="au7220" author-id="S0370269322007833-d0ae04bab4ad3134b6a70a06711094fd"><ce:given-name>F.</ce:given-name><ce:surname>Rami</ce:surname><ce:cross-ref refid="aff1260" id="crf7650"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2864-8565" id="au7230" author-id="S0370269322007833-11f74769c1c1575b2e73bb945306edc5"><ce:given-name>S.A.R.</ce:given-name><ce:surname>Ramirez</ce:surname><ce:cross-ref refid="aff0440" id="crf7660"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author id="au7240" author-id="S0370269322007833-bb79a1577b895a313cd01551c0cff4ae"><ce:given-name>T.A.</ce:given-name><ce:surname>Rancien</ce:surname><ce:cross-ref refid="aff0730" id="crf7670"><ce:sup>73</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9172-5474" id="au7250" author-id="S0370269322007833-4e7e932d80a9c86a0e106f445053b4fa"><ce:given-name>R.</ce:given-name><ce:surname>Raniwala</ce:surname><ce:cross-ref refid="aff0920" id="crf7680"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author id="au7260" author-id="S0370269322007833-49fd933c0d6250b48845decbabdfb786"><ce:given-name>S.</ce:given-name><ce:surname>Raniwala</ce:surname><ce:cross-ref refid="aff0920" id="crf7690"><ce:sup>92</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6792-7773" id="au7270" author-id="S0370269322007833-db43f171a496f6f31ddfdb67593b86a7"><ce:given-name>S.S.</ce:given-name><ce:surname>Räsänen</ce:surname><ce:cross-ref refid="aff0430" id="crf7700"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0118-3131" id="au7280" author-id="S0370269322007833-d71f95538ce6f71980e675efdbda3380"><ce:given-name>R.</ce:given-name><ce:surname>Rath</ce:surname><ce:cross-ref refid="aff0470" id="crf7710"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6120-4726" id="au7290" author-id="S0370269322007833-d27a2fbe6ac2d9c16ccb59957307db0d"><ce:given-name>I.</ce:given-name><ce:surname>Ravasenga</ce:surname><ce:cross-ref refid="aff0840" id="crf7720"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3358-7667" id="au7300" author-id="S0370269322007833-d98ca0903edf64e661cfee1dcff4a7ca"><ce:given-name>K.F.</ce:given-name><ce:surname>Read</ce:surname><ce:cross-ref refid="aff0870" id="crf7730"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1190" id="crf7740"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8102-9686" id="au7310" author-id="S0370269322007833-213c316b352d00bbebd305687bd0ca22"><ce:given-name>A.R.</ce:given-name><ce:surname>Redelbach</ce:surname><ce:cross-ref refid="aff0380" id="crf7750"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2629-1710" id="au7320" author-id="S0370269322007833-aa8eb7b583e843357cd9e2a00971c9b4"><ce:given-name>K.</ce:given-name><ce:surname>Redlich</ce:surname><ce:cross-ref refid="aff0790" id="crf7760"><ce:sup>79</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0060" id="crf7770"><ce:sup>VI</ce:sup></ce:cross-ref></ce:author><ce:author id="au7330" author-id="S0370269322007833-1d60b3d2a37988e081ca18f40e2ddf3b"><ce:given-name>A.</ce:given-name><ce:surname>Rehman</ce:surname><ce:cross-ref refid="aff0200" id="crf7780"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au7340" author-id="S0370269322007833-bb75f985eb82991cb0bfa8a3c1ea6462"><ce:given-name>P.</ce:given-name><ce:surname>Reichelt</ce:surname><ce:cross-ref refid="aff0630" id="crf7790"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5263-3593" id="au7350" author-id="S0370269322007833-8827563cee5df01ff22cadd8cf3a294b"><ce:given-name>F.</ce:given-name><ce:surname>Reidt</ce:surname><ce:cross-ref refid="aff0320" id="crf7800"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-8025-735X" id="au7360" author-id="S0370269322007833-6f0417fbf4f67ca8b78c945db16dcea1"><ce:given-name>H.A.</ce:given-name><ce:surname>Reme-Ness</ce:surname><ce:cross-ref refid="aff0340" id="crf7810"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author id="au7370" author-id="S0370269322007833-45755ece9a112e15955ca4a1e30074ff"><ce:given-name>Z.</ce:given-name><ce:surname>Rescakova</ce:surname><ce:cross-ref refid="aff0370" id="crf7820"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9808-1811" id="au7380" author-id="S0370269322007833-a6381c8edaeb00e649c612097f3361e2"><ce:given-name>K.</ce:given-name><ce:surname>Reygers</ce:surname><ce:cross-ref refid="aff0950" id="crf7830"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-9874-9819" id="au7390" author-id="S0370269322007833-8df4b35a499d19eab1d1fa55152b7c13"><ce:given-name>A.</ce:given-name><ce:surname>Riabov</ce:surname><ce:cross-ref refid="aff1390" id="crf7840"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8142-6374" id="au7400" author-id="S0370269322007833-a7b5f65d277951798efd475aaedb6e48"><ce:given-name>V.</ce:given-name><ce:surname>Riabov</ce:surname><ce:cross-ref refid="aff1390" id="crf7850"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5208-6657" id="au7410" author-id="S0370269322007833-91129b25e4ed659b8ac880785ced7ab4"><ce:given-name>R.</ce:given-name><ce:surname>Ricci</ce:surname><ce:cross-ref refid="aff0280" id="crf7860"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author id="au7420" author-id="S0370269322007833-8561e3b1cc47e0d1dadd96b6e68abb2a"><ce:given-name>T.</ce:given-name><ce:surname>Richert</ce:surname><ce:cross-ref refid="aff0750" id="crf7870"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-3492-3758" id="au7430" author-id="S0370269322007833-a25047b3bf8a5b0df891afd4177a02a9"><ce:given-name>M.</ce:given-name><ce:surname>Richter</ce:surname><ce:cross-ref refid="aff0190" id="crf7880"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1824-0822" id="au7440" author-id="S0370269322007833-249a8b0c9ba2a65e2db6d83a7a762fa5"><ce:given-name>W.</ce:given-name><ce:surname>Riegler</ce:surname><ce:cross-ref refid="aff0320" id="crf7890"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0030-8377" id="au7450" author-id="S0370269322007833-b1de41581c0aa07bde38faa0c8bc8127"><ce:given-name>F.</ce:given-name><ce:surname>Riggi</ce:surname><ce:cross-ref refid="aff0260" id="crf7900"><ce:sup>26</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9760-645X" id="au7460" author-id="S0370269322007833-1316be5b198c4e2b06565bf3c8ec4acf"><ce:given-name>C.</ce:given-name><ce:surname>Ristea</ce:surname><ce:cross-ref refid="aff0620" id="crf7910"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9596-1060" id="au7470" author-id="S0370269322007833-0edc57380bd02242b3e4ee941d40a812"><ce:given-name>M.</ce:given-name><ce:surname>Rodríguez Cahuantzi</ce:surname><ce:cross-ref refid="aff0440" id="crf7920"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7803-9640" id="au7480" author-id="S0370269322007833-79a3009a79f907ea5b523a3f11ab5c68"><ce:given-name>K.</ce:given-name><ce:surname>Røed</ce:surname><ce:cross-ref refid="aff0190" id="crf7930"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4680-4413" id="au7490" author-id="S0370269322007833-99691760df845e7cfdfa6dd28ffe36cc"><ce:given-name>R.</ce:given-name><ce:surname>Rogalev</ce:surname><ce:cross-ref refid="aff1390" id="crf7940"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4278-5999" id="au7500" author-id="S0370269322007833-bcf5559677299b97f9f37d3bb7f623ab"><ce:given-name>E.</ce:given-name><ce:surname>Rogochaya</ce:surname><ce:cross-ref refid="aff1400" id="crf7950"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0649-2283" id="au7510" author-id="S0370269322007833-6cc4a99452d937a67cad874ba707ece6"><ce:given-name>T.S.</ce:given-name><ce:surname>Rogoschinski</ce:surname><ce:cross-ref refid="aff0630" id="crf7960"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4101-0160" id="au7520" author-id="S0370269322007833-0e4712e9f552e33a3df9ed01e24b3c77"><ce:given-name>D.</ce:given-name><ce:surname>Rohr</ce:surname><ce:cross-ref refid="aff0320" id="crf7970"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4966-9584" id="au7530" author-id="S0370269322007833-0234962e01cea9cdd0c8e3813ba4ca92"><ce:given-name>D.</ce:given-name><ce:surname>Röhrich</ce:surname><ce:cross-ref refid="aff0200" id="crf7980"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author id="au7540" author-id="S0370269322007833-2fa2d55f41cf3c57f01a723410343149"><ce:given-name>P.F.</ce:given-name><ce:surname>Rojas</ce:surname><ce:cross-ref refid="aff0440" id="crf7990"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2361-2662" id="au7550" author-id="S0370269322007833-a2b6a59ba7a2dd0e0af80c978111a313"><ce:given-name>S.</ce:given-name><ce:surname>Rojas Torres</ce:surname><ce:cross-ref refid="aff0350" id="crf8000"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4433-2133" id="au7560" author-id="S0370269322007833-ff1942d078b1084dc5f931fc019637e5"><ce:given-name>P.S.</ce:given-name><ce:surname>Rokita</ce:surname><ce:cross-ref refid="aff1320" id="crf8010"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5245-8441" id="au7570" author-id="S0370269322007833-a3dafc6b3ccad8fa7df553fd077eec49"><ce:given-name>F.</ce:given-name><ce:surname>Ronchetti</ce:surname><ce:cross-ref refid="aff0480" id="crf8020"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6467-2418" id="au7580" author-id="S0370269322007833-d95c4b1d7c9e33905a1ec11bd5bd7a91"><ce:given-name>A.</ce:given-name><ce:surname>Rosano</ce:surname><ce:cross-ref refid="aff0300" id="crf8030"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf8040"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author id="au7590" author-id="S0370269322007833-9ac9b056d9260107e6f66bd2e85f16a9"><ce:given-name>E.D.</ce:given-name><ce:surname>Rosas</ce:surname><ce:cross-ref refid="aff0640" id="crf8050"><ce:sup>64</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6067-6294" id="au7600" author-id="S0370269322007833-0789cf0acb459ac48aae646ea4fff36d"><ce:given-name>A.</ce:given-name><ce:surname>Rossi</ce:surname><ce:cross-ref refid="aff0530" id="crf8060"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1142-3186" id="au7610" author-id="S0370269322007833-3c7922816f3a4b140a03dca05a48170d"><ce:given-name>A.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0470" id="crf8070"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author id="au7620" author-id="S0370269322007833-a2c95ea42148b64204b813f041087279"><ce:given-name>P.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0990" id="crf8080"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1397-8334" id="au7630" author-id="S0370269322007833-e8216bb3c9e672b808a72c0b142580dc"><ce:given-name>S.</ce:given-name><ce:surname>Roy</ce:surname><ce:cross-ref refid="aff0460" id="crf8090"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9874-7249" id="au7640" author-id="S0370269322007833-21d23b231a94875bee109b04f056699a"><ce:given-name>N.</ce:given-name><ce:surname>Rubini</ce:surname><ce:cross-ref refid="aff0250" id="crf8100"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6365-3258" id="au7650" author-id="S0370269322007833-58372d9b3f7e75dda762297cde10d248"><ce:given-name>O.V.</ce:given-name><ce:surname>Rueda</ce:surname><ce:cross-ref refid="aff0750" id="crf8110"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7082-5890" id="au7660" author-id="S0370269322007833-812d388ab783acda0f18fef29f22be4a"><ce:given-name>D.</ce:given-name><ce:surname>Ruggiano</ce:surname><ce:cross-ref refid="aff1320" id="crf8120"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6993-0332" id="au7670" author-id="S0370269322007833-cce1449286029844bca6b3747d02298a"><ce:given-name>R.</ce:given-name><ce:surname>Rui</ce:surname><ce:cross-ref refid="aff0230" id="crf8130"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author id="au7680" author-id="S0370269322007833-625be96a2f92a34f4ab28acc012163fa"><ce:given-name>B.</ce:given-name><ce:surname>Rumyantsev</ce:surname><ce:cross-ref refid="aff1400" id="crf8140"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3858-4278" id="au7690" author-id="S0370269322007833-811bc8b4f52e23443d85b7df17a8c0f8"><ce:given-name>P.G.</ce:given-name><ce:surname>Russek</ce:surname><ce:cross-ref refid="aff0020" id="crf8150"><ce:sup>2</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7492-974X" id="au7700" author-id="S0370269322007833-382bae6674b95129a686a1582c2cbd62"><ce:given-name>R.</ce:given-name><ce:surname>Russo</ce:surname><ce:cross-ref refid="aff0840" id="crf8160"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8678-6400" id="au7710" author-id="S0370269322007833-3f18061f27d8ef882f8bc13c3ad28a1e"><ce:given-name>A.</ce:given-name><ce:surname>Rustamov</ce:surname><ce:cross-ref refid="aff0810" id="crf8170"><ce:sup>81</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-8982-9510" id="au7720" author-id="S0370269322007833-da224bbaa7d58df68ca142bd1d327ea1"><ce:given-name>E.</ce:given-name><ce:surname>Ryabinkin</ce:surname><ce:cross-ref refid="aff1390" id="crf8180"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3028-8776" id="au7730" author-id="S0370269322007833-9dc7fbdefd058c8dbbadbcccacfaa812"><ce:given-name>Y.</ce:given-name><ce:surname>Ryabov</ce:surname><ce:cross-ref refid="aff1390" id="crf8190"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3076-0505" id="au7740" author-id="S0370269322007833-0a49addc5bf52af0bf1d9600608df117"><ce:given-name>A.</ce:given-name><ce:surname>Rybicki</ce:surname><ce:cross-ref refid="aff1060" id="crf8200"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7493-5552" id="au7750" author-id="S0370269322007833-4e71a4d8878b932d0f7f0fac8338f177"><ce:given-name>H.</ce:given-name><ce:surname>Rytkonen</ce:surname><ce:cross-ref refid="aff1140" id="crf8210"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3274-9986" id="au7760" author-id="S0370269322007833-cb56ae8a44e3cc494d7b67afa9bccd92"><ce:given-name>W.</ce:given-name><ce:surname>Rzesa</ce:surname><ce:cross-ref refid="aff1320" id="crf8220"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3346-3645" id="au7770" author-id="S0370269322007833-0028258bab866460c144c7c968794773"><ce:given-name>O.A.M.</ce:given-name><ce:surname>Saarimaki</ce:surname><ce:cross-ref refid="aff0430" id="crf8230"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0438-8359" id="au7780" author-id="S0370269322007833-30d43d51897675cf9cd495896fc130f9"><ce:given-name>R.</ce:given-name><ce:surname>Sadek</ce:surname><ce:cross-ref refid="aff1030" id="crf8240"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6781-416X" id="au7790" author-id="S0370269322007833-95444e1d677ab64f8776a30d178e54e2"><ce:given-name>S.</ce:given-name><ce:surname>Sadovsky</ce:surname><ce:cross-ref refid="aff1390" id="crf8250"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8769-0865" id="au7800" author-id="S0370269322007833-0a168bc99240d66a8925ff06e271bdf5"><ce:given-name>J.</ce:given-name><ce:surname>Saetre</ce:surname><ce:cross-ref refid="aff0200" id="crf8260"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2512-5451" id="au7810" author-id="S0370269322007833-21a9d7d32dbc31b6d9fe58ee57047f0f"><ce:given-name>K.</ce:given-name><ce:surname>Šafařík</ce:surname><ce:cross-ref refid="aff0350" id="crf8270"><ce:sup>35</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-0580-829X" id="au7820" author-id="S0370269322007833-e124e41bd8c9a15152d347654ca43d3a"><ce:given-name>S.K.</ce:given-name><ce:surname>Saha</ce:surname><ce:cross-ref refid="aff1310" id="crf8280"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4159-3549" id="au7830" author-id="S0370269322007833-97780e442ae33eb1a0ab97a98d717272"><ce:given-name>S.</ce:given-name><ce:surname>Saha</ce:surname><ce:cross-ref refid="aff0800" id="crf8290"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7383-4418" id="au7840" author-id="S0370269322007833-2d0dbe8d0df0bf01a83ddf19e043addc"><ce:given-name>B.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0460" id="crf8300"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author id="au7850" author-id="S0370269322007833-c91ceefdaf62924dbe41969b9214a864"><ce:given-name>P.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0460" id="crf8310"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3334-0661" id="au7860" author-id="S0370269322007833-bf022b9756aebb065155d194bfc5e116"><ce:given-name>R.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0470" id="crf8320"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author id="au7870" author-id="S0370269322007833-d12dd0293e56fb8f196c824e945688ef"><ce:given-name>S.</ce:given-name><ce:surname>Sahoo</ce:surname><ce:cross-ref refid="aff0600" id="crf8330"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8980-1362" id="au7880" author-id="S0370269322007833-7da34c080308a4a878b936642dad5d72"><ce:given-name>D.</ce:given-name><ce:surname>Sahu</ce:surname><ce:cross-ref refid="aff0470" id="crf8340"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3546-3390" id="au7890" author-id="S0370269322007833-2bddf806dd23a81f5fa7e547686c633f"><ce:given-name>P.K.</ce:given-name><ce:surname>Sahu</ce:surname><ce:cross-ref refid="aff0600" id="crf8350"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3266-9959" id="au7900" author-id="S0370269322007833-d5d387bbf6ac7c96302a2261913a190e"><ce:given-name>J.</ce:given-name><ce:surname>Saini</ce:surname><ce:cross-ref refid="aff1310" id="crf8360"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author id="au7910" author-id="S0370269322007833-f703969e0e9785229512bda850aef2e1"><ce:given-name>K.</ce:given-name><ce:surname>Sajdakova</ce:surname><ce:cross-ref refid="aff0370" id="crf8370"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1380-0392" id="au7920" author-id="S0370269322007833-f5ff96bab08f662fd05e088cca2830f6"><ce:given-name>S.</ce:given-name><ce:surname>Sakai</ce:surname><ce:cross-ref refid="aff1220" id="crf8380"><ce:sup>122</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8111-5576" id="au7930" author-id="S0370269322007833-8a3806e0320b7d360b40762c9a667520"><ce:given-name>M.P.</ce:given-name><ce:surname>Salvan</ce:surname><ce:cross-ref refid="aff0980" id="crf8390"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5018-6902" id="au7940" author-id="S0370269322007833-1bc9f8186efa42ba63b483c287a4106e"><ce:given-name>S.</ce:given-name><ce:surname>Sambyal</ce:surname><ce:cross-ref refid="aff0910" id="crf8400"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author id="au7950" author-id="S0370269322007833-cd56f5a9e647bb69890a3a180b5ed4f6"><ce:given-name>T.B.</ce:given-name><ce:surname>Saramela</ce:surname><ce:cross-ref refid="aff1090" id="crf8410"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2393-0804" id="au7960" author-id="S0370269322007833-4e7b512d816400994223e9f92ecca2ec"><ce:given-name>D.</ce:given-name><ce:surname>Sarkar</ce:surname><ce:cross-ref refid="aff1330" id="crf8420"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author id="au7970" author-id="S0370269322007833-2142bcc0044d7022f40dbf34b4e197ca"><ce:given-name>N.</ce:given-name><ce:surname>Sarkar</ce:surname><ce:cross-ref refid="aff1310" id="crf8430"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3191-4513" id="au7980" author-id="S0370269322007833-a3851d6513ae8b68029b7958a5abed81"><ce:given-name>P.</ce:given-name><ce:surname>Sarma</ce:surname><ce:cross-ref refid="aff0410" id="crf8440"><ce:sup>41</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9879-1119" id="au7990" author-id="S0370269322007833-cba5c2ba21cd453e06c3e5024f528642"><ce:given-name>V.</ce:given-name><ce:surname>Sarritzu</ce:surname><ce:cross-ref refid="aff0220" id="crf8450"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8438-3966" id="au8000" author-id="S0370269322007833-cc5ffcd83ec77f5fd9325b0b7118b774"><ce:given-name>V.M.</ce:given-name><ce:surname>Sarti</ce:surname><ce:cross-ref refid="aff0960" id="crf8460"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1419-2085" id="au8010" author-id="S0370269322007833-4f6b354f623cbb6890bb23228e05b5fe"><ce:given-name>M.H.P.</ce:given-name><ce:surname>Sas</ce:surname><ce:cross-ref refid="aff1360" id="crf8470"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3266-1332" id="au8020" author-id="S0370269322007833-2b91d041007f9e176264d73e2d0de0a4"><ce:given-name>J.</ce:given-name><ce:surname>Schambach</ce:surname><ce:cross-ref refid="aff0870" id="crf8480"><ce:sup>87</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1184-9627" id="au8030" author-id="S0370269322007833-c66444d5ef774ee49802c74363dc640a"><ce:given-name>H.S.</ce:given-name><ce:surname>Scheid</ce:surname><ce:cross-ref refid="aff0630" id="crf8490"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-3728-8849" id="au8040" author-id="S0370269322007833-03804028f617309bc048e5933e616e73"><ce:given-name>C.</ce:given-name><ce:surname>Schiaua</ce:surname><ce:cross-ref refid="aff0450" id="crf8500"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1230-4274" id="au8050" author-id="S0370269322007833-784adb72642054424e9362d8386b26e7"><ce:given-name>R.</ce:given-name><ce:surname>Schicker</ce:surname><ce:cross-ref refid="aff0950" id="crf8510"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author id="au8060" author-id="S0370269322007833-0217b26765b58bf272de6570444ed5dc"><ce:given-name>A.</ce:given-name><ce:surname>Schmah</ce:surname><ce:cross-ref refid="aff0950" id="crf8520"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2295-6199" id="au8070" author-id="S0370269322007833-f94f964488b585f9462e6ab4015791c9"><ce:given-name>C.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0980" id="crf8530"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author id="au8080" author-id="S0370269322007833-fd43f769f1f7612b2725ab8467cb3988"><ce:given-name>H.R.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0940" id="crf8540"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5335-1515" id="au8090" author-id="S0370269322007833-000dbff16850e64d09345b19cc7e2cae"><ce:given-name>M.O.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0320" id="crf8550"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8100" author-id="S0370269322007833-676a3e2f083d7445aad07e3df271a3ea"><ce:given-name>M.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0940" id="crf8560"><ce:sup>94</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5795-4871" id="au8110" author-id="S0370269322007833-31162c06a9fc108e5b35973a2ffb24b8"><ce:given-name>N.V.</ce:given-name><ce:surname>Schmidt</ce:surname><ce:cross-ref refid="aff0870" id="crf8570"><ce:sup>87</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0630" id="crf8580"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9093-4461" id="au8120" author-id="S0370269322007833-dd604e595646814f08f6fa8e83e76398"><ce:given-name>A.R.</ce:given-name><ce:surname>Schmier</ce:surname><ce:cross-ref refid="aff1190" id="crf8590"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4791-5481" id="au8130" author-id="S0370269322007833-337f117e371476d9154b3392d1da6bf8"><ce:given-name>R.</ce:given-name><ce:surname>Schotter</ce:surname><ce:cross-ref refid="aff1260" id="crf8600"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6638-2932" id="au8140" author-id="S0370269322007833-d9df8e3f4beecadb05967ec0da49ff70"><ce:given-name>J.</ce:given-name><ce:surname>Schukraft</ce:surname><ce:cross-ref refid="aff0320" id="crf8610"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8150" author-id="S0370269322007833-6310a0f15817e728ebcc79e2ab7c4c2f"><ce:given-name>K.</ce:given-name><ce:surname>Schwarz</ce:surname><ce:cross-ref refid="aff0980" id="crf8620"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9935-6995" id="au8160" author-id="S0370269322007833-2b6a538fbe623fb4022aa1b75b26c442"><ce:given-name>K.</ce:given-name><ce:surname>Schweda</ce:surname><ce:cross-ref refid="aff0980" id="crf8630"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0144-0713" id="au8170" author-id="S0370269322007833-fc518e7578036d8d371116685c31012a"><ce:given-name>G.</ce:given-name><ce:surname>Scioli</ce:surname><ce:cross-ref refid="aff0250" id="crf8640"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9015-9610" id="au8180" author-id="S0370269322007833-d42cd071cfc74dbae9b48d5cd17800d0"><ce:given-name>E.</ce:given-name><ce:surname>Scomparin</ce:surname><ce:cross-ref refid="aff0550" id="crf8650"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1423-6973" id="au8190" author-id="S0370269322007833-94181a0b17774396a39a9ed6fc47c3d5"><ce:given-name>J.E.</ce:given-name><ce:surname>Seger</ce:surname><ce:cross-ref refid="aff0140" id="crf8660"><ce:sup>14</ce:sup></ce:cross-ref></ce:author><ce:author id="au8200" author-id="S0370269322007833-1f4043c3186036a978d62e3e2d162134"><ce:given-name>Y.</ce:given-name><ce:surname>Sekiguchi</ce:surname><ce:cross-ref refid="aff1210" id="crf8670"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-9692-8812" id="au8210" author-id="S0370269322007833-231e8d80e70f7aa46fc7b8201643f307"><ce:given-name>D.</ce:given-name><ce:surname>Sekihata</ce:surname><ce:cross-ref refid="aff1210" id="crf8680"><ce:sup>121</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8042-4924" id="au8220" author-id="S0370269322007833-87e546912eabfb863538b176fde78749"><ce:given-name>I.</ce:given-name><ce:surname>Selyuzhenkov</ce:surname><ce:cross-ref refid="aff0980" id="crf8690"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1390" id="crf8700"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1907-9786" id="au8230" author-id="S0370269322007833-919152051a0186bd761a33e9a12c962e"><ce:given-name>S.</ce:given-name><ce:surname>Senyukov</ce:surname><ce:cross-ref refid="aff1260" id="crf8710"><ce:sup>126</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6368-3350" id="au8240" author-id="S0370269322007833-1d84cdddde85c220045f4e9374e0487a"><ce:given-name>J.J.</ce:given-name><ce:surname>Seo</ce:surname><ce:cross-ref refid="aff0570" id="crf8720"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5546-6524" id="au8250" author-id="S0370269322007833-45d295ee783dda945d1339d17b8f7552"><ce:given-name>D.</ce:given-name><ce:surname>Serebryakov</ce:surname><ce:cross-ref refid="aff1390" id="crf8730"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5657-5351" id="au8260" author-id="S0370269322007833-fb3d7b2c3c2b219cdba56ad462fd16d5"><ce:given-name>L.</ce:given-name><ce:surname>Šerkšnytė</ce:surname><ce:cross-ref refid="aff0960" id="crf8740"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4151-1056" id="au8270" author-id="S0370269322007833-a1ba0c3722a1611161b0a6acdcd217eb"><ce:given-name>A.</ce:given-name><ce:surname>Sevcenco</ce:surname><ce:cross-ref refid="aff0620" id="crf8750"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2290-9031" id="au8280" author-id="S0370269322007833-230e0ab7c6dad85e0c9ab44030ee0c31"><ce:given-name>T.J.</ce:given-name><ce:surname>Shaba</ce:surname><ce:cross-ref refid="aff0670" id="crf8760"><ce:sup>67</ce:sup></ce:cross-ref></ce:author><ce:author id="au8290" author-id="S0370269322007833-6ba1905bfb57edd3371e7497f125fc77"><ce:given-name>A.</ce:given-name><ce:surname>Shabanov</ce:surname><ce:cross-ref refid="aff1390" id="crf8770"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3069-726X" id="au8300" author-id="S0370269322007833-eccc4eb373e67b000b70c03bc953f7be"><ce:given-name>A.</ce:given-name><ce:surname>Shabetai</ce:surname><ce:cross-ref refid="aff1030" id="crf8780"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author id="au8310" author-id="S0370269322007833-4044ca3befd9dd6a2145d809b5f421e3"><ce:given-name>R.</ce:given-name><ce:surname>Shahoyan</ce:surname><ce:cross-ref refid="aff0320" id="crf8790"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8320" author-id="S0370269322007833-433f918d1193b919b935c4071c45d479"><ce:given-name>W.</ce:given-name><ce:surname>Shaikh</ce:surname><ce:cross-ref refid="aff0990" id="crf8800"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5053-7506" id="au8330" author-id="S0370269322007833-7a1a1ea0b774f666a219a219f61965e3"><ce:given-name>A.</ce:given-name><ce:surname>Shangaraev</ce:surname><ce:cross-ref refid="aff1390" id="crf8810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au8340" author-id="S0370269322007833-b32067d8486ea2da83ae42c6015b7272"><ce:given-name>A.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0900" id="crf8820"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-9105-0729" id="au8350" author-id="S0370269322007833-5ec7e4fb2fecc24569d920e4223f15d5"><ce:given-name>D.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0460" id="crf8830"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2753-4283" id="au8360" author-id="S0370269322007833-9ba2f4c0358179c0a4269919f6db9efb"><ce:given-name>H.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff1060" id="crf8840"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8256-8200" id="au8370" author-id="S0370269322007833-2bc2983d44ca6edf1e245c910a07f8fd"><ce:given-name>M.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0910" id="crf8850"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8046-1752" id="au8380" author-id="S0370269322007833-ff55826e9881b12af97414d6bafc15e3"><ce:given-name>N.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0900" id="crf8860"><ce:sup>90</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7159-6839" id="au8390" author-id="S0370269322007833-dea65ea1ea56fa5802a2370cbb001777"><ce:given-name>S.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0910" id="crf8870"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7686-070X" id="au8400" author-id="S0370269322007833-cab15d0853c296aff65e7db1f0d635e9"><ce:given-name>U.</ce:given-name><ce:surname>Sharma</ce:surname><ce:cross-ref refid="aff0910" id="crf8880"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7432-6669" id="au8410" author-id="S0370269322007833-7b902e1f81916b8184832cdb1f36e07a"><ce:given-name>A.</ce:given-name><ce:surname>Shatat</ce:surname><ce:cross-ref refid="aff0720" id="crf8890"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author id="au8420" author-id="S0370269322007833-18136795fe5b5eb02309150c4d868125"><ce:given-name>O.</ce:given-name><ce:surname>Sheibani</ce:surname><ce:cross-ref refid="aff1130" id="crf8900"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8416-8617" id="au8430" author-id="S0370269322007833-e9a146adc7540fa5ca0c3067beb56b46"><ce:given-name>K.</ce:given-name><ce:surname>Shigaki</ce:surname><ce:cross-ref refid="aff0930" id="crf8910"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au8440" author-id="S0370269322007833-3a406d92f47d3c342f4cd2f352b93fb3"><ce:given-name>M.</ce:given-name><ce:surname>Shimomura</ce:surname><ce:cross-ref refid="aff0770" id="crf8920"><ce:sup>77</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-0106-6054" id="au8450" author-id="S0370269322007833-6b2c2e57131e32b5ebf84058b73f54aa"><ce:given-name>S.</ce:given-name><ce:surname>Shirinkin</ce:surname><ce:cross-ref refid="aff1390" id="crf8930"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5128-6238" id="au8460" author-id="S0370269322007833-d5e441fdcf341f7bada490393ce8066d"><ce:given-name>Q.</ce:given-name><ce:surname>Shou</ce:surname><ce:cross-ref refid="aff0390" id="crf8940"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3348-1221" id="au8470" author-id="S0370269322007833-5cb068ab6f979cc8e49de0b405e08c4f"><ce:given-name>Y.</ce:given-name><ce:surname>Sibiriak</ce:surname><ce:cross-ref refid="aff1390" id="crf8950"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0543-9245" id="au8480" author-id="S0370269322007833-8247044a9ad9588b26bf570f8f92a1aa"><ce:given-name>S.</ce:given-name><ce:surname>Siddhanta</ce:surname><ce:cross-ref refid="aff0510" id="crf8960"><ce:sup>51</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2014-5229" id="au8490" author-id="S0370269322007833-eba2779dc45d8567f427c55b555dc0ca"><ce:given-name>T.</ce:given-name><ce:surname>Siemiarczuk</ce:surname><ce:cross-ref refid="aff0790" id="crf8970"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7643-2198" id="au8500" author-id="S0370269322007833-0592f5524b7d1a38d09aabb737c94ec0"><ce:given-name>T.F.</ce:given-name><ce:surname>Silva</ce:surname><ce:cross-ref refid="aff1090" id="crf8980"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0526-5791" id="au8510" author-id="S0370269322007833-cc36c04c40e19a8455422de9daca4c31"><ce:given-name>D.</ce:given-name><ce:surname>Silvermyr</ce:surname><ce:cross-ref refid="aff0750" id="crf8990"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author id="au8520" author-id="S0370269322007833-5d12b1d6955a3601b5814b9bb8588f4f"><ce:given-name>T.</ce:given-name><ce:surname>Simantathammakul</ce:surname><ce:cross-ref refid="aff1040" id="crf9000"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7729-5503" id="au8530" author-id="S0370269322007833-6393617ad1fb1402611f370fffec2382"><ce:given-name>R.</ce:given-name><ce:surname>Simeonov</ce:surname><ce:cross-ref refid="aff0360" id="crf9010"><ce:sup>36</ce:sup></ce:cross-ref></ce:author><ce:author id="au8540" author-id="S0370269322007833-038f483f6d2e5bcdf914c3b9a3a2cf25"><ce:given-name>G.</ce:given-name><ce:surname>Simonetti</ce:surname><ce:cross-ref refid="aff0320" id="crf9020"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au8550" author-id="S0370269322007833-aab1420eddc341b05321ead42cc4c9fc"><ce:given-name>B.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0910" id="crf9030"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8997-0019" id="au8560" author-id="S0370269322007833-07775d5aa901011f3821dba3282fb3e0"><ce:given-name>B.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0960" id="crf9040"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-7617-1577" id="au8570" author-id="S0370269322007833-02af59487e20a18c520fea31d6730338"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0800" id="crf9050"><ce:sup>80</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6904-9879" id="au8580" author-id="S0370269322007833-aa581cc51fe123db4c7c12c8e1d0af87"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0910" id="crf9060"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6746-6847" id="au8590" author-id="S0370269322007833-166ab0fa2fb6caa61da1b8a040b1e278"><ce:given-name>R.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff0470" id="crf9070"><ce:sup>47</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5783-3551" id="au8600" author-id="S0370269322007833-4c33c2641d33d44eca005f652b553f47"><ce:given-name>V.K.</ce:given-name><ce:surname>Singh</ce:surname><ce:cross-ref refid="aff1310" id="crf9080"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6315-9671" id="au8610" author-id="S0370269322007833-6475573f1c042491a9461800f84f7e17"><ce:given-name>V.</ce:given-name><ce:surname>Singhal</ce:surname><ce:cross-ref refid="aff1310" id="crf9090"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1290-8388" id="au8620" author-id="S0370269322007833-fb688ef16b53507c773a0c466022686b"><ce:given-name>T.</ce:given-name><ce:surname>Sinha</ce:surname><ce:cross-ref refid="aff0990" id="crf9100"><ce:sup>99</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-7519-0796" id="au8630" author-id="S0370269322007833-4dd174a5e9d45db4325b2a80d33b8149"><ce:given-name>B.</ce:given-name><ce:surname>Sitar</ce:surname><ce:cross-ref refid="aff0120" id="crf9110"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4175-148X" id="au8640" author-id="S0370269322007833-3b59aee01be38f76fa93e8cd0616e67e"><ce:given-name>M.</ce:given-name><ce:surname>Sitta</ce:surname><ce:cross-ref refid="aff1290" id="crf9120"><ce:sup>129</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0550" id="crf9130"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au8650" author-id="S0370269322007833-0ffea690781a8ef42b20d2bf3605a48d"><ce:given-name>T.B.</ce:given-name><ce:surname>Skaali</ce:surname><ce:cross-ref refid="aff0190" id="crf9140"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5747-4096" id="au8660" author-id="S0370269322007833-8f1f2ab39bfb478d52b2fca1d1026928"><ce:given-name>G.</ce:given-name><ce:surname>Skorodumovs</ce:surname><ce:cross-ref refid="aff0950" id="crf9150"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2966-8445" id="au8670" author-id="S0370269322007833-ce5d8d52aff3b9a257186938eba69940"><ce:given-name>M.</ce:given-name><ce:surname>Slupecki</ce:surname><ce:cross-ref refid="aff0430" id="crf9160"><ce:sup>43</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1361-0305" id="au8680" author-id="S0370269322007833-4dff2a8cce793ddddad546bf49106817"><ce:given-name>N.</ce:given-name><ce:surname>Smirnov</ce:surname><ce:cross-ref refid="aff1360" id="crf9170"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9720-0604" id="au8690" author-id="S0370269322007833-e12bdf24e76db6c87b277836cf233019"><ce:given-name>R.J.M.</ce:given-name><ce:surname>Snellings</ce:surname><ce:cross-ref refid="aff0580" id="crf9180"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6002-8732" id="au8700" author-id="S0370269322007833-6ea57c0f96da7e01b9086dca27a4b7be"><ce:given-name>E.H.</ce:given-name><ce:surname>Solheim</ce:surname><ce:cross-ref refid="aff0190" id="crf9190"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author id="au8710" author-id="S0370269322007833-897d4030aa386814d80fb77010ef5002"><ce:given-name>C.</ce:given-name><ce:surname>Soncco</ce:surname><ce:cross-ref refid="aff1010" id="crf9200"><ce:sup>101</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2847-2291" id="au8720" author-id="S0370269322007833-e423ef18c708c9c8e5076d3ad9fa7345"><ce:given-name>J.</ce:given-name><ce:surname>Song</ce:surname><ce:cross-ref refid="aff1130" id="crf9210"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au8730" author-id="S0370269322007833-0a281b197a34a8ec6f58600b763f438c"><ce:given-name>A.</ce:given-name><ce:surname>Songmoolnak</ce:surname><ce:cross-ref refid="aff1040" id="crf9220"><ce:sup>104</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1018-0987" id="au8740" author-id="S0370269322007833-657fdca353e29412dc258d4f8080fd5e"><ce:given-name>F.</ce:given-name><ce:surname>Soramel</ce:surname><ce:cross-ref refid="aff0270" id="crf9230"><ce:sup>27</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5595-5643" id="au8750" author-id="S0370269322007833-08d0e06daec8127f6f7fd46b9d3ad98b"><ce:given-name>S.</ce:given-name><ce:surname>Sorensen</ce:surname><ce:cross-ref refid="aff1190" id="crf9240"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8625-763X" id="au8760" author-id="S0370269322007833-bd98e1f9191343ada467da8f1660394e"><ce:given-name>R.</ce:given-name><ce:surname>Spijkers</ce:surname><ce:cross-ref refid="aff0840" id="crf9250"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7590-7171" id="au8770" author-id="S0370269322007833-5c46e847eb41f641ef007f47ceeef5f5"><ce:given-name>I.</ce:given-name><ce:surname>Sputowska</ce:surname><ce:cross-ref refid="aff1060" id="crf9260"><ce:sup>106</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8476-3547" id="au8780" author-id="S0370269322007833-ae6659f61a7ea40d63c55774ac78445c"><ce:given-name>J.</ce:given-name><ce:surname>Staa</ce:surname><ce:cross-ref refid="aff0750" id="crf9270"><ce:sup>75</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0750-6664" id="au8790" author-id="S0370269322007833-08dabed2ad53ce608b50cc80a0f32bac"><ce:given-name>J.</ce:given-name><ce:surname>Stachel</ce:surname><ce:cross-ref refid="aff0950" id="crf9280"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1336-4092" id="au8800" author-id="S0370269322007833-b0ef98fe4c3a58484c52cb4402b727ce"><ce:given-name>I.</ce:given-name><ce:surname>Stan</ce:surname><ce:cross-ref refid="aff0620" id="crf9290"><ce:sup>62</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6814-1040" id="au8810" author-id="S0370269322007833-3b05d082368606695b16be0f0e9cad4e"><ce:given-name>P.J.</ce:given-name><ce:surname>Steffanic</ce:surname><ce:cross-ref refid="aff1190" id="crf9300"><ce:sup>119</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2269-1490" id="au8820" author-id="S0370269322007833-9f04bc942ad6802c66589e3d7978ef55"><ce:given-name>S.F.</ce:given-name><ce:surname>Stiefelmaier</ce:surname><ce:cross-ref refid="aff0950" id="crf9310"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5377-5163" id="au8830" author-id="S0370269322007833-f1ab20d63ed8b3d6e274b0f330e99ed7"><ce:given-name>D.</ce:given-name><ce:surname>Stocco</ce:surname><ce:cross-ref refid="aff1030" id="crf9320"><ce:sup>103</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3254-7305" id="au8840" author-id="S0370269322007833-598d38c90217ab7f780f227de96d75b3"><ce:given-name>I.</ce:given-name><ce:surname>Storehaug</ce:surname><ce:cross-ref refid="aff0190" id="crf9330"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-4489-2858" id="au8850" author-id="S0370269322007833-e0ac4d17343a69ab9c671ac17ce1facd"><ce:given-name>M.M.</ce:given-name><ce:surname>Storetvedt</ce:surname><ce:cross-ref refid="aff0340" id="crf9340"><ce:sup>34</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-1978-3351" id="au8860" author-id="S0370269322007833-ad4835e85d6503fb1e04dae8b2992acd"><ce:given-name>P.</ce:given-name><ce:surname>Stratmann</ce:surname><ce:cross-ref refid="aff1340" id="crf9350"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2329-0330" id="au8870" author-id="S0370269322007833-d7676321ebd560a622de6bcd0ed6c69f"><ce:given-name>S.</ce:given-name><ce:surname>Strazzi</ce:surname><ce:cross-ref refid="aff0250" id="crf9360"><ce:sup>25</ce:sup></ce:cross-ref></ce:author><ce:author id="au8880" author-id="S0370269322007833-a142771e3c6f474eb5a3ddda56e62fc0"><ce:given-name>C.P.</ce:given-name><ce:surname>Stylianidis</ce:surname><ce:cross-ref refid="aff0840" id="crf9370"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2847-6556" id="au8890" author-id="S0370269322007833-56fcf7cb23017eaab1a1abea1843850b"><ce:given-name>A.A.P.</ce:given-name><ce:surname>Suaide</ce:surname><ce:cross-ref refid="aff1090" id="crf9380"><ce:sup>109</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1675-503X" id="au8900" author-id="S0370269322007833-c7f2d71be2bf887594e88c1fd3379036"><ce:given-name>C.</ce:given-name><ce:surname>Suire</ce:surname><ce:cross-ref refid="aff0720" id="crf9390"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4506-8071" id="au8910" author-id="S0370269322007833-9c3a2c9348e05d1e433977af31502d61"><ce:given-name>M.</ce:given-name><ce:surname>Sukhanov</ce:surname><ce:cross-ref refid="aff1390" id="crf9400"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4490-1930" id="au8920" author-id="S0370269322007833-5458a9eb75a0419661b9c7016efda138"><ce:given-name>M.</ce:given-name><ce:surname>Suljic</ce:surname><ce:cross-ref refid="aff0320" id="crf9410"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6779-208X" id="au8930" author-id="S0370269322007833-589a5a6051c44be9b7f299681578bdfd"><ce:given-name>V.</ce:given-name><ce:surname>Sumberia</ce:surname><ce:cross-ref refid="aff0910" id="crf9420"><ce:sup>91</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4252-8877" id="au8940" author-id="S0370269322007833-1699d1b890617ec1ccffdff98f188057"><ce:given-name>S.</ce:given-name><ce:surname>Sumowidagdo</ce:surname><ce:cross-ref refid="aff0820" id="crf9430"><ce:sup>82</ce:sup></ce:cross-ref></ce:author><ce:author id="au8950" author-id="S0370269322007833-0cd9b2c7c70607120d8ed18269c10358"><ce:given-name>S.</ce:given-name><ce:surname>Swain</ce:surname><ce:cross-ref refid="aff0600" id="crf9440"><ce:sup>60</ce:sup></ce:cross-ref></ce:author><ce:author id="au8960" author-id="S0370269322007833-a17ccaf2b16f932fe91acee8fb4fee2e"><ce:given-name>A.</ce:given-name><ce:surname>Szabo</ce:surname><ce:cross-ref refid="aff0120" id="crf9450"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-4361-0257" id="au8970" author-id="S0370269322007833-9dc29d8d923f26ea3fd8d57a90d30390"><ce:given-name>I.</ce:given-name><ce:surname>Szarka</ce:surname><ce:cross-ref refid="aff0120" id="crf9460"><ce:sup>12</ce:sup></ce:cross-ref></ce:author><ce:author id="au8980" author-id="S0370269322007833-e0aaec5b1b1950d6e671c1ed67a68fc7"><ce:given-name>U.</ce:given-name><ce:surname>Tabassam</ce:surname><ce:cross-ref refid="aff0130" id="crf9470"><ce:sup>13</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2642-5720" id="au8990" author-id="S0370269322007833-c60a92de60aa0e4f8c13c6708cd184e8"><ce:given-name>S.F.</ce:given-name><ce:surname>Taghavi</ce:surname><ce:cross-ref refid="aff0960" id="crf9480"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3470-2230" id="au9000" author-id="S0370269322007833-059a2de3e52ba5db1d032268085cf1e5"><ce:given-name>G.</ce:given-name><ce:surname>Taillepied</ce:surname><ce:cross-ref refid="aff0980" id="crf9490"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1240" id="crf9500"><ce:sup>124</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4091-1779" id="au9010" author-id="S0370269322007833-c0f167bf69dc8eb13da2b029b041a055"><ce:given-name>J.</ce:given-name><ce:surname>Takahashi</ce:surname><ce:cross-ref refid="aff1100" id="crf9510"><ce:sup>110</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7174-3379" id="au9020" author-id="S0370269322007833-f250805ae64e3f0cfdb9411d4443bfe8"><ce:given-name>G.J.</ce:given-name><ce:surname>Tambave</ce:surname><ce:cross-ref refid="aff0200" id="crf9520"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9413-9534" id="au9030" author-id="S0370269322007833-89c33e492725d4c181ab38572713cbc6"><ce:given-name>S.</ce:given-name><ce:surname>Tang</ce:surname><ce:cross-ref refid="aff1240" id="crf9530"><ce:sup>124</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf9540"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4247-0081" id="au9040" author-id="S0370269322007833-872753327c0c65d809bbcf7bec18aa6a"><ce:given-name>Z.</ce:given-name><ce:surname>Tang</ce:surname><ce:cross-ref refid="aff1170" id="crf9550"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0098-4279" id="au9050" author-id="S0370269322007833-d9c970afed857aa54a47f34a5d10bdad"><ce:given-name>J.D.</ce:given-name><ce:surname>Tapia Takaki</ce:surname><ce:cross-ref refid="aff1150" id="crf9560"><ce:sup>115</ce:sup></ce:cross-ref></ce:author><ce:author id="au9060" author-id="S0370269322007833-361f0a80011b90d6e1e7a305834de5ec"><ce:given-name>N.</ce:given-name><ce:surname>Tapus</ce:surname><ce:cross-ref refid="aff1230" id="crf9570"><ce:sup>123</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5086-8658" id="au9070" author-id="S0370269322007833-0992513f12e5d923609a6e7255921ec5"><ce:given-name>L.A.</ce:given-name><ce:surname>Tarasovicova</ce:surname><ce:cross-ref refid="aff1340" id="crf9580"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8865-9613" id="au9080" author-id="S0370269322007833-655cee6c20e95d653f76ee5554633dfe"><ce:given-name>M.G.</ce:given-name><ce:surname>Tarzila</ce:surname><ce:cross-ref refid="aff0450" id="crf9590"><ce:sup>45</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-3124-9093" id="au9090" author-id="S0370269322007833-59aaa29065f6796159aa543e639298c7"><ce:given-name>A.</ce:given-name><ce:surname>Tauro</ce:surname><ce:cross-ref refid="aff0320" id="crf9600"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6783-7230" id="au9100" author-id="S0370269322007833-e32b8e2ac0c864eac40a37b39e286a55"><ce:given-name>A.</ce:given-name><ce:surname>Telesca</ce:surname><ce:cross-ref refid="aff0320" id="crf9610"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4119-7228" id="au9110" author-id="S0370269322007833-a8fc702cfc3f2781d3f44ce57fef99fa"><ce:given-name>L.</ce:given-name><ce:surname>Terlizzi</ce:surname><ce:cross-ref refid="aff0240" id="crf9620"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1318-684X" id="au9120" author-id="S0370269322007833-1463848cd4d3f997204d95350f6ec09e"><ce:given-name>C.</ce:given-name><ce:surname>Terrevoli</ce:surname><ce:cross-ref refid="aff1130" id="crf9630"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au9130" author-id="S0370269322007833-3117906cff50143c8578edcd5d472f8f"><ce:given-name>G.</ce:given-name><ce:surname>Tersimonov</ce:surname><ce:cross-ref refid="aff0030" id="crf9640"><ce:sup>3</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-2329-5039" id="au9140" author-id="S0370269322007833-364b9b5c5740ad64b0bfd748bcc98319"><ce:given-name>S.</ce:given-name><ce:surname>Thakur</ce:surname><ce:cross-ref refid="aff1310" id="crf9650"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3408-3097" id="au9150" author-id="S0370269322007833-a2ec5b979d461b062cd03d49d6e8d67b"><ce:given-name>D.</ce:given-name><ce:surname>Thomas</ce:surname><ce:cross-ref refid="aff1070" id="crf9660"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2106-5415" id="au9160" author-id="S0370269322007833-1aedf986c49e01602efb19c767f2f80e"><ce:given-name>R.</ce:given-name><ce:surname>Tieulent</ce:surname><ce:cross-ref refid="aff1250" id="crf9670"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7799-8858" id="au9170" author-id="S0370269322007833-1622f94cfabd47942fa3c2ea0d3e6a1e"><ce:given-name>A.</ce:given-name><ce:surname>Tikhonov</ce:surname><ce:cross-ref refid="aff1390" id="crf9680"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1305-8757" id="au9180" author-id="S0370269322007833-7e98d622fbf1de9d69786eccee47944e"><ce:given-name>A.R.</ce:given-name><ce:surname>Timmins</ce:surname><ce:cross-ref refid="aff1130" id="crf9690"><ce:sup>113</ce:sup></ce:cross-ref></ce:author><ce:author id="au9190" author-id="S0370269322007833-a1ab2ffb64eaab4cb2d232ddd2bb97d6"><ce:given-name>M.</ce:given-name><ce:surname>Tkacik</ce:surname><ce:cross-ref refid="aff1050" id="crf9700"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8308-7882" id="au9200" author-id="S0370269322007833-8e8f16c729742ac824d65f8afcaf4e49"><ce:given-name>T.</ce:given-name><ce:surname>Tkacik</ce:surname><ce:cross-ref refid="aff1050" id="crf9710"><ce:sup>105</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9567-3360" id="au9210" author-id="S0370269322007833-baa2844898740f45581b73a5159189fd"><ce:given-name>A.</ce:given-name><ce:surname>Toia</ce:surname><ce:cross-ref refid="aff0630" id="crf9720"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5137-3582" id="au9220" author-id="S0370269322007833-7f0c866168b6a030377f76e811939a25"><ce:given-name>N.</ce:given-name><ce:surname>Topilskaya</ce:surname><ce:cross-ref refid="aff1390" id="crf9730"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0392-0895" id="au9230" author-id="S0370269322007833-3fb5746f79e2f9b28eecf5a47a516d6f"><ce:given-name>M.</ce:given-name><ce:surname>Toppi</ce:surname><ce:cross-ref refid="aff0480" id="crf9740"><ce:sup>48</ce:sup></ce:cross-ref></ce:author><ce:author id="au9240" author-id="S0370269322007833-a5c53ec1b18840e9215691c8237119a2"><ce:given-name>F.</ce:given-name><ce:surname>Torales-Acosta</ce:surname><ce:cross-ref refid="aff0180" id="crf9750"><ce:sup>18</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9753-329X" id="au9250" author-id="S0370269322007833-b4e81d58f6dd564b7404d4b9ecbc5871"><ce:given-name>T.</ce:given-name><ce:surname>Tork</ce:surname><ce:cross-ref refid="aff0720" id="crf9760"><ce:sup>72</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3997-0883" id="au9260" author-id="S0370269322007833-a98a1f1d8d24de0ecb13aa75917ea587"><ce:given-name>A.G.</ce:given-name><ce:surname>Torres Ramos</ce:surname><ce:cross-ref refid="aff0310" id="crf9770"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1078-1157" id="au9270" author-id="S0370269322007833-cb5f7f76f9be8a5b6f7f1f676ee0148e"><ce:given-name>A.</ce:given-name><ce:surname>Trifiró</ce:surname><ce:cross-ref refid="aff0300" id="crf9780"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf9790"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0002-7570-5972" id="au9280" author-id="S0370269322007833-f0952a23f4b03e256f2dddd4e7e7755e"><ce:given-name>A.S.</ce:given-name><ce:surname>Triolo</ce:surname><ce:cross-ref refid="aff0300" id="crf9800"><ce:sup>30</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0520" id="crf9810"><ce:sup>52</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0061-5107" id="au9290" author-id="S0370269322007833-43e5d915054f543c1b38d719f8c23294"><ce:given-name>S.</ce:given-name><ce:surname>Tripathy</ce:surname><ce:cross-ref refid="aff0500" id="crf9820"><ce:sup>50</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6719-7130" id="au9300" author-id="S0370269322007833-cf5679180a033531cecbf308c26a3b2f"><ce:given-name>T.</ce:given-name><ce:surname>Tripathy</ce:surname><ce:cross-ref refid="aff0460" id="crf9830"><ce:sup>46</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7474-5361" id="au9310" author-id="S0370269322007833-25f25f0207443c8141fbcc02fde4f484"><ce:given-name>S.</ce:given-name><ce:surname>Trogolo</ce:surname><ce:cross-ref refid="aff0320" id="crf9840"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0008-8143-0956" id="au9320" author-id="S0370269322007833-506889cabc7808922c96b983210184de"><ce:given-name>V.</ce:given-name><ce:surname>Trubnikov</ce:surname><ce:cross-ref refid="aff0030" id="crf9850"><ce:sup>3</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0672-9137" id="au9330" author-id="S0370269322007833-e248aa646c1f5daa31a6d10f338f7b99"><ce:given-name>W.H.</ce:given-name><ce:surname>Trzaska</ce:surname><ce:cross-ref refid="aff1140" id="crf9860"><ce:sup>114</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1486-8906" id="au9340" author-id="S0370269322007833-0ad99eccccf5f6614c9b2fe212a09e1c"><ce:given-name>T.P.</ce:given-name><ce:surname>Trzcinski</ce:surname><ce:cross-ref refid="aff1320" id="crf9870"><ce:sup>132</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5272-337X" id="au9350" author-id="S0370269322007833-1436d4c149a79ba68f037180a5bef32f"><ce:given-name>R.</ce:given-name><ce:surname>Turrisi</ce:surname><ce:cross-ref refid="aff0530" id="crf9880"><ce:sup>53</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-7140-8644" id="au9360" author-id="S0370269322007833-8930c9cc922f1a4d2e8603e46ee1c6c6"><ce:given-name>T.S.</ce:given-name><ce:surname>Tveter</ce:surname><ce:cross-ref refid="aff0190" id="crf9890"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0002-8834" id="au9370" author-id="S0370269322007833-7004545697a114acfbeb346d1a39e4be"><ce:given-name>K.</ce:given-name><ce:surname>Ullaland</ce:surname><ce:cross-ref refid="aff0200" id="crf9900"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9554-2256" id="au9380" author-id="S0370269322007833-cf4537ec4a11afe2ff4b1d298cc0ae0e"><ce:given-name>B.</ce:given-name><ce:surname>Ulukutlu</ce:surname><ce:cross-ref refid="aff0960" id="crf9910"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7552-0228" id="au9390" author-id="S0370269322007833-3cfbab78c93b29828742ada152554508"><ce:given-name>A.</ce:given-name><ce:surname>Uras</ce:surname><ce:cross-ref refid="aff1250" id="crf9920"><ce:sup>125</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-4455-7383" id="au9400" author-id="S0370269322007833-f49cc4427c45636fa54f2a6de1c5f08f"><ce:given-name>M.</ce:given-name><ce:surname>Urioni</ce:surname><ce:cross-ref refid="aff0540" id="crf9930"><ce:sup>54</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1300" id="crf9940"><ce:sup>130</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8659-8378" id="au9410" author-id="S0370269322007833-324dab33f57f1180619ebdaa70e4abab"><ce:given-name>G.L.</ce:given-name><ce:surname>Usai</ce:surname><ce:cross-ref refid="aff0220" id="crf9950"><ce:sup>22</ce:sup></ce:cross-ref></ce:author><ce:author id="au9420" author-id="S0370269322007833-e516037685b89d9a08de77db128730b1"><ce:given-name>M.</ce:given-name><ce:surname>Vala</ce:surname><ce:cross-ref refid="aff0370" id="crf9960"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4041-4788" id="au9430" author-id="S0370269322007833-a0c4f21667dff5e8981ca9b1d39685d4"><ce:given-name>N.</ce:given-name><ce:surname>Valle</ce:surname><ce:cross-ref refid="aff0210" id="crf9970"><ce:sup>21</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1264-9651" id="au9440" author-id="S0370269322007833-a7aa620f38416bf7d0dc458451379255"><ce:given-name>S.</ce:given-name><ce:surname>Vallero</ce:surname><ce:cross-ref refid="aff0550" id="crf9980"><ce:sup>55</ce:sup></ce:cross-ref></ce:author><ce:author id="au9450" author-id="S0370269322007833-ae37ad8881ac4b149b7b63e6d4fddb0d"><ce:given-name>L.V.R.</ce:given-name><ce:surname>van Doremalen</ce:surname><ce:cross-ref refid="aff0580" id="crf9990"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5222-4888" id="au9460" author-id="S0370269322007833-fdb8c461fd0d1fa85731a38267910ce2"><ce:given-name>M.</ce:given-name><ce:surname>van Leeuwen</ce:surname><ce:cross-ref refid="aff0840" id="crf10000"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1199-4445" id="au9470" author-id="S0370269322007833-666dcfd069ac72114394a6abd411efad"><ce:given-name>C.A.</ce:given-name><ce:surname>van Veen</ce:surname><ce:cross-ref refid="aff0950" id="crf10010"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4389-203X" id="au9480" author-id="S0370269322007833-96adea6f429987f5d2ffec8c33902b73"><ce:given-name>R.J.G.</ce:given-name><ce:surname>van Weelden</ce:surname><ce:cross-ref refid="aff0840" id="crf10020"><ce:sup>84</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7277-7706" id="au9490" author-id="S0370269322007833-8a84f08ce1aebf2c7b8befb57acdc802"><ce:given-name>P.</ce:given-name><ce:surname>Vande Vyvre</ce:surname><ce:cross-ref refid="aff0320" id="crf10030"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2450-1331" id="au9500" author-id="S0370269322007833-d178e7dcce00a1698d32c5daf78b3b7c"><ce:given-name>D.</ce:given-name><ce:surname>Varga</ce:surname><ce:cross-ref refid="aff1350" id="crf10040"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1501-5569" id="au9510" author-id="S0370269322007833-90ecee6000728a3ba3eb611ffe4e9527"><ce:given-name>Z.</ce:given-name><ce:surname>Varga</ce:surname><ce:cross-ref refid="aff1350" id="crf10050"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5638-4440" id="au9520" author-id="S0370269322007833-b5dabd92030f2d122750e9b75c9f5397"><ce:given-name>M.</ce:given-name><ce:surname>Varga-Kofarago</ce:surname><ce:cross-ref refid="aff1350" id="crf10060"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3160-8524" id="au9530" author-id="S0370269322007833-a0bf6e725e14efc934de14b5b9951a85"><ce:given-name>M.</ce:given-name><ce:surname>Vasileiou</ce:surname><ce:cross-ref refid="aff0780" id="crf10070"><ce:sup>78</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-1676-234X" id="au9540" author-id="S0370269322007833-e2af25202e7b57a8ff0655807a73cce7"><ce:given-name>A.</ce:given-name><ce:surname>Vasiliev</ce:surname><ce:cross-ref refid="aff1390" id="crf10080"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6459-8134" id="au9550" author-id="S0370269322007833-ecdd4e446f958ae1e111e1f6f14ad352"><ce:given-name>O.</ce:given-name><ce:surname>Vázquez Doce</ce:surname><ce:cross-ref refid="aff0960" id="crf10090"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1458-8055" id="au9560" author-id="S0370269322007833-da7a5bcc54df9d651a45f4257178bc62"><ce:given-name>V.</ce:given-name><ce:surname>Vechernin</ce:surname><ce:cross-ref refid="aff1390" id="crf10100"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-9030-5347" id="au9570" author-id="S0370269322007833-d84eb57d181dea407ab6d899a7410f59"><ce:given-name>E.</ce:given-name><ce:surname>Vercellin</ce:surname><ce:cross-ref refid="aff0240" id="crf10110"><ce:sup>24</ce:sup></ce:cross-ref></ce:author><ce:author id="au9580" author-id="S0370269322007833-c1a53a278608661ec566b926a681edc7"><ce:given-name>S.</ce:given-name><ce:surname>Vergara Limón</ce:surname><ce:cross-ref refid="aff0440" id="crf10120"><ce:sup>44</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2640-1342" id="au9590" author-id="S0370269322007833-2764a989c35d305debc4de86602af73f"><ce:given-name>L.</ce:given-name><ce:surname>Vermunt</ce:surname><ce:cross-ref refid="aff0580" id="crf10130"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3706-5265" id="au9600" author-id="S0370269322007833-76bafee7a92e2a9cecba44d698e753a6"><ce:given-name>R.</ce:given-name><ce:surname>Vértesi</ce:surname><ce:cross-ref refid="aff1350" id="crf10140"><ce:sup>135</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1504-3420" id="au9610" author-id="S0370269322007833-64be48eb95af6b610ab081e031096a44"><ce:given-name>M.</ce:given-name><ce:surname>Verweij</ce:surname><ce:cross-ref refid="aff0580" id="crf10150"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author id="au9620" author-id="S0370269322007833-94c0fe97ff67b961e7e99d69e2a56443"><ce:given-name>L.</ce:given-name><ce:surname>Vickovic</ce:surname><ce:cross-ref refid="aff0330" id="crf10160"><ce:sup>33</ce:sup></ce:cross-ref></ce:author><ce:author id="au9630" author-id="S0370269322007833-04bd1d2d69efff87b33654e43eb3022b"><ce:given-name>Z.</ce:given-name><ce:surname>Vilakazi</ce:surname><ce:cross-ref refid="aff1200" id="crf10170"><ce:sup>120</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-0983-6504" id="au9640" author-id="S0370269322007833-b7d9564507a321d2d26fc5d8c8348aaa"><ce:given-name>O.</ce:given-name><ce:surname>Villalobos Baillie</ce:surname><ce:cross-ref refid="aff1000" id="crf10180"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8470-3648" id="au9650" author-id="S0370269322007833-a3892e1fc2199ba26a125f00d8ca3539"><ce:given-name>G.</ce:given-name><ce:surname>Vino</ce:surname><ce:cross-ref refid="aff0490" id="crf10190"><ce:sup>49</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8850-8540" id="au9660" author-id="S0370269322007833-29e0fcd83fe999ea91976589e864f21b"><ce:given-name>A.</ce:given-name><ce:surname>Vinogradov</ce:surname><ce:cross-ref refid="aff1390" id="crf10200"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0471-7052" id="au9670" author-id="S0370269322007833-7ee08c34b6d7479dea4e2b8c3d7ce4f7"><ce:given-name>T.</ce:given-name><ce:surname>Virgili</ce:surname><ce:cross-ref refid="aff0280" id="crf10210"><ce:sup>28</ce:sup></ce:cross-ref></ce:author><ce:author id="au9680" author-id="S0370269322007833-fed6a5fcddf4a94294db2d0973ecaea8"><ce:given-name>V.</ce:given-name><ce:surname>Vislavicius</ce:surname><ce:cross-ref refid="aff0830" id="crf10220"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-4952-2563" id="au9690" author-id="S0370269322007833-9f60c23f9225d23ef504e6419753bf79"><ce:given-name>A.</ce:given-name><ce:surname>Vodopyanov</ce:surname><ce:cross-ref refid="aff1400" id="crf10230"><ce:sup>140</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8982-5548" id="au9700" author-id="S0370269322007833-c98c6b9e5e2755a8c08f90d4dd0ce54c"><ce:given-name>B.</ce:given-name><ce:surname>Volkel</ce:surname><ce:cross-ref refid="aff0320" id="crf10240"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3478-4259" id="au9710" author-id="S0370269322007833-409eb37c5637fb136e58faf92c3bb1ca"><ce:given-name>M.A.</ce:given-name><ce:surname>Völkl</ce:surname><ce:cross-ref refid="aff0950" id="crf10250"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author id="au9720" author-id="S0370269322007833-5fa3b0c5cd63074069320744aebd6d13"><ce:given-name>K.</ce:given-name><ce:surname>Voloshin</ce:surname><ce:cross-ref refid="aff1390" id="crf10260"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1330-9096" id="au9730" author-id="S0370269322007833-57ec712e9628632a2ec4ba85186ee32a"><ce:given-name>S.A.</ce:given-name><ce:surname>Voloshin</ce:surname><ce:cross-ref refid="aff1330" id="crf10270"><ce:sup>133</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2921-2475" id="au9740" author-id="S0370269322007833-f6777f409ca72674ceb72ffa4f303b59"><ce:given-name>G.</ce:given-name><ce:surname>Volpe</ce:surname><ce:cross-ref refid="aff0310" id="crf10280"><ce:sup>31</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3422-4585" id="au9750" author-id="S0370269322007833-3996b3e93129a2159ed0eb3b176f20e6"><ce:given-name>B.</ce:given-name><ce:surname>von Haller</ce:surname><ce:cross-ref refid="aff0320" id="crf10290"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2218-6905" id="au9760" author-id="S0370269322007833-58249f4749b1084a40d3644672e443f3"><ce:given-name>I.</ce:given-name><ce:surname>Vorobyev</ce:surname><ce:cross-ref refid="aff0960" id="crf10300"><ce:sup>96</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2784-4516" id="au9770" author-id="S0370269322007833-d2b4078835ab540da8b2d9fea3ef0e52"><ce:given-name>N.</ce:given-name><ce:surname>Vozniuk</ce:surname><ce:cross-ref refid="aff1390" id="crf10310"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5846-8496" id="au9780" author-id="S0370269322007833-9feadfb4556ab34e1316f18d086e7bed"><ce:given-name>J.</ce:given-name><ce:surname>Vrláková</ce:surname><ce:cross-ref refid="aff0370" id="crf10320"><ce:sup>37</ce:sup></ce:cross-ref></ce:author><ce:author id="au9790" author-id="S0370269322007833-ab1490e4e82947dd774ac4cb21acfea5"><ce:given-name>B.</ce:given-name><ce:surname>Wagner</ce:surname><ce:cross-ref refid="aff0200" id="crf10330"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5383-0970" id="au9800" author-id="S0370269322007833-6ed7035a79dd824bd6a0b2572108463b"><ce:given-name>C.</ce:given-name><ce:surname>Wang</ce:surname><ce:cross-ref refid="aff0390" id="crf10340"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author id="au9810" author-id="S0370269322007833-acba1a294e63a54789e94f0c48170a7c"><ce:given-name>D.</ce:given-name><ce:surname>Wang</ce:surname><ce:cross-ref refid="aff0390" id="crf10350"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5742-294X" id="au9820" author-id="S0370269322007833-86448d3a1cf868fca209fc2d36f58f5e"><ce:given-name>M.</ce:given-name><ce:surname>Weber</ce:surname><ce:cross-ref refid="aff1020" id="crf10360"><ce:sup>102</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3155-0887" id="au9830" author-id="S0370269322007833-8ed929c2763388d291ed05f7803d55a7"><ce:given-name>A.</ce:given-name><ce:surname>Wegrzynek</ce:surname><ce:cross-ref refid="aff0320" id="crf10370"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au9840" author-id="S0370269322007833-8f33d0fd6dc5f64aaf88651441e68b9c"><ce:given-name>F.T.</ce:given-name><ce:surname>Weiglhofer</ce:surname><ce:cross-ref refid="aff0380" id="crf10380"><ce:sup>38</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3495-4131" id="au9850" author-id="S0370269322007833-fc054185e3e03ba2ba73fedce1880cf3"><ce:given-name>S.C.</ce:given-name><ce:surname>Wenzel</ce:surname><ce:cross-ref refid="aff0320" id="crf10390"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-1339-286X" id="au9860" author-id="S0370269322007833-2315a255b201c88ad0087de64fcac834"><ce:given-name>J.P.</ce:given-name><ce:surname>Wessels</ce:surname><ce:cross-ref refid="aff1340" id="crf10400"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5405-3480" id="au9870" author-id="S0370269322007833-d0369f0e3d93a955cb5577312878292a"><ce:given-name>S.L.</ce:given-name><ce:surname>Weyhmiller</ce:surname><ce:cross-ref refid="aff1360" id="crf10410"><ce:sup>136</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0001-9201-8114" id="au9880" author-id="S0370269322007833-d35206c8771dcf8151d8531c8b5a4ad9"><ce:given-name>J.</ce:given-name><ce:surname>Wiechula</ce:surname><ce:cross-ref refid="aff0630" id="crf10420"><ce:sup>63</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-9617-3102" id="au9890" author-id="S0370269322007833-924aa82bb7057758dfd6b448c22248a6"><ce:given-name>J.</ce:given-name><ce:surname>Wikne</ce:surname><ce:cross-ref refid="aff0190" id="crf10430"><ce:sup>19</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-5584-2860" id="au9900" author-id="S0370269322007833-c6cf2d96fecc56427c920ff58c5f8f6c"><ce:given-name>G.</ce:given-name><ce:surname>Wilk</ce:surname><ce:cross-ref refid="aff0790" id="crf10440"><ce:sup>79</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0689-2858" id="au9910" author-id="S0370269322007833-defbde1b1ee45aba41243923803c24ee"><ce:given-name>J.</ce:given-name><ce:surname>Wilkinson</ce:surname><ce:cross-ref refid="aff0980" id="crf10450"><ce:sup>98</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0000-9939-3892" id="au9920" author-id="S0370269322007833-acd8b64118fe312de8703fd0ec307f2f"><ce:given-name>G.A.</ce:given-name><ce:surname>Willems</ce:surname><ce:cross-ref refid="aff1340" id="crf10460"><ce:sup>134</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0007-2759-5453" id="au9930" author-id="S0370269322007833-e27950605181c5633f31db79992710c0"><ce:given-name>B.</ce:given-name><ce:surname>Windelband</ce:surname><ce:cross-ref refid="aff0950" id="crf10470"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2207-0101" id="au9940" author-id="S0370269322007833-a855e71c5af983bba42efb2e9f0e3725"><ce:given-name>M.</ce:given-name><ce:surname>Winn</ce:surname><ce:cross-ref refid="aff1270" id="crf10480"><ce:sup>127</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-9351-6517" id="au9950" author-id="S0370269322007833-5cd6a9eca5037ab2657c1654558d4a0d"><ce:given-name>J.R.</ce:given-name><ce:surname>Wright</ce:surname><ce:cross-ref refid="aff1070" id="crf10490"><ce:sup>107</ce:sup></ce:cross-ref></ce:author><ce:author id="au9960" author-id="S0370269322007833-e020a09e1f80d41df58661e69fc302a8"><ce:given-name>W.</ce:given-name><ce:surname>Wu</ce:surname><ce:cross-ref refid="aff0390" id="crf10500"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2991-9849" id="au9970" author-id="S0370269322007833-4d41bda7d295237516fe3d3063752576"><ce:given-name>Y.</ce:given-name><ce:surname>Wu</ce:surname><ce:cross-ref refid="aff1170" id="crf10510"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4674-9482" id="au9980" author-id="S0370269322007833-11e0bfbbade486f5296c5883173dddc5"><ce:given-name>R.</ce:given-name><ce:surname>Xu</ce:surname><ce:cross-ref refid="aff0060" id="crf10520"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0003-9300-0439" id="au9990" author-id="S0370269322007833-e54d32bfd83e51167a20e139c21050fa"><ce:given-name>A.K.</ce:given-name><ce:surname>Yadav</ce:surname><ce:cross-ref refid="aff1310" id="crf10530"><ce:sup>131</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-8905-8089" id="au10000" author-id="S0370269322007833-d16c3a83fafe0285a03db859ddb8d52f"><ce:given-name>S.</ce:given-name><ce:surname>Yalcin</ce:surname><ce:cross-ref refid="aff0710" id="crf10540"><ce:sup>71</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-3842-7345" id="au10010" author-id="S0370269322007833-6142045f4cddc2cbac95eef90bcf1515"><ce:given-name>Y.</ce:given-name><ce:surname>Yamaguchi</ce:surname><ce:cross-ref refid="aff0930" id="crf10550"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au10020" author-id="S0370269322007833-77379878ecd8dcc55d4db065c5ede31e"><ce:given-name>K.</ce:given-name><ce:surname>Yamakawa</ce:surname><ce:cross-ref refid="aff0930" id="crf10560"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author id="au10030" author-id="S0370269322007833-8645710c17bcf77063da5e08aaede517"><ce:given-name>S.</ce:given-name><ce:surname>Yang</ce:surname><ce:cross-ref refid="aff0200" id="crf10570"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-5563-1884" id="au10040" author-id="S0370269322007833-a137667bdd118fdb6c97cbd5d31e1415"><ce:given-name>S.</ce:given-name><ce:surname>Yano</ce:surname><ce:cross-ref refid="aff0930" id="crf10580"><ce:sup>93</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-4532-7544" id="au10050" author-id="S0370269322007833-37532ff0bd8bdddc6df232a268ec17d2"><ce:given-name>Z.</ce:given-name><ce:surname>Yin</ce:surname><ce:cross-ref refid="aff0060" id="crf10590"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2835-5941" id="au10060" author-id="S0370269322007833-020b9765024ea0865dd600006691f5a2"><ce:given-name>I.-K.</ce:given-name><ce:surname>Yoo</ce:surname><ce:cross-ref refid="aff0160" id="crf10600"><ce:sup>16</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-7676-0821" id="au10070" author-id="S0370269322007833-52b96fdb9799a5cd26e06d18a506c4aa"><ce:given-name>J.H.</ce:given-name><ce:surname>Yoon</ce:surname><ce:cross-ref refid="aff0570" id="crf10610"><ce:sup>57</ce:sup></ce:cross-ref></ce:author><ce:author id="au10080" author-id="S0370269322007833-73709c3035c088e15ed8b7411bf05566"><ce:given-name>S.</ce:given-name><ce:surname>Yuan</ce:surname><ce:cross-ref refid="aff0200" id="crf10620"><ce:sup>20</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9696-9331" id="au10090" author-id="S0370269322007833-9a5a6d1f377a824ff90b8d2f97e01c35"><ce:given-name>A.</ce:given-name><ce:surname>Yuncu</ce:surname><ce:cross-ref refid="aff0950" id="crf10630"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-3128-3157" id="au10100" author-id="S0370269322007833-286a6ccdb4251b1bec6b128436079ec4"><ce:given-name>V.</ce:given-name><ce:surname>Zaccolo</ce:surname><ce:cross-ref refid="aff0230" id="crf10640"><ce:sup>23</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2608-4834" id="au10110" author-id="S0370269322007833-a4e873872ea785d77aa421904b204360"><ce:given-name>C.</ce:given-name><ce:surname>Zampolli</ce:surname><ce:cross-ref refid="aff0320" id="crf10650"><ce:sup>32</ce:sup></ce:cross-ref></ce:author><ce:author id="au10120" author-id="S0370269322007833-8fbc365281747946d5ece488d0df7135"><ce:given-name>H.J.C.</ce:given-name><ce:surname>Zanoli</ce:surname><ce:cross-ref refid="aff0580" id="crf10660"><ce:sup>58</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0005-9061-1060" id="au10130" author-id="S0370269322007833-549f6b95123fe7d205fa36c1057adff8"><ce:given-name>F.</ce:given-name><ce:surname>Zanone</ce:surname><ce:cross-ref refid="aff0950" id="crf10670"><ce:sup>95</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0006-3929-209X" id="au10140" author-id="S0370269322007833-3f33ea0269cd662681f8b953e30ea589"><ce:given-name>N.</ce:given-name><ce:surname>Zardoshti</ce:surname><ce:cross-ref refid="aff0320" id="crf10680"><ce:sup>32</ce:sup></ce:cross-ref><ce:cross-ref refid="aff1000" id="crf10690"><ce:sup>100</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-3502-8084" id="au10150" author-id="S0370269322007833-394bfeaec10ec1e18faa261c714ef923"><ce:given-name>A.</ce:given-name><ce:surname>Zarochentsev</ce:surname><ce:cross-ref refid="aff1390" id="crf10700"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-8296-2128" id="au10160" author-id="S0370269322007833-819bdf9fb8c4d95f2d6f73c62d8f60d3"><ce:given-name>P.</ce:given-name><ce:surname>Závada</ce:surname><ce:cross-ref refid="aff0610" id="crf10710"><ce:sup>61</ce:sup></ce:cross-ref></ce:author><ce:author id="au10170" author-id="S0370269322007833-84e913ff8c5dae1bd2aa265385102007"><ce:given-name>N.</ce:given-name><ce:surname>Zaviyalov</ce:surname><ce:cross-ref refid="aff1390" id="crf10720"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-0419-321X" id="au10180" author-id="S0370269322007833-aed647673bbdab8917ad7db7c9323c65"><ce:given-name>M.</ce:given-name><ce:surname>Zhalov</ce:surname><ce:cross-ref refid="aff1390" id="crf10730"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-6097-1878" id="au10190" author-id="S0370269322007833-796f81177fe027cdcc20b15a209a6b3b"><ce:given-name>B.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0060" id="crf10740"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0003-2782-7801" id="au10200" author-id="S0370269322007833-1ccde66d9ebf8813477a4bfc150ffac7"><ce:given-name>S.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0390" id="crf10750"><ce:sup>39</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-1881-8711" id="au10210" author-id="S0370269322007833-3aaf3e1d918b8b028995e495ca87e476"><ce:given-name>X.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff0060" id="crf10760"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au10220" author-id="S0370269322007833-ba459de08e401db79a3e12f11312451d"><ce:given-name>Y.</ce:given-name><ce:surname>Zhang</ce:surname><ce:cross-ref refid="aff1170" id="crf10770"><ce:sup>117</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-2858-2167" id="au10230" author-id="S0370269322007833-12180c1197f518891ae10d1d151ae767"><ce:given-name>M.</ce:given-name><ce:surname>Zhao</ce:surname><ce:cross-ref refid="aff0100" id="crf10780"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-6021-5113" id="au10240" author-id="S0370269322007833-9feeecb04ac9bd35d770466fb86792be"><ce:given-name>V.</ce:given-name><ce:surname>Zherebchevskii</ce:surname><ce:cross-ref refid="aff1390" id="crf10790"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author id="au10250" author-id="S0370269322007833-617c42c28cb1b1d3dab680558c293767"><ce:given-name>Y.</ce:given-name><ce:surname>Zhi</ce:surname><ce:cross-ref refid="aff0100" id="crf10800"><ce:sup>10</ce:sup></ce:cross-ref></ce:author><ce:author id="au10260" author-id="S0370269322007833-3038f7cd79250ffa05fa0aff7644d2b3"><ce:given-name>N.</ce:given-name><ce:surname>Zhigareva</ce:surname><ce:cross-ref refid="aff1390" id="crf10810"><ce:sup>139</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0009-0009-2528-906X" id="au10270" author-id="S0370269322007833-e9bc0465b352cd706eac4fc8b795a4c2"><ce:given-name>D.</ce:given-name><ce:surname>Zhou</ce:surname><ce:cross-ref refid="aff0060" id="crf10820"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7868-6706" id="au10280" author-id="S0370269322007833-4a0cdba9c352af9310759dd83e906db9"><ce:given-name>Y.</ce:given-name><ce:surname>Zhou</ce:surname><ce:cross-ref refid="aff0830" id="crf10830"><ce:sup>83</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0001-9358-5762" id="au10290" author-id="S0370269322007833-b564bd6149c66f06bbea2780670b8f50"><ce:given-name>J.</ce:given-name><ce:surname>Zhu</ce:surname><ce:cross-ref refid="aff0980" id="crf10840"><ce:sup>98</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0060" id="crf10850"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au10300" author-id="S0370269322007833-1fb0ab925cfcdaacb160193d82c1a978"><ce:given-name>Y.</ce:given-name><ce:surname>Zhu</ce:surname><ce:cross-ref refid="aff0060" id="crf10860"><ce:sup>6</ce:sup></ce:cross-ref></ce:author><ce:author id="au10310" author-id="S0370269322007833-2ad055472e2fac995111c51c08396d0c"><ce:given-name>G.</ce:given-name><ce:surname>Zinovjev</ce:surname><ce:cross-ref refid="aff0030" id="crf10870"><ce:sup>3</ce:sup></ce:cross-ref><ce:cross-ref refid="fn0010" id="crf10880"><ce:sup>I</ce:sup></ce:cross-ref></ce:author><ce:author orcid="0000-0002-7478-2493" id="au10320" author-id="S0370269322007833-92b5ecf5612e2e849fc1bba72c6cff99"><ce:given-name>N.</ce:given-name><ce:surname>Zurlo</ce:surname><ce:cross-ref refid="aff1300" id="crf10890"><ce:sup>130</ce:sup></ce:cross-ref><ce:cross-ref refid="aff0540" id="crf10900"><ce:sup>54</ce:sup></ce:cross-ref></ce:author><ce:affiliation id="aff0010" affiliation-id="S0370269322007833-79d30baa35325e84d46378ba6ce12c18"><ce:label>1</ce:label><ce:textfn>A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation, Yerevan, Armenia</ce:textfn><sa:affiliation><sa:organization>A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation</sa:organization><sa:city>Yerevan</sa:city><sa:country>Armenia</sa:country></sa:affiliation><ce:source-text id="srct0005">A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation, Yerevan, Armenia</ce:source-text></ce:affiliation><ce:affiliation id="aff0020" affiliation-id="S0370269322007833-65754d218cf7f84bf1e02306b80caca0"><ce:label>2</ce:label><ce:textfn>AGH University of Science and Technology, Cracow, Poland</ce:textfn><sa:affiliation><sa:organization>AGH University of Science and Technology</sa:organization><sa:city>Cracow</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0010">AGH University of Science and Technology, Cracow, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff0030" affiliation-id="S0370269322007833-e916a2f48a17bc32220b61ae0e9b8e05"><ce:label>3</ce:label><ce:textfn>Bogolyubov Institute for Theoretical Physics, National Academy of Sciences of Ukraine, Kiev, Ukraine</ce:textfn><sa:affiliation><sa:organization>Bogolyubov Institute for Theoretical Physics</sa:organization><sa:organization>National Academy of Sciences of Ukraine</sa:organization><sa:city>Kiev</sa:city><sa:country>Ukraine</sa:country></sa:affiliation><ce:source-text id="srct0015">Bogolyubov Institute for Theoretical Physics, National Academy of Sciences of Ukraine, Kiev, Ukraine</ce:source-text></ce:affiliation><ce:affiliation id="aff0040" affiliation-id="S0370269322007833-9869d95133b2275e34836b8ad2f235c3"><ce:label>4</ce:label><ce:textfn>Bose Institute, Department of Physics and Centre for Astroparticle Physics and Space Science (CAPSS), Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Bose Institute</sa:organization><sa:organization>Department of Physics</sa:organization><sa:organization>Centre for Astroparticle Physics and Space Science (CAPSS)</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0020">Bose Institute, Department of Physics and Centre for Astroparticle Physics and Space Science (CAPSS), Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0050" affiliation-id="S0370269322007833-b7f796ef6c934d79a497288cdec192f6"><ce:label>5</ce:label><ce:textfn>California Polytechnic State University, San Luis Obispo, CA, United States</ce:textfn><sa:affiliation><sa:organization>California Polytechnic State University</sa:organization><sa:city>San Luis Obispo</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0025">California Polytechnic State University, San Luis Obispo, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0060" affiliation-id="S0370269322007833-3dcd6ffc2e8f27d6ed2f6237a209a384"><ce:label>6</ce:label><ce:textfn>Central China Normal University, Wuhan, China</ce:textfn><sa:affiliation><sa:organization>Central China Normal University</sa:organization><sa:city>Wuhan</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0030">Central China Normal University, Wuhan, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0070" affiliation-id="S0370269322007833-110460c7f2fbb319ec6d52e7cc3fc1d5"><ce:label>7</ce:label><ce:textfn>Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN), Havana, Cuba</ce:textfn><sa:affiliation><sa:organization>Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN)</sa:organization><sa:city>Havana</sa:city><sa:country>Cuba</sa:country></sa:affiliation><ce:source-text id="srct0035">Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear (CEADEN), Havana, Cuba</ce:source-text></ce:affiliation><ce:affiliation id="aff0080" affiliation-id="S0370269322007833-641aa526558990d110c090840e6f3d0c"><ce:label>8</ce:label><ce:textfn>Centro de Investigación y de Estudios Avanzados (CINVESTAV), Mexico City and Mérida, Mexico</ce:textfn><sa:affiliation><sa:organization>Centro de Investigación y de Estudios Avanzados (CINVESTAV)</sa:organization><sa:city>Mexico City and Mérida</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0040">Centro de Investigación y de Estudios Avanzados (CINVESTAV), Mexico City and Mérida, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0090" affiliation-id="S0370269322007833-9c73ece39ab638447cd10f268e329b2e"><ce:label>9</ce:label><ce:textfn>Chicago State University, Chicago, IL, United States</ce:textfn><sa:affiliation><sa:organization>Chicago State University</sa:organization><sa:city>Chicago</sa:city><sa:state>IL</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0045">Chicago State University, Chicago, Illinois, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0100" affiliation-id="S0370269322007833-d7da93bf3f02be0a46bee74f439b5930"><ce:label>10</ce:label><ce:textfn>China Institute of Atomic Energy, Beijing, China</ce:textfn><sa:affiliation><sa:organization>China Institute of Atomic Energy</sa:organization><sa:city>Beijing</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0050">China Institute of Atomic Energy, Beijing, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0110" affiliation-id="S0370269322007833-d477851cd020cd39da135784676a96ff"><ce:label>11</ce:label><ce:textfn>Chungbuk National University, Cheongju, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Chungbuk National University</sa:organization><sa:city>Cheongju</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0055">Chungbuk National University, Cheongju, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0120" affiliation-id="S0370269322007833-b03a6e652a70daee257206602eb6f83f"><ce:label>12</ce:label><ce:textfn>Comenius University Bratislava, Faculty of Mathematics, Physics and Informatics, Bratislava, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Comenius University Bratislava</sa:organization><sa:organization>Faculty of Mathematics, Physics and Informatics</sa:organization><sa:city>Bratislava</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0060">Comenius University Bratislava, Faculty of Mathematics, Physics and Informatics, Bratislava, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0130" affiliation-id="S0370269322007833-78cc8333b14d598fc5e3c0230d1de22e"><ce:label>13</ce:label><ce:textfn>COMSATS University Islamabad, Islamabad, Pakistan</ce:textfn><sa:affiliation><sa:organization>COMSATS University Islamabad</sa:organization><sa:city>Islamabad</sa:city><sa:country>Pakistan</sa:country></sa:affiliation><ce:source-text id="srct0065">COMSATS University Islamabad, Islamabad, Pakistan</ce:source-text></ce:affiliation><ce:affiliation id="aff0140" affiliation-id="S0370269322007833-42161ea7466da89325c5b37601107c55"><ce:label>14</ce:label><ce:textfn>Creighton University, Omaha, NE, United States</ce:textfn><sa:affiliation><sa:organization>Creighton University</sa:organization><sa:city>Omaha</sa:city><sa:state>NE</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0070">Creighton University, Omaha, Nebraska, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0150" affiliation-id="S0370269322007833-bd5e6b818668501c1deea76e96cac833"><ce:label>15</ce:label><ce:textfn>Department of Physics, Aligarh Muslim University, Aligarh, India</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Aligarh Muslim University</sa:organization><sa:city>Aligarh</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0075">Department of Physics, Aligarh Muslim University, Aligarh, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0160" affiliation-id="S0370269322007833-ebe7875fb705d3c179953d196aa8b94b"><ce:label>16</ce:label><ce:textfn>Department of Physics, Pusan National University, Pusan, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Pusan National University</sa:organization><sa:city>Pusan</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0080">Department of Physics, Pusan National University, Pusan, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0170" affiliation-id="S0370269322007833-24ddc81b37e640977b88412ba28336a4"><ce:label>17</ce:label><ce:textfn>Department of Physics, Sejong University, Seoul, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>Sejong University</sa:organization><sa:city>Seoul</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0085">Department of Physics, Sejong University, Seoul, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0180" affiliation-id="S0370269322007833-66245837acb0d7fb7ada51de0fd95043"><ce:label>18</ce:label><ce:textfn>Department of Physics, University of California, Berkeley, CA, United States</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>University of California</sa:organization><sa:city>Berkeley</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0090">Department of Physics, University of California, Berkeley, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0190" affiliation-id="S0370269322007833-63776eabafa9e32856b35562692a4488"><ce:label>19</ce:label><ce:textfn>Department of Physics, University of Oslo, Oslo, Norway</ce:textfn><sa:affiliation><sa:organization>Department of Physics</sa:organization><sa:organization>University of Oslo</sa:organization><sa:city>Oslo</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0095">Department of Physics, University of Oslo, Oslo, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0200" affiliation-id="S0370269322007833-020451a59d5e257505166bdb7847cdd7"><ce:label>20</ce:label><ce:textfn>Department of Physics and Technology, University of Bergen, Bergen, Norway</ce:textfn><sa:affiliation><sa:organization>Department of Physics and Technology</sa:organization><sa:organization>University of Bergen</sa:organization><sa:city>Bergen</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0100">Department of Physics and Technology, University of Bergen, Bergen, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0210" affiliation-id="S0370269322007833-f2de76852013198101844806b89d3836"><ce:label>21</ce:label><ce:textfn>Dipartimento di Fisica, Università di Pavia, Pavia, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica</sa:organization><sa:organization>Università di Pavia</sa:organization><sa:city>Pavia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0105">Dipartimento di Fisica, Università di Pavia, Pavia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0220" affiliation-id="S0370269322007833-81d87d2cd8c9f6aa2a1c7f4b13115ef3"><ce:label>22</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Cagliari, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Cagliari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0110">Dipartimento di Fisica dell'Università and Sezione INFN, Cagliari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0230" affiliation-id="S0370269322007833-849d0ba7888fcb2a09aad7ac1095ec15"><ce:label>23</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Trieste, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Trieste</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0115">Dipartimento di Fisica dell'Università and Sezione INFN, Trieste, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0240" affiliation-id="S0370269322007833-68c63fd1cb9e8623af62118bbef39c9e"><ce:label>24</ce:label><ce:textfn>Dipartimento di Fisica dell'Università and Sezione INFN, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0120">Dipartimento di Fisica dell'Università and Sezione INFN, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0250" affiliation-id="S0370269322007833-7a40dab487121429c63e59c3de15ccfa"><ce:label>25</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Bologna, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bologna</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0125">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Bologna, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0260" affiliation-id="S0370269322007833-72e3fe624de7d3d3223574366a22ef30"><ce:label>26</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Catania, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Catania</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0130">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Catania, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0270" affiliation-id="S0370269322007833-6145c67e3009fb117e82f5429b2af282"><ce:label>27</ce:label><ce:textfn>Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Padova, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica e Astronomia dell'Università</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Padova</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0135">Dipartimento di Fisica e Astronomia dell'Università and Sezione INFN, Padova, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0280" affiliation-id="S0370269322007833-a001bc692b1f1f84377401c9e2632e51"><ce:label>28</ce:label><ce:textfn>Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università and Gruppo Collegato INFN, Salerno, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università</sa:organization><sa:organization>Gruppo Collegato INFN</sa:organization><sa:city>Salerno</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0140">Dipartimento di Fisica ‘E.R. Caianiello’ dell'Università and Gruppo Collegato INFN, Salerno, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0290" affiliation-id="S0370269322007833-362983c57dbe79a62add2550bfe565dc"><ce:label>29</ce:label><ce:textfn>Dipartimento DISAT del Politecnico and Sezione INFN, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento DISAT del Politecnico</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0145">Dipartimento DISAT del Politecnico and Sezione INFN, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0300" affiliation-id="S0370269322007833-7a82e32411929fc5768d11b72609a4d8"><ce:label>30</ce:label><ce:textfn>Dipartimento di Scienze MIFT, Università di Messina, Messina, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento di Scienze MIFT</sa:organization><sa:organization>Università di Messina</sa:organization><sa:city>Messina</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0150">Dipartimento di Scienze MIFT, Università di Messina, Messina, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0310" affiliation-id="S0370269322007833-0bfba0b176e2b6e1b67e6564c87308b5"><ce:label>31</ce:label><ce:textfn>Dipartimento Interateneo di Fisica ‘M. Merlin’ and Sezione INFN, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>Dipartimento Interateneo di Fisica ‘M. Merlin’</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0155">Dipartimento Interateneo di Fisica ‘M. Merlin’ and Sezione INFN, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0320" affiliation-id="S0370269322007833-44f92095d23d6e3d2fb8e8fc998c51f2"><ce:label>32</ce:label><ce:textfn>European Organization for Nuclear Research (CERN), Geneva, Switzerland</ce:textfn><sa:affiliation><sa:organization>European Organization for Nuclear Research (CERN)</sa:organization><sa:city>Geneva</sa:city><sa:country>Switzerland</sa:country></sa:affiliation><ce:source-text id="srct0160">European Organization for Nuclear Research (CERN), Geneva, Switzerland</ce:source-text></ce:affiliation><ce:affiliation id="aff0330" affiliation-id="S0370269322007833-f220870dd6ed2747e8ec11b2ba624bf5"><ce:label>33</ce:label><ce:textfn>Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, University of Split, Split, Croatia</ce:textfn><sa:affiliation><sa:organization>Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture</sa:organization><sa:organization>University of Split</sa:organization><sa:city>Split</sa:city><sa:country>Croatia</sa:country></sa:affiliation><ce:source-text id="srct0165">Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, University of Split, Split, Croatia</ce:source-text></ce:affiliation><ce:affiliation id="aff0340" affiliation-id="S0370269322007833-5bf4b9d297f0544e6037addfb7689840"><ce:label>34</ce:label><ce:textfn>Faculty of Engineering and Science, Western Norway University of Applied Sciences, Bergen, Norway</ce:textfn><sa:affiliation><sa:organization>Faculty of Engineering and Science</sa:organization><sa:organization>Western Norway University of Applied Sciences</sa:organization><sa:city>Bergen</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0170">Faculty of Engineering and Science, Western Norway University of Applied Sciences, Bergen, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff0350" affiliation-id="S0370269322007833-56d412e1c3fe114d9a18225fa76274c9"><ce:label>35</ce:label><ce:textfn>Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Prague, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Faculty of Nuclear Sciences and Physical Engineering</sa:organization><sa:organization>Czech Technical University in Prague</sa:organization><sa:city>Prague</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0175">Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Prague, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0360" affiliation-id="S0370269322007833-de312990ec5b7745ed2a9609074bb450"><ce:label>36</ce:label><ce:textfn>Faculty of Physics, Sofia University, Sofia, Bulgaria</ce:textfn><sa:affiliation><sa:organization>Faculty of Physics</sa:organization><sa:organization>Sofia University</sa:organization><sa:city>Sofia</sa:city><sa:country>Bulgaria</sa:country></sa:affiliation><ce:source-text id="srct0180">Faculty of Physics, Sofia University, Sofia, Bulgaria</ce:source-text></ce:affiliation><ce:affiliation id="aff0370" affiliation-id="S0370269322007833-0879c60c6550c16bd60686725f5c6938"><ce:label>37</ce:label><ce:textfn>Faculty of Science, P.J. Šafárik University, Košice, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Faculty of Science</sa:organization><sa:organization>P.J. Šafárik University</sa:organization><sa:city>Košice</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0185">Faculty of Science, P.J. Šafárik University, Košice, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0380" affiliation-id="S0370269322007833-a18716885f5bc83f5d1aee8d0d80c7af"><ce:label>38</ce:label><ce:textfn>Frankfurt Institute for Advanced Studies, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Frankfurt Institute for Advanced Studies</sa:organization><sa:organization>Johann Wolfgang Goethe-Universität Frankfurt</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0190">Frankfurt Institute for Advanced Studies, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0390" affiliation-id="S0370269322007833-f0b0a2b18fef5547dcd39253b5714404"><ce:label>39</ce:label><ce:textfn>Fudan University, Shanghai, China</ce:textfn><sa:affiliation><sa:organization>Fudan University</sa:organization><sa:city>Shanghai</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0195">Fudan University, Shanghai, China</ce:source-text></ce:affiliation><ce:affiliation id="aff0400" affiliation-id="S0370269322007833-a2398937a38c48ebf6ac3ff5e5d60b95"><ce:label>40</ce:label><ce:textfn>Gangneung-Wonju National University, Gangneung, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Gangneung-Wonju National University</sa:organization><sa:city>Gangneung</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0200">Gangneung-Wonju National University, Gangneung, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0410" affiliation-id="S0370269322007833-73bc80872cd116960a09bc477e035838"><ce:label>41</ce:label><ce:textfn>Gauhati University, Department of Physics, Guwahati, India</ce:textfn><sa:affiliation><sa:organization>Gauhati University</sa:organization><sa:organization>Department of Physics</sa:organization><sa:city>Guwahati</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0205">Gauhati University, Department of Physics, Guwahati, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0420" affiliation-id="S0370269322007833-9fd27eebf76465366fe59cb8d9620ae8"><ce:label>42</ce:label><ce:textfn>Helmholtz-Institut für Strahlen- und Kernphysik, Rheinische Friedrich-Wilhelms-Universität Bonn, Bonn, Germany</ce:textfn><sa:affiliation><sa:organization>Helmholtz-Institut für Strahlen- und Kernphysik</sa:organization><sa:organization>Rheinische Friedrich-Wilhelms-Universität Bonn</sa:organization><sa:city>Bonn</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0210">Helmholtz-Institut für Strahlen- und Kernphysik, Rheinische Friedrich-Wilhelms-Universität Bonn, Bonn, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0430" affiliation-id="S0370269322007833-66b9f8889421b091fa908925e638d91e"><ce:label>43</ce:label><ce:textfn>Helsinki Institute of Physics (HIP), Helsinki, Finland</ce:textfn><sa:affiliation><sa:organization>Helsinki Institute of Physics (HIP)</sa:organization><sa:city>Helsinki</sa:city><sa:country>Finland</sa:country></sa:affiliation><ce:source-text id="srct0215">Helsinki Institute of Physics (HIP), Helsinki, Finland</ce:source-text></ce:affiliation><ce:affiliation id="aff0440" affiliation-id="S0370269322007833-6968018d6fe1bd12a4413918be70ab85"><ce:label>44</ce:label><ce:textfn>High Energy Physics Group, Universidad Autónoma de Puebla, Puebla, Mexico</ce:textfn><sa:affiliation><sa:organization>High Energy Physics Group</sa:organization><sa:organization>Universidad Autónoma de Puebla</sa:organization><sa:city>Puebla</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0220">High Energy Physics Group, Universidad Autónoma de Puebla, Puebla, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0450" affiliation-id="S0370269322007833-16bdf6e3577a480da99159f5d54452b1"><ce:label>45</ce:label><ce:textfn>Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>Horia Hulubei National Institute of Physics and Nuclear Engineering</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0225">Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff0460" affiliation-id="S0370269322007833-78df0ad3e050545612fd8d71a4776a19"><ce:label>46</ce:label><ce:textfn>Indian Institute of Technology Bombay (IIT), Mumbai, India</ce:textfn><sa:affiliation><sa:organization>Indian Institute of Technology Bombay (IIT)</sa:organization><sa:city>Mumbai</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0230">Indian Institute of Technology Bombay (IIT), Mumbai, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0470" affiliation-id="S0370269322007833-b8ad6c9375b7a89b768adb13f27427b4"><ce:label>47</ce:label><ce:textfn>Indian Institute of Technology Indore, Indore, India</ce:textfn><sa:affiliation><sa:organization>Indian Institute of Technology Indore</sa:organization><sa:city>Indore</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0235">Indian Institute of Technology Indore, Indore, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0480" affiliation-id="S0370269322007833-25658fba725d22058ae2a8649ceeb084"><ce:label>48</ce:label><ce:textfn>INFN, Laboratori Nazionali di Frascati, Frascati, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Laboratori Nazionali di Frascati</sa:organization><sa:city>Frascati</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0240">INFN, Laboratori Nazionali di Frascati, Frascati, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0490" affiliation-id="S0370269322007833-5d9dee68bdf16e34f2f3f01d930f367d"><ce:label>49</ce:label><ce:textfn>INFN, Sezione di Bari, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Bari</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0245">INFN, Sezione di Bari, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0500" affiliation-id="S0370269322007833-340d750afed4ff705cf1dd72bf688ca4"><ce:label>50</ce:label><ce:textfn>INFN, Sezione di Bologna, Bologna, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Bologna</sa:organization><sa:city>Bologna</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0250">INFN, Sezione di Bologna, Bologna, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0510" affiliation-id="S0370269322007833-436e8c989d6c10cae74944a81714a4e2"><ce:label>51</ce:label><ce:textfn>INFN, Sezione di Cagliari, Cagliari, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Cagliari</sa:organization><sa:city>Cagliari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0255">INFN, Sezione di Cagliari, Cagliari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0520" affiliation-id="S0370269322007833-f0607c03a8b381da2bb83a11f8d899c8"><ce:label>52</ce:label><ce:textfn>INFN, Sezione di Catania, Catania, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Catania</sa:organization><sa:city>Catania</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0260">INFN, Sezione di Catania, Catania, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0530" affiliation-id="S0370269322007833-cb33711bf32ecc9cc4697cbbea10fa88"><ce:label>53</ce:label><ce:textfn>INFN, Sezione di Padova, Padova, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Padova</sa:organization><sa:city>Padova</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0265">INFN, Sezione di Padova, Padova, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0540" affiliation-id="S0370269322007833-5c70f16aa0d389aa33e2589db6fcd5d6"><ce:label>54</ce:label><ce:textfn>INFN, Sezione di Pavia, Pavia, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Pavia</sa:organization><sa:city>Pavia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0270">INFN, Sezione di Pavia, Pavia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0550" affiliation-id="S0370269322007833-f1faa0de67f6d8d1ece0914257c7635c"><ce:label>55</ce:label><ce:textfn>INFN, Sezione di Torino, Turin, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Torino</sa:organization><sa:city>Turin</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0275">INFN, Sezione di Torino, Turin, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0560" affiliation-id="S0370269322007833-0035d662cbe7eef98bed21545fd04324"><ce:label>56</ce:label><ce:textfn>INFN, Sezione di Trieste, Trieste, Italy</ce:textfn><sa:affiliation><sa:organization>INFN, Sezione di Trieste</sa:organization><sa:city>Trieste</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0280">INFN, Sezione di Trieste, Trieste, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0570" affiliation-id="S0370269322007833-22e3a6d8462b39bb6c155bce0c9b21cd"><ce:label>57</ce:label><ce:textfn>Inha University, Incheon, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Inha University</sa:organization><sa:city>Incheon</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0285">Inha University, Incheon, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0580" affiliation-id="S0370269322007833-d4941ebd67ab9bbf96b1e6a906f4397c"><ce:label>58</ce:label><ce:textfn>Institute for Gravitational and Subatomic Physics (GRASP), Utrecht University/Nikhef, Utrecht, Netherlands</ce:textfn><sa:affiliation><sa:organization>Institute for Gravitational and Subatomic Physics (GRASP)</sa:organization><sa:organization>Utrecht University/Nikhef</sa:organization><sa:city>Utrecht</sa:city><sa:country>Netherlands</sa:country></sa:affiliation><ce:source-text id="srct0290">Institute for Gravitational and Subatomic Physics (GRASP), Utrecht University/Nikhef, Utrecht, Netherlands</ce:source-text></ce:affiliation><ce:affiliation id="aff0590" affiliation-id="S0370269322007833-f6d8becf2ef35885577b8164313401cb"><ce:label>59</ce:label><ce:textfn>Institute of Experimental Physics, Slovak Academy of Sciences, Košice, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Institute of Experimental Physics</sa:organization><sa:organization>Slovak Academy of Sciences</sa:organization><sa:city>Košice</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0295">Institute of Experimental Physics, Slovak Academy of Sciences, Košice, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0600" affiliation-id="S0370269322007833-6fa96ff1fcc4aaff09633c1217f06ff0"><ce:label>60</ce:label><ce:textfn>Institute of Physics, Homi Bhabha National Institute, Bhubaneswar, India</ce:textfn><sa:affiliation><sa:organization>Institute of Physics</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Bhubaneswar</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0300">Institute of Physics, Homi Bhabha National Institute, Bhubaneswar, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0610" affiliation-id="S0370269322007833-9f77e70dcbde10c6ed3d37b3b0071107"><ce:label>61</ce:label><ce:textfn>Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Institute of Physics of the Czech Academy of Sciences</sa:organization><sa:city>Prague</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0305">Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0620" affiliation-id="S0370269322007833-3309ea65bfe3ae2f96b232545cb67043"><ce:label>62</ce:label><ce:textfn>Institute of Space Science (ISS), Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>Institute of Space Science (ISS)</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0310">Institute of Space Science (ISS), Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff0630" affiliation-id="S0370269322007833-2759820a41f8b0ece8c42aa319465ed5"><ce:label>63</ce:label><ce:textfn>Institut für Kernphysik, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Institut für Kernphysik</sa:organization><sa:organization>Johann Wolfgang Goethe-Universität Frankfurt</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0315">Institut für Kernphysik, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0640" affiliation-id="S0370269322007833-b18018b82a469dc4e4eb94f595cf4812"><ce:label>64</ce:label><ce:textfn>Instituto de Ciencias Nucleares, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:textfn><sa:affiliation><sa:organization>Instituto de Ciencias Nucleares</sa:organization><sa:organization>Universidad Nacional Autónoma de México</sa:organization><sa:city>Mexico City</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0320">Instituto de Ciencias Nucleares, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0650" affiliation-id="S0370269322007833-2aa194eda46d62198ea9b929240200b8"><ce:label>65</ce:label><ce:textfn>Instituto de Física, Universidade Federal do Rio Grande do Sul (UFRGS), Porto Alegre, Brazil</ce:textfn><sa:affiliation><sa:organization>Instituto de Física</sa:organization><sa:organization>Universidade Federal do Rio Grande do Sul (UFRGS)</sa:organization><sa:city>Porto Alegre</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0325">Instituto de Física, Universidade Federal do Rio Grande do Sul (UFRGS), Porto Alegre, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff0660" affiliation-id="S0370269322007833-9e9b95fa2c082308cb0efc3488541c67"><ce:label>66</ce:label><ce:textfn>Instituto de Física, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:textfn><sa:affiliation><sa:organization>Instituto de Física</sa:organization><sa:organization>Universidad Nacional Autónoma de México</sa:organization><sa:city>Mexico City</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0330">Instituto de Física, Universidad Nacional Autónoma de México, Mexico City, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff0670" affiliation-id="S0370269322007833-4ef9aeae6b2f74e366edd12aafbea4cf"><ce:label>67</ce:label><ce:textfn>iThemba LABS, National Research Foundation, Somerset West, South Africa</ce:textfn><sa:affiliation><sa:organization>iThemba LABS</sa:organization><sa:organization>National Research Foundation</sa:organization><sa:city>Somerset West</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0335">iThemba LABS, National Research Foundation, Somerset West, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff0680" affiliation-id="S0370269322007833-2f4c4db0447d27fd2e43117b90bb74d4"><ce:label>68</ce:label><ce:textfn>Jeonbuk National University, Jeonju, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Jeonbuk National University</sa:organization><sa:city>Jeonju</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0340">Jeonbuk National University, Jeonju, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0690" affiliation-id="S0370269322007833-81ec7d4c8c69486a57ef1ca6a567076c"><ce:label>69</ce:label><ce:textfn>Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik, Fachbereich Informatik und Mathematik, Frankfurt, Germany</ce:textfn><sa:affiliation><sa:organization>Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik</sa:organization><sa:organization>Fachbereich Informatik und Mathematik</sa:organization><sa:city>Frankfurt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0345">Johann-Wolfgang-Goethe Universität Frankfurt Institut für Informatik, Fachbereich Informatik und Mathematik, Frankfurt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0700" affiliation-id="S0370269322007833-c1d849875c0de0db6476f9cc96b07dd2"><ce:label>70</ce:label><ce:textfn>Korea Institute of Science and Technology Information, Daejeon, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Korea Institute of Science and Technology Information</sa:organization><sa:city>Daejeon</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0350">Korea Institute of Science and Technology Information, Daejeon, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff0710" affiliation-id="S0370269322007833-c5cd420fa3d6b7c79dc3ab9e7c2dfb06"><ce:label>71</ce:label><ce:textfn>KTO Karatay University, Konya, Turkey</ce:textfn><sa:affiliation><sa:organization>KTO Karatay University</sa:organization><sa:city>Konya</sa:city><sa:country>Turkey</sa:country></sa:affiliation><ce:source-text id="srct0355">KTO Karatay University, Konya, Turkey</ce:source-text></ce:affiliation><ce:affiliation id="aff0720" affiliation-id="S0370269322007833-0bdd954451acb47f491c8c4996fa87da"><ce:label>72</ce:label><ce:textfn>Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie, Orsay, France</ce:textfn><sa:affiliation><sa:organization>Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie</sa:organization><sa:city>Orsay</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0360">Laboratoire de Physique des 2 Infinis, Irène Joliot-Curie, Orsay, France</ce:source-text></ce:affiliation><ce:affiliation id="aff0730" affiliation-id="S0370269322007833-1487532e5bfe30325bc10c0583f7c38e"><ce:label>73</ce:label><ce:textfn>Laboratoire de Physique Subatomique et de Cosmologie, Université Grenoble-Alpes, CNRS-IN2P3, Grenoble, France</ce:textfn><sa:affiliation><sa:organization>Laboratoire de Physique Subatomique et de Cosmologie</sa:organization><sa:organization>Université Grenoble-Alpes</sa:organization><sa:organization>CNRS-IN2P3</sa:organization><sa:city>Grenoble</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0365">Laboratoire de Physique Subatomique et de Cosmologie, Université Grenoble-Alpes, CNRS-IN2P3, Grenoble, France</ce:source-text></ce:affiliation><ce:affiliation id="aff0740" affiliation-id="S0370269322007833-dd5512fbf2faf90b56635e0b411d44a2"><ce:label>74</ce:label><ce:textfn>Lawrence Berkeley National Laboratory, Berkeley, CA, United States</ce:textfn><sa:affiliation><sa:organization>Lawrence Berkeley National Laboratory</sa:organization><sa:city>Berkeley</sa:city><sa:state>CA</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0370">Lawrence Berkeley National Laboratory, Berkeley, California, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0750" affiliation-id="S0370269322007833-ed03eefd58007822249c697d882deffc"><ce:label>75</ce:label><ce:textfn>Lund University Department of Physics, Division of Particle Physics, Lund, Sweden</ce:textfn><sa:affiliation><sa:organization>Lund University Department of Physics</sa:organization><sa:organization>Division of Particle Physics</sa:organization><sa:city>Lund</sa:city><sa:country>Sweden</sa:country></sa:affiliation><ce:source-text id="srct0375">Lund University Department of Physics, Division of Particle Physics, Lund, Sweden</ce:source-text></ce:affiliation><ce:affiliation id="aff0760" affiliation-id="S0370269322007833-5b47ca06644b7f88e2267e9accbe867b"><ce:label>76</ce:label><ce:textfn>Nagasaki Institute of Applied Science, Nagasaki, Japan</ce:textfn><sa:affiliation><sa:organization>Nagasaki Institute of Applied Science</sa:organization><sa:city>Nagasaki</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0380">Nagasaki Institute of Applied Science, Nagasaki, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0770" affiliation-id="S0370269322007833-61cd55f0b96e9831d6063318d9967d43"><ce:label>77</ce:label><ce:textfn>Nara Women's University (NWU), Nara, Japan</ce:textfn><sa:affiliation><sa:organization>Nara Women's University (NWU)</sa:organization><sa:city>Nara</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0385">Nara Women's University (NWU), Nara, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0780" affiliation-id="S0370269322007833-7f50d99eb340e408fbc323cbce0c8905"><ce:label>78</ce:label><ce:textfn>National and Kapodistrian University of Athens, School of Science, Department of Physics , Athens, Greece</ce:textfn><sa:affiliation><sa:organization>National and Kapodistrian University of Athens</sa:organization><sa:organization>School of Science</sa:organization><sa:organization>Department of Physics</sa:organization><sa:city>Athens</sa:city><sa:country>Greece</sa:country></sa:affiliation><ce:source-text id="srct0390">National and Kapodistrian University of Athens, School of Science, Department of Physics , Athens, Greece</ce:source-text></ce:affiliation><ce:affiliation id="aff0790" affiliation-id="S0370269322007833-58192de9f95a93cb8bf485b9a5647bf5"><ce:label>79</ce:label><ce:textfn>National Centre for Nuclear Research, Warsaw, Poland</ce:textfn><sa:affiliation><sa:organization>National Centre for Nuclear Research</sa:organization><sa:city>Warsaw</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0395">National Centre for Nuclear Research, Warsaw, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff0800" affiliation-id="S0370269322007833-5c73c93f2c9aba1b7fcfa30741ce17ca"><ce:label>80</ce:label><ce:textfn>National Institute of Science Education and Research, Homi Bhabha National Institute, Jatni, India</ce:textfn><sa:affiliation><sa:organization>National Institute of Science Education and Research</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Jatni</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0400">National Institute of Science Education and Research, Homi Bhabha National Institute, Jatni, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0810" affiliation-id="S0370269322007833-1e229a9758219f877a7f903c2dde9c2b"><ce:label>81</ce:label><ce:textfn>National Nuclear Research Center, Baku, Azerbaijan</ce:textfn><sa:affiliation><sa:organization>National Nuclear Research Center</sa:organization><sa:city>Baku</sa:city><sa:country>Azerbaijan</sa:country></sa:affiliation><ce:source-text id="srct0405">National Nuclear Research Center, Baku, Azerbaijan</ce:source-text></ce:affiliation><ce:affiliation id="aff0820" affiliation-id="S0370269322007833-ab3fe404fa49046cc1d6ed593a4d5eb8"><ce:label>82</ce:label><ce:textfn>National Research and Innovation Agency - BRIN, Jakarta, Indonesia</ce:textfn><sa:affiliation><sa:organization>National Research and Innovation Agency - BRIN</sa:organization><sa:city>Jakarta</sa:city><sa:country>Indonesia</sa:country></sa:affiliation><ce:source-text id="srct0410">National Research and Innovation Agency - BRIN, Jakarta, Indonesia</ce:source-text></ce:affiliation><ce:affiliation id="aff0830" affiliation-id="S0370269322007833-3e7cb9222cae4e75df0d93d2ea96329f"><ce:label>83</ce:label><ce:textfn>Niels Bohr Institute, University of Copenhagen, Copenhagen, Denmark</ce:textfn><sa:affiliation><sa:organization>Niels Bohr Institute</sa:organization><sa:organization>University of Copenhagen</sa:organization><sa:city>Copenhagen</sa:city><sa:country>Denmark</sa:country></sa:affiliation><ce:source-text id="srct0415">Niels Bohr Institute, University of Copenhagen, Copenhagen, Denmark</ce:source-text></ce:affiliation><ce:affiliation id="aff0840" affiliation-id="S0370269322007833-11b144edfb6d992e108d17991cc7681b"><ce:label>84</ce:label><ce:textfn>Nikhef, National institute for subatomic physics, Amsterdam, Netherlands</ce:textfn><sa:affiliation><sa:organization>Nikhef, National institute for subatomic physics</sa:organization><sa:city>Amsterdam</sa:city><sa:country>Netherlands</sa:country></sa:affiliation><ce:source-text id="srct0420">Nikhef, National institute for subatomic physics, Amsterdam, Netherlands</ce:source-text></ce:affiliation><ce:affiliation id="aff0850" affiliation-id="S0370269322007833-7ffc71d9a245ae3927bb4d373ff478ed"><ce:label>85</ce:label><ce:textfn>Nuclear Physics Group, STFC Daresbury Laboratory, Daresbury, United Kingdom</ce:textfn><sa:affiliation><sa:organization>Nuclear Physics Group</sa:organization><sa:organization>STFC Daresbury Laboratory</sa:organization><sa:city>Daresbury</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0425">Nuclear Physics Group, STFC Daresbury Laboratory, Daresbury, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff0860" affiliation-id="S0370269322007833-4ea73349ab4e79a7b6570dd0fd42cd13"><ce:label>86</ce:label><ce:textfn>Nuclear Physics Institute of the Czech Academy of Sciences, Husinec-Řež, Czech Republic</ce:textfn><sa:affiliation><sa:organization>Nuclear Physics Institute of the Czech Academy of Sciences</sa:organization><sa:city>Husinec-Řež</sa:city><sa:country>Czech Republic</sa:country></sa:affiliation><ce:source-text id="srct0430">Nuclear Physics Institute of the Czech Academy of Sciences, Husinec-Řež, Czech Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff0870" affiliation-id="S0370269322007833-43c0b745ad096562d858417552718575"><ce:label>87</ce:label><ce:textfn>Oak Ridge National Laboratory, Oak Ridge, TN, United States</ce:textfn><sa:affiliation><sa:organization>Oak Ridge National Laboratory</sa:organization><sa:city>Oak Ridge</sa:city><sa:state>TN</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0435">Oak Ridge National Laboratory, Oak Ridge, Tennessee, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0880" affiliation-id="S0370269322007833-e4e32a64c7e436b0f2a688687dedfe5e"><ce:label>88</ce:label><ce:textfn>Ohio State University, Columbus, OH, United States</ce:textfn><sa:affiliation><sa:organization>Ohio State University</sa:organization><sa:city>Columbus</sa:city><sa:state>OH</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0440">Ohio State University, Columbus, Ohio, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff0890" affiliation-id="S0370269322007833-3c4eb171ede7112c64f1bc2c164f4732"><ce:label>89</ce:label><ce:textfn>Physics department, Faculty of science, University of Zagreb, Zagreb, Croatia</ce:textfn><sa:affiliation><sa:organization>Physics department</sa:organization><sa:organization>Faculty of science, University of Zagreb</sa:organization><sa:city>Zagreb</sa:city><sa:country>Croatia</sa:country></sa:affiliation><ce:source-text id="srct0445">Physics department, Faculty of science, University of Zagreb, Zagreb, Croatia</ce:source-text></ce:affiliation><ce:affiliation id="aff0900" affiliation-id="S0370269322007833-30d6dbb96747c914840798f88bf250cb"><ce:label>90</ce:label><ce:textfn>Physics Department, Panjab University, Chandigarh, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>Panjab University</sa:organization><sa:city>Chandigarh</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0450">Physics Department, Panjab University, Chandigarh, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0910" affiliation-id="S0370269322007833-712bc80495e97050498604da603cb5cc"><ce:label>91</ce:label><ce:textfn>Physics Department, University of Jammu, Jammu, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>University of Jammu</sa:organization><sa:city>Jammu</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0455">Physics Department, University of Jammu, Jammu, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0920" affiliation-id="S0370269322007833-500771749243cadcbaeeac3f726e6a62"><ce:label>92</ce:label><ce:textfn>Physics Department, University of Rajasthan, Jaipur, India</ce:textfn><sa:affiliation><sa:organization>Physics Department</sa:organization><sa:organization>University of Rajasthan</sa:organization><sa:city>Jaipur</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0460">Physics Department, University of Rajasthan, Jaipur, India</ce:source-text></ce:affiliation><ce:affiliation id="aff0930" affiliation-id="S0370269322007833-87f0c1fe6b138b8300b7695dc3391666"><ce:label>93</ce:label><ce:textfn>Physics Program and International Institute for Sustainability with Knotted Chiral Meta Matter (SKCM2), Hiroshima University, Hiroshima, Japan</ce:textfn><sa:affiliation><sa:organization>Physics Program and International Institute for Sustainability with Knotted Chiral Meta Matter (SKCM2)</sa:organization><sa:organization>Hiroshima University</sa:organization><sa:city>Hiroshima</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0465">Physics Program and International Institute for Sustainability with Knotted Chiral Meta Matter (SKCM2), Hiroshima University, Hiroshima, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff0940" affiliation-id="S0370269322007833-0886f70da565231fd0e43398021fd604"><ce:label>94</ce:label><ce:textfn>Physikalisches Institut, Eberhard-Karls-Universität Tübingen, Tübingen, Germany</ce:textfn><sa:affiliation><sa:organization>Physikalisches Institut</sa:organization><sa:organization>Eberhard-Karls-Universität Tübingen</sa:organization><sa:city>Tübingen</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0470">Physikalisches Institut, Eberhard-Karls-Universität Tübingen, Tübingen, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0950" affiliation-id="S0370269322007833-1c67678e124982de924355cdd6d6b91b"><ce:label>95</ce:label><ce:textfn>Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany</ce:textfn><sa:affiliation><sa:organization>Physikalisches Institut</sa:organization><sa:organization>Ruprecht-Karls-Universität Heidelberg</sa:organization><sa:city>Heidelberg</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0475">Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0960" affiliation-id="S0370269322007833-7a5765cc3928149c8b77128cd52462ae"><ce:label>96</ce:label><ce:textfn>Physik Department, Technische Universität München, Munich, Germany</ce:textfn><sa:affiliation><sa:organization>Physik Department</sa:organization><sa:organization>Technische Universität München</sa:organization><sa:city>Munich</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0480">Physik Department, Technische Universität München, Munich, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0970" affiliation-id="S0370269322007833-0a06f4f5fb60a25c8f1936ed71c96cfe"><ce:label>97</ce:label><ce:textfn>Politecnico di Bari and Sezione INFN, Bari, Italy</ce:textfn><sa:affiliation><sa:organization>Politecnico di Bari</sa:organization><sa:organization>Sezione INFN</sa:organization><sa:city>Bari</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0485">Politecnico di Bari and Sezione INFN, Bari, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff0980" affiliation-id="S0370269322007833-3451d358e90b759225813c9b9a6f098c"><ce:label>98</ce:label><ce:textfn>Research Division and ExtreMe Matter Institute EMMI, GSI Helmholtzzentrum für Schwerionenforschung GmbH, Darmstadt, Germany</ce:textfn><sa:affiliation><sa:organization>Research Division</sa:organization><sa:organization>ExtreMe Matter Institute EMMI</sa:organization><sa:organization>GSI Helmholtzzentrum für Schwerionenforschung GmbH</sa:organization><sa:city>Darmstadt</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0490">Research Division and ExtreMe Matter Institute EMMI, GSI Helmholtzzentrum für Schwerionenforschung GmbH, Darmstadt, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff0990" affiliation-id="S0370269322007833-2771a2ae295804be11a4a937b894a546"><ce:label>99</ce:label><ce:textfn>Saha Institute of Nuclear Physics, Homi Bhabha National Institute, Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Saha Institute of Nuclear Physics</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0495">Saha Institute of Nuclear Physics, Homi Bhabha National Institute, Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1000" affiliation-id="S0370269322007833-b602cde70213041ca40ec5720e4e3e75"><ce:label>100</ce:label><ce:textfn>School of Physics and Astronomy, University of Birmingham, Birmingham, United Kingdom</ce:textfn><sa:affiliation><sa:organization>School of Physics and Astronomy</sa:organization><sa:organization>University of Birmingham</sa:organization><sa:city>Birmingham</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0500">School of Physics and Astronomy, University of Birmingham, Birmingham, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff1010" affiliation-id="S0370269322007833-1a1f0f3ae33ba0323ad4da08a216f4c3"><ce:label>101</ce:label><ce:textfn>Sección Física, Departamento de Ciencias, Pontificia Universidad Católica del Perú, Lima, Peru</ce:textfn><sa:affiliation><sa:organization>Sección Física</sa:organization><sa:organization>Departamento de Ciencias</sa:organization><sa:organization>Pontificia Universidad Católica del Perú</sa:organization><sa:city>Lima</sa:city><sa:country>Peru</sa:country></sa:affiliation><ce:source-text id="srct0505">Sección Física, Departamento de Ciencias, Pontificia Universidad Católica del Perú, Lima, Peru</ce:source-text></ce:affiliation><ce:affiliation id="aff1020" affiliation-id="S0370269322007833-24347400090c9a1efb87e7537af7461b"><ce:label>102</ce:label><ce:textfn>Stefan Meyer Institut für Subatomare Physik (SMI), Vienna, Austria</ce:textfn><sa:affiliation><sa:organization>Stefan Meyer Institut für Subatomare Physik (SMI)</sa:organization><sa:city>Vienna</sa:city><sa:country>Austria</sa:country></sa:affiliation><ce:source-text id="srct0510">Stefan Meyer Institut für Subatomare Physik (SMI), Vienna, Austria</ce:source-text></ce:affiliation><ce:affiliation id="aff1030" affiliation-id="S0370269322007833-317714469d8c208c77efd6f026942633"><ce:label>103</ce:label><ce:textfn>SUBATECH, IMT Atlantique, Nantes Université, CNRS-IN2P3, Nantes, France</ce:textfn><sa:affiliation><sa:organization>SUBATECH</sa:organization><sa:organization>IMT Atlantique</sa:organization><sa:organization>Nantes Université</sa:organization><sa:organization>CNRS-IN2P3</sa:organization><sa:city>Nantes</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0515">SUBATECH, IMT Atlantique, Nantes Université, CNRS-IN2P3, Nantes, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1040" affiliation-id="S0370269322007833-c3972f6af24eef12cc2ae3a53d6a7623"><ce:label>104</ce:label><ce:textfn>Suranaree University of Technology, Nakhon Ratchasima, Thailand</ce:textfn><sa:affiliation><sa:organization>Suranaree University of Technology</sa:organization><sa:city>Nakhon Ratchasima</sa:city><sa:country>Thailand</sa:country></sa:affiliation><ce:source-text id="srct0520">Suranaree University of Technology, Nakhon Ratchasima, Thailand</ce:source-text></ce:affiliation><ce:affiliation id="aff1050" affiliation-id="S0370269322007833-9186de958ef0b51277f8f34872e5c71b"><ce:label>105</ce:label><ce:textfn>Technical University of Košice, Košice, Slovak Republic</ce:textfn><sa:affiliation><sa:organization>Technical University of Košice</sa:organization><sa:city>Košice</sa:city><sa:country>Slovak Republic</sa:country></sa:affiliation><ce:source-text id="srct0525">Technical University of Košice, Košice, Slovak Republic</ce:source-text></ce:affiliation><ce:affiliation id="aff1060" affiliation-id="S0370269322007833-425836ada61fe0d3ee4ebf5b87598919"><ce:label>106</ce:label><ce:textfn>The Henryk Niewodniczanski Institute of Nuclear Physics, Polish Academy of Sciences, Cracow, Poland</ce:textfn><sa:affiliation><sa:organization>The Henryk Niewodniczanski Institute of Nuclear Physics</sa:organization><sa:organization>Polish Academy of Sciences</sa:organization><sa:city>Cracow</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0530">The Henryk Niewodniczanski Institute of Nuclear Physics, Polish Academy of Sciences, Cracow, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff1070" affiliation-id="S0370269322007833-302a66584ead3636c3e74b86b51cf474"><ce:label>107</ce:label><ce:textfn>The University of Texas at Austin, Austin, TX, United States</ce:textfn><sa:affiliation><sa:organization>The University of Texas at Austin</sa:organization><sa:city>Austin</sa:city><sa:state>TX</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0535">The University of Texas at Austin, Austin, Texas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1080" affiliation-id="S0370269322007833-48ea3700cc067946e6c3032832f0ce0a"><ce:label>108</ce:label><ce:textfn>Universidad Autónoma de Sinaloa, Culiacán, Mexico</ce:textfn><sa:affiliation><sa:organization>Universidad Autónoma de Sinaloa</sa:organization><sa:city>Culiacán</sa:city><sa:country>Mexico</sa:country></sa:affiliation><ce:source-text id="srct0540">Universidad Autónoma de Sinaloa, Culiacán, Mexico</ce:source-text></ce:affiliation><ce:affiliation id="aff1090" affiliation-id="S0370269322007833-310945a13cafb9845fe651fc7aa661b6"><ce:label>109</ce:label><ce:textfn>Universidade de São Paulo (USP), São Paulo, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade de São Paulo (USP)</sa:organization><sa:city>São Paulo</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0545">Universidade de São Paulo (USP), São Paulo, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1100" affiliation-id="S0370269322007833-226f6a475b7a1634e1530e2077d7590e"><ce:label>110</ce:label><ce:textfn>Universidade Estadual de Campinas (UNICAMP), Campinas, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade Estadual de Campinas (UNICAMP)</sa:organization><sa:city>Campinas</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0550">Universidade Estadual de Campinas (UNICAMP), Campinas, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1110" affiliation-id="S0370269322007833-7582533209ee7a368c4d249782e93c03"><ce:label>111</ce:label><ce:textfn>Universidade Federal do ABC, Santo Andre, Brazil</ce:textfn><sa:affiliation><sa:organization>Universidade Federal do ABC</sa:organization><sa:city>Santo Andre</sa:city><sa:country>Brazil</sa:country></sa:affiliation><ce:source-text id="srct0555">Universidade Federal do ABC, Santo Andre, Brazil</ce:source-text></ce:affiliation><ce:affiliation id="aff1120" affiliation-id="S0370269322007833-f37f0b36132124cce5539b1f9c518079"><ce:label>112</ce:label><ce:textfn>University of Cape Town, Cape Town, South Africa</ce:textfn><sa:affiliation><sa:organization>University of Cape Town</sa:organization><sa:city>Cape Town</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0560">University of Cape Town, Cape Town, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff1130" affiliation-id="S0370269322007833-58fe35a5cc9d91eea34fd6e19293599b"><ce:label>113</ce:label><ce:textfn>University of Houston, Houston, TX, United States</ce:textfn><sa:affiliation><sa:organization>University of Houston</sa:organization><sa:city>Houston</sa:city><sa:state>TX</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0565">University of Houston, Houston, Texas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1140" affiliation-id="S0370269322007833-e9be2b1885c8285b7cb7b6534ca93d98"><ce:label>114</ce:label><ce:textfn>University of Jyväskylä, Jyväskylä, Finland</ce:textfn><sa:affiliation><sa:organization>University of Jyväskylä</sa:organization><sa:city>Jyväskylä</sa:city><sa:country>Finland</sa:country></sa:affiliation><ce:source-text id="srct0570">University of Jyväskylä, Jyväskylä, Finland</ce:source-text></ce:affiliation><ce:affiliation id="aff1150" affiliation-id="S0370269322007833-6e2074f6fd0b88987501b22e5d74f9c9"><ce:label>115</ce:label><ce:textfn>University of Kansas, Lawrence, KS, United States</ce:textfn><sa:affiliation><sa:organization>University of Kansas</sa:organization><sa:city>Lawrence</sa:city><sa:state>KS</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0575">University of Kansas, Lawrence, Kansas, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1160" affiliation-id="S0370269322007833-f538fc5a59ec1d1c8f86d2a83cb4ced6"><ce:label>116</ce:label><ce:textfn>University of Liverpool, Liverpool, United Kingdom</ce:textfn><sa:affiliation><sa:organization>University of Liverpool</sa:organization><sa:city>Liverpool</sa:city><sa:country>United Kingdom</sa:country></sa:affiliation><ce:source-text id="srct0580">University of Liverpool, Liverpool, United Kingdom</ce:source-text></ce:affiliation><ce:affiliation id="aff1170" affiliation-id="S0370269322007833-5507e3344bf7b46ba698c2c045a8aba6"><ce:label>117</ce:label><ce:textfn>University of Science and Technology of China, Hefei, China</ce:textfn><sa:affiliation><sa:organization>University of Science and Technology of China</sa:organization><sa:city>Hefei</sa:city><sa:country>China</sa:country></sa:affiliation><ce:source-text id="srct0585">University of Science and Technology of China, Hefei, China</ce:source-text></ce:affiliation><ce:affiliation id="aff1180" affiliation-id="S0370269322007833-5825f1740b6b974441dd90d9c8ad0a53"><ce:label>118</ce:label><ce:textfn>University of South-Eastern Norway, Kongsberg, Norway</ce:textfn><sa:affiliation><sa:organization>University of South-Eastern Norway</sa:organization><sa:city>Kongsberg</sa:city><sa:country>Norway</sa:country></sa:affiliation><ce:source-text id="srct0590">University of South-Eastern Norway, Kongsberg, Norway</ce:source-text></ce:affiliation><ce:affiliation id="aff1190" affiliation-id="S0370269322007833-d6620449e5365c80224ff22fe1ca4e4a"><ce:label>119</ce:label><ce:textfn>University of Tennessee, Knoxville, TN, United States</ce:textfn><sa:affiliation><sa:organization>University of Tennessee</sa:organization><sa:city>Knoxville</sa:city><sa:state>TN</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0595">University of Tennessee, Knoxville, Tennessee, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1200" affiliation-id="S0370269322007833-6d43022152ccaa62119e4287bf3b5270"><ce:label>120</ce:label><ce:textfn>University of the Witwatersrand, Johannesburg, South Africa</ce:textfn><sa:affiliation><sa:organization>University of the Witwatersrand</sa:organization><sa:city>Johannesburg</sa:city><sa:country>South Africa</sa:country></sa:affiliation><ce:source-text id="srct0600">University of the Witwatersrand, Johannesburg, South Africa</ce:source-text></ce:affiliation><ce:affiliation id="aff1210" affiliation-id="S0370269322007833-9b9071fc23073da0e4317b3863c91b9e"><ce:label>121</ce:label><ce:textfn>University of Tokyo, Tokyo, Japan</ce:textfn><sa:affiliation><sa:organization>University of Tokyo</sa:organization><sa:city>Tokyo</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0605">University of Tokyo, Tokyo, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff1220" affiliation-id="S0370269322007833-da3fb88e8779358429638ee8f8dc4cb5"><ce:label>122</ce:label><ce:textfn>University of Tsukuba, Tsukuba, Japan</ce:textfn><sa:affiliation><sa:organization>University of Tsukuba</sa:organization><sa:city>Tsukuba</sa:city><sa:country>Japan</sa:country></sa:affiliation><ce:source-text id="srct0610">University of Tsukuba, Tsukuba, Japan</ce:source-text></ce:affiliation><ce:affiliation id="aff1230" affiliation-id="S0370269322007833-9fc1715eadb7b2ba79b1a87cef8015cd"><ce:label>123</ce:label><ce:textfn>University Politehnica of Bucharest, Bucharest, Romania</ce:textfn><sa:affiliation><sa:organization>University Politehnica of Bucharest</sa:organization><sa:city>Bucharest</sa:city><sa:country>Romania</sa:country></sa:affiliation><ce:source-text id="srct0615">University Politehnica of Bucharest, Bucharest, Romania</ce:source-text></ce:affiliation><ce:affiliation id="aff1240" affiliation-id="S0370269322007833-43e2ac82e11c4ca2fabbc7e457c74b37"><ce:label>124</ce:label><ce:textfn>Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France</ce:textfn><sa:affiliation><sa:organization>Université Clermont Auvergne</sa:organization><sa:organization>CNRS/IN2P3</sa:organization><sa:organization>LPC</sa:organization><sa:city>Clermont-Ferrand</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0620">Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1250" affiliation-id="S0370269322007833-08f13150d05b32d440951efec6f80d29"><ce:label>125</ce:label><ce:textfn>Université de Lyon, CNRS/IN2P3, Institut de Physique des 2 Infinis de Lyon, Lyon, France</ce:textfn><sa:affiliation><sa:organization>Université de Lyon</sa:organization><sa:organization>CNRS/IN2P3</sa:organization><sa:organization>Institut de Physique des 2 Infinis de Lyon</sa:organization><sa:city>Lyon</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0625">Université de Lyon, CNRS/IN2P3, Institut de Physique des 2 Infinis de Lyon, Lyon, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1260" affiliation-id="S0370269322007833-766d0075165899c16752f5f7ff1b8771"><ce:label>126</ce:label><ce:textfn>Université de Strasbourg, CNRS, IPHC UMR 7178, F-67000 Strasbourg, France</ce:textfn><sa:affiliation><sa:organization>Université de Strasbourg</sa:organization><sa:organization>CNRS</sa:organization><sa:organization>IPHC UMR 7178</sa:organization><sa:city>Strasbourg</sa:city><sa:postal-code>F-67000</sa:postal-code><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0630">Université de Strasbourg, CNRS, IPHC UMR 7178, F-67000 Strasbourg, France, Strasbourg, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1270" affiliation-id="S0370269322007833-36117066550bb6faaf9708b1b0ea670e"><ce:label>127</ce:label><ce:textfn>Université Paris-Saclay Centre d'Etudes de Saclay (CEA), IRFU, Départment de Physique Nucléaire (DPhN), Saclay, France</ce:textfn><sa:affiliation><sa:organization>Université Paris-Saclay Centre d'Etudes de Saclay (CEA)</sa:organization><sa:organization>IRFU</sa:organization><sa:organization>Départment de Physique Nucléaire (DPhN)</sa:organization><sa:city>Saclay</sa:city><sa:country>France</sa:country></sa:affiliation><ce:source-text id="srct0635">Université Paris-Saclay Centre d'Etudes de Saclay (CEA), IRFU, Départment de Physique Nucléaire (DPhN), Saclay, France</ce:source-text></ce:affiliation><ce:affiliation id="aff1280" affiliation-id="S0370269322007833-47ef552cdaf90d05d791574b14a8dcf9"><ce:label>128</ce:label><ce:textfn>Università degli Studi di Foggia, Foggia, Italy</ce:textfn><sa:affiliation><sa:organization>Università degli Studi di Foggia</sa:organization><sa:city>Foggia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0640">Università degli Studi di Foggia, Foggia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1290" affiliation-id="S0370269322007833-79fbcbe2a42e9099094360b5bf7bd602"><ce:label>129</ce:label><ce:textfn>Università del Piemonte Orientale, Vercelli, Italy</ce:textfn><sa:affiliation><sa:organization>Università del Piemonte Orientale</sa:organization><sa:city>Vercelli</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0645">Università del Piemonte Orientale, Vercelli, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1300" affiliation-id="S0370269322007833-83cd0c0929f483f88e3d2cb59f064287"><ce:label>130</ce:label><ce:textfn>Università di Brescia, Brescia, Italy</ce:textfn><sa:affiliation><sa:organization>Università di Brescia</sa:organization><sa:city>Brescia</sa:city><sa:country>Italy</sa:country></sa:affiliation><ce:source-text id="srct0650">Università di Brescia, Brescia, Italy</ce:source-text></ce:affiliation><ce:affiliation id="aff1310" affiliation-id="S0370269322007833-f1ae52f852d4d7d99988b3e872f887e4"><ce:label>131</ce:label><ce:textfn>Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:textfn><sa:affiliation><sa:organization>Variable Energy Cyclotron Centre</sa:organization><sa:organization>Homi Bhabha National Institute</sa:organization><sa:city>Kolkata</sa:city><sa:country>India</sa:country></sa:affiliation><ce:source-text id="srct0655">Variable Energy Cyclotron Centre, Homi Bhabha National Institute, Kolkata, India</ce:source-text></ce:affiliation><ce:affiliation id="aff1320" affiliation-id="S0370269322007833-bfd4fe0d3b8675ea55d96ce64033d817"><ce:label>132</ce:label><ce:textfn>Warsaw University of Technology, Warsaw, Poland</ce:textfn><sa:affiliation><sa:organization>Warsaw University of Technology</sa:organization><sa:city>Warsaw</sa:city><sa:country>Poland</sa:country></sa:affiliation><ce:source-text id="srct0660">Warsaw University of Technology, Warsaw, Poland</ce:source-text></ce:affiliation><ce:affiliation id="aff1330" affiliation-id="S0370269322007833-4e11d38f810a3540206ffb5151a35d3b"><ce:label>133</ce:label><ce:textfn>Wayne State University, Detroit, MI, United States</ce:textfn><sa:affiliation><sa:organization>Wayne State University</sa:organization><sa:city>Detroit</sa:city><sa:state>MI</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0665">Wayne State University, Detroit, Michigan, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1340" affiliation-id="S0370269322007833-0b76517a6de7ff0579ec14780f79d81b"><ce:label>134</ce:label><ce:textfn>Westfälische Wilhelms-Universität Münster, Institut für Kernphysik, Münster, Germany</ce:textfn><sa:affiliation><sa:organization>Westfälische Wilhelms-Universität Münster</sa:organization><sa:organization>Institut für Kernphysik</sa:organization><sa:city>Münster</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0670">Westfälische Wilhelms-Universität Münster, Institut für Kernphysik, Münster, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1350" affiliation-id="S0370269322007833-6b1ae45228f1f040c55767dc107b589d"><ce:label>135</ce:label><ce:textfn>Wigner Research Centre for Physics, Budapest, Hungary</ce:textfn><sa:affiliation><sa:organization>Wigner Research Centre for Physics</sa:organization><sa:city>Budapest</sa:city><sa:country>Hungary</sa:country></sa:affiliation><ce:source-text id="srct0675">Wigner Research Centre for Physics, Budapest, Hungary</ce:source-text></ce:affiliation><ce:affiliation id="aff1360" affiliation-id="S0370269322007833-96e79e7381eab77664732c3553e247e8"><ce:label>136</ce:label><ce:textfn>Yale University, New Haven, CT, United States</ce:textfn><sa:affiliation><sa:organization>Yale University</sa:organization><sa:city>New Haven</sa:city><sa:state>CT</sa:state><sa:country>United States</sa:country></sa:affiliation><ce:source-text id="srct0680">Yale University, New Haven, Connecticut, United States</ce:source-text></ce:affiliation><ce:affiliation id="aff1370" affiliation-id="S0370269322007833-f3db17ceaf6ea4190e2176a6a129c96b"><ce:label>137</ce:label><ce:textfn>Yonsei University, Seoul, Republic of Korea</ce:textfn><sa:affiliation><sa:organization>Yonsei University</sa:organization><sa:city>Seoul</sa:city><sa:country>Republic of Korea</sa:country></sa:affiliation><ce:source-text id="srct0685">Yonsei University, Seoul, Republic of Korea</ce:source-text></ce:affiliation><ce:affiliation id="aff1380" affiliation-id="S0370269322007833-2e935afd39a812eb118b95cc53ef2ac3"><ce:label>138</ce:label><ce:textfn>Zentrum für Technologie und Transfer (ZTT), Worms, Germany</ce:textfn><sa:affiliation><sa:organization>Zentrum für Technologie und Transfer (ZTT)</sa:organization><sa:city>Worms</sa:city><sa:country>Germany</sa:country></sa:affiliation><ce:source-text id="srct0690">Zentrum für Technologie und Transfer (ZTT), Worms, Germany</ce:source-text></ce:affiliation><ce:affiliation id="aff1390" affiliation-id="S0370269322007833-7972cea8d4a6e5b7150baf4a74e03970"><ce:label>139</ce:label><ce:textfn>Affiliated with an institute covered by a cooperation agreement with CERN</ce:textfn><sa:affiliation><sa:address-line>Affiliated with an institute covered by a cooperation agreement with CERN</sa:address-line></sa:affiliation><ce:source-text id="srct0695">Affiliated with an institute covered by a cooperation agreement with CERN</ce:source-text></ce:affiliation><ce:affiliation id="aff1400" affiliation-id="S0370269322007833-3c2eaa2a494293a99583fccbf5d95e9f"><ce:label>140</ce:label><ce:textfn>Affiliated with an international laboratory covered by a cooperation agreement with CERN</ce:textfn><sa:affiliation><sa:address-line>Affiliated with an international laboratory covered by a cooperation agreement with CERN</sa:address-line></sa:affiliation><ce:source-text id="srct0700">Affiliated with an international laboratory covered by a cooperation agreement with CERN</ce:source-text></ce:affiliation><ce:footnote id="fn0010"><ce:label>I</ce:label><ce:note-para id="np0010">Deceased.</ce:note-para></ce:footnote><ce:footnote id="fn0020"><ce:label>II</ce:label><ce:note-para id="np0020">Also at: Max-Planck-Institut für Physik, Munich, Germany.</ce:note-para></ce:footnote><ce:footnote id="fn0030"><ce:label>III</ce:label><ce:note-para id="np0030">Also at: Italian National Agency for New Technologies, Energy and Sustainable Economic Development (ENEA), Bologna, Italy.</ce:note-para></ce:footnote><ce:footnote id="fn0040"><ce:label>IV</ce:label><ce:note-para id="np0040">Also at: Dipartimento DET del Politecnico di Torino, Turin, Italy.</ce:note-para></ce:footnote><ce:footnote id="fn0050"><ce:label>V</ce:label><ce:note-para id="np0050">Also at: Department of Applied Physics, Aligarh Muslim University, Aligarh, India.</ce:note-para></ce:footnote><ce:footnote id="fn0060"><ce:label>VI</ce:label><ce:note-para id="np0060">Also at: Institute of Theoretical Physics, University of Wroclaw, Poland.</ce:note-para></ce:footnote><ce:footnote id="fn0070"><ce:label>VII</ce:label><ce:note-para id="np0070">Also at: An institution covered by a cooperation agreement with CERN.</ce:note-para></ce:footnote></ce:author-group></ce:collaboration><ce:footnote id="fn0080"><ce:label>⋆</ce:label><ce:note-para id="np0080"><ce:italic>E-mail address:</ce:italic> <ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="mailto:alice-publications@cern.ch" id="inf0020">alice-publications@cern.ch</ce:inter-ref>.</ce:note-para></ce:footnote></ce:author-group><ce:date-received day="5" month="5" year="2022"/><ce:date-revised day="2" month="12" year="2022"/><ce:date-accepted day="23" month="12" year="2022"/><ce:miscellaneous id="ms0010">Editor: M. Pierini</ce:miscellaneous><ce:abstract id="ab0010"><ce:section-title id="st0010">Abstract</ce:section-title><ce:abstract-sec id="as0010"><ce:simple-para id="sp0070">This letter reports measurements which characterize the underlying event associated with hard scatterings at mid-pseudorapidity (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math>) in pp, p–Pb and Pb–Pb collisions at centre-of-mass energy per nucleon pair, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The measurements are performed with ALICE at the LHC. Different multiplicity classes are defined based on the event activity measured at forward rapidities. The hard scatterings are identified by the leading particle defined as the charged particle with the largest transverse momentum (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) in the collision and having 8 <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si4.svg"><mml:mo linebreak="badbreak" linebreakstyle="after"><</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra of associated particles (0.5 <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si5.svg"><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) are measured in different azimuthal regions defined with respect to the leading particle direction: toward, transverse, and away. The associated charged particle yields in the transverse region are subtracted from those of the away and toward regions. The remaining jet-like yields are reported as a function of the multiplicity measured in the transverse region. The measurements show a suppression of the jet-like yield in the away region and an enhancement of high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> associated particles in the toward region in central Pb–Pb collisions, as compared to minimum-bias pp collisions. These observations are consistent with previous measurements that used two-particle correlations, and with an interpretation in terms of parton energy loss in a high-density quark gluon plasma. These yield modifications vanish in peripheral Pb–Pb collisions and are not observed in either high-multiplicity pp or p–Pb collisions.</ce:simple-para></ce:abstract-sec></ce:abstract><ce:data-availability id="dav0001"><ce:section-title id="st0080">Data availability</ce:section-title><ce:para id="pr0200">This manuscript has associated data in a HEPData repository at <ce:inter-ref xlink:href="https://www.hepdata.net/" xlink:role="http://www.elsevier.com/xml/linking-roles/research-data" id="inf0550">https://www.hepdata.net/</ce:inter-ref>.</ce:para></ce:data-availability></head><body><ce:sections><ce:section id="se0010" role="introduction"><ce:label>1</ce:label><ce:section-title id="st0020">Introduction</ce:section-title><ce:para id="pr0010">In proton-proton (pp) collisions, jets, originating from partonic scatterings with large momentum transfer, are accompanied by particles produced by initial- and final-state radiation (ISR and FSR, respectively), as well as, by a plethora of other mechanisms. These include proton break-up, and, in a scenario incorporating multi-parton interactions (MPI) <ce:cross-refs refid="br0010 br0020" id="crs0010">[1,2]</ce:cross-refs>, several semi-hard parton-parton scatterings in a single pp collision. These jet-accompanying particles experimentally make up the underlying event (UE) and are commonly studied via azimuthal separations from the jets to minimise the influence of hard scatterings. The present study follows the strategy originally introduced by the CDF collaboration <ce:cross-ref refid="br0030" id="crf10910">[3]</ce:cross-ref>. First, the leading charged particle in the event is found, i.e., the charged particle with the highest transverse momentum in the collision (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math>). Secondly, the associated particles (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si7.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math>) are measured in three topological regions depending on their azimuthal angle relative to the leading particle, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si8.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>φ</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:msup><mml:mrow><mml:mi>φ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">assoc</mml:mi></mml:mrow></mml:msup><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:msup><mml:mrow><mml:mi>φ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="false">|</mml:mo></mml:math>, see <ce:cross-ref refid="fg0010" id="crf10920">Fig. 1</ce:cross-ref><ce:float-anchor refid="fg0010"/>.</ce:para><ce:para id="pr0020">The toward region contains the primary jet within the acceptance of the detector, while the away region contains the back-scattered particles of the recoil jet <ce:cross-ref refid="br0040" id="crf10930">[4]</ce:cross-ref>. In contrast, the transverse region is dominated by the underlying-event dynamics, but it also includes contributions from ISR and FSR <ce:cross-ref refid="br0050" id="crf10940">[5]</ce:cross-ref>.</ce:para><ce:para id="pr0030">The measurements performed at RHIC and LHC in small systems (pp, p–A, and d–A collisions) have shown for high particle multiplicities similar phenomena as were originally observed only in A–A collisions and have been attributed there to the formation of the strongly interacting quark gluon plasma <ce:cross-refs refid="br0060 br0070" id="crs0020">[6,7]</ce:cross-refs>, namely, long range angular correlations and collectivity <ce:cross-ref refid="br0080" id="crf10950">[8]</ce:cross-ref>. The origin of these effects in small systems is still an open question; on one hand, hydrodynamical calculations describe some aspects of the data <ce:cross-ref refid="br0090" id="crf10960">[9]</ce:cross-ref>; on the other hand, mechanisms like colour reconnection <ce:cross-ref refid="br0100" id="crf10970">[10]</ce:cross-ref>, rope hadronisation <ce:cross-ref refid="br0110" id="crf10980">[11]</ce:cross-ref>, and string shoving <ce:cross-ref refid="br0120" id="crf10990">[12]</ce:cross-ref> can produce collective-like effects in Monte Carlo event generators such as <ce:small-caps>PYTHIA</ce:small-caps> 8 <ce:cross-ref refid="br0130" id="crf11000">[13]</ce:cross-ref>. Thus, investigating pp collisions as a function of the charged particle multiplicity has become ever more pertinent <ce:cross-refs refid="br0090 br0140 br0150 br0160 br0170 br0180" id="crs0030">[9,14–18]</ce:cross-refs>. The interpretation of the results from the analysis of high-multiplicity pp collisions is challenging due to the selection biases of the sample towards events in which partonic scatterings with large momentum transfer (hard scatterings) occurred. To mitigate this inherent bias, Martin et al. <ce:cross-ref refid="br0190" id="crf11010">[19]</ce:cross-ref> suggested to use the charged-particle multiplicity in the transverse region (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>) as a classifier of the activity in the collisions, since the correlation between <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math> and the hardest scattering in the collision is small. The ALICE collaboration has reported the first <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math> spectra measured in pp collisions at centre-of-mass energy, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>13</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV <ce:cross-ref refid="br0200" id="crf11020">[20]</ce:cross-ref>. Event generators, such as <ce:small-caps>PYTHIA</ce:small-caps> 8 <ce:cross-ref refid="br0130" id="crf11030">[13]</ce:cross-ref> and EPOS-LHC <ce:cross-ref refid="br0210" id="crf11040">[21]</ce:cross-ref>, do not provide a good description of the measured distribution of the ratio <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>/<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math>, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> is the event-averaged charged-particle multiplicity in the transverse region, underestimating in particular the number of collisions with large <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math> <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si13.svg"><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">></mml:mo><mml:mn>3</mml:mn><mml:mo>×</mml:mo><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo></mml:math>. In the framework of MPI-based models, like those implemented in <ce:small-caps>PYTHIA</ce:small-caps> 8 and <ce:small-caps>HERWIG</ce:small-caps> 7 <ce:cross-ref refid="br0220" id="crf11050">[22]</ce:cross-ref>, the probability for a hard scattering in the collision increases with decreasing impact parameter<ce:cross-ref refid="fn0090" id="crf11060"><ce:sup>VIII</ce:sup></ce:cross-ref><ce:footnote id="fn0090"><ce:label>VIII</ce:label><ce:note-para id="np0090">In event generators like <ce:small-caps>PYTHIA</ce:small-caps> 8 the impact parameter profile is described by an overlap matter distribution of the two incoming hadrons.</ce:note-para></ce:footnote> between the colliding protons. Thus, requiring a high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> particle (e.g., <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si14.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>8</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) in a given pp collision biases the selection of collisions towards those with a smaller impact parameter <ce:cross-ref refid="br0230" id="crf11070">[23]</ce:cross-ref>, which in turn biases the selection towards pp collisions with more MPI <ce:cross-ref refid="br0200" id="crf11080">[20]</ce:cross-ref>. This feature of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>-based analysis is important for the isolation of potential MPI and colour reconnection effects, which according to <ce:small-caps>PYTHIA</ce:small-caps> 8, produce effects resembling collective behaviour <ce:cross-ref refid="br0100" id="crf11090">[10]</ce:cross-ref>. By construction, MPI and colour reconnection effects are expected to be more relevant in the transverse region than in the away and toward regions <ce:cross-ref refid="br0240" id="crf11100">[24]</ce:cross-ref>. It is worth mentioning that the MPI picture has been used to explain the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in p–Pb collisions and peripheral Pb–Pb collisions <ce:cross-refs refid="br0250 br0260 br0270" id="crs0040">[25–27]</ce:cross-refs>. Studies, as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si9.svg"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup></mml:math>, are therefore important to the understanding of the effects observed in high-multiplicity pp collisions. Last but not least, measurements of UE observables are also important to tune event generators <ce:cross-ref refid="br0280" id="crf11110">[28]</ce:cross-ref> that include hard partonic scatterings and MPI.</ce:para><ce:para id="pr0040">This letter reports the inclusive charged-particle transverse momentum spectra in pp, p–Pb and Pb–Pb collisions at centre-of-mass energy per nucleon pair <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV containing a high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> leading particle within the kinematic intervals <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>8</mml:mn><mml:mo>≤</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math>. This guarantees the selection of collisions in which the average activity in the transverse region is roughly flat as a function of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math> <ce:cross-ref refid="br0200" id="crf11120">[20]</ce:cross-ref>, and therefore, any additional selection on the charged particle multiplicity will only modulate the UE activity. The measurements are performed considering different event classes defined in terms of the multiplicity registered in the forward detectors. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra of associated charged particles (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mn>0.5</mml:mn><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math>) are measured in the toward, away, and transverse regions as a function of the average charged particle multiplicity in the transverse region. To further investigate the possible modification of the particles produced in the hard scattering in pp, p–Pb, and Pb–Pb collisions, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> distributions in the toward (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si17.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) and away (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si18.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) regions obtained after the subtraction of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in the transverse region (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si19.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) are also reported. The subtracted yields (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si20.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>) are further normalised to those measured in minimum-bias (MB) pp collisions,<ce:display><ce:formula id="fm0010"><ce:label>(1)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si21.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo>≡</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pp</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">MB</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:mfrac><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">st</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">sa</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:msub><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mrow><mml:mi mathvariant="normal">pp</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">MB</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mfrac><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <ce:italic>X</ce:italic> indicates the collision system and the event multiplicity class. In this way, the hard process <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in the toward and away regions are isolated, and thus allowing us to study possible modifications to the produced particles due to medium effects in high-multiplicity pp, p–Pb, and Pb–Pb collisions. In heavy-ion collisions, this ratio is sensitive to the same effects which were studied using the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math> quantity <ce:cross-refs refid="br0290 br0300 br0310" id="crs0050">[29–31]</ce:cross-refs>, where jets produced in the early stage of the collision propagate through the hot and dense quark–gluon plasma. Their interaction with the coloured medium lead to parton-energy loss (jet quenching) <ce:cross-ref refid="br0320" id="crf11130">[32]</ce:cross-ref> which, for example, results in the suppression of the charged-particle yield at high <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> <ce:cross-ref refid="br0330" id="crf11140">[33]</ce:cross-ref>, and the suppression of the high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> yield in the away region <ce:cross-refs refid="br0290 br0300" id="crs0060">[29,30]</ce:cross-refs>. It is worth mentioning that jet quenching effects have not been observed so far in small systems <ce:cross-refs refid="br0330 br0340" id="crs0070">[33,34]</ce:cross-refs>.</ce:para></ce:section><ce:section id="se0020"><ce:label>2</ce:label><ce:section-title id="st0030">Experiment and data analysis</ce:section-title><ce:para id="pr0050">This analysis is based on the data recorded by the ALICE apparatus during the pp and Pb–Pb runs at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV in 2015, and the p–Pb run at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV in 2016. The present study uses the V0 detector, and the Silicon Pixel Detector (SPD) for triggering and background rejection. The V0 consists of two arrays of scintillating tiles placed on each side of the interaction point covering the full azimuthal acceptance and the pseudorapidity intervals of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si23.svg"><mml:mn>2.8</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>5.1</mml:mn></mml:math> (V0A) and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si24.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>3.7</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mi>η</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>1.7</mml:mn></mml:math> (V0C). The SPD is the innermost part of the Inner Tracking System (ITS) and it is the closest detector to the interaction point. It consists of two cylindrical silicon pixel layers at radial distances of 3.9 and 7.6 cm from the beam line and the pseudorapidity coverages of the two layers are <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si25.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si26.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1.4</mml:mn></mml:math>, respectively. The data were collected using a minimum-bias trigger, which required a signal in both V0A and V0C detectors. The offline event selection was optimised to reject beam-induced background in all collision systems by utilising the timing signals in the two V0 detectors. In Pb–Pb collisions, the beam-induced background is further suppressed by correlating the timing signals of the neutron zero degree calorimeters, which are positioned on both sides of the interaction point at 112.5<ce:hsp sp="0.20"/>m distance along the beam axis <ce:cross-ref refid="br0350" id="crf11150">[35]</ce:cross-ref>. The signals from the zero degree calorimeters are also used to suppress the contamination from electromagnetic interactions. This is performed by requesting the coincidence of the signals coming from both side zero degree calorimeters by which the background due to single nucleus electromagnetic dissociation processes is excluded. A criterion based on the offline reconstruction of multiple primary vertices in the SPD is applied to reduce the pileup caused by multiple interactions in the same bunch crossing <ce:cross-ref refid="br0360" id="crf11160">[36]</ce:cross-ref>. The results presented in this letter are for minimum-bias triggered pp collisions having at least one charged particle in the pseudorapidity interval <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si27.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1</mml:mn></mml:math> (INEL>0). The INEL>0 event class corresponds to about 75% of the total inelastic cross section <ce:cross-ref refid="br0370" id="crf11170">[37]</ce:cross-ref>. For pp and Pb–Pb collisions, the sample is subdivided into different multiplicity classes based on the total charge deposited in both V0 sub-detectors, which is termed as V0M amplitude <ce:cross-ref refid="br0380" id="crf11180">[38]</ce:cross-ref>. For p–Pb collisions, the sample is subdivided based on the total charge deposited in V0A sub-detector (V0A amplitude) <ce:cross-ref refid="br0390" id="crf11190">[39]</ce:cross-ref>, which is located in the Pb-going direction. The V0A estimator has been implemented in previous measurements that used p–Pb data (see e.g. <ce:cross-ref refid="br0400" id="crf11200">[40]</ce:cross-ref>). This allows for comparisons with other observables for similar V0A multiplicity classes. To ensure that a hard scattering took place in the collision, events are required to have a trigger particle within <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>8</mml:mn><mml:mo>≤</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math> GeV/<ce:italic>c</ce:italic>. In this <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math> interval, the momentum resolution effects are negligible on the extracted yields, and therefore, no <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si6.svg"><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup></mml:math> resolution correction is applied. The total number of analysed collisions before the trigger particle selection are about 10<ce:sup>8</ce:sup>, 10<ce:sup>8</ce:sup>, and 10<ce:sup>7</ce:sup> for pp, p–Pb, and Pb–Pb collisions, respectively.</ce:para><ce:para id="pr0060">The transverse momentum of particles is determined from measurements in the central barrel with the ITS and the Time Projection Chamber (TPC). The ITS is a tracking detector which consists of six cylindrical layers of silicon detectors. The TPC is a cylindrical drift detector which covers a radial distance of 85-247<ce:hsp sp="0.20"/>cm from the beam axis and it has longitudinal dimension extending from about -250<ce:hsp sp="0.20"/>cm to +250<ce:hsp sp="0.20"/>cm around the nominal interaction point. Primary charged particles are measured in the pseudorapidity range of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math> and with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si28.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>0.5</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, where <ce:italic>η</ce:italic> is measured in the laboratory frame for the three collision systems. The configuration for p–Pb collisions with protons at 4<ce:hsp sp="0.20"/>TeV energy colliding with Pb ions that have per-nucleon energies of (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si29.svg"><mml:mi>Z</mml:mi><mml:mo stretchy="false">/</mml:mo><mml:mi>A</mml:mi></mml:math>) × 4<ce:hsp sp="0.20"/>TeV ∼ 1.58<ce:hsp sp="0.20"/>TeV results in a shift in the rapidity of the nucleon–nucleon centre-of-mass system by 0.465 in the direction of the proton beam (negative z-direction). Here <ce:italic>Z</ce:italic> and <ce:italic>A</ce:italic> are the atomic and mass numbers of the Pb ion, respectively. Therefore, the detector coverage <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si2.svg"><mml:mo stretchy="false">|</mml:mo><mml:mi>η</mml:mi><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.8</mml:mn></mml:math> corresponds to roughly <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si30.svg"><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mn>0.3</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mo stretchy="false">|</mml:mo><mml:msub><mml:mrow><mml:mi>η</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">cms</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">|</mml:mo><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>1.3</mml:mn></mml:math> for p–Pb collisions. The particles with mean proper lifetime larger than 1<ce:hsp sp="0.20"/>cm/<ce:italic>c</ce:italic>, which are either produced directly in the interaction or from decays of particles with mean proper lifetime smaller than 1<ce:hsp sp="0.20"/>cm/<ce:italic>c</ce:italic> are termed as primary particles <ce:cross-ref refid="br0410" id="crf11210">[41]</ce:cross-ref>. The track selection follows a procedure similar to the one described in Ref. <ce:cross-ref refid="br0420" id="crf11220">[42]</ce:cross-ref> and only few specific details are reported here. Tracks (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">tracks</mml:mi></mml:mrow></mml:msub></mml:math>) are required to have two hits in the ITS, out of which at least one should be in either of the two innermost layers. The geometrical track length <ce:italic>L</ce:italic> is calculated in the TPC readout plane, excluding the information from the pads at the sector boundaries (≈3<ce:hsp sp="0.20"/>cm from the sector edges). The trajectory lengths built from radial segments, i.e. the crossed TPC pad rows, traversed in the TPC by a particle are required to be larger than 85% of the geometrical track length. The pad rows are made of at least 3 neighbouring individual observations (clusters), and their height varies from 7.5<ce:hsp sp="0.20"/>mm to 15<ce:hsp sp="0.20"/>mm <ce:cross-ref refid="br0430" id="crf11230">[43]</ce:cross-ref>. The trajectory lengths built from clusters (one cluster per pad row) is required to be larger than <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si32.svg"><mml:mn>0.7</mml:mn><mml:mo>×</mml:mo><mml:mi>L</mml:mi></mml:math>. The fraction of TPC clusters shared with another track is required to be lower than 0.4. The fit quality for the ITS and TPC track points must satisfy <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si33.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">hits</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>36</mml:mn></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si34.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">clusters</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>4</mml:mn></mml:math>, respectively, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si35.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">hits</mml:mi></mml:mrow></mml:msub></mml:math> and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si36.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">clusters</mml:mi></mml:mrow></mml:msub></mml:math> are the numbers of hits in the ITS and the number of clusters in the TPC, respectively. Only tracks with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si37.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>36</mml:mn></mml:math> are included in the analysis, where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> is calculated comparing the track parameters from the combined ITS and TPC track reconstruction to that derived only from the TPC and constrained to the interaction point. The definition of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si38.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mo linebreak="badbreak" linebreakstyle="after">−</mml:mo><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:math> can be found in Ref. <ce:cross-ref refid="br0440" id="crf11240">[44]</ce:cross-ref>. To reduce the contamination from secondary particles, tracks are accepted if their distance-of-closest-approach (DCA) to the reconstructed primary interaction vertex satisfies in the longitudinal (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">z</mml:mi></mml:mrow></mml:msub></mml:math>) and transverse (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si40.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">xy</mml:mi></mml:mrow></mml:msub></mml:math>) directions the conditions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si41.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">z</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math><ce:hsp sp="0.20"/>cm and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si42.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">xy</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>0.018</mml:mn></mml:math><ce:hsp sp="0.20"/>cm + 0.035<ce:hsp sp="0.20"/>(cm×GeV/<ce:italic>c</ce:italic>)<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si43.svg"><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>.</ce:para><ce:para id="pr0070">The measurement of the transverse momentum spectra of charged particles follows the standard procedure of the ALICE collaboration <ce:cross-refs refid="br0420 br0450" id="crs0080">[42,45]</ce:cross-refs>. The raw yields are corrected for efficiency and contamination from secondary particles. The efficiency correction is calculated from Monte Carlo simulations with GEANT3 <ce:cross-ref refid="br0460" id="crf11250">[46]</ce:cross-ref> transport code, which made use of PYTHIA 8 (Monash) <ce:cross-ref refid="br0280" id="crf11260">[28]</ce:cross-ref>, EPOS-LHC <ce:cross-ref refid="br0210" id="crf11270">[21]</ce:cross-ref> and HIJING <ce:cross-ref refid="br0470" id="crf11280">[47]</ce:cross-ref> event generators for pp, p–Pb and Pb–Pb collisions, respectively and incorporated a detailed description of the detector material, geometry and response. Since the event generators do not reproduce the relative abundances of different particle species in the real data, the efficiency obtained from the simulations is re-weighted considering the particle composition from data as outlined in <ce:cross-ref refid="br0420" id="crf11290">[42]</ce:cross-ref>. A multi-component template fit based on the DCA distributions from the simulation is used for the estimation of secondary contamination <ce:cross-ref refid="br0420" id="crf11300">[42]</ce:cross-ref>.</ce:para><ce:para id="pr0080">The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra for the toward and away regions include contributions from the jet fragmentation, ISR, and FSR, as well as, the contribution from the underlying event. In order to increase the sensitivity to the hardest process of the event, the particle yields measured in the transverse region are subtracted from the corresponding yields in both the toward and away regions: <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si44.svg"><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:mi mathvariant="normal">d</mml:mi><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>. This approach assumes that the background (UE, ISR, and FSR) in the toward and away regions is similar to the activity in the transverse region. However, one has to keep in mind that in Pb–Pb collisions two-particle correlations are affected by anisotropic transverse flow. In particular, the main contribution is due to the elliptic flow, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math>, which is the second order coefficient in the Fourier expansion of the azimuthal distribution of the particle momenta <ce:cross-ref refid="br0480" id="crf11310">[48]</ce:cross-ref>. This elliptic azimuthal anisotropy modulates the background according to:<ce:display><ce:formula id="fm0020"><ce:label>(2)</ce:label><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si46.svg"><mml:mi>B</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>φ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo linebreak="badbreak" linebreakstyle="after">=</mml:mo><mml:msub><mml:mrow><mml:mi>B</mml:mi></mml:mrow><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">(</mml:mo><mml:mn>1</mml:mn><mml:mo linebreak="badbreak" linebreakstyle="after">+</mml:mo><mml:mn>2</mml:mn><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mi mathvariant="normal">cos</mml:mi><mml:mo>⁡</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>2</mml:mn><mml:mi mathvariant="normal">Δ</mml:mi><mml:mi>φ</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="true" maxsize="2.4ex" minsize="2.4ex">)</mml:mo><mml:mo>,</mml:mo></mml:math></ce:formula></ce:display> where <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si47.svg"><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> is approximately given by the product of anisotropic flow coefficients for trigger and associated particles at their respective momenta i.e. <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si48.svg"><mml:msub><mml:mrow><mml:mi>V</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:msubsup><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:msubsup><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mrow><mml:mi mathvariant="normal">assoc</mml:mi></mml:mrow></mml:msubsup></mml:math>. The existing <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> measurements over a broad transverse momentum range <ce:cross-ref refid="br0490" id="crf11320">[49]</ce:cross-ref> suggest that the effect of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulation of background should be more relevant in semi-central Pb–Pb collisions. The effect is expected to be important at low and intermediate transverse momenta and decreases for high transverse momentum particles <ce:cross-ref refid="br0300" id="crf11330">[30]</ce:cross-ref>. In the high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> region of interest for the jet quenching studies, namely <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>4</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, the effect of the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulation is estimated to be small (about 5%) for Pb–Pb collisions. Given that the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> effect is larger in Pb–Pb collisions than in pp and p–Pb collisions, no correction for the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulation is applied for pp and p–Pb collisions since its effect is smaller than the other sources of systematic uncertainty.</ce:para><ce:para id="pr0090">The results are shown as a function of the average number of charged particles in the transverse region <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math>. The values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> are extracted in each multiplicity class from the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si31.svg"><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">tracks</mml:mi></mml:mrow></mml:msub></mml:math> distributions in the transverse region that are corrected for detector effects using a Bayesian unfolding <ce:cross-ref refid="br0500" id="crf11340">[50]</ce:cross-ref>. The Bayesian unfolding requires the multiplicity response matrix, which is built from the correlation between the measured multiplicity and the multiplicity at generator level (without detector effects) in the transverse region. This has been obtained from MC simulations which include the propagation of particles through the detector using GEANT 3. As a crosscheck, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> values are also calculated by integrating the transverse momentum distributions in the interval <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si50.svg"><mml:mn>0.5</mml:mn><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>8</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>. The difference between the results from the two strategies is assigned as the systematic uncertainty on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math>, where the effects related to the discrepancy between data and MC in the particle composition and secondary contamination are considered. This uncertainty amounts up to 3.5%, 4% and 6.5% for pp, p–Pb and Pb–Pb collisions, respectively.</ce:para><ce:para id="pr0100">The systematic uncertainties related to the track selection criteria were studied by repeating the analysis varying one-by-one the track selection criteria <ce:cross-refs refid="br0420 br0450" id="crs0090">[42,45]</ce:cross-refs>. In particular, the upper limits of the track fit quality parameters in the ITS (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si51.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ITS</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">hits</mml:mi></mml:mrow></mml:msub></mml:math>) and in the TPC (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si52.svg"><mml:msubsup><mml:mrow><mml:mi>χ</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">TPC</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo stretchy="false">/</mml:mo><mml:msub><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">clusters</mml:mi></mml:mrow></mml:msub></mml:math>) were varied in the ranges of 25–49 and 3–5, respectively. The maximum fraction of shared TPC clusters was varied between 0.2 to 1 and the maximum <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si39.svg"><mml:msub><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">z</mml:mi></mml:mrow></mml:msub></mml:math> was varied between 1 and 5<ce:hsp sp="0.20"/>cm <ce:cross-ref refid="br0420" id="crf11350">[42]</ce:cross-ref>. We have also quantified the impact of not including the ITS hit requirement in the track selection. The systematic uncertainty on the primary particle composition was estimated using a procedure similar to the one described in <ce:cross-ref refid="br0420" id="crf11360">[42]</ce:cross-ref>. To quantify the uncertainty due to the imperfect simulation of the detector response, the track matching between the TPC and the ITS information in the data and in the simulation were compared. To achieve this, the fraction of secondary particles was rescaled according to fits to the measured DCA distributions. After this rescaling, the agreement between data and model was found to be within 3% for all collision systems. This value was assigned as an additional systematic uncertainty <ce:cross-ref refid="br0420" id="crf11370">[42]</ce:cross-ref>. The systematic uncertainty on the secondary particle contamination considers the imperfection of the method (multi-component template fit) used to extract the correction. The fit ranges were varied and the fit was repeated using templates with two (primaries, secondaries) or three (primaries, secondaries from material, secondaries from weak decays) components. The maximum spread among these variations was assigned as the systematic uncertainty on the secondary contamination. This contribution dominates at low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>. The density of materials used in simulations of the experimental setup was varied by ± 4.5% <ce:cross-ref refid="br0350" id="crf11380">[35]</ce:cross-ref>, resulting in a negligible systematic uncertainty in the considered <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> range of 0.5 to 6.0 GeV/<ce:italic>c</ce:italic>. For the estimation of total systematic uncertainty, all the above listed contributions were summed in quadrature. The systematic uncertainties are independent of the difference between the azimuthal angle of the associated particle and that of the trigger particle. The estimated systematic uncertainties on the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra significantly depend on <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>, while the dependence on the multiplicity classes is mild. The ranges of systematic uncertainties in the three considered collision systems are reported in <ce:cross-ref refid="tbl0010" id="crf11390">Table 1</ce:cross-ref><ce:float-anchor refid="tbl0010"/> for the various sources described above.</ce:para></ce:section><ce:section id="se0030" role="results"><ce:label>3</ce:label><ce:section-title id="st0040">Results and discussion</ce:section-title><ce:para id="pr0110">The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra measured in the transverse region for pp, p–Pb, and Pb–Pb collisions are shown in <ce:cross-ref refid="fg0020" id="crf11400">Fig. 2</ce:cross-ref><ce:float-anchor refid="fg0020"/> (top panel). Results are presented for different multiplicity classes. The ratios between the spectra in the individual multiplicity classes and the MB (0−100%) one are shown in the bottom panel. In the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> range <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si53.svg"><mml:mn>0.5</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, the ratios for the highest multiplicity class (0−5%) are larger than unity and show an increasing trend with increasing <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> at low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si54.svg"><mml:mo linebreak="badbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) followed at higher <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> by a slow decrease. Instead, for the lowest multiplicity classes (40−60% and 60−90%) the ratios are lower than unity and follow an opposite trend with <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math>, decreasing at low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> and increasing for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si55.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>3</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>. The behaviour of the ratios as a function of the event activity is reminiscent of analogous ratios as a function of the number of MPI in pp collisions simulated with <ce:small-caps>PYTHIA</ce:small-caps> 8, including colour reconnection <ce:cross-ref refid="br0510" id="crf11410">[51]</ce:cross-ref>. In particular, at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si56.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo>≈</mml:mo><mml:mn>2</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after">−</mml:mo><mml:mn>3</mml:mn></mml:math> GeV/<ce:italic>c</ce:italic> the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectrum of pp collisions with large MPI activity exhibits an enhancement with respect to the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectrum of MB pp collisions. The effect was not observed before in data because, in contrast to the present analysis, the jet contribution was included in the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra <ce:cross-ref refid="br0450" id="crf11420">[45]</ce:cross-ref>.</ce:para><ce:para id="pr0120">The top (bottom) panel of <ce:cross-ref refid="fg0030" id="crf11430">Fig. 3</ce:cross-ref><ce:float-anchor refid="fg0030"/> shows the charged particle yields for the toward (away) region after the subtraction of the yields measured in the transverse region in pp, p–Pb and Pb–Pb collisions. Results are compared with the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra measured for MB pp collisions (0−100% V0M pp event class) quantified with the ratio <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math>, as defined in Eq. <ce:cross-ref refid="fm0010" id="crf11440">(1)</ce:cross-ref>. At low transverse momenta, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si60.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>4</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is close to unity in pp and p–Pb collisions. In contrast, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> in Pb–Pb collisions exhibits a strong multiplicity dependence over the whole measured <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> interval. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> magnitude is larger for semi-peripheral Pb–Pb collisions, the maximum is observed for 20−40% Pb–Pb collisions, and is smaller for the most central and most peripheral classes. Given that the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> contribution is not subtracted from the jet-like yields reported in <ce:cross-ref refid="fg0030" id="crf11450">Fig. 3</ce:cross-ref>, the centrality dependence of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> follows the behaviour of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> as a function of collision centrality and particle <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> in Pb–Pb collisions at LHC energies <ce:cross-ref refid="br0520" id="crf11460">[52]</ce:cross-ref>.</ce:para><ce:para id="pr0130"><ce:cross-ref refid="fg0040" id="crf11660">Fig. 4</ce:cross-ref><ce:float-anchor refid="fg0040"/> shows the measured values of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> in the transverse momentum interval <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mn>4</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> as a function of the average multiplicity in the transverse region for all the multiplicity classes considered in pp, p–Pb and Pb–Pb collisions. The figure shows that, within uncertainties, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are close to unity for all the multiplicity classes measured in pp and p–Pb collisions. This indicates that effects induced by possible energy loss in these systems are not observed within uncertainties. This result is consistent with previous studies of nuclear modification factor <ce:cross-ref refid="br0330" id="crf11480">[33]</ce:cross-ref> and hadron-jet recoil measurements <ce:cross-ref refid="br0340" id="crf11490">[34]</ce:cross-ref>. By contrast, for Pb–Pb collisions the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are compatible to unity for peripheral collisions, and show a gradual enhancement (reduction) with the increase in multiplicity for the toward (away) region. The behaviour is the same for the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si63.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values measured either assuming a flat background or a <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math>-modulated background. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math>-modulated background was estimated following the approach depicted in Eq. <ce:cross-ref refid="fm0020" id="crf11500">(2)</ce:cross-ref> and using the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> data reported in <ce:cross-ref refid="br0490" id="crf11510">[49]</ce:cross-ref>. This behaviour is qualitatively similar to the di-hadron correlation results reported by the STAR and ALICE collaborations <ce:cross-refs refid="br0290 br0300" id="crs0100">[29,30]</ce:cross-refs>. In Pb–Pb collisions, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si65.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> provides information about the fragmenting jet leaving the medium, while on the away side, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> reflects the survival probability of the recoiling parton during passage through the medium. Thus a suppression of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si66.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> would indicate that fewer partons survive the passage through the medium and is expected from the strong in-medium energy loss. On the other hand, the enhancement observed in the toward region is also subject to medium effects. The ratio is sensitive to a) a possible change of the fragmentation functions, b) a possible modification of the quark to gluon jet ratio in the final state due to different coupling with medium, and c) a possible bias on the parton spectrum due to trigger particle selection. Moreover, given that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is sensitive to the same effects as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math>, the interpretation of the results is similar to that reported in <ce:cross-ref refid="br0300" id="crf11520">[30]</ce:cross-ref>. It is likely that all three effects play a role <ce:cross-ref refid="br0300" id="crf11530">[30]</ce:cross-ref>. A detailed quantification of the contribution of each effect is beyond the scope of the present paper.</ce:para><ce:para id="pr0140">In order to get further insight into the effect, the measured <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are compared in <ce:cross-ref refid="fg0050" id="crf11540">Fig. 5</ce:cross-ref><ce:float-anchor refid="fg0050"/> with model predictions. Following the similar treatment of the experimental data, for the models, the total sample is subdivided into different V0M classes and the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> is calculated for each class. For high-multiplicity pp collisions, although <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is close to unity, a small trend with multiplicity is visible, which is not seen at similar multiplicities (20−90% V0A) in p–Pb data. To understand the source of these slight deviations from unity, the data are compared with the predictions from the <ce:small-caps>PYTHIA</ce:small-caps> 8 (Monash tune <ce:cross-ref refid="br0280" id="crf11550">[28]</ce:cross-ref>) and EPOS-LHC <ce:cross-ref refid="br0210" id="crf11560">[21]</ce:cross-ref> event generators. In PYTHIA, the hadronization of quarks is simulated using the Lund string fragmentation model <ce:cross-ref refid="br0530" id="crf11570">[53]</ce:cross-ref>. Various PYTHIA tunes have been developed through extensive comparison of Monte Carlo distributions with the minimum-bias data from different experiments. The Monash tune of <ce:small-caps>PYTHIA</ce:small-caps> 8 is tuned to LHC data and uses an updated set of hadronization parameters compared to the previous tunes <ce:cross-ref refid="br0280" id="crf11580">[28]</ce:cross-ref>. EPOS-LHC is built on the Parton-Based Gribov Regge Theory. Utilising the colour exchange mechanism of string excitation, the model is tuned to LHC data <ce:cross-ref refid="br0210" id="crf11590">[21]</ce:cross-ref>. In this model, a part of the collision system which has high parton densities becomes a “core” region that evolves hydrodynamically as a quark–gluon plasma and it is surrounded by a more dilute “corona” for which fragmentation occurs in the vacuum. The upper panel of <ce:cross-ref refid="fg0050" id="crf11600">Fig. 5</ce:cross-ref> shows <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> for different multiplicity classes. The observed deviations from unity are reproduced by <ce:small-caps>PYTHIA</ce:small-caps> 8 for both the toward and away regions. Given that <ce:small-caps>PYTHIA</ce:small-caps> 8 does not incorporate any jet quenching mechanism, the origin of the effect in high <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> collisions is related to a remaining bias towards harder fragmentation and more activity from initial and final state radiation <ce:cross-ref refid="br0540" id="crf11610">[54]</ce:cross-ref>. These effects enhance the high-<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> yield in the toward region, and produce a broadening in the away region <ce:cross-ref refid="br0550" id="crf11620">[55]</ce:cross-ref>. The EPOS-LHC results in the away region are similar to both data and <ce:small-caps>PYTHIA</ce:small-caps> 8. However, for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> EPOS-LHC exhibits a trend with a maximum at intermediate multiplicity and a reduction toward low and high multiplicities, which is not consistent with the measurements.</ce:para><ce:para id="pr0150">The middle and bottom panels of <ce:cross-ref refid="fg0050" id="crf11630">Fig. 5</ce:cross-ref> show <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> measured for p–Pb and Pb–Pb collisions, respectively. The data are compared to <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr <ce:cross-ref refid="br0560" id="crf11640">[56]</ce:cross-ref> and EPOS-LHC predictions. The Angantyr model in <ce:small-caps>PYTHIA</ce:small-caps> 8 extrapolates the dynamics from pp collisions to p–Pb and Pb–Pb collisions, generalising the formalism adopted for pp collisions by including a description of the nucleon positions within the colliding nuclei and utilising the Glauber model to calculate the number of interacting nucleons and binary nucleon–nucleon collisions. <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr, which does not include jet quenching effects, predicts <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values consistent with unity for all the multiplicity classes in Pb–Pb collisions. Whereas for p–Pb collisions <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> is consistent with unity, and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> is slightly below unity. In EPOS-LHC, a certain <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> cutoff is defined in such a way that, above this cutoff, a particle loses part of its momentum in the core but survives as an independent particle produced by a flux tube. Soft particles, which are below the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> cutoff, get completely absorbed and form the core. This sort of energy loss mechanism implemented in EPOS-LHC depends on the system size <ce:cross-refs refid="br0210 br0570 br0580" id="crs0110">[21,57,58]</ce:cross-refs>. <ce:cross-ref refid="fg0050" id="crf11650">Fig. 5</ce:cross-ref> (middle) shows that for p–Pb collisions, EPOS-LHC does not describe either the magnitude or the trend of the multiplicity dependence of the measured ratio in the toward region, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math>. However, the model is in reasonable agreement with data in the away region. For Pb–Pb collisions, EPOS-LHC predicts a significant enhancement of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> for low <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si11.svg"><mml:mo stretchy="false">〈</mml:mo><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">ch</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">〉</mml:mo></mml:math> ranges and deviates significantly from the experimental results.</ce:para><ce:para id="pr0160">In summary, while the data from Pb–Pb collisions are in qualitative agreement with expectations from parton energy loss due to the presence of a hot and dense medium, pp and p–Pb data do not show any hint of medium effects in the multiplicity range which is reported.</ce:para></ce:section><ce:section id="se0040"><ce:label>4</ce:label><ce:section-title id="st0050">Summary</ce:section-title><ce:para id="pr0170">The transverse momentum spectra (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si16.svg"><mml:mn>0.5</mml:mn><mml:mo>≤</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) of primary charged particles in three azimuthal regions (toward, away and transverse) defined with respect to the direction of the particle with the highest transverse momentum in the event (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si15.svg"><mml:mn>8</mml:mn><mml:mo>≤</mml:mo><mml:msubsup><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">trig</mml:mi></mml:mrow></mml:msubsup><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>15</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>) are reported. The spectra are studied in intervals of the multiplicity measured at forward pseudorapidities for pp, p–Pb, and Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si3.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub></mml:math> spectra in the transverse region are subtracted from those of the away and toward regions. This is based on the assumption that the transverse side provides a good estimation of the underlying event contribution in both the toward and away regions. However, for the interpretation of the results one has to keep in mind that <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si45.svg"><mml:msub><mml:mrow><mml:mi>v</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math> modulates the background and this effect is important for semi-central Pb–Pb collisions and for <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si49.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after">></mml:mo><mml:mn>4</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic> the effect is less than 5% in central and peripheral Pb–Pb collisions. Ratios to MB pp (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math>), i.e., the multiplicity dependent yields normalised to the yield measured in MB pp collisions, are reported. At low transverse momentum (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si70.svg"><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>2</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>), within 20%, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are multiplicity independent for both the toward and away regions in pp and p–Pb collisions. In contrast, in Pb–Pb collisions for both toward and away regions the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values exhibit a centrality dependence which is expected given the residual presence of elliptic flow. In the highest transverse momentum interval (<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si64.svg"><mml:mn>4</mml:mn><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:msub><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">T</mml:mi></mml:mrow></mml:msub><mml:mo linebreak="goodbreak" linebreakstyle="after"><</mml:mo><mml:mn>6</mml:mn></mml:math><ce:hsp sp="0.20"/>GeV/<ce:italic>c</ce:italic>), the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values in pp collisions are closer to unity but they exhibit a small reduction (increase) towards high V0 activity in pp collisions. This trend is well reproduced by <ce:small-caps>PYTHIA</ce:small-caps> 8. In the model, it is due to a selection bias towards pp collisions with harder fragmentation and larger activity from initial and final state radiation. For p–Pb collisions, within uncertainties, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are consistent with unity and do not show a multiplicity dependence. <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr fairly describes <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si62.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math>, but it underestimates by about 10% the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si61.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msubsup></mml:math> values in the low multiplicity classes (40−90% V0A event class). For Pb–Pb collisions, the <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> values are close to unity for peripheral collisions, and show a gradual increase (reduction) in the toward (away) region with increasing multiplicity. A similar observable, <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math>, based on the per-trigger yield of associated particles in di-hadron correlation has been studied for central and peripheral Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math><ce:hsp sp="0.20"/>TeV. The behaviour of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> exhibits the same features as <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si22.svg"><mml:msub><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">AA</mml:mi></mml:mrow></mml:msub></mml:math>: in central collisions, on the away-side, a suppression is observed as expected from strong in-medium energy loss. In the toward region, an enhancement is observed. <ce:small-caps>PYTHIA</ce:small-caps> 8/Angantyr predicts <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si73.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup><mml:mo>≈</mml:mo><mml:mn>1</mml:mn></mml:math> for all multiplicity intervals, and it does not reproduce the observed away-side suppression or toward-side enhancement. Generally, EPOS-LHC does not describe the measured <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si59.svg"><mml:msubsup><mml:mrow><mml:mi>I</mml:mi></mml:mrow><mml:mrow><mml:mi>X</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">t</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">a</mml:mi></mml:mrow></mml:msubsup></mml:math> ratios.</ce:para><ce:para id="pr0180">In summary, within the multiplicity reach reported in this paper, no jet quenching effects are observed in pp and p–Pb collisions within uncertainties. Further studies are required to extend the present analysis to higher multiplicities, which are currently limited by the event selection based on the forward V0 detector. The analysis of future pp and p–Pb collisions with much larger integrated luminosity may remove this limitation.</ce:para> </ce:section></ce:sections><ce:conflict-of-interest id="coi0001"><ce:section-title id="st0090">Declaration of Competing Interest</ce:section-title><ce:para id="pr0210">The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.</ce:para></ce:conflict-of-interest><ce:acknowledgment id="ac0010"><ce:section-title id="st0060">Acknowledgements</ce:section-title><ce:para id="pr0190">The ALICE Collaboration would like to thank all its engineers and technicians for their invaluable contributions to the construction of the experiment and the CERN accelerator teams for the outstanding performance of the LHC complex. The ALICE Collaboration gratefully acknowledges the resources and support provided by all Grid centres and the Worldwide LHC Computing Grid (WLCG) collaboration. The ALICE Collaboration acknowledges the following funding agencies for their support in building and running the ALICE detector: <ce:grant-sponsor id="gsp0010">A.I. Alikhanyan National Science Laboratory (Yerevan Physics Institute) Foundation (ANSL)</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0020" sponsor-id="https://doi.org/10.13039/501100007029">State Committee of Science</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0030">World Federation of Scientists (WFS)</ce:grant-sponsor>, Armenia; <ce:grant-sponsor id="gsp0040" sponsor-id="https://doi.org/10.13039/501100001822">Austrian Academy of Sciences</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0050" sponsor-id="https://doi.org/10.13039/501100002428">Austrian Science Fund</ce:grant-sponsor> (FWF): [<ce:grant-number refid="gsp0050">M 2467-N36</ce:grant-number>] and <ce:grant-sponsor id="gsp0060">Nationalstiftung für Forschung, Technologie und Entwicklung</ce:grant-sponsor>, Austria; <ce:grant-sponsor id="gsp0070">Ministry of Communications and High Technologies, National Nuclear Research Center</ce:grant-sponsor>, Azerbaijan; Conselho Nacional de Desenvolvimento Científico e Tecnológico (<ce:grant-sponsor id="gsp0080" sponsor-id="https://doi.org/10.13039/501100003593">CNPq</ce:grant-sponsor>), <ce:grant-sponsor id="gsp0090" sponsor-id="https://doi.org/10.13039/501100004809">Financiadora de Estudos e Projetos</ce:grant-sponsor> (Finep), <ce:grant-sponsor id="gsp0100" sponsor-id="https://doi.org/10.13039/501100001807">Fundação de Amparo à Pesquisa do Estado de São Paulo</ce:grant-sponsor> (<ce:grant-sponsor id="gsp0110" sponsor-id="https://doi.org/10.13039/501100001807">FAPESP</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0120" sponsor-id="https://doi.org/10.13039/501100004909">Universidade Federal do Rio Grande do Sul</ce:grant-sponsor> (<ce:grant-sponsor id="gsp0130" sponsor-id="https://doi.org/10.13039/501100004909">UFRGS</ce:grant-sponsor>), Brazil; Bulgarian <ce:grant-sponsor id="gsp0140" sponsor-id="https://doi.org/10.13039/501100005992">Ministry of Education and Science</ce:grant-sponsor>, within the National Roadmap for Research Infrastructures 2020–2027 (object CERN), Bulgaria; <ce:grant-sponsor id="gsp0150" sponsor-id="https://doi.org/10.13039/501100002338">Ministry of Education of China</ce:grant-sponsor> (MOEC), <ce:grant-sponsor id="gsp0160">Ministry of Science & Technology of China</ce:grant-sponsor> (MSTC) and <ce:grant-sponsor id="gsp0170" sponsor-id="https://doi.org/10.13039/501100001809">National Natural Science Foundation of China</ce:grant-sponsor> (NSFC), China; <ce:grant-sponsor id="gsp0180" sponsor-id="https://doi.org/10.13039/100015526">Ministry of Science and Education</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0190" sponsor-id="https://doi.org/10.13039/501100004488">Croatian Science Foundation</ce:grant-sponsor>, Croatia; <ce:grant-sponsor id="gsp0200" sponsor-id="https://doi.org/10.13039/501100019929">Centro de Aplicaciones Tecnológicas y Desarrollo Nuclear</ce:grant-sponsor> (CEADEN), <ce:grant-sponsor id="gsp0210">Cubaenergía</ce:grant-sponsor>, Cuba; <ce:grant-sponsor id="gsp0220">Ministry of Education, Youth and Sports of the Czech Republic</ce:grant-sponsor>, Czech Republic; The <ce:grant-sponsor id="gsp0230">Danish Council for Independent Research | Natural Sciences</ce:grant-sponsor>, the <ce:grant-sponsor id="gsp0240" sponsor-id="https://doi.org/10.13039/100008398">Villum Fonden</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0250" sponsor-id="https://doi.org/10.13039/501100001732">Danish National Research Foundation</ce:grant-sponsor> (DNRF), Denmark; <ce:grant-sponsor id="gsp0260">Helsinki Institute of Physics</ce:grant-sponsor> (HIP), Finland; Commissariat à l'Energie Atomique (<ce:grant-sponsor id="gsp0270" sponsor-id="https://doi.org/10.13039/501100006489">CEA</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0280" sponsor-id="https://doi.org/10.13039/501100012441">Institut National de Physique Nucléaire et de Physique des Particules</ce:grant-sponsor> (IN2P3) and <ce:grant-sponsor id="gsp0290" sponsor-id="https://doi.org/10.13039/501100004794">Centre National de la Recherche Scientifique</ce:grant-sponsor> (CNRS), France; Bundesministerium für Bildung und Forschung (<ce:grant-sponsor id="gsp0300" sponsor-id="https://doi.org/10.13039/501100002347">BMBF</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0310" sponsor-id="https://doi.org/10.13039/501100010958">GSI Helmholtzzentrum für Schwerionenforschung GmbH</ce:grant-sponsor>, Germany; <ce:grant-sponsor id="gsp0320" sponsor-id="https://doi.org/10.13039/501100003448">General Secretariat for Research and Technology</ce:grant-sponsor>, Ministry of Education, Research and Religions, Greece; <ce:grant-sponsor id="gsp0330" sponsor-id="https://doi.org/10.13039/501100018818">National Research, Development and Innovation Office</ce:grant-sponsor>, Hungary; Department of Atomic Energy Government of India (<ce:grant-sponsor id="gsp0340" sponsor-id="https://doi.org/10.13039/501100001502">DAE</ce:grant-sponsor>), Department of Science and Technology, Government of India (<ce:grant-sponsor id="gsp0350" sponsor-id="https://doi.org/10.13039/501100001409">DST</ce:grant-sponsor>), <ce:grant-sponsor id="gsp0360" sponsor-id="https://doi.org/10.13039/501100001501">University Grants Commission</ce:grant-sponsor>, Government of India (UGC) and <ce:grant-sponsor id="gsp0370" sponsor-id="https://doi.org/10.13039/501100001412">Council of Scientific and Industrial Research</ce:grant-sponsor> (CSIR), India; National Research and Innovation Agency - <ce:grant-sponsor id="gsp0380" sponsor-id="https://doi.org/10.13039/100020473">BRIN</ce:grant-sponsor>, Indonesia; Istituto Nazionale di Fisica Nucleare (<ce:grant-sponsor id="gsp0390" sponsor-id="https://doi.org/10.13039/501100004007">INFN</ce:grant-sponsor>), Italy; Japanese <ce:grant-sponsor id="gsp0400" sponsor-id="https://doi.org/10.13039/501100001700">Ministry of Education, Culture, Sports, Science and Technology</ce:grant-sponsor> (MEXT) and <ce:grant-sponsor id="gsp0410" sponsor-id="https://doi.org/10.13039/501100001691">Japan Society for the Promotion of Science</ce:grant-sponsor> (JSPS) KAKENHI, Japan; Consejo Nacional de Ciencia (<ce:grant-sponsor id="gsp0420" sponsor-id="https://doi.org/10.13039/501100003141">CONACYT</ce:grant-sponsor>) y Tecnología, through <ce:grant-sponsor id="gsp0430" sponsor-id="https://doi.org/10.13039/501100007709">Fondo de Cooperación Internacional en Ciencia y Tecnología</ce:grant-sponsor> (FONCICYT) and <ce:grant-sponsor id="gsp0440" sponsor-id="https://doi.org/10.13039/501100006087">Dirección General de Asuntos del Personal Académico</ce:grant-sponsor> (DGAPA), Mexico; <ce:grant-sponsor id="gsp0450" sponsor-id="https://doi.org/10.13039/501100003246">Nederlandse Organisatie voor Wetenschappelijk Onderzoek</ce:grant-sponsor> (NWO), Netherlands; The <ce:grant-sponsor id="gsp0460" sponsor-id="https://doi.org/10.13039/501100005416">Research Council of Norway</ce:grant-sponsor>, Norway; <ce:grant-sponsor id="gsp0470">Commission on Science and Technology for Sustainable Development in the South</ce:grant-sponsor> (COMSATS), Pakistan; <ce:grant-sponsor id="gsp0480" sponsor-id="https://doi.org/10.13039/501100011871">Pontificia Universidad Católica del Perú</ce:grant-sponsor>, Peru; <ce:grant-sponsor id="gsp0490">Ministry of Education and Science</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0500" sponsor-id="https://doi.org/10.13039/501100004281">National Science Centre</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0510">WUT ID-UB</ce:grant-sponsor>, Poland; <ce:grant-sponsor id="gsp0520" sponsor-id="https://doi.org/10.13039/501100003708">Korea Institute of Science and Technology Information</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0530" sponsor-id="https://doi.org/10.13039/501100003725">National Research Foundation of Korea</ce:grant-sponsor> (NRF), Republic of Korea; <ce:grant-sponsor id="gsp0540">Ministry of Education and Scientific Research</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0550" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0560" sponsor-id="https://doi.org/10.13039/501100015622">Ministry of Research and Innovation</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0570" sponsor-id="https://doi.org/10.13039/501100019278">Institute of Atomic Physics</ce:grant-sponsor> and <ce:grant-sponsor id="gsp0580">University Politehnica of Bucharest</ce:grant-sponsor>, Romania; <ce:grant-sponsor id="gsp0590" sponsor-id="https://doi.org/10.13039/501100003193">Ministry of Education, Science, Research and Sport of the Slovak Republic</ce:grant-sponsor>, Slovakia; <ce:grant-sponsor id="gsp0600">National Research Foundation of South Africa</ce:grant-sponsor>, South Africa; <ce:grant-sponsor id="gsp0610" sponsor-id="https://doi.org/10.13039/501100004359">Swedish Research Council</ce:grant-sponsor> (VR) and <ce:grant-sponsor id="gsp0620">Knut & Alice Wallenberg Foundation</ce:grant-sponsor> (KAW), Sweden; <ce:grant-sponsor id="gsp0630" sponsor-id="https://doi.org/10.13039/100012470">European Organization for Nuclear Research</ce:grant-sponsor>, Switzerland; <ce:grant-sponsor id="gsp0640" sponsor-id="https://doi.org/10.13039/501100004352">Suranaree University of Technology</ce:grant-sponsor> (SUT), <ce:grant-sponsor id="gsp0650" sponsor-id="https://doi.org/10.13039/501100004192">National Science and Technology Development Agency</ce:grant-sponsor> (NSTDA), <ce:grant-sponsor id="gsp0660" sponsor-id="https://doi.org/10.13039/501100017170">Thailand Science Research and Innovation</ce:grant-sponsor> (TSRI) and <ce:grant-sponsor id="gsp0670">National Science, Research and Innovation Fund</ce:grant-sponsor> (NSRF), Thailand; <ce:grant-sponsor id="gsp0680" sponsor-id="https://doi.org/10.13039/100020381">Turkish Energy, Nuclear and Mineral Research Agency</ce:grant-sponsor> (TENMAK), Turkey; <ce:grant-sponsor id="gsp0690" sponsor-id="https://doi.org/10.13039/501100004742">National Academy of Sciences of Ukraine</ce:grant-sponsor>, Ukraine; <ce:grant-sponsor id="gsp0700" sponsor-id="https://doi.org/10.13039/501100000271">Science and Technology Facilities Council</ce:grant-sponsor> (STFC), United Kingdom; National Science Foundation of the United States of America (<ce:grant-sponsor id="gsp0710" sponsor-id="https://doi.org/10.13039/100000001">NSF</ce:grant-sponsor>) and <ce:grant-sponsor id="gsp0720" sponsor-id="https://doi.org/10.13039/100000015">United States Department of Energy</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0730" sponsor-id="https://doi.org/10.13039/100006209">Office of Nuclear Physics</ce:grant-sponsor> (DOE NP), United States of America. In addition, individual groups or members have received support from: Marie Skłodowska Curie, Strong 2020 - <ce:grant-sponsor id="gsp0740" sponsor-id="https://doi.org/10.13039/100010661">Horizon 2020</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0750" sponsor-id="https://doi.org/10.13039/501100000781">European Research Council</ce:grant-sponsor> (grant nos. <ce:grant-number refid="gsp0750">824093</ce:grant-number>, <ce:grant-number refid="gsp0750">896850</ce:grant-number>, <ce:grant-number refid="gsp0750">950692</ce:grant-number>), <ce:grant-sponsor id="gsp0760" sponsor-id="https://doi.org/10.13039/501100000780">European Union</ce:grant-sponsor>; <ce:grant-sponsor id="gsp0770" sponsor-id="https://doi.org/10.13039/501100002341">Academy of Finland</ce:grant-sponsor> (Center of Excellence in Quark Matter) (grant nos. <ce:grant-number refid="gsp0770">346327</ce:grant-number>, <ce:grant-number refid="gsp0770">346328</ce:grant-number>), Finland; <ce:grant-sponsor id="gsp0780">Programa de Apoyos para la Superación del Personal Académico</ce:grant-sponsor>, <ce:grant-sponsor id="gsp0790" sponsor-id="https://doi.org/10.13039/501100005739">UNAM</ce:grant-sponsor>, Mexico.</ce:para></ce:acknowledgment></body><tail><ce:bibliography id="bl0010"><ce:section-title id="st0070">References</ce:section-title><ce:bibliography-sec id="bs0010"><ce:bib-reference id="br0010"><ce:label>[1]</ce:label><sb:reference id="bibD17CEA27EFFA6FC144ED8C3DC8A6A4C2s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjöstrand</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>van Zijl</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A multiple interaction model for the event structure in hadron collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>36</sb:volume-nr></sb:series><sb:date>1987</sb:date></sb:issue><sb:pages><sb:first-page>2019</sb:first-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0705">T. Sjöstrand and M. van Zijl, “A Multiple Interaction Model for the Event Structure in Hadron Collisions”, Phys. Rev. D 36 (1987) 2019.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0020"><ce:label>[2]</ce:label><sb:reference id="bib99C506C6BA395B591B93A1A3D88707E6s1"><sb:host><sb:edited-book><sb:editors><sb:editor><ce:given-name>P.</ce:given-name><ce:surname>Bartalini</ce:surname></sb:editor><sb:editor><ce:given-name>J.R.</ce:given-name><ce:surname>Gaunt</ce:surname></sb:editor></sb:editors><sb:title><sb:maintitle>Multiple Parton Interactions at the LHC, vol. 29</sb:maintitle></sb:title><sb:date>2019</sb:date><sb:publisher><sb:name>WSP</sb:name></sb:publisher></sb:edited-book></sb:host></sb:reference><ce:source-text id="srct0710">P. Bartalini and J. R. Gaunt, eds., Multiple Parton Interactions at the LHC, vol. 29. WSP, 2019.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0030"><ce:label>[3]</ce:label><sb:reference id="bibFB264D00BA264CC87E35537BCAF6A5AAs1"><sb:contribution><sb:authors><sb:collaboration>CDF Collaboration</sb:collaboration><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Affolder</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged jet evolution and the underlying event in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si74.svg"><mml:mi>p</mml:mi><mml:mover accent="true"><mml:mrow><mml:mi>p</mml:mi></mml:mrow><mml:mrow><mml:mo stretchy="false">¯</mml:mo></mml:mrow></mml:mover></mml:math> collisions at 1.8 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>65</sb:volume-nr></sb:series><sb:date>2002</sb:date></sb:issue><sb:article-number>092002</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0715">CDF Collaboration, T. Affolder et al., “Charged Jet Evolution and the Underlying Event in pp¯ Collisions at 1.8 TeV”, Phys. Rev. D 65 (2002) 092002.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0040"><ce:label>[4]</ce:label><sb:reference id="bib07B2629CC01A859B0F986B8A6F0829DBs1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Underlying event measurements in <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si75.svg"><mml:mi>p</mml:mi><mml:mo linebreak="goodbreak" linebreakstyle="after">+</mml:mo><mml:mi>p</mml:mi></mml:math> collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si76.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>200</mml:mn></mml:math> GeV at RHIC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>101</sb:volume-nr></sb:series><sb:issue-nr>5</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:article-number>052004</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1912.08187" id="inf0060">arXiv:1912.08187 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0720">STAR Collaboration, J. Adam et al., “Underlying event measurements in p+p collisions at s= 200 GeV at RHIC”, Phys. Rev. D 101 no. 5, (2020) 052004, arXiv:1912.08187 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0050"><ce:label>[5]</ce:label><sb:reference id="bib48AF80894AE1B7BD89023AF86CABE552s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.M.</ce:given-name><ce:surname>Buttar</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The underlying event</sb:maintitle></sb:title></sb:contribution><sb:host><sb:edited-book><sb:title><sb:maintitle>HERA and the LHC: A Workshop on the Implications of HERA for LHC Physics: CERN - DESY Workshop 2004/2005</sb:maintitle></sb:title><sb:conference>Midterm Meeting, CERN, 11–13 October 2004; Final Meeting, DESY, 17–21 January 2005</sb:conference><sb:date>2005</sb:date><sb:publisher><sb:name>CERN</sb:name><sb:location>Geneva</sb:location></sb:publisher></sb:edited-book></sb:host></sb:reference><ce:source-text id="srct0725">C. M. Buttar et al., “The Underlying Event”, in: HERA and the LHC: A Workshop on the Implications of HERA for LHC Physics: CERN - DESY Workshop 2004/2005 (Midterm Meeting, CERN, 11-13 October 2004; Final Meeting, DESY, 17-21 January 2005). CERN, Geneva, 12, 2005.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0060"><ce:label>[6]</ce:label><sb:reference id="bib17C4D32D47BE060AB697FF001FB3878Ds1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adams</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Experimental and theoretical challenges in the search for the quark gluon plasma: the STAR Collaboration's critical assessment of the evidence from RHIC collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>102</sb:first-page><sb:last-page>183</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0501009" id="inf0070">arXiv:nucl-ex/0501009</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0730">STAR Collaboration, J. Adams et al., “Experimental and theoretical challenges in the search for the quark gluon plasma: The STAR Collaboration's critical assessment of the evidence from RHIC collisions”, Nucl. Phys. A 757 (2005) 102–183, arXiv:nucl-ex/0501009.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0070"><ce:label>[7]</ce:label><sb:reference id="bib6BF29EFB56A1DFF8E5A6B2848A5CA0BFs1"><sb:contribution><sb:authors><sb:collaboration>PHENIX Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Adcox</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: experimental evaluation by the PHENIX collaboration</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. A</sb:maintitle></sb:title><sb:volume-nr>757</sb:volume-nr></sb:series><sb:date>2005</sb:date></sb:issue><sb:pages><sb:first-page>184</sb:first-page><sb:last-page>283</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0410003" id="inf0080">arXiv:nucl-ex/0410003</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0735">PHENIX Collaboration, K. Adcox et al., “Formation of dense partonic matter in relativistic nucleus-nucleus collisions at RHIC: Experimental evaluation by the PHENIX collaboration”, Nucl. Phys. A 757 (2005) 184–283, arXiv:nucl-ex/0410003.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0080"><ce:label>[8]</ce:label><sb:reference id="bibB6DC4FB033D6B329E41C0BE3B32DD5F7s1"><sb:contribution><sb:authors><sb:author><ce:given-name>Wit</ce:given-name><ce:surname>Busza</ce:surname></sb:author><sb:author><ce:given-name>Krishna</ce:given-name><ce:surname>Rajagopal</ce:surname></sb:author><sb:author><ce:given-name>Wilke</ce:given-name><ce:surname>van der Schee</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Heavy ion collisions: the big picture, and the big questions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Annu. Rev. Nucl. Part. Sci.</sb:maintitle></sb:title><sb:volume-nr>68</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>339</sb:first-page><sb:last-page>376</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1802.04801" id="inf0090">arXiv:1802.04801 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0740">Busza, Wit and Rajagopal, Krishna and van der Schee, Wilke, “Heavy Ion Collisions: The Big Picture, and the Big Questions”, Ann. Rev. Nucl. Part. Sci. 68 (2018) 339–376, arXiv:1802.04801 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0090"><ce:label>[9]</ce:label><sb:reference id="bib94CB2AFC5706585A17AD7C2174A30E89s1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.L.</ce:given-name><ce:surname>Nagle</ce:surname></sb:author><sb:author><ce:given-name>W.A.</ce:given-name><ce:surname>Zajc</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Small system collectivity in relativistic hadronic and nuclear collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Annu. Rev. Nucl. Part. Sci.</sb:maintitle></sb:title><sb:volume-nr>68</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>211</sb:first-page><sb:last-page>235</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1801.03477" id="inf0100">arXiv:1801.03477 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0745">J. L. Nagle and W. A. Zajc, “Small System Collectivity in Relativistic Hadronic and Nuclear Collisions”, Ann. Rev. Nucl. Part. Sci. 68 (2018) 211–235, arXiv:1801.03477 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0100"><ce:label>[10]</ce:label><sb:reference id="bib08BB41636ADA0214E13285C8200C51FEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Christiansen</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Cuautle Flores</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Maldonado Cervantes</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Paić</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Color reconnection and flowlike patterns in <ce:italic>pp</ce:italic> collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>111</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2013</sb:date></sb:issue><sb:article-number>042001</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1303.6326" id="inf0110">arXiv:1303.6326 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0750">A. Ortiz, P. Christiansen, E. Cuautle Flores, I. Maldonado Cervantes, and G. Paić, “Color Reconnection and Flowlike Patterns in pp Collisions”, Phys. Rev. Lett. 111 no. 4, (2013) 042001, arXiv:1303.6326 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0110"><ce:label>[11]</ce:label><sb:reference id="bib9966EB119479295CF4257B29C2C4834Cs1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Lönnblad</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Tarasov</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Effects of overlapping strings in pp collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:article-number>148</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6259" id="inf0120">arXiv:1412.6259 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0755">C. Bierlich, G. Gustafson, L. Lönnblad, and A. Tarasov, “Effects of Overlapping Strings in pp Collisions”, JHEP 03 (2015) 148, arXiv:1412.6259 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0120"><ce:label>[12]</ce:label><sb:reference id="bibAD413375DBCD0D32335ED4ACEDD55418s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Chakraborty</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Lönnblad</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Setting the string shoving picture in a new frame</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>03</sb:volume-nr></sb:series><sb:date>2021</sb:date></sb:issue><sb:article-number>270</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2010.07595" id="inf0130">arXiv:2010.07595 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0760">C. Bierlich, S. Chakraborty, G. Gustafson, and L. Lönnblad, “Setting the string shoving picture in a new frame”, JHEP 03 (2021) 270, arXiv:2010.07595 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0130"><ce:label>[13]</ce:label><sb:reference id="bib52E0141B59A5D3E5BF7C55D1B143BBEEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjöstrand</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Ask</ce:surname></sb:author><sb:author><ce:given-name>J.R.</ce:given-name><ce:surname>Christiansen</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Corke</ce:surname></sb:author><sb:author><ce:given-name>N.</ce:given-name><ce:surname>Desai</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Ilten</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Mrenna</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Prestel</ce:surname></sb:author><sb:author><ce:given-name>C.O.</ce:given-name><ce:surname>Rasmussen</ce:surname></sb:author><sb:author><ce:given-name>P.Z.</ce:given-name><ce:surname>Skands</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>An introduction to PYTHIA 8.2</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Comput. Phys. Commun.</sb:maintitle></sb:title><sb:volume-nr>191</sb:volume-nr></sb:series><sb:date>2015</sb:date></sb:issue><sb:pages><sb:first-page>159</sb:first-page><sb:last-page>177</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1410.3012" id="inf0140">arXiv:1410.3012 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0765">T. Sjöstrand, S. Ask, J. R. Christiansen, R. Corke, N. Desai, P. Ilten, S. Mrenna, S. Prestel, C. O. Rasmussen, and P. Z. Skands, “An introduction to PYTHIA 8.2”, Comput. Phys. Commun. 191 (2015) 159–177, arXiv:1410.3012 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0140"><ce:label>[14]</ce:label><sb:reference id="bib6E90E9C0E32240F0C3CA01539ED52CF6s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Enhanced production of multi-strange hadrons in high-multiplicity proton-proton collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nat. Phys.</sb:maintitle></sb:title><sb:volume-nr>13</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>535</sb:first-page><sb:last-page>539</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1606.07424" id="inf0150">arXiv:1606.07424 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0770">ALICE Collaboration, J. Adam et al., “Enhanced production of multi-strange hadrons in high-multiplicity proton-proton collisions”, Nature Phys. 13 (2017) 535–539, arXiv:1606.07424 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0150"><ce:label>[15]</ce:label><sb:reference id="bib5CF13B37E9782E00B8F01518C0F55AD2s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si77.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mtext mathvariant="bold-italic">s</mml:mtext></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt></mml:math> = 5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>760</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>720</sb:first-page><sb:last-page>735</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1601.03658" id="inf0160">arXiv:1601.03658 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0775">ALICE Collaboration, J. Adam et al., “Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at sNN = 5.02 TeV”, Phys. Lett. B 760 (2016) 720–735, arXiv:1601.03658 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0160"><ce:label>[16]</ce:label><sb:reference id="bibB0FC48C41318F762D596EE43E064B0D0s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of light-flavor hadron production in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt></mml:math> = 7 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>99</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2019</sb:date></sb:issue><sb:article-number>024906</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1807.11321" id="inf0170">arXiv:1807.11321 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0780">ALICE Collaboration, S. Acharya et al., “Multiplicity dependence of light-flavor hadron production in pp collisions at s = 7 TeV”, Phys. Rev. C 99 no. 2, (2019) 024906, arXiv:1807.11321 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0170"><ce:label>[17]</ce:label><sb:reference id="bib5B91C0A6B7E4714524327153B0E8D9C7s1"><sb:contribution><sb:authors><sb:collaboration>CMS Collaboration</sb:collaboration><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Khachatryan</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Observation of long-range near-side angular correlations in proton-proton collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>09</sb:volume-nr></sb:series><sb:date>2010</sb:date></sb:issue><sb:article-number>091</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1009.4122" id="inf0180">arXiv:1009.4122 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0785">CMS Collaboration, V. Khachatryan et al., “Observation of Long-Range Near-Side Angular Correlations in Proton-Proton Collisions at the LHC”, JHEP 09 (2010) 091, arXiv:1009.4122 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0180"><ce:label>[18]</ce:label><sb:reference id="bib244B3D264D019F35DB56522C13A8DB46s1"><sb:contribution><sb:authors><sb:collaboration>CMS Collaboration</sb:collaboration><sb:author><ce:given-name>V.</ce:given-name><ce:surname>Khachatryan</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Evidence for collectivity in pp collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>765</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>193</sb:first-page><sb:last-page>220</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1606.06198" id="inf0190">arXiv:1606.06198 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0790">CMS Collaboration, V. Khachatryan et al., “Evidence for collectivity in pp collisions at the LHC”, Phys. Lett. B 765 (2017) 193–220, arXiv:1606.06198 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0190"><ce:label>[19]</ce:label><sb:reference id="bibC1E19585E24C46FA7D2BFE97724804B0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Martin</ce:surname></sb:author><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Skands</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Farrington</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Probing collective effects in hadronisation with the extremes of the underlying event</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:issue-nr>5</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>299</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1603.05298" id="inf0200">arXiv:1603.05298 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0795">T. Martin, P. Skands, and S. Farrington, “Probing Collective Effects in Hadronisation with the Extremes of the Underlying Event”, Eur. Phys. J. C 76 no. 5, (2016) 299, arXiv:1603.05298 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0200"><ce:label>[20]</ce:label><sb:reference id="bibDEB15F04C74837F75837FA8FB504BFD6s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Underlying event properties in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si78.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt></mml:math> = 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>04</sb:volume-nr></sb:series><sb:date>2020</sb:date></sb:issue><sb:article-number>192</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1910.14400" id="inf0210">arXiv:1910.14400 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0800">ALICE Collaboration, S. Acharya et al., “Underlying Event properties in pp collisions at s = 13 TeV”, JHEP 04 (2020) 192, arXiv:1910.14400 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0210"><ce:label>[21]</ce:label><sb:reference id="bib4A9884A777D90A59B73E151E4DAAE909s1"><sb:contribution><sb:authors><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Pierog</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Karpenko</ce:surname></sb:author><sb:author><ce:given-name>J.M.</ce:given-name><ce:surname>Katzy</ce:surname></sb:author><sb:author><ce:given-name>E.</ce:given-name><ce:surname>Yatsenko</ce:surname></sb:author><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Werner</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>EPOS LHC: test of collective hadronization with data measured at the CERN large hadron collider</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>92</sb:volume-nr></sb:series><sb:issue-nr>3</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>034906</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1306.0121" id="inf0220">arXiv:1306.0121 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0805">T. Pierog, I. Karpenko, J. M. Katzy, E. Yatsenko, and K. Werner, “EPOS LHC: Test of collective hadronization with data measured at the CERN Large Hadron Collider”, Phys. Rev. C 92 no. 3, (2015) 034906, arXiv:1306.0121 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0220"><ce:label>[22]</ce:label><sb:reference id="bibA7E1901DE5619FCB7F66AF96C961ECEEs1"><sb:contribution><sb:authors><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Bellm</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Herwig 7.0/Herwig++ 3.0 release note</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>76</sb:volume-nr></sb:series><sb:issue-nr>4</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>196</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1512.01178" id="inf0230">arXiv:1512.01178 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0810">J. Bellm et al., “Herwig 7.0/Herwig++ 3.0 release note”, Eur. Phys. J. C 76 no. 4, (2016) 196, arXiv:1512.01178 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0230"><ce:label>[23]</ce:label><sb:reference id="bibC78CAD234A994A597B5B22FC8EFA2DAAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Strikman</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Transverse nucleon structure and multiparton interactions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Acta Phys. Pol. B</sb:maintitle></sb:title><sb:volume-nr>42</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:pages><sb:first-page>2607</sb:first-page><sb:last-page>2630</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1112.3834" id="inf0240">arXiv:1112.3834 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0815">M. Strikman, “Transverse Nucleon Structure and Multiparton Interactions”, Acta Phys. Polon. B 42 (2011) 2607–2630, arXiv:1112.3834 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0240"><ce:label>[24]</ce:label><sb:reference id="bib432AFF26700358B6E757FDBE9F193FFAs1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Valencia Palomo</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Probing color reconnection with underlying event observables at the LHC energies</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>99</sb:volume-nr></sb:series><sb:issue-nr>3</sb:issue-nr><sb:date>2019</sb:date></sb:issue><sb:article-number>034027</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1809.01744" id="inf0250">arXiv:1809.01744 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0820">A. Ortiz and L. Valencia Palomo, “Probing color reconnection with underlying event observables at the LHC energies”, Phys. Rev. D 99 no. 3, (2019) 034027, arXiv:1809.01744 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0250"><ce:label>[25]</ce:label><sb:reference id="bibEBAA847611C9D2169EC04870379E7854s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of particle production in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si79.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt></mml:math>= 5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:issue-nr>6</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>064905</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6828" id="inf0260">arXiv:1412.6828 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0825">ALICE Collaboration, J. Adam et al., “Centrality dependence of particle production in p-Pb collisions at sNN= 5.02 TeV”, Phys. Rev. C 91 no. 6, (2015) 064905, arXiv:1412.6828 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0260"><ce:label>[26]</ce:label><sb:reference id="bibC5870F195BC1EFCA9B661EC138372E49s1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Loizides</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Morsch</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Absence of jet quenching in peripheral nucleus–nucleus collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>773</sb:volume-nr></sb:series><sb:date>2017</sb:date></sb:issue><sb:pages><sb:first-page>408</sb:first-page><sb:last-page>411</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1705.08856" id="inf0270">arXiv:1705.08856 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0830">C. Loizides and A. Morsch, “Absence of jet quenching in peripheral nucleus–nucleus collisions”, Phys. Lett. B 773 (2017) 408–411, arXiv:1705.08856 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0270"><ce:label>[27]</ce:label><sb:reference id="bibE93206BA703B8F9055E72CFD76C0BA61s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Analysis of the apparent nuclear modification in peripheral Pb–Pb collisions at 5.02 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>793</sb:volume-nr></sb:series><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>420</sb:first-page><sb:last-page>432</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1805.05212" id="inf0280">arXiv:1805.05212 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0835">ALICE Collaboration, S. Acharya et al., “Analysis of the apparent nuclear modification in peripheral Pb–Pb collisions at 5.02 TeV”, Phys. Lett. B 793 (2019) 420–432, arXiv:1805.05212 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0280"><ce:label>[28]</ce:label><sb:reference id="bib303AFAB922CD5DFF46850B87BD569A7Fs1"><sb:contribution><sb:authors><sb:author><ce:given-name>P.</ce:given-name><ce:surname>Skands</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Carrazza</ce:surname></sb:author><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Rojo</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Tuning PYTHIA 8.1: the Monash 2013 tune</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>74</sb:volume-nr></sb:series><sb:issue-nr>8</sb:issue-nr><sb:date>2014</sb:date></sb:issue><sb:pages><sb:first-page>3024</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1404.5630" id="inf0290">arXiv:1404.5630 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0840">P. Skands, S. Carrazza, and J. Rojo, “Tuning PYTHIA 8.1: the Monash 2013 Tune”, Eur. Phys. J. C 74 no. 8, (2014) 3024, arXiv:1404.5630 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0290"><ce:label>[29]</ce:label><sb:reference id="bibF9FD5128613F7FDD98E7A26F3CC35BCEs1"><sb:contribution><sb:authors><sb:collaboration>STAR Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adams</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Direct observation of dijets in central Au+Au collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si80.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>200</mml:mn></mml:math> GeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>97</sb:volume-nr></sb:series><sb:date>2006</sb:date></sb:issue><sb:article-number>162301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:nucl-ex/0604018" id="inf0300">arXiv:nucl-ex/0604018</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0845">STAR Collaboration, J. Adams et al., “Direct observation of dijets in central Au+Au collisions at sNN = 200 GeV”, Phys. Rev. Lett. 97 (2006) 162301, arXiv:nucl-ex/0604018.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0300"><ce:label>[30]</ce:label><sb:reference id="bibBA45D776DB8FCE5ACAEEA1D1830D3E8Ds1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Particle-yield modification in jet-like azimuthal di-hadron correlations in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>108</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:article-number>092301</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1110.0121" id="inf0310">arXiv:1110.0121 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0850">ALICE Collaboration, K. Aamodt et al., “Particle-yield modification in jet-like azimuthal di-hadron correlations in Pb-Pb collisions at sNN=2.76 TeV”, Phys. Rev. Lett. 108 (2012) 092301, arXiv:1110.0121 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0310"><ce:label>[31]</ce:label><sb:reference id="bib9C8B82DCBFEA597059947E2EAFC29C27s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Jet-like correlations with neutral pion triggers in pp and central Pb–Pb collisions at 2.76 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>763</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>238</sb:first-page><sb:last-page>250</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1608.07201" id="inf0320">arXiv:1608.07201 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0855">ALICE Collaboration, J. Adam et al., “Jet-like correlations with neutral pion triggers in pp and central Pb–Pb collisions at 2.76 TeV”, Phys. Lett. B 763 (2016) 238–250, arXiv:1608.07201 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0320"><ce:label>[32]</ce:label><sb:reference id="bib5605CE5E94AC5F65EDCB170C31805F8Ds1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.-Y.</ce:given-name><ce:surname>Qin</ce:surname></sb:author><sb:author><ce:given-name>X.-N.</ce:given-name><ce:surname>Wang</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Jet quenching in high-energy heavy-ion collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. E</sb:maintitle></sb:title><sb:volume-nr>24</sb:volume-nr></sb:series><sb:issue-nr>11</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>1530014</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1511.00790" id="inf0330">arXiv:1511.00790 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0860">G.-Y. Qin and X.-N. Wang, “Jet quenching in high-energy heavy-ion collisions”, Int. J. Mod. Phys. E 24 no. 11, (2015) 1530014, arXiv:1511.00790 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0330"><ce:label>[33]</ce:label><sb:reference id="bibCCC07CB37F10E2C662E394F541AA58EDs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>013</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1802.09145" id="inf0340">arXiv:1802.09145 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0865">ALICE Collaboration, S. Acharya et al., “Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC”, JHEP 11 (2018) 013, arXiv:1802.09145 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0340"><ce:label>[34]</ce:label><sb:reference id="bib17C0854CB47826606E937D66715D1724s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Constraints on jet quenching in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si81.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi mathvariant="bold">s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="bold">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV measured by the event-activity dependence of semi-inclusive hadron-jet distributions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>783</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:pages><sb:first-page>95</sb:first-page><sb:last-page>113</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1712.05603" id="inf0350">arXiv:1712.05603 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0870">ALICE Collaboration, S. Acharya et al., “Constraints on jet quenching in p-Pb collisions at sNN = 5.02 TeV measured by the event-activity dependence of semi-inclusive hadron-jet distributions”, Phys. Lett. B 783 (2018) 95–113, arXiv:1712.05603 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0350"><ce:label>[35]</ce:label><sb:reference id="bib1C40B21E544639126654DEEB3C9BBDA7s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Performance of the ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Int. J. Mod. Phys. A</sb:maintitle></sb:title><sb:volume-nr>29</sb:volume-nr></sb:series><sb:date>2014</sb:date></sb:issue><sb:article-number>1430044</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1402.4476" id="inf0360">arXiv:1402.4476 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0875">ALICE Collaboration, B. B. Abelev et al., “Performance of the ALICE Experiment at the CERN LHC”, Int. J. Mod. Phys. A 29 (2014) 1430044, arXiv:1402.4476 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0360"><ce:label>[36]</ce:label><sb:reference id="bib010897502DA166075415163536084493s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>The ALICE experiment at the CERN LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Instrum.</sb:maintitle></sb:title><sb:volume-nr>3</sb:volume-nr></sb:series><sb:date>2008</sb:date></sb:issue><sb:article-number>S08002</sb:article-number></sb:host></sb:reference><ce:source-text id="srct0880">ALICE Collaboration, K. Aamodt et al., “The ALICE experiment at the CERN LHC”, JINST 3 (2008) S08002.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0370"><ce:label>[37]</ce:label><sb:reference id="bib5F9F055033DA2B9F4A85EF828893850Bs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of (multi-)strange hadron production in proton-proton collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si10.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>13</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>80</sb:volume-nr></sb:series><sb:issue-nr>2</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:pages><sb:first-page>167</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1908.01861" id="inf0370">arXiv:1908.01861 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0885">ALICE Collaboration, S. Acharya et al., “Multiplicity dependence of (multi-)strange hadron production in proton-proton collisions at s = 13 TeV”, Eur. Phys. J. C 80 no. 2, (2020) 167, arXiv:1908.01861 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0380"><ce:label>[38]</ce:label><sb:reference id="bib1A4604424520927248410E567267BB43s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>116</sb:volume-nr></sb:series><sb:issue-nr>22</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:article-number>222302</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1512.06104" id="inf0380">arXiv:1512.06104 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0890">ALICE Collaboration, J. Adam et al., “Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at sNN = 5.02 TeV”, Phys. Rev. Lett. 116 no. 22, (2016) 222302, arXiv:1512.06104 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0390"><ce:label>[39]</ce:label><sb:reference id="bib7C52B784CF8FE4B55B4BEA2337655590s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of particle production in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>91</sb:volume-nr></sb:series><sb:issue-nr>6</sb:issue-nr><sb:date>2015</sb:date></sb:issue><sb:article-number>064905</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1412.6828" id="inf0390">arXiv:1412.6828 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0895">ALICE Collaboration, J. Adam et al., “Centrality dependence of particle production in p-Pb collisions at sNN= 5.02 TeV”, Phys. Rev. C 91 no. 6, (2015) 064905, arXiv:1412.6828 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0400"><ce:label>[40]</ce:label><sb:reference id="bib6B969851FEE0FEBCEB3D0308852608E5s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si82.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mtext mathvariant="bold-italic">s</mml:mtext></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>760</sb:volume-nr></sb:series><sb:date>2016</sb:date></sb:issue><sb:pages><sb:first-page>720</sb:first-page><sb:last-page>735</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1601.03658" id="inf0400">arXiv:1601.03658 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0900">ALICE Collaboration, J. Adam et al., “Multiplicity dependence of charged pion, kaon, and (anti)proton production at large transverse momentum in p-Pb collisions at sNN = 5.02 TeV”, Phys. Lett. B 760 (2016) 720–735, arXiv:1601.03658 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0410"><ce:label>[41]</ce:label><sb:reference id="bib06169A22994B1664CC132CA101390D26s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration></sb:authors><sb:title><sb:maintitle>The ALICE definition of primary particles</sb:maintitle></sb:title></sb:contribution><sb:comment>ALICE-PUBLIC-2017-005</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="https://cds.cern.ch/record/2270008" id="inf0030">https://cds.cern.ch/record/2270008</ce:inter-ref><sb:date>Jun 2017</sb:date></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0905">ALICE Collaboration, “The ALICE definition of primary particles”, ALICE-PUBLIC-2017-005 (Jun, 2017). https://cds.cern.ch/record/2270008.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0420"><ce:label>[42]</ce:label><sb:reference id="bib74317CE97B7657B924186B0695F8686Ds1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>11</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>013</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1802.09145" id="inf0410">arXiv:1802.09145 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0910">ALICE Collaboration, S. Acharya et al., “Transverse momentum spectra and nuclear modification factors of charged particles in pp, p-Pb and Pb-Pb collisions at the LHC”, JHEP 11 (2018) 013, arXiv:1802.09145 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0430"><ce:label>[43]</ce:label><sb:reference id="bib3EB7F2616445934BAA5CB49E86F49E93s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration></sb:authors><sb:title><sb:maintitle>ALICE time projection chamber: Technical Design Report</sb:maintitle></sb:title></sb:contribution><sb:comment>Technical design report</sb:comment><sb:host><sb:book class="report"><sb:date>2000</sb:date><sb:publisher><sb:name>ALICE, CERN</sb:name><sb:location>Geneva</sb:location></sb:publisher></sb:book></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="http://cds.cern.ch/record/451098" id="inf0040">http://cds.cern.ch/record/451098</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0915">ALICE Collaboration, ALICE time projection chamber: Technical Design Report. Technical design report. ALICE. CERN, Geneva, 2000. http://cds.cern.ch/record/451098.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0440"><ce:label>[44]</ce:label><sb:reference id="bib2B32E4AB6A1C971330A5CB6EC19EEED2s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Centrality dependence of charged particle production at large transverse momentum in Pb–Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>720</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:pages><sb:first-page>52</sb:first-page><sb:last-page>62</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1208.2711" id="inf0420">arXiv:1208.2711 [hep-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0920">ALICE Collaboration, B. Abelev et al., “Centrality Dependence of Charged Particle Production at Large Transverse Momentum in Pb–Pb Collisions at sNN=2.76 TeV”, Phys. Lett. B 720 (2013) 52–62, arXiv:1208.2711 [hep-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0450"><ce:label>[45]</ce:label><sb:reference id="bibA14692696D01E34CE7DEB7367AC5B632s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Acharya</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si84.svg"><mml:msqrt><mml:mrow><mml:mi>s</mml:mi></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> and 13 TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Eur. Phys. J. C</sb:maintitle></sb:title><sb:volume-nr>79</sb:volume-nr></sb:series><sb:issue-nr>10</sb:issue-nr><sb:date>2019</sb:date></sb:issue><sb:pages><sb:first-page>857</sb:first-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1905.07208" id="inf0430">arXiv:1905.07208 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0925">ALICE Collaboration, S. Acharya et al., “Charged-particle production as a function of multiplicity and transverse spherocity in pp collisions at s=5.02 and 13 TeV”, Eur. Phys. J. C 79 no. 10, (2019) 857, arXiv:1905.07208 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0460"><ce:label>[46]</ce:label><sb:reference id="bibDC431D2AFBCF6A327258D35E20052782s1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Brun</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Bruyant</ce:surname></sb:author><sb:author><ce:given-name>F.</ce:given-name><ce:surname>Carminati</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Giani</ce:surname></sb:author><sb:author><ce:given-name>M.</ce:given-name><ce:surname>Maire</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>McPherson</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Patrick</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Urban</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>GEANT: Detector Description and Simulation Tool; Oct 1994</sb:maintitle></sb:title></sb:contribution><sb:host><sb:book><sb:title><sb:maintitle>CERN Program Library</sb:maintitle></sb:title><sb:date>1993</sb:date><sb:publisher><sb:name>CERN</sb:name><sb:location>Geneva</sb:location></sb:publisher></sb:book></sb:host><sb:comment>Long Writeup W5013</sb:comment><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/text/html" xlink:href="https://cds.cern.ch/record/1082634" id="inf0050">https://cds.cern.ch/record/1082634</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0930">R. Brun, F. Bruyant, F. Carminati, S. Giani, M. Maire, A. McPherson, G. Patrick, and L. Urban, GEANT: Detector Description and Simulation Tool; Oct 1994. CERN Program Library. CERN, Geneva, 1993. https://cds.cern.ch/record/1082634. Long Writeup W5013.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0470"><ce:label>[47]</ce:label><sb:reference id="bib62F70A5E3FDA3F3F66E437EF91AA38D8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>W.-T.</ce:given-name><ce:surname>Deng</ce:surname></sb:author><sb:author><ce:given-name>X.-N.</ce:given-name><ce:surname>Wang</ce:surname></sb:author><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Xu</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Hadron production in p+p, p+Pb, and Pb+Pb collisions with the HIJING 2.0 model at energies available at the CERN large hadron collider</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. C</sb:maintitle></sb:title><sb:volume-nr>83</sb:volume-nr></sb:series><sb:date>2011</sb:date></sb:issue><sb:article-number>014915</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1008.1841" id="inf0440">arXiv:1008.1841 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0935">W.-T. Deng, X.-N. Wang, and R. Xu, “Hadron production in p+p, p+Pb, and Pb+Pb collisions with the HIJING 2.0 model at energies available at the CERN Large Hadron Collider”, Phys. Rev. C 83 (2011) 014915, arXiv:1008.1841 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0480"><ce:label>[48]</ce:label><sb:reference id="bib75C74FD46E0FBA1E4D51AE5E74BB9DBAs1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>K.</ce:given-name><ce:surname>Aamodt</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Harmonic decomposition of two-particle angular correlations in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>708</sb:volume-nr></sb:series><sb:date>2012</sb:date></sb:issue><sb:pages><sb:first-page>249</sb:first-page><sb:last-page>264</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1109.2501" id="inf0450">arXiv:1109.2501 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0940">ALICE Collaboration, K. Aamodt et al., “Harmonic decomposition of two-particle angular correlations in Pb-Pb collisions at sNN= 2.76 TeV”, Phys. Lett. B 708 (2012) 249–264, arXiv:1109.2501 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0490"><ce:label>[49]</ce:label><sb:reference id="bib18E52CBC47419F6FC193405E8E839D3Es1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Abelev</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Anisotropic flow of charged hadrons, pions and (anti-)protons measured at high transverse momentum in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si72.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>2.76</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Lett. B</sb:maintitle></sb:title><sb:volume-nr>719</sb:volume-nr></sb:series><sb:date>2013</sb:date></sb:issue><sb:pages><sb:first-page>18</sb:first-page><sb:last-page>28</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1205.5761" id="inf0460">arXiv:1205.5761 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0945">ALICE Collaboration, B. Abelev et al., “Anisotropic flow of charged hadrons, pions and (anti-)protons measured at high transverse momentum in Pb-Pb collisions at sNN=2.76 TeV”, Phys. Lett. B 719 (2013) 18–28, arXiv:1205.5761 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0500"><ce:label>[50]</ce:label><sb:reference id="bibE1F37A3462CC08458128C5918578A0A9s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>D'Agostini</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>A multidimensional unfolding method based on Bayes' theorem</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Instrum. Methods Phys. Res., Sect. A</sb:maintitle></sb:title><sb:volume-nr>362</sb:volume-nr></sb:series><sb:date>1995</sb:date></sb:issue><sb:pages><sb:first-page>487</sb:first-page><sb:last-page>498</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0950">G. D'Agostini, “A Multidimensional unfolding method based on Bayes' theorem”, Nucl. Instrum. Meth. A 362 (1995) 487–498.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0510"><ce:label>[51]</ce:label><sb:reference id="bibF7D20B559AB5B330D351E47877E83F66s1"><sb:contribution><sb:authors><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Paz</ce:surname></sb:author><sb:author><ce:given-name>J.D.</ce:given-name><ce:surname>Romo</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tripathy</ce:surname></sb:author><sb:author><ce:given-name>E.A.</ce:given-name><ce:surname>Zepeda</ce:surname></sb:author><sb:author><ce:given-name>I.</ce:given-name><ce:surname>Bautista</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Multiparton interactions in <ce:italic>pp</ce:italic> collisions from machine learning-based regression</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>102</sb:volume-nr></sb:series><sb:issue-nr>7</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:article-number>076014</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2004.03800" id="inf0470">arXiv:2004.03800 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0955">A. Ortiz, A. Paz, J. D. Romo, S. Tripathy, E. A. Zepeda, and I. Bautista, “Multiparton interactions in pp collisions from machine learning-based regression”, Phys. Rev. D 102 no. 7, (2020) 076014, arXiv:2004.03800 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0520"><ce:label>[52]</ce:label><sb:reference id="bib145973CFC1E4D91A190507F686A6B8B4s1"><sb:contribution><sb:authors><sb:collaboration>ALICE Collaboration</sb:collaboration><sb:author><ce:given-name>J.</ce:given-name><ce:surname>Adam</ce:surname></sb:author><sb:et-al/></sb:authors><sb:title><sb:maintitle>Anisotropic flow of charged particles in Pb-Pb collisions at <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" altimg="si1.svg"><mml:msqrt><mml:mrow><mml:msub><mml:mrow><mml:mi>s</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">NN</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msqrt><mml:mo linebreak="goodbreak" linebreakstyle="after">=</mml:mo><mml:mn>5.02</mml:mn></mml:math> TeV</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. Lett.</sb:maintitle></sb:title><sb:volume-nr>116</sb:volume-nr></sb:series><sb:issue-nr>13</sb:issue-nr><sb:date>2016</sb:date></sb:issue><sb:article-number>132302</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1602.01119" id="inf0480">arXiv:1602.01119 [nucl-ex]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0960">ALICE Collaboration, J. Adam et al., “Anisotropic flow of charged particles in Pb-Pb collisions at sNN=5.02 TeV”, Phys. Rev. Lett. 116 no. 13, (2016) 132302, arXiv:1602.01119 [nucl-ex].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0530"><ce:label>[53]</ce:label><sb:reference id="bib9867A72BBC2522B0FE2F6F25C8AD1AE0s1"><sb:contribution><sb:authors><sb:author><ce:given-name>B.</ce:given-name><ce:surname>Andersson</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Ingelman</ce:surname></sb:author><sb:author><ce:given-name>T.</ce:given-name><ce:surname>Sjostrand</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Parton fragmentation and string dynamics</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rep.</sb:maintitle></sb:title><sb:volume-nr>97</sb:volume-nr></sb:series><sb:date>1983</sb:date></sb:issue><sb:pages><sb:first-page>31</sb:first-page><sb:last-page>145</sb:last-page></sb:pages></sb:host></sb:reference><ce:source-text id="srct0965">B. Andersson, G. Gustafson, G. Ingelman, and T. Sjostrand, “Parton Fragmentation and String Dynamics”, Phys. Rept. 97 (1983) 31–145.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0540"><ce:label>[54]</ce:label><sb:reference id="bib7F946B057450F13DBF8A6E2443DB7980s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Bencedi</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Paz</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Disentangling the hard gluon bremsstrahlung effects from the relative transverse activity classifier in pp collisions</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Phys. Rev. D</sb:maintitle></sb:title><sb:volume-nr>104</sb:volume-nr></sb:series><sb:issue-nr>1</sb:issue-nr><sb:date>2021</sb:date></sb:issue><sb:article-number>016017</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2105.04838" id="inf0490">arXiv:2105.04838 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0970">G. Bencedi, A. Ortiz, and A. Paz, “Disentangling the hard gluon bremsstrahlung effects from the relative transverse activity classifier in pp collisions”, Phys. Rev. D 104 no. 1, (2021) 016017, arXiv:2105.04838 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0550"><ce:label>[55]</ce:label><sb:reference id="bibA208AF4F582F97FB9F2D79AB1CF74CE8s1"><sb:contribution><sb:authors><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Bencédi</ce:surname></sb:author><sb:author><ce:given-name>A.</ce:given-name><ce:surname>Ortiz</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Tripathy</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Apparent modification of the jet-like yield in proton-proton collisions with large underlying event</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. Phys. G</sb:maintitle></sb:title><sb:volume-nr>48</sb:volume-nr></sb:series><sb:issue-nr>1</sb:issue-nr><sb:date>2020</sb:date></sb:issue><sb:article-number>015007</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:2007.03857" id="inf0500">arXiv:2007.03857 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0975">G. Bencédi, A. Ortiz, and S. Tripathy, “Apparent modification of the jet-like yield in proton-proton collisions with large underlying event”, J. Phys. G 48 no. 1, (2020) 015007, arXiv:2007.03857 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0560"><ce:label>[56]</ce:label><sb:reference id="bibF4F3E67D7F4D11C93043A8609A8F243Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>C.</ce:given-name><ce:surname>Bierlich</ce:surname></sb:author><sb:author><ce:given-name>G.</ce:given-name><ce:surname>Gustafson</ce:surname></sb:author><sb:author><ce:given-name>L.</ce:given-name><ce:surname>Lönnblad</ce:surname></sb:author><sb:author><ce:given-name>H.</ce:given-name><ce:surname>Shah</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>The angantyr model for heavy-ion collisions in PYTHIA8</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>J. High Energy Phys.</sb:maintitle></sb:title><sb:volume-nr>10</sb:volume-nr></sb:series><sb:date>2018</sb:date></sb:issue><sb:article-number>134</sb:article-number></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:1806.10820" id="inf0510">arXiv:1806.10820 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0980">C. Bierlich, G. Gustafson, L. Lönnblad, and H. Shah, “The Angantyr model for Heavy-Ion Collisions in PYTHIA8”, JHEP 10 (2018) 134, arXiv:1806.10820 [hep-ph].</ce:source-text></ce:bib-reference><ce:bib-reference id="br0570"><ce:label>[57]</ce:label><sb:reference id="bib8A64163687FDBE43EA922655C3F4004Bs1"><sb:contribution><sb:authors><sb:author><ce:given-name>R.</ce:given-name><ce:surname>Baier</ce:surname></sb:author><sb:author><ce:given-name>Y.L.</ce:given-name><ce:surname>Dokshitzer</ce:surname></sb:author><sb:author><ce:given-name>A.H.</ce:given-name><ce:surname>Mueller</ce:surname></sb:author><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Peigne</ce:surname></sb:author><sb:author><ce:given-name>D.</ce:given-name><ce:surname>Schiff</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Radiative energy loss of high-energy quarks and gluons in a finite volume quark - gluon plasma</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>Nucl. Phys. B</sb:maintitle></sb:title><sb:volume-nr>483</sb:volume-nr></sb:series><sb:date>1997</sb:date></sb:issue><sb:pages><sb:first-page>291</sb:first-page><sb:last-page>320</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:hep-ph/9607355" id="inf0520">arXiv:hep-ph/9607355</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0985">R. Baier, Y. L. Dokshitzer, A. H. Mueller, S. Peigne, and D. Schiff, “Radiative energy loss of high-energy quarks and gluons in a finite volume quark - gluon plasma”, Nucl. Phys. B 483 (1997) 291–320, arXiv:hep-ph/9607355.</ce:source-text></ce:bib-reference><ce:bib-reference id="br0580"><ce:label>[58]</ce:label><sb:reference id="bibD7BF0D25CD6E3571E0C4BA0E20F9637Es1"><sb:contribution><sb:authors><sb:author><ce:given-name>S.</ce:given-name><ce:surname>Peigne</ce:surname></sb:author></sb:authors><sb:title><sb:maintitle>Collisional energy loss of a fast parton in a QGP</sb:maintitle></sb:title></sb:contribution><sb:host><sb:issue><sb:series><sb:title><sb:maintitle>AIP Conf. Proc.</sb:maintitle></sb:title><sb:volume-nr>1038</sb:volume-nr></sb:series><sb:issue-nr>1</sb:issue-nr><sb:date>2008</sb:date></sb:issue><sb:pages><sb:first-page>139</sb:first-page><sb:last-page>148</sb:last-page></sb:pages></sb:host><sb:host><sb:e-host><ce:inter-ref xlink:role="http://www.elsevier.com/xml/linking-roles/preprint" xlink:href="arxiv:0806.0242" id="inf0530">arXiv:0806.0242 [hep-ph]</ce:inter-ref></sb:e-host></sb:host></sb:reference><ce:source-text id="srct0990">S. Peigne, “Collisional Energy Loss of a Fast Parton in a QGP”, AIP Conf. Proc. 1038 no. 1, (2008) 139–148, arXiv:0806.0242 [hep-ph].</ce:source-text></ce:bib-reference></ce:bibliography-sec></ce:bibliography></tail></article> diff --git a/tests/units/hindawi/data/example1.xml b/tests/units/hindawi/data/example1.xml index 79a771c4..d69e5f08 100644 --- a/tests/units/hindawi/data/example1.xml +++ b/tests/units/hindawi/data/example1.xml @@ -66,4 +66,3 @@ </ns1:record> </ns0:metadata> </ns0:record> - diff --git a/tests/units/hindawi/data/example2.xml b/tests/units/hindawi/data/example2.xml index 5c2bfacf..0adc5a8c 100644 --- a/tests/units/hindawi/data/example2.xml +++ b/tests/units/hindawi/data/example2.xml @@ -182,4 +182,3 @@ </ns1:record> </ns0:metadata> </ns0:record> - diff --git a/tests/units/hindawi/data/example3.xml b/tests/units/hindawi/data/example3.xml index 40b8645b..95511b1f 100644 --- a/tests/units/hindawi/data/example3.xml +++ b/tests/units/hindawi/data/example3.xml @@ -55,4 +55,3 @@ </ns1:record> </ns0:metadata> </ns0:record> - diff --git a/tests/units/hindawi/data/without_doi.xml b/tests/units/hindawi/data/without_doi.xml index 40b8645b..95511b1f 100644 --- a/tests/units/hindawi/data/without_doi.xml +++ b/tests/units/hindawi/data/without_doi.xml @@ -55,4 +55,3 @@ </ns1:record> </ns0:metadata> </ns0:record> - diff --git a/tests/units/hindawi/data/without_page_nr.xml b/tests/units/hindawi/data/without_page_nr.xml index 717e6940..b31202ac 100644 --- a/tests/units/hindawi/data/without_page_nr.xml +++ b/tests/units/hindawi/data/without_page_nr.xml @@ -181,4 +181,3 @@ </ns1:record> </ns0:metadata> </ns0:record> - diff --git a/tests/units/hindawi/test_hindawi_enhance.py b/tests/units/hindawi/test_hindawi_enhance.py index 623925a5..f8e71fb2 100644 --- a/tests/units/hindawi/test_hindawi_enhance.py +++ b/tests/units/hindawi/test_hindawi_enhance.py @@ -1,10 +1,7 @@ import xml.etree.ElementTree as ET import pytest -from common.parsing.xml_extractors import RequiredFieldNotFoundExtractionError -from hindawi.hindawi_file_processing import ( - enhance_hindawi, -) +from hindawi.hindawi_file_processing import enhance_hindawi from hindawi.parser import HindawiParser diff --git a/tests/units/iop/data/aca95c.xml b/tests/units/iop/data/aca95c.xml index 39528652..e6179bb5 100644 --- a/tests/units/iop/data/aca95c.xml +++ b/tests/units/iop/data/aca95c.xml @@ -24,14 +24,14 @@ <tex-math><?CDATA $ U(1)_R $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M3.jpg" xlink:type="simple"/> </inline-formula> symmetry, we show that the Kahler potential and superpotential in the RNMSSM change as follows:</p><p> - <disp-formula> - <label>1</label> + <disp-formula> + <label>1</label> <tex-math id="cpc_47_4_043105_E1"> <?CDATA $ K=K_{{\rm{MSSM}}} + N^{\dagger}N+\delta K, $?> </tex-math> <graphic orientation="portrait" position="float" xlink:href="cpc_47_4_043105_E1.jpg" xlink:type="simple"/> </disp-formula> </p><p> - <disp-formula> - <label>2</label> + <disp-formula> + <label>2</label> <tex-math id="cpc_47_4_043105_E2"> <?CDATA $ W=W_{{\rm{MSSM}}}+\lambda NH_{u}H_{d}+\delta W, $?> </tex-math> <graphic orientation="portrait" position="float" xlink:href="cpc_47_4_043105_E2.jpg" xlink:type="simple"/> </disp-formula> @@ -102,24 +102,24 @@ <inline-formula> <tex-math><?CDATA $ {\rm{Field}} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M175.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </th><th align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $({S U}(3)_{c}, {S U}(2)_{L})_{U(1)_{Y}}$?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M176.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </th><th align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA ${U}(1)_{R}$?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M177.jpg" xlink:type="simple"/> </inline-formula> </th></tr></thead><tbody><tr><td align="center" colspan="1" rowspan="1" valign="middle"> - <italic toggle="yes">Q</italic> + <italic toggle="yes">Q</italic> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ (3,2)_{1/6} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M178.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ 1 $?></tex-math> @@ -129,12 +129,12 @@ <inline-formula> <tex-math><?CDATA $ \bar{u} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M180.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ (\bar{3},1)_{-2/3} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M181.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ 1 $?></tex-math> @@ -144,24 +144,24 @@ <inline-formula> <tex-math><?CDATA $ \bar{d} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M183.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ (\bar{3},1)_{1/3} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M184.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ 1 $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M185.jpg" xlink:type="simple"/> </inline-formula> </td></tr><tr><td align="center" colspan="1" rowspan="1" valign="middle"> - <italic toggle="yes">L</italic> + <italic toggle="yes">L</italic> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ (1,2)_{-1/2} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M186.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ 1 $?></tex-math> @@ -171,12 +171,12 @@ <inline-formula> <tex-math><?CDATA $ \bar{e} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M188.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ (1,1)_{1} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M189.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ 1 $?></tex-math> @@ -186,12 +186,12 @@ <inline-formula> <tex-math><?CDATA $ H_{u} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M191.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ (1,2)_{1/2} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M192.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ 0 $?></tex-math> @@ -201,24 +201,24 @@ <inline-formula> <tex-math><?CDATA $ H_{d} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M194.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ (1,2)_{-1/2} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M195.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ 0 $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M196.jpg" xlink:type="simple"/> </inline-formula> </td></tr><tr><td align="center" colspan="1" rowspan="1" valign="middle"> - <italic toggle="yes">N</italic> + <italic toggle="yes">N</italic> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ (1,1)_{0} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M197.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ 2 $?></tex-math> @@ -228,12 +228,12 @@ <inline-formula> <tex-math><?CDATA $ \sigma_{1} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M199.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ (1, 1)_{0} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M200.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ 0 $?></tex-math> @@ -243,24 +243,24 @@ <inline-formula> <tex-math><?CDATA $ \sigma_{3} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M202.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ (1, 3)_{0} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M203.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ 0 $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M204.jpg" xlink:type="simple"/> </inline-formula> </td></tr><tr><td align="center" colspan="1" rowspan="1" valign="middle"> - <italic toggle="yes">T</italic> + <italic toggle="yes">T</italic> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ (1,3)_{0} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M205.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ 2 $?></tex-math> @@ -270,12 +270,12 @@ <inline-formula> <tex-math><?CDATA $ \sigma_{8} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M207.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ (8,1)_{0} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M208.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ 0 $?></tex-math> @@ -297,8 +297,8 @@ <tex-math><?CDATA $ \sigma_i $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M22.jpg" xlink:type="simple"/> </inline-formula> as</p><p> - <disp-formula> - <label>3</label> + <disp-formula> + <label>3</label> <tex-math id="cpc_47_4_043105_E3"> <?CDATA $ \begin{array}{*{20}{l}} { } \mathcal{L}_{{\rm{soft}}} \supset m_{1}\tilde{\sigma}_{1}\tilde{B}+ m_{2}\tilde{\sigma}_{3}\tilde{W}+m_{3}\tilde{\sigma}_{8}\tilde{g}. \end{array} $?> </tex-math> <graphic orientation="portrait" position="float" xlink:href="cpc_47_4_043105_E3.jpg" xlink:type="simple"/> </disp-formula> @@ -306,8 +306,8 @@ <tex-math><?CDATA $ m_i $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M23.jpg" xlink:type="simple"/> </inline-formula> in Eq. (3) are read from soft SUSY-breaking operators such as</p><p> - <disp-formula> - <label>4</label> + <disp-formula> + <label>4</label> <tex-math id="cpc_47_4_043105_E4"> <?CDATA $ \int {\rm d}^{2}\theta \frac{D_{\alpha}X}{M} W^{\alpha}_{i}\sigma^{i}+\int {\rm d}^{4}\theta \frac{X^{\dagger}X}{M^{2}}\sigma^{\dagger}_{i}\sigma_{i}, $?> </tex-math> <graphic orientation="portrait" position="float" xlink:href="cpc_47_4_043105_E4.jpg" xlink:type="simple"/> </disp-formula> @@ -329,8 +329,8 @@ <tex-math><?CDATA $S U(2)_L$?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M28.jpg" xlink:type="simple"/> </inline-formula> triplet <italic toggle="yes">T</italic> shown in <xref ref-type="table" rid="cpc_47_4_043105_t1">Table 1</xref>, the determinant of the charged chargino mass matrix vanishes owing to the unbroken <italic toggle="yes">R</italic> symmetry. This mass issue can be resolved by an extension of the matter content. The simplest way to achieve this is via the addition of the triplet <italic toggle="yes">T</italic> [<xref ref-type="bibr" rid="cpc_47_4_043105_bib16">16</xref>], which couples to the Higgs doublets as</p><p> - <disp-formula> - <label>5</label> + <disp-formula> + <label>5</label> <tex-math id="cpc_47_4_043105_E5"> <?CDATA $ \delta W=\int {\rm d}^{2}\theta \; y_{T}H_{d}TH_{u}. $?> </tex-math> <graphic orientation="portrait" position="float" xlink:href="cpc_47_4_043105_E5.jpg" xlink:type="simple"/> </disp-formula> @@ -338,8 +338,8 @@ <tex-math><?CDATA $ +2 $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M29.jpg" xlink:type="simple"/> </inline-formula>. With the quantum numbers of <italic toggle="yes">T</italic>, one can infer its soft masses from the SUSY-breaking operators,</p><p> - <disp-formula> - <label>6</label> + <disp-formula> + <label>6</label> <tex-math id="cpc_47_4_043105_E6"> <?CDATA $ \int {\rm d}^{4}\theta \frac{X^{\dagger}X}{M^{2}} T^{\dagger}T+ \int {\rm d}^{2}\theta \frac{D^{2}X}{M}{\rm{tr}}\left(T\sigma_{3}\right), $?> </tex-math> <graphic orientation="portrait" position="float" xlink:href="cpc_47_4_043105_E6.jpg" xlink:type="simple"/> </disp-formula> @@ -368,14 +368,14 @@ <tex-math><?CDATA $ T^{\pm} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M43.jpg" xlink:type="simple"/> </inline-formula>, respectively. With the new superpotential term in Eq. (5) taken into account, the chargino and neutralino mass matrices are now given as</p><p> - <disp-formula> - <label>7</label> + <disp-formula> + <label>7</label> <tex-math id="cpc_47_4_043105_E7"> <?CDATA $ \begin{array}{*{20}{l}} \left(\begin{array}{cccc} \tilde{\sigma}^-_{3} & \tilde{T}^- & \tilde{W}^- & \tilde{H}_{d}^-\end{array}\right) \left( \begin{array}{cccc} 0 & m'_{2} & m_{2} & 0 \\ m'_{2} & 0 & 0 & y_{T}\upsilon_{d} \\ m_{2} & 0 & 0 & \sqrt{2}m_{W}\sin\beta \\ 0 & -y_{T}\upsilon_{u} & \sqrt{2}m_{W}\cos\beta & 0 \\ \end{array}\right) \left(\begin{array}{c} \tilde{\sigma}^+_{3}\\ \tilde{T}^+\\ \tilde{W}^+ \\ \tilde{H}_{u}^+ \\ \end{array}\right), \end{array} $?> </tex-math> <graphic orientation="portrait" position="float" xlink:href="cpc_47_4_043105_E7.jpg" xlink:type="simple"/> </disp-formula> </p><p> - <disp-formula> - <label>8</label> + <disp-formula> + <label>8</label> <tex-math id="cpc_47_4_043105_E8"> <?CDATA $ \begin{array}{*{20}{l}} \left(\begin{array}{cccc} \tilde{\sigma}^{0}_{1} & \tilde{\sigma}^{0}_{3} & \tilde{H}_{u}^{0} & \tilde{H}_{d}^{0}\end{array}\right) \left( \begin{array}{cccc} m_{1 } & 0 & 0 & 0\\ 0 & m_{2} & 0 & m'_{2} \\ m_{Z}\sin\theta_{W} \cos\beta & -m_{Z}\cos\theta_{W} \sin\beta & -\lambda\upsilon_{d} & -y_{T}\upsilon_{d}\\ -m_{Z}\sin\theta_{W} \cos\beta & m_{Z}\cos\theta_{W} \cos\beta & -\lambda\upsilon_{u} & -y_{T}\upsilon_{u} \\ \end{array}\right) \left(\begin{array}{c} \tilde{B}^{0}\\ \tilde{W}^{0} \\ \tilde{N}^{0} \\ \tilde{T}^{0} \\ \end{array}\right), \end{array} $?> </tex-math> <graphic orientation="portrait" position="float" xlink:href="cpc_47_4_043105_E8.jpg" xlink:type="simple"/> </disp-formula> @@ -389,8 +389,8 @@ <tex-math><?CDATA $ \tan\beta=\upsilon_{u}/\upsilon_{d} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M46.jpg" xlink:type="simple"/> </inline-formula>, and we simply assume the singlet vevs</p><p> - <disp-formula> - <label>9</label> + <disp-formula> + <label>9</label> <tex-math id="cpc_47_4_043105_E9"> <?CDATA $ \begin{array}{*{20}{l}} { } \left \lt \sigma^{0}_{1}\right \gt =\left \lt \sigma^{0}_{3}\right \gt =0. \end{array} $?> </tex-math> <graphic orientation="portrait" position="float" xlink:href="cpc_47_4_043105_E9.jpg" xlink:type="simple"/> </disp-formula> @@ -542,7 +542,7 @@ <inline-formula> <tex-math><?CDATA ${\rm{Parameter} }$?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M211.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </th><th align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA ${\rm{Range} }$?></tex-math> @@ -552,7 +552,7 @@ <inline-formula> <tex-math><?CDATA $ m_1 $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M213.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ [-490.8, 490.3] $?></tex-math> @@ -562,7 +562,7 @@ <inline-formula> <tex-math><?CDATA $ m_2 $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M215.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ [-137.6, 157.1] $?></tex-math> @@ -572,7 +572,7 @@ <inline-formula> <tex-math><?CDATA $ m'_2 $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M217.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ [-430, 409] $?></tex-math> @@ -582,14 +582,14 @@ <inline-formula> <tex-math><?CDATA $ \tan\beta $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M219.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ (1, 10] $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M220.jpg" xlink:type="simple"/> </inline-formula> </td></tr><tr><td align="center" colspan="1" rowspan="1" valign="middle"> - <italic toggle="yes">λ</italic> + <italic toggle="yes">λ</italic> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ [0.5, 0.7] $?></tex-math> @@ -599,7 +599,7 @@ <inline-formula> <tex-math><?CDATA $ y_T $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M222.jpg" xlink:type="simple"/> - </inline-formula> + </inline-formula> </td><td align="center" colspan="1" rowspan="1" valign="middle"> <inline-formula> <tex-math><?CDATA $ [0.49, 1.0] $?></tex-math> @@ -642,8 +642,8 @@ <tex-math><?CDATA $ \chi^{0}_1 $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M99.jpg" xlink:type="simple"/> </inline-formula> pair is dominated by lepton final states [<xref ref-type="bibr" rid="cpc_47_4_043105_bib36">36</xref>]</p><p> - <disp-formula> - <label>10</label> + <disp-formula> + <label>10</label> <tex-math id="cpc_47_4_043105_E10"> <?CDATA $ \sigma_{\ell\bar{\ell}}\upsilon_{{\rm{rel}}}\approx \frac{g'^{4}m^{2}_{\chi^{0}_{1}}}{8\pi}\left[\frac{1}{16(m^{2}_{\chi^{0}_{1}}+m^{2}_{\tilde{\ell}_{L}})^{2}}+ \frac{1}{(m^{2}_{\chi^{0}_{1}}+m^{2}_{\tilde{\ell}_{R}})^{2}}\right],\\ $?> </tex-math> <graphic orientation="portrait" position="float" xlink:href="cpc_47_4_043105_E10.jpg" xlink:type="simple"/> </disp-formula> @@ -738,14 +738,14 @@ <tex-math><?CDATA $ \sigma_{\tau^{+}\tau^{-}}\upsilon_{{\rm{rel}}} $?></tex-math> <inline-graphic xlink:href="cpc_47_4_043105_M128.jpg" xlink:type="simple"/> </inline-formula> (in purple).</p></caption><graphic content-type="print" id="cpc_47_4_043105_f2_eps" orientation="portrait" position="float" xlink:href="cpc_47_4_043105_f2.eps" xlink:type="simple"/><graphic content-type="online" id="cpc_47_4_043105_f2_online" orientation="portrait" position="float" xlink:href="cpc_47_4_043105_f2.jpg" xlink:type="simple"/></fig></sec><sec id="cpc_47_4_043105_s03-03"><label>C.</label><title>Higgs

Compared to the R-symmetric MSSM (RMSSM) [4347] or conventional NMSSM, the scalar mass spectrum of the Higgs sector in the minimal RNMSSM is different. Let us begin with relevant soft masses in our model.

- - + +

where the first three terms arise from the following soft SUSY-breaking operators:

- - + + @@ -759,14 +759,14 @@ are given by

- - + +

and

- - + + @@ -777,14 +777,14 @@ are eliminated by the b term because of the conditions of electroweak symmetry breaking.

Second, the mass squared matrices for the CP-odd scalars are

- - + +

which contain a massless Goldstone mode, and

- - + + @@ -792,8 +792,8 @@ is given by

- - + + @@ -893,14 +893,14 @@ - + - b + b @@ -910,14 +910,14 @@ - + - λ + λ @@ -927,7 +927,7 @@ - + @@ -937,8 +937,8 @@ , with

- - + + @@ -949,14 +949,14 @@ .

Sfermions

Apart from Majorana gaugino masses, R symmetry also prohibits holomorphic soft masses, such as A terms related to sfermions. It only allows scalar soft masses

- - + +

which arise from soft SUSY-breaking operators such as

- - + + @@ -975,7 +975,7 @@ - + @@ -1000,7 +1000,7 @@ - + @@ -1025,7 +1025,7 @@ - + @@ -1050,7 +1050,7 @@ - + diff --git a/tests/units/iop/data/title_and_abstract_with_cdata.xml b/tests/units/iop/data/title_and_abstract_with_cdata.xml index 8608149c..b935d886 100644 --- a/tests/units/iop/data/title_and_abstract_with_cdata.xml +++ b/tests/units/iop/data/title_and_abstract_with_cdata.xml @@ -4766,4 +4766,4 @@ PTEP202020208083C10.1093/ptep/ptaa104 L. WorkmanR. et al - PTEP20222022083C10.1093/ptep/ptac097 \ No newline at end of file + PTEP20222022083C10.1093/ptep/ptac097 diff --git a/tests/units/iop/test_iop_parser.py b/tests/units/iop/test_iop_parser.py index 8f00bd09..89eb98ef 100644 --- a/tests/units/iop/test_iop_parser.py +++ b/tests/units/iop/test_iop_parser.py @@ -1,13 +1,13 @@ import xml.etree.ElementTree as ET +from common.cleanup import replace_cdata_format from common.constants import ARXIV_EXTRACTION_PATTERN from common.enhancer import Enhancer from common.exceptions import UnknownLicense from common.parsing.xml_extractors import RequiredFieldNotFoundExtractionError from common.utils import parse_element_text, parse_to_ET_element -from common.cleanup import replace_cdata_format -from iop.parser import IOPParser from iop.iop_process_file import process_xml +from iop.parser import IOPParser from pytest import fixture, mark, param, raises @@ -541,7 +541,6 @@ def test_no_authors(shared_datadir, parser): parser._publisher_specific_parsing(article) - def test_title(shared_datadir, parser): content = (shared_datadir / "title_and_abstract_with_cdata.xml").read_text() content = replace_cdata_format(content) @@ -805,7 +804,7 @@ def test_no_collaborations_value(shared_datadir, parser): assert "collaborations" not in parsed_article -def test_title(shared_datadir, parser): +def test_title(shared_datadir, parser): # noqa content = (shared_datadir / "just_required_fields.xml").read_text() article = ET.fromstring(content) parsed_article = parser._publisher_specific_parsing(article) @@ -894,10 +893,10 @@ def test_cdata_abstract_title(shared_datadir): content = replace_cdata_format(content) ET_article = parse_to_ET_element(content) - abstract_element = ET_article.find("front/article-meta/abstract/p") abstract_text = parse_element_text(abstract_element) - assert (abstract_text + assert ( + abstract_text == "Recently, the experimental measurements of the branching ratios and different" " polarization asymmetries for processes occurring through flavor-changing-charged" " current $ (b\\rightarrow c\\tau\\overline{\\nu}_{\\tau}) $ transitions by BABAR," @@ -931,12 +930,14 @@ def test_cdata_abstract_title(shared_datadir): ) title_element = ET_article.find("front/article-meta/title-group/article-title") title_text = parse_element_text(title_element) - assert (title_text - == "Analysis of ${{\\boldsymbol b}{\\bf\\rightarrow} {\\boldsymbol c}{\\boldsymbol\\tau}\\bar" - "{\\boldsymbol\\nu}_{\\boldsymbol\\tau}}$ anomalies using weak effective Hamiltonian with " - "complex couplings and their impact on various physical observables" + assert ( + title_text + == "Analysis of ${{\\boldsymbol b}{\\bf\\rightarrow} {\\boldsymbol c}{\\boldsymbol\\tau}\\bar" + "{\\boldsymbol\\nu}_{\\boldsymbol\\tau}}$ anomalies using weak effective Hamiltonian with " + "complex couplings and their impact on various physical observables" ) + def test_cdata_without_regex(): paseudo_aricle = """

diff --git a/tests/units/oup/data/oup_orcid.xml b/tests/units/oup/data/oup_orcid.xml index 12c3643c..81365ed5 100644 --- a/tests/units/oup/data/oup_orcid.xml +++ b/tests/units/oup/data/oup_orcid.xml @@ -3085,4 +3085,4 @@ m_{H^+_1},\; m_{H^+_2}, \; m_{H^{++}_2} &\in& [1,\; 20]\;\mathrm{ TeV},\; v_R \i -
\ No newline at end of file + diff --git a/tests/units/oup/data/ptab170_no_journal_title_and_pubmed_value.xml b/tests/units/oup/data/ptab170_no_journal_title_and_pubmed_value.xml index b61bac9b..0b5fd1b4 100644 --- a/tests/units/oup/data/ptab170_no_journal_title_and_pubmed_value.xml +++ b/tests/units/oup/data/ptab170_no_journal_title_and_pubmed_value.xml @@ -37,7 +37,7 @@ - Detectable electric current induced by the dark matter axion in a + Detectable electric current induced by the dark matter axion in a conductor diff --git a/tests/units/oup/test_oup_parser.py b/tests/units/oup/test_oup_parser.py index 7d6d9656..d20f9898 100644 --- a/tests/units/oup/test_oup_parser.py +++ b/tests/units/oup/test_oup_parser.py @@ -635,54 +635,36 @@ def test_authors_parsing_with_orcid(article_with_orcid): "surname": "Hong", "given_names": "T T", "affiliations": [ - { - "organization": "An Giang University", - "country": "Vietnam" - }, - { - "organization": "Vietnam National University", - "country": "Vietnam" - } + {"organization": "An Giang University", "country": "Vietnam"}, + {"organization": "Vietnam National University", "country": "Vietnam"}, ], "orcid": "0000-0002-7719-4160", - "full_name": "Hong, T T" + "full_name": "Hong, T T", }, { "surname": "Le", "given_names": "V K", "affiliations": [ - { - "organization": "An Giang University", - "country": "Vietnam" - }, - { - "organization": "Binh Thuy Junior High School", - "country": "Vietnam" - } + {"organization": "An Giang University", "country": "Vietnam"}, + {"organization": "Binh Thuy Junior High School", "country": "Vietnam"}, ], - "full_name": "Le, V K" + "full_name": "Le, V K", }, { "surname": "Phuong", "given_names": "L T T", "affiliations": [ - { - "organization": "An Giang University", - "country": "Vietnam" - } + {"organization": "An Giang University", "country": "Vietnam"} ], - "full_name": "Phuong, L T T" + "full_name": "Phuong, L T T", }, { "surname": "Hoi", "given_names": "N C", "affiliations": [ - { - "organization": "An Giang University", - "country": "Vietnam" - } + {"organization": "An Giang University", "country": "Vietnam"} ], - "full_name": "Hoi, N C" + "full_name": "Hoi, N C", }, { "surname": "Ngan", @@ -690,10 +672,10 @@ def test_authors_parsing_with_orcid(article_with_orcid): "affiliations": [ { "organization": "Department of Physics, Can Tho University", - "country": "Vietnam" + "country": "Vietnam", } ], - "full_name": "Ngan, N T K" + "full_name": "Ngan, N T K", }, { "surname": "Nha", @@ -702,15 +684,15 @@ def test_authors_parsing_with_orcid(article_with_orcid): "affiliations": [ { "organization": "Subatomic Physics Research Group, Science and Technology Advanced Institute, Van Lang University", - "country": "Vietnam" + "country": "Vietnam", }, { "organization": "Faculty of Applied Technology, School of Engineering and Technology, Van Lang University", - "country": "Vietnam" - } + "country": "Vietnam", + }, ], "orcid": "0009-0005-5993-6895", - "full_name": "Nha, N H T" - } + "full_name": "Nha, N H T", + }, ] assert article_with_orcid["authors"] == expected_output diff --git a/tests/units/springer/test_parser.py b/tests/units/springer/test_parser.py index 77146de0..18bf50ef 100644 --- a/tests/units/springer/test_parser.py +++ b/tests/units/springer/test_parser.py @@ -1,9 +1,9 @@ import xml.etree.ElementTree as ET from os import listdir +from common.enhancer import Enhancer from pytest import fixture from springer.parser import SpringerParser -from common.enhancer import Enhancer @fixture(scope="module") @@ -333,90 +333,94 @@ def test_abstract(parsed_articles): @fixture def article_with_orcid(parser, datadir): with open(datadir / "s10052-024-12692-y.xml") as file: - yield parser._generic_parsing(parser._publisher_specific_parsing(ET.fromstring(file.read()))) + yield parser._generic_parsing( + parser._publisher_specific_parsing(ET.fromstring(file.read())) + ) def test_article_with_cleaned_orcid(article_with_orcid): - expected_output = [{ - "surname": "Hong", - "given_names": "T.", - "email": "tthong@agu.edu.vn", - "affiliations": [ - { - "value": "An Giang University, Long Xuyen, 880000, Vietnam", - "organization": "An Giang University", - "country": "Vietnam" - }, - { - "value": "Vietnam National University, Ho Chi Minh City, 700000, Vietnam", - "organization": "Vietnam National University", - "country": "Vietnam" - } - ], - "full_name": "Hong, T." - }, + expected_output = [ { - "surname": "Tran", - "given_names": "Q.", - "email": "tqduyet@agu.edu.vn", - "affiliations": [ - { - "value": "An Giang University, Long Xuyen, 880000, Vietnam", - "organization": "An Giang University", - "country": "Vietnam" - }, - { - "value": "Vietnam National University, Ho Chi Minh City, 700000, Vietnam", - "organization": "Vietnam National University", - "country": "Vietnam" - } - ], - "full_name": "Tran, Q." - }, + "surname": "Hong", + "given_names": "T.", + "email": "tthong@agu.edu.vn", + "affiliations": [ + { + "value": "An Giang University, Long Xuyen, 880000, Vietnam", + "organization": "An Giang University", + "country": "Vietnam", + }, + { + "value": "Vietnam National University, Ho Chi Minh City, 700000, Vietnam", + "organization": "Vietnam National University", + "country": "Vietnam", + }, + ], + "full_name": "Hong, T.", + }, { - "surname": "Nguyen", - "given_names": "T.", - "email": "thanhphong@ctu.edu.vn", - "affiliations": [ - { - "value": "Department of Physics, Can Tho University, 3/2 Street, Can Tho, Vietnam", - "organization": "Can Tho University", - "country": "Vietnam" - } - ], - "full_name": "Nguyen, T." - }, + "surname": "Tran", + "given_names": "Q.", + "email": "tqduyet@agu.edu.vn", + "affiliations": [ + { + "value": "An Giang University, Long Xuyen, 880000, Vietnam", + "organization": "An Giang University", + "country": "Vietnam", + }, + { + "value": "Vietnam National University, Ho Chi Minh City, 700000, Vietnam", + "organization": "Vietnam National University", + "country": "Vietnam", + }, + ], + "full_name": "Tran, Q.", + }, { - "surname": "Hue", - "given_names": "L.", - "email": "lethohue@vlu.edu.vn", - "affiliations": [ - { - "value": "Subatomic Physics Research Group, Science and Technology Advanced Institute, Van Lang University, Ho Chi Minh City, Vietnam", - "organization": "Van Lang University", - "country": "Vietnam" - } - ], - "full_name": "Hue, L." - }, + "surname": "Nguyen", + "given_names": "T.", + "email": "thanhphong@ctu.edu.vn", + "affiliations": [ + { + "value": "Department of Physics, Can Tho University, 3/2 Street, Can Tho, Vietnam", + "organization": "Can Tho University", + "country": "Vietnam", + } + ], + "full_name": "Nguyen, T.", + }, { - "orcid": "0009-0005-5993-6895", - "surname": "Nha", - "given_names": "N.", - "email": "nguyenhuathanhnha@vlu.edu.vn", - "affiliations": [ - { - "value": "Subatomic Physics Research Group, Science and Technology Advanced Institute, Van Lang University, Ho Chi Minh City, Vietnam", - "organization": "Van Lang University", - "country": "Vietnam" - }, - { - "value": "Faculty of Applied Technology, School of Technology, Van Lang University, Ho Chi Minh City, Vietnam", - "organization": "Van Lang University", - "country": "Vietnam" - } - ], - "full_name": "Nha, N." - }] + "surname": "Hue", + "given_names": "L.", + "email": "lethohue@vlu.edu.vn", + "affiliations": [ + { + "value": "Subatomic Physics Research Group, Science and Technology Advanced Institute, Van Lang University, Ho Chi Minh City, Vietnam", + "organization": "Van Lang University", + "country": "Vietnam", + } + ], + "full_name": "Hue, L.", + }, + { + "orcid": "0009-0005-5993-6895", + "surname": "Nha", + "given_names": "N.", + "email": "nguyenhuathanhnha@vlu.edu.vn", + "affiliations": [ + { + "value": "Subatomic Physics Research Group, Science and Technology Advanced Institute, Van Lang University, Ho Chi Minh City, Vietnam", + "organization": "Van Lang University", + "country": "Vietnam", + }, + { + "value": "Faculty of Applied Technology, School of Technology, Van Lang University, Ho Chi Minh City, Vietnam", + "organization": "Van Lang University", + "country": "Vietnam", + }, + ], + "full_name": "Nha, N.", + }, + ] assert expected_output == article_with_orcid["authors"] diff --git a/tests/units/springer/test_parser/s10052-024-12692-y.xml b/tests/units/springer/test_parser/s10052-024-12692-y.xml index c99a7c13..15af4e09 100644 --- a/tests/units/springer/test_parser/s10052-024-12692-y.xml +++ b/tests/units/springer/test_parser/s10052-024-12692-y.xml @@ -490,4 +490,4 @@ - \ No newline at end of file +