ATLAS Offline Software
Loading...
Searching...
No Matches
PixelOutputFormatting.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3 */
4
5#ifndef INDETIDENTIFIER_PIXELOUTPUTFORMATTING_H
6#define INDETIDENTIFIER_PIXELOUTPUTFORMATTING_H
7
8#include <string>
9#include <string_view>
10
12
13namespace InDetIdentifierPkg{
14
15 std::string
16 formatOutput(std::string_view title, const IdDictFieldImplementation & idDictFieldImp);
17
18}
19
20#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)