ATLAS Offline Software
LArCalorimeter
LArGeoModel
LArHV
LArHV
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
10
class
HECHVDescriptor
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
:
22
HECHVDescriptor
(
const
HECHVDescriptor
& right);
23
HECHVDescriptor
&
operator=
(
const
HECHVDescriptor
& right);
24
25
const
CellBinning
m_phiBinning
;
26
};
27
28
#endif
/* HECHVDESCRIPTOR_H_HEADER_INCLUDED_B0D9EFF4 */
HECHVDescriptor
Definition:
HECHVDescriptor.h:11
HECHVDescriptor::HECHVDescriptor
HECHVDescriptor(const CellBinning &phiBinning)
Definition:
HECHVDescriptor.cxx:7
HECHVDescriptor::m_phiBinning
const CellBinning m_phiBinning
Definition:
HECHVDescriptor.h:25
HECHVDescriptor::HECHVDescriptor
HECHVDescriptor(const HECHVDescriptor &right)
HECHVDescriptor::operator=
HECHVDescriptor & operator=(const HECHVDescriptor &right)
HECHVDescriptor::~HECHVDescriptor
~HECHVDescriptor()=default
HECHVDescriptor::getPhiBinning
const CellBinning & getPhiBinning() const
Definition:
HECHVDescriptor.h:16
Generated on Thu Jan 9 2025 21:10:54 for ATLAS Offline Software by
1.8.18