gibuu is hosted by Hepforge, IPPP Durham
GiBUU

TABLE OF CONTENTS


/formfactors_A_input [ Modules ]

[ Top ] [ Modules ]

NAME

module formfactors_A_input

PURPOSE

This module includes input to the formfactors. In addition it collects routines common to all formfactors_A_* modules

INPUTS

NAMELIST 'formfactors_pion'

NOTES

here is also the right place to define the routines 'get_i' and 'get_neighbors', which are multiple defined.


formfactors_A_input/which_MaidVersion [ Global module-variables ]

[ Top ] [ formfactors_A_input ] [ Global module-variables ]

SOURCE

  integer, save :: which_MaidVersion=2

PURPOSE

choice of MAID version: 1=2003, 2=2007


formfactors_A_input/formfactors_pion [ Namelists ]

[ Top ] [ formfactors_A_input ] [ Namelists ]

NAME

NAMELIST formfactors_pion

PURPOSE

This namelist includes the following switches:


formfactors_A_input/ValidateVars [ Subroutines ]

[ Top ] [ formfactors_A_input ] [ Subroutines ]

NAME

subroutine ValidateVars(W, theta, Q2, Wmin, Wmax, thetaMin, thetaMax, Q2min, Q2max, ModName)

PURPOSE

Check whether the the given parameters are in the valid range.

OUTPUT

The routine returns .false. if W is above the supported range (else .true.). It stops with an error if a violation of the theta or Q**2 bounds occurs.