ATLAS Offline Software
DetectorDescription
Identifier
src
IdContext.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
6
#include "
Identifier/IdContext.h
"
7
8
9
IdContext::IdContext
(
const
ExpandedIdentifier
&
prefix
,
10
size_type
begin_index,
11
size_type
end_index)
12
:
13
m_prefix(
prefix
),
14
m_begin_index(begin_index),
15
m_end_index(end_index)
16
{}
17
18
19
IdContext::IdContext
(
ExpandedIdentifier
&&
prefix
,
20
size_type
begin_index,
21
size_type
end_index)
22
:
23
m_prefix(std::move(
prefix
)),
24
m_begin_index(begin_index),
25
m_end_index(end_index)
26
{}
27
IdContext::IdContext
IdContext()=default
IdContext::size_type
ExpandedIdentifier::size_type size_type
Definition:
IdContext.h:29
ExpandedIdentifier
Definition:
DetectorDescription/Identifier/Identifier/ExpandedIdentifier.h:102
IdContext.h
checkCorrelInHIST.prefix
dictionary prefix
Definition:
checkCorrelInHIST.py:391
Generated on Thu Jan 9 2025 21:11:12 for ATLAS Offline Software by
1.8.18