Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JPolynome1D.sh
Go to the documentation of this file.
1 #!/bin/zsh
2 #
3 # \author mdejong
4 #
5 version=1.0
6 script=${0##*/}
7 
8 # ------------------------------------------------------------------------------------------
9 #
10 # Utility script to test JPolynome1D.
11 #
12 # ------------------------------------------------------------------------------------------
13 
14 if [ -z $JPP_DIR ]; then
15  echo "Variable JPP_DIR undefined."
16  exit
17 fi
18 
19 source $JPP_DIR/setenv.sh $JPP_DIR
20 
21 if ( do_usage $* ); then
22  usage "$script"
23 fi
24 
25 # default input values
26 
27 POLYNOME="1 1 1 1"
28 
29 
30 $JPP_DIR/examples/JTools/JPolynome1D \
31  -P $POLYNOME \
32  -n 10000
exit
Definition: JPizza.sh:36
then echo
* usage
alias put_queue eval echo n
Definition: qlib.csh:19
version
Definition: JCalibratePMT.sh:7
then $DIR JPlotNPE PDG P
Definition: JPlotNPE-PDG.sh:60