Jpp  18.5.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
doxygen.sh File Reference

Go to the source code of this file.

Functions

then echo Variable JPP_DIR
undefined exit fi source
$JPP_DIR setenv sh $JPP_DIR
&dev null if do_usage *then
usage $script fi setopt o
nomatch set_variable
NUMBER_OF_COLUMNS function 
findapps ()
 
function findscripts ()
 
function findexamples ()
 
function get_source ()
 

Variables

 script
 

Function Documentation

then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR& dev null if do_usage* then usage $script fi setopt o nomatch set_variable NUMBER_OF_COLUMNS function findapps ( )

Definition at line 28 of file doxygen.sh.

29 {
30  find $* -mindepth 1 -executable ! -regex ".*\.\(\(\|c\|z\)sh\|py\)" -printf "%f\n" | sort
31 }
function findscripts ( )

Definition at line 34 of file doxygen.sh.

35 {
36  find $* -mindepth 1 -executable -regex ".*\.\(\(\|c\|z\)sh\|py\)" -printf "%f\n" | sort
37 }
function findexamples ( )

Definition at line 40 of file doxygen.sh.

41 {
42  find $* -mindepth 1 -executable | sort
43 }
function get_source ( )

Definition at line 51 of file doxygen.sh.

52 {
53  file=`which $1 2> /dev/null`
54 
55  if [[ -n "${file}" && -x ${file} ]]; then
56  if [[ $file == *\.((|c|z)sh|py) ]]; then
57  source=${file}
58  else
59  source=`${file} -v 2> /dev/null | sed -n 's/source: *//p'`
60  fi
61  else
62  source=$1
63  fi
64 
65  echo ${source:a}
66 }
then usage $script[< detector identifier >< run range >]< QA/QCfile > nExample script to produce data quality plots nWhen a detector identifier and run range are data are downloaded from the database nand subsequently stored in the given QA QC file
Definition: JDataQuality.sh:19
then
Definition: datalogs.sh:31
const int n
Definition: JPolint.hh:786
then JCalibrateToT a
Definition: JTuneHV.sh:113
*fatal Wrong number of arguments esac notice which
Definition: sftpget.zsh:23
$WORKDIR ev_configure_dqsimulator txt echo process $DQ_SIMULATOR $i $SOURCE_HOST[$index] csh c(setenv ROOTSYS $ROOTSYS &&source $JPP_DIR/setenv.csh $JPP_DIR &&($DQ_SIMULATOR\-u\$NAME\$\-H\$SERVER\$\-M\$LOGGER\$\-d $DEBUG</dev/null > &/dev/null &))'
data_type v[N+1][M+1]
Definition: JPolint.hh:866
then echo
Definition: JQAQC.sh:96
esac $JPP_BIN JLogger sh $LOGGER until pgrep JGetMessage</dev/null > dev null

Variable Documentation

script
Initial value:
=${0##*/}
if [ -z $JPP_DIR ]

Definition at line 10 of file doxygen.sh.