~ryan-bayes/nufactory/trunk

« back to all changes in this revision

Viewing changes to mindG4/config/pppXX.mindG4.cry.config

  • Committer: Ryan Bayes
  • Date: 2013-03-04 13:01:19 UTC
  • Revision ID: ryan.bayes@glasgow.ac.uk-20130304130119-c0da69osprzt5p9y
Inital commit of simulation package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
### ---------------------------------------------------------------------------
 
2
###  $Id: example_mindG4.config 436 2010-11-03 15:06:50Z alaing $
 
3
###
 
4
###  Example configuration file for the mindG4 application.
 
5
### ---------------------------------------------------------------------------  
 
6
 
 
7
 
 
8
### JOB options ###########################################
 
9
JOB output_dst    S DDD/G4_out/pppXXX/pppXXX_NN.dst.root
 
10
JOB number_events I MMM
 
11
 
 
12
JOB random_seed I 13243NN
 
13
 
 
14
### GEOMETRY configuration parameters #####################
 
15
 
 
16
### Detector dimensions (in mm)
 
17
GEOMETRY width  D 14000.
 
18
GEOMETRY height D 14000.
 
19
GEOMETRY length D 14000.
 
20
GEOMETRY ear_width D 1230.3
 
21
GEOMETRY ear_height D 8118.3
 
22
 
 
23
### Calorimeter layers thicknesses (in mm)
 
24
GEOMETRY active_thickness  D 20.
 
25
GEOMETRY passive_thickness D 30.
 
26
 
 
27
### Active and passive materials (see documentation for values)
 
28
GEOMETRY active_material  S G4_POLYSTYRENE
 
29
GEOMETRY passive_material S G4_Fe
 
30
 
 
31
### Uncomment if you want to simulate TASD.
 
32
## Sets all volumes as sensitive detectors.
 
33
## Remember to use G4_POLYSTYRENE as passive_material as well!!.
 
34
# GEOMETRY TASD I 0
 
35
 
 
36
### number of active layers per piece. (number of gaps should be 1 greater!)
 
37
GEOMETRY num_active_layers I 1
 
38
 
 
39
### Air gaps between layers (in mm)
 
40
GEOMETRY gap1 D 1.
 
41
GEOMETRY gap2 D 1.
 
42
GEOMETRY gap3 D 1.
 
43
GEOMETRY gap4 D 1.
 
44
 
 
45
### MAgnetic field. Still uniform vector.(T)
 
46
## A single bit to turn the uinform field off in favour of a toroidal field
 
47
GEOMETRY isUniform I 0
 
48
 
 
49
# if uniform then [bx,by,bz]. if toroidal then [br,btheta,bphi]
 
50
GEOMETRY field DV 3
 
51
0.
 
52
1.
 
53
0.
 
54
 
 
55
# If we wish to use a field map then the identity of the field map
 
56
# must be entered here.
 
57
GEOMETRY FieldMap S /data/neutrino04/common_SW/MIND/mindG4/MIND_field_map_files-5_cm_grid/iron_field_halfplane_1.res
 
58
# GEOMETRY FieldMap S /data/neutrino04/common_SW/MIND/mindG4/MIND_field_map_files-5_cm_grid/iron_field_halfplane_2.res
 
59
# GEOMETRY FieldMap S /data/neutrino04/common_SW/MIND/mindG4/MIND_field_map_files-5_cm_grid/smoothing_test.res
 
60
 
 
61
GEOMETRY FieldScaling D FFF
 
62
 
 
63
### GENERATION configuration parameters ################### 
 
64
 
 
65
### Three generators, SINGLE_PARTICLE, NUANCE and GENIE, with different
 
66
### configuration parameters, are available. The first is chosen
 
67
### as default. Comment out the following lines if you want to
 
68
### use the latter.
 
69
 
 
70
# GENERATION generator S GENIE
 
71
GENERATION generator S CRY
 
72
 
 
73
# GENERATION particle_name S mu+
 
74
 
 
75
### Particle energy will be sample between these two values (in GeV)
 
76
# GENERATION energy_min    D 0.300
 
77
# GENERATION energy_max    D 3.000
 
78
 
 
79
### Uncomment the following lines if you want to use the NUANCE
 
80
### event generator.
 
81
#
 
82
### NUANCE/GENIE data files for passive and active materials!! Set the filenames here!!
 
83
 
 
84
# GENERATION active_material_data S DDD/genie_samples/pppXXX/ev0_nnn_jjj_1000060120[0.922582],1000010010[0.077418]_LLL.root
 
85
# GENERATION passive_material_data S DDD/genie_samples/pppXXX/ev0_NN_jjj_1000260560_QQQ.root
 
86
#
 
87
# GENERATION srystring S "returnNeutrons 1 returnProtons 1 returnGammas 1 returnPions 1 returnKaons 1 date 11-11-2012 latitude 41.83 altitude 0 subboxLength 15"
 
88
GENERATION crydata S /data/neutrino04/common_SW/MIND/cry_v1.7/data
 
89
GENERATION crysurface I CC
 
90
 
 
91
### Vertex location (RANDOM, ACTIVE, PASSIVE, FIXED).
 
92
# GENERATION vertex_location S RANDOM
 
93
 
 
94
 
 
95
# Vertex if FIXED requested.
 
96
#GENERATION fvert DV 3
 
97
#0.
 
98
#0.
 
99
#-18000
 
100
#
 
101
 
 
102
 
 
103
### PHYSICS configuration parameters ######################
 
104
 
 
105
### Production cut (in mm) for secondaries
 
106
PHYSICS production_cut D 30.
 
107
#
 
108
### Minimum Kinetic energy for a particle to be tracked (MeV).
 
109
PHYSICS minimum_kinEng D 100.
 
110
 
 
111
 
 
112
 
 
113
 
 
114
 
 
115