ATLAS Offline Software
Loading...
Searching...
No Matches
L1CaloRxLayers.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
10
12 std::vector<int>&& names,
13 std::vector<int>&& ncells) :
15 m_names(std::move(names)),
16 m_ncells(std::move(ncells))
17{}
18
20 std::vector<int>&& names,
21 std::vector<int>&& ncells) :
23 m_names(std::move(names)),
24 m_ncells(std::move(ncells))
25{}
Encapsulates the ID of one Rx channel of conditions data in COOL, ie the ID of a row in a table.
std::vector< int > m_names
const std::vector< int > & ncells() const
const L1CaloRxCoolChannelId & channelId() const
const std::vector< int > & names() const
std::vector< int > m_ncells
L1CaloRxCoolChannelId m_channelId
STL namespace.