bsmart.tools.HackAnalysis_LO

Tool to run HackAnalysis with event generation handled internally by pythia.

Need to specify in tools:

"HackAnalysis_LO" : {
    "Command" : "/path/to/executable", (i.e. analysePYTHIA.exe)
    "YAML file" "<NAME>.yaml"    (file for configuring HackAnalysis run  )
}

Note that the pythia configuration file must also be present in the launch directory, and you must specify it in the YAML file.

Information

BSMArt Name: HackAnalysis_LO

Requires:
  • pyyaml

Settings:

  • Command: Path to executable

  • YAML file: Configuration YAML file

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

Bases: HepTool

Runs madgraph and extracts the cross-section plus uncertainty

run(spc_file, temp_dir, log, data_point)[source]