ATLAS Offline Software
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 
8  m_channelId(0)
9 {}
10 
12  std::vector<int>&& names,
13  std::vector<int>&& ncells) :
14  m_channelId(channelId),
15  m_names(std::move(names)),
16  m_ncells(std::move(ncells))
17 {}
18 
20  std::vector<int>&& names,
21  std::vector<int>&& ncells) :
22  m_channelId(channelId),
23  m_names(std::move(names)),
24  m_ncells(std::move(ncells))
25 {}
L1CaloRxCoolChannelId
Definition: L1CaloRxCoolChannelId.h:10
python.subdetectors.mmg.names
names
Definition: mmg.py:8
CaloCondBlobAlgs_fillNoiseFromASCII.channelId
channelId
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:122
L1CaloRxLayers.h
L1CaloRxLayers::L1CaloRxLayers
L1CaloRxLayers()
Definition: L1CaloRxLayers.cxx:7