ATLAS Offline Software
Loading...
Searching...
No Matches
CaloTowerSeg_p1.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef LARATHENAPOOL_CALOTOWERSEG_P1_H
8#define LARATHENAPOOL_CALOTOWERSEG_P1_H
9
11{
12 public:
14 : m_neta(0),
15 m_nphi(0),
16 m_etamin(0),
17 m_etamax(0),
18 m_phimin(0),
19 m_phimax(0),
20 m_deta(0),
21 m_dphi(0)
22 {}
23
25 unsigned short m_neta;
27 unsigned short m_nphi;
28
29 //these floats are double in transient class
31 float m_etamin;
33 float m_etamax;
35 float m_phimin;
37 float m_phimax;
38
40 float m_deta;
42 float m_dphi;
43
44};
45#endif
float m_phimax
Upper boundary value range.
unsigned short m_neta
Number of bins.
float m_dphi
Bin size .
float m_deta
Bin size .
float m_phimin
Lower boundary value range.
float m_etamax
Upper boundary value range.
float m_etamin
Lower boundary value range.
unsigned short m_nphi
Number of bins.