ATLAS Offline Software
Loading...
Searching...
No Matches
HECHVDescriptor Class Reference

#include <HECHVDescriptor.h>

Collaboration diagram for HECHVDescriptor:

Public Member Functions

 HECHVDescriptor (const CellBinning &phiBinning)
 ~HECHVDescriptor ()=default
const CellBinning & getPhiBinning () const

Private Member Functions

 HECHVDescriptor (const HECHVDescriptor &right)
HECHVDescriptoroperator= (const HECHVDescriptor &right)

Private Attributes

const CellBinning m_phiBinning

Detailed Description

Definition at line 10 of file HECHVDescriptor.h.

Constructor & Destructor Documentation

◆ HECHVDescriptor() [1/2]

HECHVDescriptor::HECHVDescriptor ( const CellBinning & phiBinning)

Definition at line 7 of file HECHVDescriptor.cxx.

8 : m_phiBinning(phiBinning)
9{
10}
const CellBinning m_phiBinning

◆ ~HECHVDescriptor()

HECHVDescriptor::~HECHVDescriptor ( )
default

◆ HECHVDescriptor() [2/2]

HECHVDescriptor::HECHVDescriptor ( const HECHVDescriptor & right)
private

Member Function Documentation

◆ getPhiBinning()

const CellBinning & HECHVDescriptor::getPhiBinning ( ) const
inline

Definition at line 16 of file HECHVDescriptor.h.

17 {
18 return m_phiBinning;
19 }

◆ operator=()

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

Member Data Documentation

◆ m_phiBinning

const CellBinning HECHVDescriptor::m_phiBinning
private

Definition at line 25 of file HECHVDescriptor.h.


The documentation for this class was generated from the following files: