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
Forward
interface
BHMNumberingScheme.h
Go to the documentation of this file.
1
#ifndef SimG4CMSForwardBHMNumberingScheme_h
2
#define SimG4CMSForwardBHMNumberingScheme_h
3
4
#include "G4Step.hh"
5
#include <cstdint>
6
7
class
BHMNumberingScheme
{
8
public
:
9
BHMNumberingScheme
();
10
~BHMNumberingScheme
() =
default
;
11
12
unsigned
int
getUnitID
(
const
G4Step* aStep)
const
;
13
14
// Utilities to get detector levels during a step
15
int
detectorLevel
(
const
G4Step*)
const
;
16
void
detectorLevel
(
const
G4Step*,
int
&,
int
*, G4String*)
const
;
17
18
static
unsigned
int
packIndex
(
int
subdet,
int
zside
,
int
station
);
19
static
void
unpackIndex
(
const
unsigned
int
&
idx
,
int
& subdet,
int
&
zside
,
int
&
station
);
20
};
21
22
#endif
BHMNumberingScheme::~BHMNumberingScheme
~BHMNumberingScheme()=default
ecaldqm::zside
int zside(DetId const &)
Definition:
EcalDQMCommonUtils.cc:189
relativeConstraints.station
station
Definition:
relativeConstraints.py:67
training_settings.idx
idx
Definition:
training_settings.py:16
BHMNumberingScheme::getUnitID
unsigned int getUnitID(const G4Step *aStep) const
Definition:
BHMNumberingScheme.cc:26
BHMNumberingScheme::BHMNumberingScheme
BHMNumberingScheme()
Definition:
BHMNumberingScheme.cc:6
BHMNumberingScheme::packIndex
static unsigned int packIndex(int subdet, int zside, int station)
Definition:
BHMNumberingScheme.cc:51
BHMNumberingScheme::unpackIndex
static void unpackIndex(const unsigned int &idx, int &subdet, int &zside, int &station)
Definition:
BHMNumberingScheme.cc:59
BHMNumberingScheme::detectorLevel
int detectorLevel(const G4Step *) const
Definition:
BHMNumberingScheme.cc:8
BHMNumberingScheme
Definition:
BHMNumberingScheme.h:7
Generated for CMSSW Reference Manual by
1.8.16