ATLAS Offline Software
CaloBCIDAverage.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef GENERATIONBASE
6 
7 
10  m_mcSym(mcSym),
11  m_oflHashMax(mcSym ? mcSym->hashMax().second : 0),
12  m_avg(std::move(data))
13 {
14 }
15 #endif
python.SystemOfUnits.second
int second
Definition: SystemOfUnits.py:120
CxxUtils::vec_aligned_vector
aligned_vector< T, 64 > vec_aligned_vector
A std::vector with alignment sufficient for any vector instructions on this platform.
Definition: aligned_vector.h:51
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
CaloBCIDAverage::CaloBCIDAverage
CaloBCIDAverage()=delete
LArMCSym
Helper class to handle z-phi symmetry of calibration constants in MC.
Definition: LArMCSym.h:19
CaloBCIDAverage.h