ATLAS Offline Software
BunchConfKey_v1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // $Id: BunchConfKey_v1.cxx 583374 2014-02-14 15:52:54Z krasznaa $
6 
7 // Local include(s):
9 
10 namespace xAOD {
11 
13  : m_id( id ) {
14 
15  }
16 
18 
19  return m_id;
20  }
21 
23 
24  m_id = id;
25  return;
26  }
27 
28 } // namespace xAOD
xAOD::uint32_t
setEventNumber uint32_t
Definition: EventInfo_v1.cxx:127
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::BunchConfKey_v1::m_id
uint32_t m_id
The 32-bit identifier of the bunch configuration.
Definition: BunchConfKey_v1.h:42
BunchConfKey_v1.h
id
SG::auxid_t id
Definition: Control/AthContainers/Root/debug.cxx:191
xAOD::BunchConfKey_v1::id
uint32_t id() const
Get the 32-bit identifier of the bunch configuration.
Definition: BunchConfKey_v1.cxx:17
xAOD::BunchConfKey_v1::BunchConfKey_v1
BunchConfKey_v1(uint32_t id=0)
Default constructor.
Definition: BunchConfKey_v1.cxx:12
xAOD::BunchConfKey_v1::setId
void setId(uint32_t id)
Set the 32-bit identifier of the bunch configuration.
Definition: BunchConfKey_v1.cxx:22