ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
{}
L1CaloRxLayers.h
L1CaloRxCoolChannelId
Encapsulates the ID of one Rx channel of conditions data in COOL, ie the ID of a row in a table.
Definition
L1CaloRxCoolChannelId.h:10
L1CaloRxLayers::m_names
std::vector< int > m_names
Definition
L1CaloRxLayers.h:39
L1CaloRxLayers::L1CaloRxLayers
L1CaloRxLayers()
Definition
L1CaloRxLayers.cxx:7
L1CaloRxLayers::ncells
const std::vector< int > & ncells() const
Definition
L1CaloRxLayers.h:34
L1CaloRxLayers::channelId
const L1CaloRxCoolChannelId & channelId() const
Definition
L1CaloRxLayers.h:32
L1CaloRxLayers::names
const std::vector< int > & names() const
Definition
L1CaloRxLayers.h:33
L1CaloRxLayers::m_ncells
std::vector< int > m_ncells
Definition
L1CaloRxLayers.h:40
L1CaloRxLayers::m_channelId
L1CaloRxCoolChannelId m_channelId
Definition
L1CaloRxLayers.h:37
std
STL namespace.
Generated on
for ATLAS Offline Software by
1.17.0