ATLAS Offline Software
EMBPresamplerHVDescriptor.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 EMBPresamplerHVDescriptor::EMBPresamplerHVDescriptor(const CellPartitioning &etaPartitioning
8  , const CellBinning &phiBinning)
9  : m_etaPartitioning(etaPartitioning)
10  , m_phiBinning(phiBinning)
11 {
12 }
13 
15 = default;
EMBPresamplerHVDescriptor.h
EMBPresamplerHVDescriptor::EMBPresamplerHVDescriptor
EMBPresamplerHVDescriptor(const CellPartitioning &etaPartitioning, const CellBinning &phiBinning)
Definition: EMBPresamplerHVDescriptor.cxx:7
EMBPresamplerHVDescriptor::~EMBPresamplerHVDescriptor
~EMBPresamplerHVDescriptor()