Skip to content

Commit

Permalink
Merge 76fdfa7 into 65e84cb
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Mar 30, 2019
2 parents 65e84cb + 76fdfa7 commit 24f2322
Show file tree
Hide file tree
Showing 2 changed files with 463 additions and 0 deletions.
37 changes: 37 additions & 0 deletions decaylanguage/data/test_example_Dst.dec
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Example decay chain for testing purposes

Alias D0sig D0
Alias anti-D0sig anti-D0
ChargeConj D0sig anti-D0sig

Alias D*+sig D*+
Alias D*-sig D*-
ChargeConj D*+sig D*-sig


Decay D*+
0.6770 D0 pi+ VSS;
0.3070 D+ pi0 VSS;
0.0160 D+ gamma VSP_PWAVE;
Enddecay

Decay D*-
0.6770 anti-D0 pi- VSS;
0.3070 D- pi0 VSS;
0.0160 D- gamma VSP_PWAVE;
Enddecay

Decay D0
1.0 K- pi+ PHSP;
Enddecay

Decay D+
1.0 K- pi+ pi+ pi0 PHSP;
Enddecay

Decay pi0
0.988228297 gamma gamma PHSP;
0.011738247 e+ e- gamma PI0_DALITZ;
0.000033392 e+ e+ e- e- PHSP;
0.000000065 e+ e- PHSP;
Enddecay
Loading

0 comments on commit 24f2322

Please sign in to comment.