Skip to content
Snippets Groups Projects

MC request using splitSim to study different decay modes with converted photons

Merged Renato Quagliani requested to merge rquaglia_converted_studies into main
 
# Specify the simulation version, major versions are automatically changed to
 
# the latest patch release during submission (e.g. 09 becomes 09j)
 
sim-version: 09 # just because some analysis might need it
 
 
name: converted_gamma_studies
 
inform:
 
- rquaglia
 
- renato.quagliani@cern.ch
 
WG: RD
 
file-format: DST
 
# Samples contains a list of one or more mappings describing the productions
 
samples:
 
- event-types:
 
- 11102201 #B0 -> K* gamma
 
- 13102201 #Bs -> Phi gamma
 
- 15102309 #Lb -> Lambda gamma
 
- 12101401 #B+ -> K+ pi0 (-> gamma gamma )
 
# The data taking conditions to generate
 
data-types:
 
- 2016
 
- 2017
 
- 2018
 
# The magnet polarities to generate, defaults to ["MagDown", "MagUp"]
 
magnet-polarities:
 
- MagDown
 
- MagUp
 
# The collision types to generate, defaults to ["pp"]
 
collision-types:
 
- pp
 
num-events: 1_000_000
 
retention-rate: 0.2 # 20 % of generated events are kept if conversion is forced to happen at z<2.4 meter.
 
num-test-events: 100
 
fast-mc:
 
splitsim:
 
mode: "extend-z"
Loading