|
|
|||
Warning, file /drich-dev/deprecated/particleScan.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #!/bin/bash 0002 # run momentum scan for 4 different particles 0003 0004 for particle in 'e-' 'pi+' 'kaon+' 'proton'; do 0005 outname="out/count.old.$(echo $particle | sed 's/-//;s/+//').root" 0006 echo "RUN $particle output $outname" 0007 ./simulate.py -t7 -n100 -p "$particle" -o $outname 0008 ./drawHits.exe $outname 0009 done
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|