Skip to content

Commit

Permalink
Update get_proto_nd_input.sh for MR6
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkramer committed Sep 1, 2024
1 parent f7fcc86 commit 8f3783c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/proto_nd_scripts/get_proto_nd_input.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ HERE=`pwd`
cd ${DATA_DIR}

# tile layout describing a *single* module (fix me)
curl -O https://raw.githubusercontent.com/DUNE/larnd-sim/develop/larndsim/pixel_layouts/multi_tile_layout-2.4.16.yaml
curl -O https://raw.githubusercontent.com/DUNE/larnd-sim/develop/larndsim/pixel_layouts/multi_tile_layout-2.5.16.yaml
curl -O https://raw.githubusercontent.com/DUNE/larnd-sim/MiniRun6-v1/larndsim/pixel_layouts/multi_tile_layout-2.4.16.yaml
curl -O https://raw.githubusercontent.com/DUNE/larnd-sim/MiniRun6-v1/larndsim/pixel_layouts/multi_tile_layout-2.5.16.yaml

# 2x2 detector description
curl -O https://raw.githubusercontent.com/DUNE/larnd-sim/develop/larndsim/detector_properties/2x2.yaml
curl -O https://raw.githubusercontent.com/DUNE/larnd-sim/MiniRun6-v1/larndsim/detector_properties/2x2.yaml

# place holder for run list
curl -O https://portal.nersc.gov/project/dune/data/2x2/simulation/kwood_dev/proto_nd_flow_inputs/runlist-2x2-mcexample.txt
Expand Down

0 comments on commit 8f3783c

Please sign in to comment.