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
DataQuality
DQDefects
share
Namespaces
|
Functions
|
Variables
dq_defect_copy_virtual_defects.py File Reference
Go to the source code of this file.
Namespaces
dq_defect_copy_virtual_defects
Functions
def
dq_defect_copy_virtual_defects.parse_channels
(instr)
Variables
dq_defect_copy_virtual_defects.parser
= optparse.OptionParser(
usage
="usage: %prog [options] indb outdb\n\nindb and outdb can be COOL connection strings or \"filename/dbname\", e.g. mydb.db/COMP200")
dq_defect_copy_virtual_defects.default
dq_defect_copy_virtual_defects.False
dq_defect_copy_virtual_defects.action
dq_defect_copy_virtual_defects.help
dq_defect_copy_virtual_defects.None
dq_defect_copy_virtual_defects.opts
dq_defect_copy_virtual_defects.args
dq_defect_copy_virtual_defects.createdefects
dq_defect_copy_virtual_defects.indb
= DefectsDB(args[0], read_only=
True
, tag=opts.intag)
dq_defect_copy_virtual_defects.outdb
def
dq_defect_copy_virtual_defects.channels
= parse_channels(opts.defects)
dq_defect_copy_virtual_defects.inclauses
= indb.virtual_defect_logics
dq_defect_copy_virtual_defects.inchannels
= set(channels
if
channels is not None else inclauses.keys())
dq_defect_copy_virtual_defects.outchannels
= set(outdb.virtual_defect_names)
dq_defect_copy_virtual_defects.missingchannels
= inchannels-outchannels
dq_defect_copy_virtual_defects.descriptions
= indb.get_virtual_channel_descriptions(missingchannels)
Generated on Sun Mar 30 2025 21:24:27 for ATLAS Offline Software by
1.8.18