-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test suite to verify all EvtGen models are parsed correctly - take 5 (#…
…380) * Add .dec files for more model tests * Test them
- Loading branch information
1 parent
5adef1b
commit 3987b65
Showing
11 changed files
with
156 additions
and
12 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,7 @@ | ||
# File for testing purposes. Contains a single decay mode with a specific model. | ||
|
||
Decay B+sig | ||
0.000078 pi0 e+ nu_e PHOTOS BCL 0.419 -0.495 -0.43 0.22 0.510 -1.700 1.53 4.52; | ||
Enddecay | ||
|
||
End |
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,7 @@ | ||
# File for testing purposes. Contains a single decay mode with a specific model. | ||
|
||
Decay anti-B0sig | ||
0.051100000 D*+sig mu- anti-nu_mu BGL 0.02596 -0.06049 0.01311 0.01713 0.00753 -0.09346; | ||
Enddecay | ||
|
||
End |
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,7 @@ | ||
# File for testing purposes. Contains a single decay mode with a specific model. | ||
|
||
Decay B+ | ||
1.000 e- e+ nu_mu mu+ BLLNUL 0.026 0.01 2.9; | ||
Enddecay | ||
|
||
End |
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,7 @@ | ||
# File for testing purposes. Contains a single decay mode with a specific model. | ||
|
||
Decay B0 | ||
1.0 K+ K- pi+ pi- BNOCBPTOKSHHH; | ||
Enddecay | ||
|
||
End |
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,31 @@ | ||
# File for testing purposes. Contains a single decay mode with a specific model. | ||
|
||
|
||
# Documentation: | ||
# ISR contribution only | ||
# Input parameters mu - the scale parameter (in GeV's) | ||
# Nf - number of "effective" flavors (for b-quark Nf=5) | ||
# sr - state radiation type | ||
# res_swch - resonant switching parameter | ||
# ias - switching parameter for \alpha_s(M_Z) value | ||
# Wolfenstein parameterization for CKM matrix | ||
# Egamma - minimum energy of the photon (in GeV) | ||
# mumumass_min - minimum invariant mass of the two muons (in GeV) | ||
# EndDocumentation | ||
Define mu 5.0 | ||
Define Nf 5 | ||
Define sr 0 | ||
Define res_swch 0 | ||
Define ias 1 | ||
Define Egamma 0.000001 | ||
Define A 0.8250 | ||
Define lambda 0.22509 | ||
Define barrho 0.1598 | ||
Define bareta 0.3499 | ||
Define mumumass_min 4.5 | ||
|
||
Decay B0 | ||
1.000 gamma mu+ mu- BSTOGLLISRFSR mu Nf sr res_swch ias Egamma A lambda barrho bareta mumumass_min; | ||
Enddecay | ||
|
||
End |
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,17 @@ | ||
# File for testing purposes. Contains a single decay mode with a specific model. | ||
|
||
Define mu 5.0 | ||
Define Nf 5 | ||
Define res_swch 1 | ||
Define ias 1 | ||
Define Egamma 0.02 | ||
Define A 0.88 | ||
Define lambda 0.227 | ||
Define barrho 0.22 | ||
Define bareta 0.34 | ||
|
||
Decay B_s0 | ||
1.000 gamma e+ e- BSTOGLLMNT mu Nf res_swch ias Egamma A lambda barrho bareta; | ||
Enddecay | ||
|
||
End |
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,7 @@ | ||
# File for testing purposes. Contains a single decay mode with a specific model. | ||
|
||
Decay B_s0 | ||
1.0 mu+ mu- K+ K- BS_MUMUKK 0., 0., -0.03, 1., 0.11, 3.315, -0.03, 1., 0.5241, 0., -0.03, 1., 0.2504, 0.06159, -0.03, 1., -3.26, -0.03, 1., 0.6603, 0.0805, 17.7, 0.9499, 1.2, 1; | ||
Enddecay | ||
|
||
End |
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,10 @@ | ||
# File for testing purposes. Contains a single decay mode with a specific model. | ||
|
||
Define dm 0.507e12 | ||
Define alpha 1.365 | ||
|
||
Decay B0sig | ||
1.0 pi+ pi- pi0 BTO3PI_CP dm alpha; | ||
Enddecay | ||
|
||
End |
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,12 @@ | ||
# File for testing purposes. Contains a single decay mode with a specific model. | ||
|
||
# CPV parameters. | ||
Define gamma 1.22 # 70 degrees | ||
Define delta 2.27 # 130 degrees | ||
Define rB 0.10 | ||
|
||
Decay B+sig | ||
1.000 my-anti-D0 K+ BTODDALITZCPK gamma delta rB; | ||
Enddecay | ||
|
||
End |
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,7 @@ | ||
# File for testing purposes. Contains a single decay mode with a specific model. | ||
|
||
Decay B- | ||
1.0 p+ anti-p- tau- anti-nu_tau PHOTOS BToDiBaryonlnupQCD 67.7 -280.0 -38.3 -840.0 -10.1 -157.0 800000; | ||
Enddecay | ||
|
||
End |
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