ATLAS Offline Software
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 
6 
8  m_channelId(0),
9  m_rxMean(0)
10 {}
11 
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 
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::L1CaloHVCorrections
L1CaloHVCorrections()
Definition: L1CaloHVCorrections.cxx:7
L1CaloHVCorrections.h
L1CaloRxCoolChannelId
Definition: L1CaloRxCoolChannelId.h:10
CaloCondBlobAlgs_fillNoiseFromASCII.channelId
channelId
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:122