7 # ------------------------------------------------------------------------------------------
9 # Auxiliary script to print detector modules.
11 # ------------------------------------------------------------------------------------------
13 if [ -z $JPP_DIR ]; then
14 echo "Variable JPP_DIR undefined."
18 source $JPP_DIR/setenv.sh $JPP_DIR >& /dev/null
21 usage "$script <detector file>"
25 1) set_variable DETECTOR $1;;
26 *) fatal "Wrong number of arguments";;
29 eval `JPrintDetector -a $DETECTOR -O SUMMARY`
31 kill_child_processes_at_exit
33 attach getModule -a $DETECTOR
35 for STRING in $STRINGS[*]; do
37 for (( FLOOR = $FIRST_FLOOR; $FLOOR <= $LAST_FLOOR; FLOOR += 1 )); do
43 printf "(%04d,%02d) %10d\n" $STRING $FLOOR $MODULE