Skip to content

Commit ff3b83f

Browse files
committed
Merge pull request #689 in B2/basf2 from feature/BII-8698-decay-files-for-double-charmonium-production_release to release/06-01
* commit 'b0eff8ef5f76718080d630a6f3175eed68d78e49': Fix charm (fourth) flag (2 c anti-c resonances = 2). Remove unnecessary spaces. Add e+ e- -> J/psi (eta_c, chi_c0, eta_c(2S)). Add e+ e- -> J/psi X.
2 parents 5882928 + b0eff8e commit ff3b83f

File tree

8 files changed

+221
-0
lines changed

8 files changed

+221
-0
lines changed

decfiles/dec/2411420000.dec

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# EventType: 2411520000
2+
# Descriptor: [e+ e- -> J/psi [-> mu+ mu-] Xdd]
3+
# NickName: ee_JpsiX_mumu
4+
# Documentation: Double charmonium production.
5+
# Tested: Yes
6+
# PhysicsWG: Charmonium
7+
# Responsible: Kirill Chilikin
8+
9+
# Cuts: None
10+
# Date: 20220113
11+
#
12+
# This decay model is intended for phase-space-dependent efficiency
13+
# determination. All exclusive decays have the PHSP distributuion.
14+
# Do not use it for one-dimensional analyses without proper reweighting.
15+
16+
Alias MyJ/psi J/psi
17+
Alias MyXdd Xdd
18+
Alias Myanti-Xdd anti-Xdd
19+
ChargeConj MyXdd Myanti-Xdd
20+
21+
# Uniform mass distribution from 1.5 to 5.5 GeV/c^2.
22+
Particle MyXdd 3.5 2.0
23+
ChangeMassMin MyXdd 1.5
24+
ChangeMassMax MyXdd 5.5
25+
LSFLAT MyXdd
26+
27+
Decay vpho
28+
1.0 MyJ/psi MyXdd PHSP;
29+
Enddecay
30+
31+
Decay MyJ/psi
32+
1.0 mu+ mu- PHOTOS PHSP;
33+
Enddecay
34+
35+
Decay MyXdd
36+
1.0 g g PYTHIA 91;
37+
Enddecay
38+
39+
CDecay Myanti-Xdd

decfiles/dec/2411520000.dec

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# EventType: 2411520000
2+
# Descriptor: [e+ e- -> J/psi [-> e+ e-] Xdd]
3+
# NickName: ee_JpsiX_mumu
4+
# Documentation: Double charmonium production.
5+
# Tested: Yes
6+
# PhysicsWG: Charmonium
7+
# Responsible: Kirill Chilikin
8+
9+
# Cuts: None
10+
# Date: 20220113
11+
#
12+
# This decay model is intended for phase-space-dependent efficiency
13+
# determination. All exclusive decays have the PHSP distributuion.
14+
# Do not use it for one-dimensional analyses without proper reweighting.
15+
16+
Alias MyJ/psi J/psi
17+
Alias MyXdd Xdd
18+
Alias Myanti-Xdd anti-Xdd
19+
ChargeConj MyXdd Myanti-Xdd
20+
21+
# Uniform mass distribution from 1.5 to 5.5 GeV/c^2.
22+
Particle MyXdd 3.5 2.0
23+
ChangeMassMin MyXdd 1.5
24+
ChangeMassMax MyXdd 5.5
25+
LSFLAT MyXdd
26+
27+
Decay vpho
28+
1.0 MyJ/psi MyXdd PHSP;
29+
Enddecay
30+
31+
Decay MyJ/psi
32+
1.0 e+ e- PHOTOS PHSP;
33+
Enddecay
34+
35+
Decay MyXdd
36+
1.0 g g PYTHIA 91;
37+
Enddecay
38+
39+
CDecay Myanti-Xdd

decfiles/dec/2892420030.dec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# EventType: 2892420060
2+
# Descriptor: [e+ e- -> J/psi [-> mu+ mu-] chi_c0]
3+
# NickName: ee_Jpsichic0_mumu
4+
# Documentation: Double charmonium production.
5+
# Tested: Yes
6+
# PhysicsWG: Charmonium
7+
# Responsible: Kirill Chilikin
8+
9+
# Cuts: None
10+
# Date: 20220113
11+
#
12+
# This decay model is intended for phase-space-dependent efficiency
13+
# determination. All exclusive decays have the PHSP distributuion.
14+
# Do not use it for one-dimensional analyses without proper reweighting.
15+
16+
Alias MyJ/psi J/psi
17+
18+
Decay vpho
19+
1.0 MyJ/psi chi_c0 PHSP;
20+
Enddecay
21+
22+
Decay MyJ/psi
23+
1.0 mu+ mu- PHOTOS PHSP

decfiles/dec/2892420060.dec

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# EventType: 2892420060
2+
# Descriptor: [e+ e- -> J/psi [-> mu+ mu-] eta_c]
3+
# NickName: ee_Jpsietac_mumu
4+
# Documentation: Double charmonium production.
5+
# Tested: Yes
6+
# PhysicsWG: Charmonium
7+
# Responsible: Kirill Chilikin
8+
9+
# Cuts: None
10+
# Date: 20220113
11+
#
12+
# This decay model is intended for phase-space-dependent efficiency
13+
# determination. All exclusive decays have the PHSP distributuion.
14+
# Do not use it for one-dimensional analyses without proper reweighting.
15+
16+
Alias MyJ/psi J/psi
17+
18+
Decay vpho
19+
1.0 MyJ/psi eta_c PHSP;
20+
Enddecay
21+
22+
Decay MyJ/psi
23+
1.0 mu+ mu- PHOTOS PHSP;
24+
Enddecay

decfiles/dec/2892420061.dec

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# EventType: 2892420060
2+
# Descriptor: [e+ e- -> J/psi [-> mu+ mu-] eta_c(2S)]
3+
# NickName: ee_Jpsietac2s_mumu
4+
# Documentation: Double charmonium production.
5+
# Tested: Yes
6+
# PhysicsWG: Charmonium
7+
# Responsible: Kirill Chilikin
8+
9+
# Cuts: None
10+
# Date: 20220113
11+
#
12+
# This decay model is intended for phase-space-dependent efficiency
13+
# determination. All exclusive decays have the PHSP distributuion.
14+
# Do not use it for one-dimensional analyses without proper reweighting.
15+
16+
Alias MyJ/psi J/psi
17+
18+
Decay vpho
19+
1.0 MyJ/psi eta_c(2S) PHSP;
20+
Enddecay
21+
22+
Decay MyJ/psi
23+
1.0 mu+ mu- PHOTOS PHSP;
24+
Enddecay

decfiles/dec/2892520030.dec

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# EventType: 2892420060
2+
# Descriptor: [e+ e- -> J/psi [-> e+ e-] chi_c0]
3+
# NickName: ee_Jpsichic0_ee
4+
# Documentation: Double charmonium production.
5+
# Tested: Yes
6+
# PhysicsWG: Charmonium
7+
# Responsible: Kirill Chilikin
8+
9+
# Cuts: None
10+
# Date: 20220113
11+
#
12+
# This decay model is intended for phase-space-dependent efficiency
13+
# determination. All exclusive decays have the PHSP distributuion.
14+
# Do not use it for one-dimensional analyses without proper reweighting.
15+
16+
Alias MyJ/psi J/psi
17+
18+
Decay vpho
19+
1.0 MyJ/psi chi_c0 PHSP;
20+
Enddecay
21+
22+
Decay MyJ/psi
23+
1.0 mu+ mu- PHOTOS PHSP;
24+
Enddecay

decfiles/dec/2892520060.dec

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# EventType: 2892420060
2+
# Descriptor: [e+ e- -> J/psi [-> e+ e-] eta_c]
3+
# NickName: ee_Jpsietac_ee
4+
# Documentation: Double charmonium production.
5+
# Tested: Yes
6+
# PhysicsWG: Charmonium
7+
# Responsible: Kirill Chilikin
8+
9+
# Cuts: None
10+
# Date: 20220113
11+
#
12+
# This decay model is intended for phase-space-dependent efficiency
13+
# determination. All exclusive decays have the PHSP distributuion.
14+
# Do not use it for one-dimensional analyses without proper reweighting.
15+
16+
Alias MyJ/psi J/psi
17+
18+
Decay vpho
19+
1.0 MyJ/psi eta_c PHSP;
20+
Enddecay
21+
22+
Decay MyJ/psi
23+
1.0 mu+ mu- PHOTOS PHSP;
24+
Enddecay

decfiles/dec/2892520061.dec

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# EventType: 2892420060
2+
# Descriptor: [e+ e- -> J/psi [-> e+ e-] eta_c(2S)]
3+
# NickName: ee_Jpsietac2s_ee
4+
# Documentation: Double charmonium production.
5+
# Tested: Yes
6+
# PhysicsWG: Charmonium
7+
# Responsible: Kirill Chilikin
8+
9+
# Cuts: None
10+
# Date: 20220113
11+
#
12+
# This decay model is intended for phase-space-dependent efficiency
13+
# determination. All exclusive decays have the PHSP distributuion.
14+
# Do not use it for one-dimensional analyses without proper reweighting.
15+
16+
Alias MyJ/psi J/psi
17+
18+
Decay vpho
19+
1.0 MyJ/psi eta_c(2S) PHSP;
20+
Enddecay
21+
22+
Decay MyJ/psi
23+
1.0 mu+ mu- PHOTOS PHSP;
24+
Enddecay

0 commit comments

Comments
 (0)