From a07a1343429dd058b6c8fe0848868ca256352a42 Mon Sep 17 00:00:00 2001 From: Alejandro Diaz Date: Wed, 29 May 2024 19:20:07 -0700 Subject: [PATCH] Minor name change --- data/module1_flow/{module0.yaml => module1.yaml} | 1 + yamls/module1_flow/notes.rst | 2 +- yamls/module1_flow/resources/Geometry.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename data/module1_flow/{module0.yaml => module1.yaml} (98%) diff --git a/data/module1_flow/module0.yaml b/data/module1_flow/module1.yaml similarity index 98% rename from data/module1_flow/module0.yaml rename to data/module1_flow/module1.yaml index 227edbc7..586ccbb1 100644 --- a/data/module1_flow/module0.yaml +++ b/data/module1_flow/module1.yaml @@ -1,3 +1,4 @@ +# Copied from data/module0_flow/module0.yaml # Argon properties temperature: 87.17 # K e_field: 0.50 # kV/cm diff --git a/yamls/module1_flow/notes.rst b/yamls/module1_flow/notes.rst index 9751f406..3a333413 100644 --- a/yamls/module1_flow/notes.rst +++ b/yamls/module1_flow/notes.rst @@ -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`` diff --git a/yamls/module1_flow/resources/Geometry.yaml b/yamls/module1_flow/resources/Geometry.yaml index 5815b755..e1b891db 100644 --- a/yamls/module1_flow/resources/Geometry.yaml +++ b/yamls/module1_flow/resources/Geometry.yaml @@ -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'