bsmart.tools.MadAnalysisExpert

Tool to run madanalysis through the PAD.

Need to specify in tools:

"MadAnalysisPADSFS" : {
    "MadGraph" : "/path/to/modeldir/bin/generate_events",
    "MA5 Path" : "/path/to/ma5",
    "MA5 Card" : "MA5 card for the PAD",
    "Process" : "process_name_without_spaces" (optional)
}

### look in MA5 recast_configuration.py for lots of useful info

Information

BSMArt Name: MadAnalysisExpert

Requires:

Settings:

  • Command: Path to ma5

  • Process: Process name

class bsmart.tools.MadAnalysisExpert.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]