ATLAS Offline Software
Loading...
Searching...
No Matches
HECHVDescriptor.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARHV_HECHVDESCRIPTOR_H
6#define LARHV_HECHVDESCRIPTOR_H
7
8#include "GeoModelKernel/CellBinning.h"
9
11{
12 public:
13 HECHVDescriptor(const CellBinning &phiBinning);
14 ~HECHVDescriptor() = default;
15
16 const CellBinning& getPhiBinning() const
17 {
18 return m_phiBinning;
19 }
20
21 private:
24
25 const CellBinning m_phiBinning;
26};
27
28#endif /* HECHVDESCRIPTOR_H_HEADER_INCLUDED_B0D9EFF4 */
~HECHVDescriptor()=default
const CellBinning & getPhiBinning() const
HECHVDescriptor(const CellBinning &phiBinning)
const CellBinning m_phiBinning
HECHVDescriptor & operator=(const HECHVDescriptor &right)
HECHVDescriptor(const HECHVDescriptor &right)