Belle II Software
release-05-01-25
test1_LeptonicUntagged.py
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
4
"""
5
<header>
6
<input>../LeptonicUntagged.dst.root</input>
7
<output>../LeptonicUntagged.udst.root</output>
8
<contact>philip.grace@adelaide.edu.au</contact>
9
<interval>nightly</interval>
10
</header>
11
"""
12
__author__ =
"P. Grace"
13
14
import
basf2
as
b2
15
import
modularAnalysis
as
ma
16
from
skim.leptonic
import
LeptonicUntagged
17
18
path = b2.Path()
19
skim = LeptonicUntagged(OutputFileName=
"../LeptonicUntagged"
)
20
21
ma.inputMdst(
'default'
,
'../LeptonicUntagged.dst.root'
, path=path)
22
skim
(path)
23
b2.process(path)
skim
Definition:
__init__.py:1
skim.leptonic
Definition:
leptonic.py:1
skim
validation
test1_LeptonicUntagged.py
Generated on Fri Nov 5 2021 03:57:45 for Belle II Software by
1.8.17