ATLAS Offline Software
Loading...
Searching...
No Matches
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
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
CaloBCIDAverage()=delete
const LArMCSym * m_mcSym
CxxUtils::vec_aligned_vector< float > m_avg
const size_t m_oflHashMax
Helper class to handle z-phi symmetry of calibration constants in MC.
Definition LArMCSym.h:19
aligned_vector< T, 64 > vec_aligned_vector
A std::vector with alignment sufficient for any vector instructions on this platform.
STL namespace.