Belle II Software
release-08-02-06
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
z
Typedefs
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
a
b
c
e
f
g
n
p
s
v
z
Enumerator
c
d
f
p
t
u
v
w
Classes
Class List
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
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
Typedefs
Macros
downloadCosmicTest.py
1
#!/usr/bin/env python3
2
3
10
11
import
os
12
13
com =
"git archive --remote=ssh://${BELLE2_USER}@stash.desy.de:7999/b2g/arich_database.git HEAD cosmicTest_payloads | tar -x"
14
os.system(com)
15
16
com =
"git archive --remote=ssh://${BELLE2_USER}@stash.desy.de:7999/b2g/arich_datafiles.git HEAD cosmicTest | tar -x"
17
os.system(com)
18
19
com =
"gunzip -r cosmicTest"
20
os.system(com)
21
22
com =
"mkdir ${BELLE2_LOCAL_DIR}/datafiles"
23
os.system(com)
24
com =
"mv cosmicTest ${BELLE2_LOCAL_DIR}/datafiles/"
25
os.system(com)
26
27
com =
"mkdir ${BELLE2_LOCAL_DIR}/arich/database"
28
os.system(com)
29
com =
"mv cosmicTest_payloads ${BELLE2_LOCAL_DIR}/arich/database/"
30
os.system(com)
arich
utility
scripts
downloadCosmicTest.py
Generated on Tue Jan 28 2025 01:52:51 for Belle II Software by
1.9.1