Belle II Software
release-05-01-25
test1_DstToD0Pi_D0ToHpJm.py
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
4
"""
5
<header>
6
<input>../DstToD0Pi_D0ToHpJm.dst.root</input>
7
<output>17240100.udst.root</output>
8
<contact>gonggd@mail.ustc.edu.cn</contact>
9
<interval>nightly</interval>
10
</header>
11
"""
12
__author__ =
"G. GONG"
13
14
import
basf2
as
b2
15
import
modularAnalysis
as
ma
16
from
skim.charm
import
DstToD0Pi_D0ToHpJm
17
18
path = b2.Path()
19
20
fileList = [
'../DstToD0Pi_D0ToHpJm.dst.root'
]
21
ma.inputMdstList(
'default'
, fileList, path=path)
22
23
skim = DstToD0Pi_D0ToHpJm()
24
skim
(path)
25
b2.process(path)
skim.charm
Definition:
charm.py:1
skim
Definition:
__init__.py:1
skim
validation
test1_DstToD0Pi_D0ToHpJm.py
Generated on Fri Nov 5 2021 03:57:44 for Belle II Software by
1.8.17