Skip to content
Snippets Groups Projects
Commit 05a6fc5a authored by Marilena Bandieramonte's avatar Marilena Bandieramonte
Browse files

Add geantino macro file for HGTD

parent e1df7414
No related branches found
No related tags found
No related merge requests found
########################################################################
## SET ALL VERBOSE LEVELS TO 0
## ---------------------------------------------------------------------
/control/verbose 0
/run/verbose 0
/event/verbose 0
/tracking/verbose 0
########################################################################
## SET NUMBER OF THREADS (will be ignored in case of sequential Geant4)
## ---------------------------------------------------------------------
/run/numberOfThreads 1
/control/cout/prefixString G4Worker_
########################################################################
## MAGNETIC FIELD
## ---------------------------------------------------------------------
/FSLdet/setField 0 tesla
########################################################################
## Geantino Maps Configuration
## ---------------------------------------------------------------------
/gmaps/rmin 110 mm
/gmaps/rmax 1000 mm
/gmaps/zmin 3420 mm
/gmaps/zmax 3545 mm
/gmaps/xmin 110 mm
/gmaps/xmax 1000 mm
/gmaps/ymin 110 mm
/gmaps/ymax 1000 mm
/gmaps/etamin -6
/gmaps/etamax 6
/gmaps/volumeslist HGTD
########################################################################
## INIT
## ---------------------------------------------------------------------
/run/initialize
########################################################################
## PRIMARY GENERATOR
## ---------------------------------------------------------------------
/gps/verbose 0
/gps/particle geantino
#/gps/pos/type Plane
#/gps/pos/shape Square
#/gps/pos/centre 1 2 1 cm
#/gps/pos/halfx 2 cm
#/gps/pos/halfy 2 cm
/gps/ang/type iso
/gps/energy 10 GeV
########################################################################
## EXECUTE with 100000 events
## ---------------------------------------------------------------------
/run/beamOn 100000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment