rundphase311.sh
Go to the documentation of this file.
1 #!/bin/bash
2 
3 #####################################
4 ### 3x1x1 dual phase (drift in Y) ###
5 #####################################
6 
7 # with wires for larcore
8 perl generate_3x1x1dphase_driftY.pl -w 1 -o 3x1x1dphase_driftY_geo.xml
9 perl make_gdml.pl -i 3x1x1dphase_driftY_geo.xml -o 3x1x1dphase_driftY.gdml
10 
11 # clean up
12 rm 3x1x1dphase_driftY_geo.xml
13 rm 3x1x1dphase_driftY_*.gdml
14 
15 # no wires for geant
16 perl generate_3x1x1dphase_driftY.pl -w 0 -o 3x1x1dphase_driftY_geo_nowires.xml
17 perl make_gdml.pl -i 3x1x1dphase_driftY_geo_nowires.xml -o 3x1x1dphase_driftY_nowires.gdml
18 
19 # clean up
20 rm 3x1x1dphase_driftY_geo_nowires.xml
21 rm 3x1x1dphase_driftY_nowires_*.gdml
22