Biasing Carbon Ions

Hello Everyone
I hope you are all doing well. I want to bias Carbon ions, and my input is as follows, but I didn’t see any biasing for carbon ions, weight in detail scorer is 1. I ran the same kind of input for protons and it works fine. Please help me fix it for carbon ion. Thank u.
Ameer

##############

Biasing

/SEE/biasing/biasParticle ion
/SEE/biasing/biasProcess nuclearStopping
/SEE/biasing/biasProcess ionElastic
/SEE/biasing/biasProcess ionInelastic
/SEE/biasing/biasProcess CoulombScat
/SEE/biasing/biasProcess RadioactiveDecay
/SEE/biasing/biasProcess Decay
/SEE/biasing/biasFactor 1000
/SEE/biasing/biasNonPrimariesToo true

##############

Physics

/SEE/physics/addPhysics G4EmStandardPhysics_option4 # Default EM physics
/SEE/physics/addPhysics G4IonElasticPhysics # a hadron elastic physics module
/SEE/physics/addPhysics G4IonPhysics # a hadron inelastic physics module
/SEE/physics/addPhysics G4DecayPhysics
/SEE/physics/addPhysics G4RadioactiveDecayPhysics

Particle production range cuts

/SEE/physics/setGammaCut 1 nm # only gamma
/SEE/physics/setElectronCut 1 nm # only e-
/SEE/physics/setPositronCut 1 nm # only e+
/SEE/physics/setHadronCut 0.1 nm # applicable to protons and all other hadrons

/cuts/setLowEdge 1000 eV

/SEE/physics/listProcesses # list all physics processes

##############

Initialize

/run/initialize

##############
##############

Primaries (General Particle Source)

/gps/particle ion
/gps/ion 6 12 0 0
/gps/ene/type Mono
/gps/ene/mono 2400 MeV #200 MeV per nucleon
/gps/direction 0 0 -1
/gps/pos/centre 0 0 10 um
/gps/pos/type Plane
/gps/pos/shape Rectangle
/gps/pos/halfx 0.5 mm
/gps/pos/halfy 0.5 mm

output


image