-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from EmanuelPerez/winter2023
Evtgen card for Bd -> rho K* with K* -> K+ pi-
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Alias Bd_SIGNAL B0 | ||
Alias Bdbar_SIGNAL anti-B0 | ||
ChargeConj Bd_SIGNAL Bdbar_SIGNAL | ||
|
||
Alias MyK*0 K*0 | ||
Alias Myanti-K*0 anti-K*0 | ||
ChargeConj MyK*0 Myanti-K*0 | ||
|
||
Alias MyRho0 rho0 | ||
|
||
|
||
# | ||
Decay Bd_SIGNAL | ||
1.000 MyRho0 MyK*0 PHSP; | ||
Enddecay | ||
CDecay Bdbar_SIGNAL | ||
|
||
|
||
# ----------------- | ||
# Decay of the K*0 anti-K*0 | ||
# ----------------- | ||
Decay MyK*0 | ||
1.000 K+ pi- VSS; | ||
Enddecay | ||
CDecay Myanti-K*0 | ||
|
||
# | ||
Decay MyRho0 | ||
1.000 pi+ pi- VSS; | ||
Enddecay | ||
|
||
|
||
|
||
|
||
# | ||
End | ||
|