ATLAS Offline Software
Public Member Functions | Private Member Functions | Private Attributes | List of all members
EMBPresamplerHVDescriptor Class Reference

#include <EMBPresamplerHVDescriptor.h>

Collaboration diagram for EMBPresamplerHVDescriptor:

Public Member Functions

 EMBPresamplerHVDescriptor (const CellPartitioning &etaPartitioning, const CellBinning &phiBinning)
 
 ~EMBPresamplerHVDescriptor ()
 
const CellPartitioning & getEtaPartitioning () const
 
const CellBinning & getPhiBinning () const
 

Private Member Functions

 EMBPresamplerHVDescriptor (const EMBPresamplerHVDescriptor &right)
 
EMBPresamplerHVDescriptoroperator= (const EMBPresamplerHVDescriptor &right)
 

Private Attributes

const CellPartitioning m_etaPartitioning
 
const CellBinning m_phiBinning
 

Detailed Description

Definition at line 11 of file EMBPresamplerHVDescriptor.h.

Constructor & Destructor Documentation

◆ EMBPresamplerHVDescriptor() [1/2]

EMBPresamplerHVDescriptor::EMBPresamplerHVDescriptor ( const CellPartitioning &  etaPartitioning,
const CellBinning &  phiBinning 
)

Definition at line 7 of file EMBPresamplerHVDescriptor.cxx.

9  : m_etaPartitioning(etaPartitioning)
10  , m_phiBinning(phiBinning)
11 {
12 }

◆ ~EMBPresamplerHVDescriptor()

EMBPresamplerHVDescriptor::~EMBPresamplerHVDescriptor ( )
default

◆ EMBPresamplerHVDescriptor() [2/2]

EMBPresamplerHVDescriptor::EMBPresamplerHVDescriptor ( const EMBPresamplerHVDescriptor right)
private

Member Function Documentation

◆ getEtaPartitioning()

const CellPartitioning& EMBPresamplerHVDescriptor::getEtaPartitioning ( ) const
inline

Definition at line 17 of file EMBPresamplerHVDescriptor.h.

18  {
19  return m_etaPartitioning;
20  }

◆ getPhiBinning()

const CellBinning& EMBPresamplerHVDescriptor::getPhiBinning ( ) const
inline

Definition at line 22 of file EMBPresamplerHVDescriptor.h.

23  {
24  return m_phiBinning;
25  }

◆ operator=()

EMBPresamplerHVDescriptor& EMBPresamplerHVDescriptor::operator= ( const EMBPresamplerHVDescriptor right)
private

Member Data Documentation

◆ m_etaPartitioning

const CellPartitioning EMBPresamplerHVDescriptor::m_etaPartitioning
private

Definition at line 32 of file EMBPresamplerHVDescriptor.h.

◆ m_phiBinning

const CellBinning EMBPresamplerHVDescriptor::m_phiBinning
private

Definition at line 33 of file EMBPresamplerHVDescriptor.h.


The documentation for this class was generated from the following files:
EMBPresamplerHVDescriptor::m_etaPartitioning
const CellPartitioning m_etaPartitioning
Definition: EMBPresamplerHVDescriptor.h:32
EMBPresamplerHVDescriptor::m_phiBinning
const CellBinning m_phiBinning
Definition: EMBPresamplerHVDescriptor.h:33