~ajdobbs/maus/rootfitter

« back to all changes in this revision

Viewing changes to doc/doc_src/geometry.tex

  • Committer: Adam Dobbs
  • Date: 2017-02-28 17:58:27 UTC
  • mfrom: (1149.2.21 maus-primarychain)
  • Revision ID: phuccj@gmail.com-20170228175827-vhunrks5hzqsayb5
Merge: global recon updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
\begin{verbatim}
184
184
[...]
185
185
Geometry Number = 46
186
 
Geometry Note   = Step I geometry consistent with the October 2011 data run. All detector descriptions consistent and up to date.
 
186
Geometry Note   = Step I geometry consistent with the October 2011 data run. All detector
 
187
                  descriptions consistent and up to date.
187
188
ValidFrom       = 2011-12-01 19:17:00
188
189
Date Created    = 2015-01-07 14:19:51.055000
189
190
 
190
191
Geometry Number = 47
191
 
Geometry Note   = Step I geometry consistent with the October 2013 EMR comissioning run. All detector descriptions consistent and up to date.
 
192
Geometry Note   = Step I geometry consistent with the October 2013 EMR comissioning run.
 
193
                  All detector descriptions consistent and up to date.
192
194
ValidFrom       = 2013-10-06 19:17:00
193
195
Date Created    = 2015-01-07 14:30:32.987000
194
196
 
195
197
Geometry Number = 49
196
 
Geometry Note   = Step IV geometry with detectors including the TOFs, Ckov, EMR, Tracker, and KL included as GDML files. Update to the EMR geometry.
 
198
Geometry Note   = Step IV geometry with detectors including the TOFs, Ckov, EMR, Tracker,
 
199
                  and KL included as GDML files. Update to the EMR geometry.
197
200
ValidFrom       = 2034-01-03 19:17:00
198
201
Date Created    = 2015-03-23 17:24:23.079000
199
202
 
200
203
Geometry Number = 50
201
 
Geometry Note   = Step IV geometry with detectors including the TOFs, Ckov, EMR, Tracker, and KL included as GDML files. Written for GDMLParser. Diffuser corrected to match design specification.
 
204
Geometry Note   = Step IV geometry with detectors including the TOFs, Ckov, EMR, Tracker,
 
205
                  and KL included as GDML files. Written for GDMLParser. Diffuser
 
206
                  corrected to match design specification.
202
207
ValidFrom       = 2034-05-13 19:17:00
203
208
Date Created    = 2015-05-14 16:29:01.124000
204
209
\end{verbatim}
231
236
study requiring reprocessing the geometry then the following command
232
237
should be used:
233
238
\begin{verbatim}
234
 
> python bin/utilities/download_geometry.py --geometry_download_id 50 --geometry_download_cleanup False
 
239
> python bin/utilities/download_geometry.py --geometry_download_id 50
 
240
  --geometry_download_cleanup False
235
241
\end{verbatim}
236
242
A more complicated use is to test a prospective geometry with a
237
243
predefined beamline setting as defined using a ``tagged'' beamline:
238
244
\begin{verbatim}
239
 
> python bin/utilities/download_geometry.py --geometry_download_id 50 --geometry_download_beamline_tag '6-200+M0'
 
245
> python bin/utilities/download_geometry.py --geometry_download_id 50
 
246
  --geometry_download_beamline_tag '6-200+M0'
240
247
\end{verbatim}
241
248
 
242
249
A common usage for the geometry download is to reproduce a given
243
250
run. To simulate a representative run from the 2013 EMR run the
244
251
following command should be used:
245
252
\begin{verbatim}
246
 
> python bin/utilities/download_fit_geometry.py --geometry_download_by run_number --geometry_download_run 5519
 
253
> python bin/utilities/download_fit_geometry.py --geometry_download_by run_number
 
254
  --geometry_download_run 5519
247
255
\end{verbatim}
248
256
This function reads the beamline currents from the configuration
249
257
database and adjusts the fields of the beamline magnets appropriately.
254
262
> python bin/utilities/download_fit_geometry.py --geometry_download_by current
255
263
\end{verbatim}
256
264
All of these commands described will by default place the geometry in
257
 
the directory \${MAUS\_ROOT\_DIR}/files/geometry/download. This
258
 
directory may be changed using the
 
265
the directory\linebreak\${MAUS\_ROOT\_DIR}/files/geometry/download. This
 
266
directory may be changed using the\linebreak
259
267
\verb+--geometry_download_directory+ flag. To use the downloaded
260
 
geometry in the simulation, the \verb+--simulation_geometry_filename+
 
268
geometry in the simulation, the\linebreak\verb+--simulation_geometry_filename+
261
269
flag must be set to the download directory. 
262
270
 
263
271