Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 
6 
7 namespace Muon {
8 
10 = default;
11 
12 ChamberT0s::ChamberT0s( const std::vector< std::pair < Identifier, float > >& t0s )
13  :
14  m_t0s (t0s)
15 {}
16 
17 ChamberT0s::ChamberT0s( std::vector< std::pair < Identifier, float > >&& t0s )
18  :
19  m_t0s (std::move(t0s))
20 {}
21 
23 = default;
24 
25 
26 
27 }
TRTCalib_cfilter.t0s
list t0s
Definition: TRTCalib_cfilter.py:110
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition: TrackSystemController.h:45
Muon::ChamberT0s::ChamberT0s
ChamberT0s()
Muon::ChamberT0s::~ChamberT0s
~ChamberT0s()
ChamberT0s.h