Skip to content
Snippets Groups Projects
Commit 7169b77e authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: scripts/view20/generate_eps

parent bf3024fa
No related branches found
No related tags found
1 merge request!181Fix view20
This commit is part of merge request !181. Comments created here will be created in the context of that merge request.
......@@ -68,9 +68,9 @@ pdftoppm ${FILE_TAG}.pdf ${FILE_TAG} -png -singlefile -cropbox -thinlinemode sol
#npdet_info print EcalEndcapN_z0 --value-only ../../athena.xml
#180.5 cm
zcut=$(npdet_info print EcalEndcapN_z0 --value-only ../../athena.xml | tail -1)
NMOD1=`npdet_info print EcalEndcapN_NModules_Sector1 ${DETECTOR_PATH}/calorimeters.xml | tail -1`
NMOD2=`npdet_info print EcalEndcapN_NModules_Sector2 ${DETECTOR_PATH}/calorimeters.xml | tail -1`
zcut=$(npdet_info print EcalEndcapN_z0 --value-only ${DETECTOR_PATH}/athena.xml )
NMOD1=$(npdet_info print EcalEndcapN_NModules_Sector1 --value-only ${DETECTOR_PATH}/calorimeters.xml )
NMOD2=$(npdet_info print EcalEndcapN_NModules_Sector2 --value-only ${DETECTOR_PATH}/calorimeters.xml )
echo "NMOD1 = ${NMOD1}"
echo "NMOD2 = ${NMOD2}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment