track-response.sh
Go to the documentation of this file.
1 #!/bin/bash
2 
3 uboone_tarball=/opt/bviren/wct-dev/share/wirecell/data/ub_10.tar.gz
4 dune_tarball=/opt/bviren/wct-dev/share/wirecell/data/dune_4.71.tar.gz
5 
6 set -x
7 wirecell-sigproc plot-garfield-track-response \
8  --ymin -60 \
9  --ymax 100 \
10  --electrons 20881 \
11  --adc-gain 1.0 \
12  --adc-voltage 1.4 \
13  --tick-padding 40 \
14  $dune_tarball track-response-dune.pdf
15 
16 wirecell-sigproc plot-garfield-track-response \
17  $uboone_tarball track-response-uboone.pdf