ATLAS Offline Software
IdContext.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /***************************************************************************
6  Identifier package
7  -----------------------------------------
8  ***************************************************************************/
9 
10 #include "Identifier/IdContext.h"
11 #include <assert.h>
12 
13 
15  size_type begin_index,
16  size_type end_index)
17  :
18  m_prefix(prefix),
19  m_begin_index(begin_index),
20  m_end_index(end_index)
21 {}
22 
23 
25  size_type begin_index,
26  size_type end_index)
27  :
28  m_prefix(std::move(prefix)),
29  m_begin_index(begin_index),
30  m_end_index(end_index)
31 {}
32 
IdContext::IdContext
IdContext()
Definition: IdContext.h:80
ExpandedIdentifier
Definition: DetectorDescription/Identifier/Identifier/ExpandedIdentifier.h:108
IdContext.h
checkCorrelInHIST.prefix
dictionary prefix
Definition: checkCorrelInHIST.py:391
IdContext::size_type
ExpandedIdentifier::size_type size_type
Definition: IdContext.h:43