Skip to content

Commit 12e659b

Browse files
authored
Force Xic0 and Omegac0 decay via external decayer (#2293)
* Force Xic0 and Omegac0 decay via external decayer * Add back previous file
1 parent 7f27251 commit 12e659b

File tree

2 files changed

+112
-0
lines changed

2 files changed

+112
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
###################################################
2+
### author: Tiantian Cheng (tiantian.cheng@cern.ch)
3+
### last update: March 2025
4+
###################################################
5+
6+
Init:showChangedParticleData = on
7+
8+
4332:tau0 = 0.0803 # Omega_c0
9+
4132:tau0 = 0.0455 # Xi_c0
10+
11+
4332:onMode = off
12+
4132:onMode = off
13+
14+
# Omega_c0 (4332)
15+
4332:oneChannel = 1 0.4 0 3334 211 # Omega- pi+
16+
4332:addChannel = 1 0.4 0 3312 211 # Xi- pi+
17+
4332:addChannel = 1 0.2 0 3312 321 # Xi- K+
18+
19+
# Xi_c0 (4132)
20+
4132:oneChannel = 1 0.4 0 3312 211 # Xi- pi+
21+
4132:addChannel = 1 0.4 0 3334 321 # Omega- K+
22+
4132:addChannel = 1 0.2 0 3312 321 # Xi- K+
23+
24+
# Xi- -> Lambda pi-
25+
3312:onMode = off
26+
3312:onIfAll = 3122 -211
27+
28+
# Omega- -> Lambda K-
29+
3334:onMode = off
30+
3334:onIfAll = 3122 -321
31+
32+
# Lambda -> p pi-
33+
3122:onMode = off
34+
3122:onIfAll = 2212 -211
35+
36+
# Omega_c0
37+
4332:onIfMatch = 3334 211
38+
4332:onIfMatch = 3312 211
39+
4332:onIfMatch = 3334 321
40+
4332:onIfMatch = 3312 321
41+
42+
# Xi_c0
43+
4132:onIfMatch = 3312 211
44+
4132:onIfMatch = 3334 321
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
2+
/control/verbose 2
3+
/mcVerbose/all 1
4+
/mcVerbose/geometryManager 1
5+
/mcVerbose/opGeometryManager 1
6+
/mcTracking/loopVerbose 1
7+
/mcVerbose/composedPhysicsList 2
8+
/mcVerbose/runAction 2 # For looping thresholds control
9+
#/tracking/verbose 1
10+
#//control/cout/ignoreThreadsExcept 0
11+
12+
/mcPhysics/rangeCuts 0.001 mm
13+
/mcRegions/setRangePrecision 5
14+
/mcTracking/skipNeutrino true
15+
/mcDet/setIsMaxStepInLowDensityMaterials true
16+
/mcDet/setMaxStepInLowDensityMaterials 10 m
17+
/mcMagField/setConstDistance 1 mm
18+
/mcDet/setIsZeroMagField true
19+
/mcControl/useRootRandom true # couple G4 random seed to gRandom
20+
21+
# optical
22+
23+
/process/optical/verbose 0
24+
/process/optical/processActivation Scintillation 0
25+
/process/optical/processActivation OpWLS 0
26+
/process/optical/processActivation OpMieHG 0
27+
/process/optical/cerenkov/setTrackSecondariesFirst false
28+
/mcMagField/stepperType NystromRK4
29+
30+
# PAI for TRD
31+
# Geant4 VMC >= v3.2
32+
/mcPhysics/emModel/setEmModel PAI
33+
/mcPhysics/emModel/setRegions TRD_Gas-mix
34+
/mcPhysics/emModel/setParticles all
35+
/mcPrimaryGenerator/skipUnknownParticles true # don't crash when seeing unknown ion etc. (issue warning)
36+
37+
#
38+
# Precise Msc for EMCAL
39+
#
40+
# Geant4 VMC >= v3.2
41+
/mcPhysics/emModel/setEmModel SpecialUrbanMsc
42+
/mcPhysics/emModel/setRegions EMC_Lead$ EMC_Scintillator$
43+
/mcPhysics/emModel/setParticles e- e+
44+
45+
# combined transportation + Msc mode is currently broken for ALICE (Geant 10.2.0)
46+
/process/em/transportationWithMsc Disabled
47+
48+
#
49+
# Adding extra lines for fixing tracking bias
50+
#
51+
/mcMagField/setDeltaIntersection 1.0e-05 mm
52+
/mcMagField/setMinimumEpsilonStep 0.5e-05
53+
/mcMagField/setMaximumEpsilonStep 1.0e-05
54+
/mcMagField/printParameters
55+
56+
# Change default parameters for killing looping particles
57+
#
58+
/mcPhysics/useHighLooperThresholds
59+
/mcRun/setLooperThresholdImportantEnergy 100. MeV
60+
61+
# Define media with the INCLXX physics list; here basically in all ITS media
62+
#/mcVerbose/biasingConfigurationManager 3
63+
/mcPhysics/biasing/setModel inclxx
64+
/mcPhysics/biasing/setRegions ITS_AIR$ ITS_WATER$ ITS_COPPER$ ITS_KAPTON(POLYCH2)$ ITS_GLUE_IBFPC$ ITS_CERAMIC$ ITS_K13D2U2k$ ITS_K13D2U120$ ITS_F6151B05M$ ITS_M60J3K$ ITS_M55J6K$ ITS_FGS003$ ITS_CarbonFleece$ ITS_PEEKCF30$ ITS_GLUE$ ITS_ALUMINUM$ ITS_INOX304$ ALPIDE_METALSTACK$ ALPIDE_SI$
65+
/mcPhysics/biasing/setParticles proton neutron pi+ pi-
66+
67+
# external decayer
68+
/mcPhysics/setExtDecayerSelection omega_c0 anti_omega_c0 xi_c0 anti_xi_c0

0 commit comments

Comments
 (0)