Skip to content

Commit

Permalink
Minor name change
Browse files Browse the repository at this point in the history
  • Loading branch information
diaza committed May 30, 2024
1 parent 9d495b4 commit a07a134
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copied from data/module0_flow/module0.yaml
# Argon properties
temperature: 87.17 # K
e_field: 0.50 # kV/cm
Expand Down
2 changes: 1 addition & 1 deletion yamls/module1_flow/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Resources

* ``yamls/module1_flow/resources/Geometry.yaml``

Copied and modified from ``yamls/proto_nd_flow/resources/Geometry.yaml`` I set ``det_geometry_file`` to ``data/module1_flow/module0.yaml``. I don't know if that's alright, and I don't think module0 accepted that option. ``crs_geometry_file`` is set to what I found in previously flowed file's metadata. Angela provided me with a ``lrs_geometry_file``. Also, some module workflows had ``network_agnostic`` True and others False; not sure which is correct.
Copied and modified from ``yamls/proto_nd_flow/resources/Geometry.yaml`` I set ``det_geometry_file`` to ``data/module1_flow/module0.yaml``. I don't know if that's alright, and I don't think module0 accepted that option. ``crs_geometry_file`` is set to what I found in previously flowed file's metadata. For ``lrs_geometry_file``, I copied what was in for the 2x2 and reduced it down to one module. Also, some module workflows had ``network_agnostic`` True and others False; not sure which is correct.

* ``yamls/module1_flow/resources/LArData.yaml``

Expand Down
2 changes: 1 addition & 1 deletion yamls/module1_flow/resources/Geometry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ classname: Geometry # resources/geometry.py
path: proto_nd_flow.resources.geometry
params:
path: 'geometry_info'
det_geometry_file: 'data/module1_flow/module0.yaml'
det_geometry_file: 'data/module1_flow/module1.yaml'
crs_geometry_files: ['/global/cfs/cdirs/dune/www/data/Module1/TPC12/module1_layout-2.3.16.yaml']
crs_geometry_to_module: [0]
lrs_geometry_file: 'data/module1_flow/light_module_desc-0.2.0.yaml'
Expand Down

0 comments on commit a07a134

Please sign in to comment.