ATLAS Offline Software
Trigger
TrigT1
TrigT1CaloCalibConditions
src
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
5
#include "
TrigT1CaloCalibConditions/L1CaloRxLayers.h
"
6
7
L1CaloRxLayers::L1CaloRxLayers
() :
8
m_channelId(0)
9
{}
10
11
L1CaloRxLayers::L1CaloRxLayers
(
unsigned
int
channelId
,
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
19
L1CaloRxLayers::L1CaloRxLayers
(
const
L1CaloRxCoolChannelId
&
channelId
,
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
Generated on Sun Dec 22 2024 21:12:57 for ATLAS Offline Software by
1.8.18