@@ -66,8 +66,6 @@ <h1> GEMC options</h1>
66
66
< tr > < th scope ="col " > Category</ th >
67
67
< th scope ="col " > Option</ th >
68
68
< th scope ="col " > Help</ th > </ tr >
69
- < tr > < th scope ="row "> </ th > < td > INTEGRATEDDGT</ td > < td > < pre >
70
- De-activates integrated digitized output for system(s). Example: -INTEGRATEDDGT="DC, TOF"</ pre > </ td > </ tr >
71
69
< tr > < th scope ="row "> control</ th > < td > CHECK_OVERLAPS</ td > < td > < pre >
72
70
Checks Overlapping Volumes:
73
71
1. Check Overlaps at Construction Time
@@ -90,6 +88,10 @@ <h1> GEMC options</h1>
90
88
Executes commands in macro file.</ pre > </ td > </ tr >
91
89
< tr > < th scope ="row "> control</ th > < td > GUIPOS</ td > < td > < pre >
92
90
Specify the position of the QT display window. Default is at 50, 50 </ pre > </ td > </ tr >
91
+ < tr > < th scope ="row "> control</ th > < td > HARDWARESTATUS</ td > < td > < pre >
92
+ Accounts for hardware status
93
+ This flag can be used by the digitization routines to account for hardware status
94
+ </ pre > </ td > </ tr >
93
95
< tr > < th scope ="row "> control</ th > < td > HIGH_RES</ td > < td > < pre >
94
96
Use High Resolution Graphics
95
97
</ pre > </ td > </ tr >
@@ -114,9 +116,12 @@ <h1> GEMC options</h1>
114
116
- QMotifStyle</ pre > </ td > </ tr >
115
117
< tr > < th scope ="row "> control</ th > < td > RANDOM</ td > < td > < pre >
116
118
Random Engine Initialization. The argument (seed) can be an integer or the string TIME.</ pre > </ td > </ tr >
117
- < tr > < th scope ="row "> control</ th > < td > RECORD_OPTICALPHOTONS </ td > < td > < pre >
119
+ < tr > < th scope ="row "> control</ th > < td > RECORD_MIRRORS </ td > < td > < pre >
118
120
Set to one if you want to save mirror hits in the output. Default is 0.
119
121
</ pre > </ td > </ tr >
122
+ < tr > < th scope ="row "> control</ th > < td > RECORD_OPTICALPHOTONS</ td > < td > < pre >
123
+ Set to one if you want the optical photons to produce hits. Default is 0.
124
+ </ pre > </ td > </ tr >
120
125
< tr > < th scope ="row "> control</ th > < td > RECORD_PASSBY</ td > < td > < pre >
121
126
Set to one if you want to save zero energy hits in the output. Default is 0.
122
127
</ pre > </ td > </ tr >
@@ -399,8 +404,10 @@ <h1> GEMC options</h1>
399
404
If set to 1, do not write output if there are no hits in the detectors</ pre > </ td > </ tr >
400
405
< tr > < th scope ="row "> output</ th > < td > FILTER_NULL_VARIABLES</ td > < td > < pre >
401
406
If set to 1, filters out variables with no valuable info in the output.</ pre > </ td > </ tr >
407
+ < tr > < th scope ="row "> output</ th > < td > INTEGRATEDDGT</ td > < td > < pre >
408
+ De-activates integrated digitized output for system(s). Example: -INTEGRATEDDGT="DC, TOF"</ pre > </ td > </ tr >
402
409
< tr > < th scope ="row "> output</ th > < td > INTEGRATEDRAW</ td > < td > < pre >
403
- Activates integrated geant4 raw output for system(s). Example: -INTEGRATEDRAW="DC, TOF "</ pre > </ td > </ tr >
410
+ To acticate the true info for all sensitive detectors: -INTEGRATEDRAW="* "</ pre > </ td > </ tr >
404
411
< tr > < th scope ="row "> output</ th > < td > OUTPUT</ td > < td > < pre >
405
412
Type of output, output filename. Supported output: evio, txt. Example: -OUTPUT="evio, out.ev"</ pre > </ td > </ tr >
406
413
< tr > < th scope ="row "> output</ th > < td > SAVE_SELECTED</ td > < td > < pre >
0 commit comments