SecDec/loop/justnumericsloop.pl [ Perl Scripts ]

[ Top ] [ Perl Scripts ]

NAME

    justnumericsloop.pl

USAGE

  ./justnumericsloop.pl 

USES

  $paramfile, header.pm, makejob.pm, launchjob.pm, getinfo.pm dirform.pm
  as a template - batch

  USED BY 

PURPOSE

  if different phase space points are required for the same graph, justnumericsloop.pl
  will use the f*.f or f*.cc already made using subexploop.pl, and follow the same 
  route as subexploop.pl from this point.

INPUTS

  $paramfile (default is paramloop.input) read via module header
    
  RESULT
  if $exe>=0, batch*l*h* and where applicable job*l*h* are created.
  if $exe==1, this is not applicable, so $exe is taken to be 4
  if $exe>=2, intermediate files are created by polenumerics.pl (from batch*l*h*)
  if $exe>=3, .exes are made for the numerical integrations
  if $exe==4, .exes are run/submitted

  OPTIONS
  to use a paramloop.input file with a different name
  use option "-p paramfile" 
  to specify a different directory to work in
  use option "-d workingdirectory" 

SEE ALSO

  polenumerics.pl, subexploop.pl, batch, header.pm, makejob.pm launchjob.pm getinfo.pm