Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Federico Leo Redi
Stripping
Commits
2b353cc3
Commit
2b353cc3
authored
Feb 19, 2016
by
Daniel Johnson
Browse files
Fix topoKaons_PID
parent
9ebf4159
Changes
2
Hide whitespace changes
Inline
Side-by-side
Phys/StrippingSelections/python/StrippingSelections/StrippingB2OC/Beauty2Charm_B2DXBuilder.py
View file @
2b353cc3
...
...
@@ -13,11 +13,13 @@ from Configurables import SubstitutePID
class
B2DXBuilder
(
object
):
'''Makes all B->DX decays for the Beauty2Charm module.'''
def
__init__
(
self
,
d
,
dst
,
topoPions
,
topoPionsLoose
,
topoKaons
,
muons
,
ks
,
pi0
,
hh
,
hhh
,
config
):
def
__init__
(
self
,
d
,
dst
,
topoPions
,
topoPionsLoose
,
topoKaons
,
topoKaons_PID
,
topoPions_PID
,
muons
,
ks
,
pi0
,
hh
,
hhh
,
config
):
self
.
config
=
config
self
.
topoPions
=
[
topoPions
]
self
.
topoPionsLoose
=
[
topoPionsLoose
]
self
.
topoKaons
=
[
topoKaons
]
self
.
topoKaons_PID
=
[
topoKaons_PID
]
self
.
topoPions_PID
=
[
topoPions_PID
]
self
.
muons
=
muons
self
.
d
=
d
self
.
dst
=
dst
...
...
Phys/StrippingSelections/python/StrippingSelections/StrippingB2OC/StrippingBeauty2Charm.py
View file @
2b353cc3
...
...
@@ -1499,7 +1499,7 @@ class Beauty2CharmConf(LineBuilder):
xicc
=
XiccBuilder
(
lc
,
pions
,
config
[
'D2X'
])
# make B->DX
b2dx
=
B2DXBuilder
(
d
,
dst
,
topoPions
,
topoPionsLoose
,
topoKaons
,
muons
,
ks
,
pi0_fromB
,
hh
,
hhh
,
b2dx
=
B2DXBuilder
(
d
,
dst
,
topoPions
,
topoPionsLoose
,
topoKaons
,
topoKaons_PID
,
topoPions_PID
,
muons
,
ks
,
pi0_fromB
,
hh
,
hhh
,
config
[
'B2X'
])
self
.
_makeLines
(
b2dx
.
lines
,
config
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment