Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
SimG4CMS
HcalTestBeam
plugins
HcalTB02HcalNumberingScheme.h
Go to the documentation of this file.
1
#ifndef HcalTestBeam_HcalTB02HcalNumberingScheme_H
2
#define HcalTestBeam_HcalTB02HcalNumberingScheme_H
3
// -*- C++ -*-
4
//
5
// Package: HcalTestBeam
6
// Class : HcalTB02HcalNumberingScheme
7
//
14
//
15
// Original Author:
16
// Created: Fri May 20 10:14:34 CEST 2006
17
//
18
19
// system include files
20
21
// user include files
22
#include "
HcalTB02NumberingScheme.h
"
23
24
class
HcalTB02HcalNumberingScheme
:
public
HcalTB02NumberingScheme
{
25
public
:
26
HcalTB02HcalNumberingScheme
();
27
~HcalTB02HcalNumberingScheme
()
override
;
28
int
getUnitID
(
const
G4Step* aStep)
const override
;
29
30
int
getphiScaleF
()
const
{
return
phiScale
; }
31
int
getetaScaleF
()
const
{
return
etaScale
; }
32
33
int
getlayerID
(
int
sID)
const
;
34
int
getphiID
(
int
sID)
const
;
35
int
getetaID
(
int
sID)
const
;
36
37
private
:
38
int
phiScale
;
39
int
etaScale
;
40
};
41
42
#endif
HcalTB02NumberingScheme.h
HcalTB02HcalNumberingScheme::phiScale
int phiScale
Definition:
HcalTB02HcalNumberingScheme.h:38
HcalTB02HcalNumberingScheme::etaScale
int etaScale
Definition:
HcalTB02HcalNumberingScheme.h:39
HcalTB02HcalNumberingScheme::getphiID
int getphiID(int sID) const
Definition:
HcalTB02HcalNumberingScheme.cc:88
HcalTB02HcalNumberingScheme::getUnitID
int getUnitID(const G4Step *aStep) const override
Definition:
HcalTB02HcalNumberingScheme.cc:38
HcalTB02HcalNumberingScheme::getetaID
int getetaID(int sID) const
Definition:
HcalTB02HcalNumberingScheme.cc:103
HcalTB02HcalNumberingScheme
Definition:
HcalTB02HcalNumberingScheme.h:24
HcalTB02NumberingScheme
Definition:
HcalTB02NumberingScheme.h:24
HcalTB02HcalNumberingScheme::getlayerID
int getlayerID(int sID) const
Definition:
HcalTB02HcalNumberingScheme.cc:78
HcalTB02HcalNumberingScheme::getetaScaleF
int getetaScaleF() const
Definition:
HcalTB02HcalNumberingScheme.h:31
HcalTB02HcalNumberingScheme::~HcalTB02HcalNumberingScheme
~HcalTB02HcalNumberingScheme() override
Definition:
HcalTB02HcalNumberingScheme.cc:30
HcalTB02HcalNumberingScheme::HcalTB02HcalNumberingScheme
HcalTB02HcalNumberingScheme()
Definition:
HcalTB02HcalNumberingScheme.cc:25
HcalTB02HcalNumberingScheme::getphiScaleF
int getphiScaleF() const
Definition:
HcalTB02HcalNumberingScheme.h:30
Generated for CMSSW Reference Manual by
1.8.16