ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSpectrometer
MuonReconstruction
MuonRecEvent
MuonChamberT0s
src
ChamberT0s.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
MuonChamberT0s/ChamberT0s.h
"
6
7
namespace
Muon
{
8
9
10
11
ChamberT0s::ChamberT0s
(
const
std::vector< std::pair < Identifier, float > >& t0s )
12
:
13
m_t0s
(t0s)
14
{}
15
16
ChamberT0s::ChamberT0s
( std::vector< std::pair < Identifier, float > >&& t0s )
17
:
18
m_t0s
(
std
::move(t0s))
19
{}
20
21
22
23
24
}
ChamberT0s.h
Muon::ChamberT0s::m_t0s
std::vector< std::pair< Identifier, float > > m_t0s
Definition
ChamberT0s.h:51
Muon::ChamberT0s::ChamberT0s
ChamberT0s()=default
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:45
std
STL namespace.
Generated on
for ATLAS Offline Software by
1.14.0