ATLAS Offline Software
Loading...
Searching...
No Matches
HgtdOutputFormatting.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef INDETIDENTIFIER_HGTDOUTPUTFORMATTING_H
5#define INDETIDENTIFIER_HGTDOUTPUTFORMATTING_H
6
7#include <string>
8#include <string_view>
9
11
12namespace HgtdIdentifierPkg{
13
14 std::string
15 formatOutput(std::string_view title, const IdDictFieldImplementation & idDictFieldImp);
16
17}
18
19#endif
IdDictFieldImplementation is used to capture the specification of a single field of an Identifier.
std::string formatOutput(std::string_view title, const IdDictFieldImplementation &idDictFieldImp)