Package models :: Module check_param_card
[hide private]
[frames] | no frames]

Module check_param_card

source code

Classes [hide private]
  InvalidParamCard
a class for invalid param_card
  Parameter
A class for a param_card parameter
  Block
list of parameter
  ParamCard
a param Card: list of Block
  ParamCardMP
a param Card: list of Block with also MP definition of variables
  ParamCardIterator
A class keeping track of the scan: flag in the param_card and having an __iter__() function to scan over all the points of the scan.
  ParamCardRule
A class for storing the linked between the different parameter of the param_card.
Functions [hide private]
 
convert_to_slha1(path, outputpath=None) source code
 
convert_to_mg5card(path, outputpath=None, writting=True) source code
 
make_valid_param_card(path, restrictpath, outputpath=None)
modify the current param_card such that it agrees with the restriction
source code
 
check_valid_param_card(path, restrictpath=None)
check if the current param_card agrees with the restriction
source code
Variables [hide private]
  logger = logging.getLogger('madgraph.models')
  args = sys.argv
  __package__ = 'models'