ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
TrigT1CaloCalibConditions
src
L1CaloHVCorrections.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/L1CaloHVCorrections.h
"
6
7
L1CaloHVCorrections::L1CaloHVCorrections
() :
8
m_channelId
(0),
9
m_rxMean
(0)
10
{}
11
12
L1CaloHVCorrections::L1CaloHVCorrections
(
unsigned
int
channelId
,
13
float
rxMean
,
14
std::vector<int> &&
affectedCells
,
15
std::vector<float> &&
layerMeans
) :
16
m_channelId
(
channelId
),
17
m_rxMean
(
rxMean
),
18
m_affectedCells
(
std
::move(
affectedCells
)),
19
m_layerMeans
(
std
::move(
layerMeans
))
20
{}
21
22
L1CaloHVCorrections::L1CaloHVCorrections
(
const
L1CaloRxCoolChannelId
&
channelId
,
23
float
rxMean
,
24
std::vector<int> &&
affectedCells
,
25
std::vector<float> &&
layerMeans
) :
26
m_channelId
(
channelId
),
27
m_rxMean
(
rxMean
),
28
m_affectedCells
(
std
::move(
affectedCells
)),
29
m_layerMeans
(
std
::move(
layerMeans
))
30
{}
L1CaloHVCorrections.h
L1CaloHVCorrections::m_affectedCells
std::vector< int > m_affectedCells
Definition
L1CaloHVCorrections.h:43
L1CaloHVCorrections::m_channelId
L1CaloRxCoolChannelId m_channelId
Definition
L1CaloHVCorrections.h:40
L1CaloHVCorrections::channelId
const L1CaloRxCoolChannelId & channelId() const
Definition
L1CaloHVCorrections.h:34
L1CaloHVCorrections::rxMean
float rxMean() const
Definition
L1CaloHVCorrections.h:35
L1CaloHVCorrections::affectedCells
const std::vector< int > & affectedCells() const
Definition
L1CaloHVCorrections.h:36
L1CaloHVCorrections::m_layerMeans
std::vector< float > m_layerMeans
Definition
L1CaloHVCorrections.h:44
L1CaloHVCorrections::L1CaloHVCorrections
L1CaloHVCorrections()
Definition
L1CaloHVCorrections.cxx:7
L1CaloHVCorrections::m_rxMean
float m_rxMean
Definition
L1CaloHVCorrections.h:42
L1CaloHVCorrections::layerMeans
const std::vector< float > & layerMeans() const
Definition
L1CaloHVCorrections.h:37
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
std
STL namespace.
Generated on
for ATLAS Offline Software by
1.17.0