bsmart.tools.resummino

Tool to run resummino

It will be necessary to provide an input file for resummino

EITHER you define an input file in ‘Input File’, containing all the process info. That file must contain the input filename and output json file that can then be read. OR the code will write it itself, potentially for several processes, for which you need to define ‘Processes’

Information

BSMArt Name: resummino

Requires:

Settings:

  • Command: Path to resummino executable

  • Input Files: List of input files

  • Processes: List of processes

  • pdf sets: List of PDF sets

  • CMS: Center of mass energy

class bsmart.tools.resummino.NewTool(name, settings, global_settings=None)[source]

Bases: HepTool

run(spc_file, temp_dir, log, data_point)[source]
bsmart.tools.resummino.writeresumminofile(fname, process, slhain, jsonout='BSMArt_resummino.json', pdfsets=['NNPDF31_lo_as_0118', 'NNPDF31_nlo_as_0118'], cms=13000.0)[source]