ATLAS Offline Software
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 
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 
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