Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
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
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
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
y
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
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File 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
l
m
n
o
p
q
r
s
t
u
v
w
x
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
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
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
Macros
_
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
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Functions
LArIdCablingTest Namespace Reference
Functions
def
LArIdCablingTestCfg
(
flags
,
isSC
=
False
)
Function Documentation
◆
LArIdCablingTestCfg()
def LArIdCablingTest.LArIdCablingTestCfg
(
flags
,
isSC
=
False
)
Definition at line
5
of file
LArIdCablingTest.py
.
5
def
LArIdCablingTestCfg
(flags,isSC=False):
6
from
LArGeoAlgsNV.LArGMConfig
import
LArGMCfg
7
result=
LArGMCfg
(flags)
8
9
if
isSC:
10
#Setup SuperCell cabling
11
from
LArCabling.LArCablingConfig
import
LArOnOffIdMappingSCCfg
12
result.merge(
LArOnOffIdMappingSCCfg
(flags))
13
else
:
14
#Setup regular cabling
15
from
LArCabling.LArCablingConfig
import
LArOnOffIdMappingCfg
16
result.merge(
LArOnOffIdMappingCfg
(flags))
17
18
result.addEventAlgo(CompFactory.LArIdCablingTest(
"LArIdCablingTest"
,isSC=isSC,
19
CablingKey=
"LArOnOffIdMapSC"
if
isSC
else
"LArOnOffIdMap"
,
20
))
21
return
result
22
23
LArCablingConfig.LArOnOffIdMappingSCCfg
def LArOnOffIdMappingSCCfg(configFlags)
Definition:
LArCablingConfig.py:65
LArCablingConfig.LArOnOffIdMappingCfg
def LArOnOffIdMappingCfg(configFlags)
Definition:
LArCablingConfig.py:62
LArGMConfig.LArGMCfg
def LArGMCfg(flags)
Definition:
LArGMConfig.py:8
LArIdCablingTest.LArIdCablingTestCfg
def LArIdCablingTestCfg(flags, isSC=False)
Definition:
LArIdCablingTest.py:5
Generated on Thu Apr 3 2025 21:59:32 for ATLAS Offline Software by
1.8.18