Belle II Software
release-06-02-00
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
z
Typedefs
a
b
c
d
e
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
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
TDCPV_ccs.py
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
4
11
12
"""
13
<header>
14
<output>TDCPV_ccs_Validation.root</output>
15
<contact>onuki@hep.phys.s.u-tokyo.ac.jp</contact>
16
</header>
17
"""
18
19
# NOTE: This file is auto-generated by b2skim-generate-validation.
20
# Do not make changes here, as your changes may be overwritten.
21
# Instead, make changes to the validation_histograms method of
22
# TDCPV_ccs.
23
24
import
basf2
as
b2
25
import
modularAnalysis
as
ma
26
from
skim.WGs.tdcpv
import
TDCPV_ccs
27
28
path = b2.Path()
29
skim =
TDCPV_ccs
(validation=
True
, udstOutput=
False
)
30
31
ma.inputMdstList(
32
"default"
,
33
b2.find_file(skim.validation_sample, data_type=
"validation"
),
34
path=path,
35
)
36
skim
(path)
37
38
b2.process(path)
TDCPV_ccs
Definition:
TDCPV_ccs.py:1
skim
Definition:
__init__.py:1
skim
validation
TDCPV_ccs.py
Generated on Thu Dec 28 2023 02:30:59 for Belle II Software by
1.9.1