Skip to content

Commit

Permalink
Change getting script to fetch from the correct branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Booth committed Aug 29, 2024
1 parent 582b8c0 commit 94b3e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ndlar_scripts/get_ndlar_input.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd ${DATA_DIR}
curl -O https://raw.githubusercontent.com/DUNE/larnd-sim/develop/larndsim/pixel_layouts/multi_tile_layout-3.0.40.yaml

# ndlar detector description
curl -O https://raw.githubusercontent.com/DUNE/larnd-sim/develop/larndsim/detector_properties/ndlar-module.yaml
curl -O https://raw.githubusercontent.com/DUNE/larnd-sim/production-MicroProdN1p2/larndsim/detector_properties/ndlar-module.yaml

# Placeholder
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 94b3e81

Please sign in to comment.