bsmart.tools.MadAnalysisAllPAD

Tool to run madanalysis through the PAD, either via SFS or the regular one

Need to specify in tools:

"MadAnalysisAllPAD" : {
    "MadGraph" : "/path/to/modeldir/bin/generate_events",
    "MA5 Path" : "/path/to/ma5",
    "Analyses" [list,of,analyses],  OR "MA5 Card": "/path/to/MA5_recasting_card",
    "Process" : "process_name_without_spaces" (optional)
}

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

Information

BSMArt Name: MadAnalysisAllPAD

Requires:

Settings:

  • MadGraph: Path to generate_events

  • MA5 Path: Path to MadAnalysis5

  • Analyses: List of analyses

  • MA5 Card: Path to MA5 recasting card

  • Process: Process name

class bsmart.tools.MadAnalysisAllPAD.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]
bsmart.tools.MadAnalysisAllPAD.ReadMASummary(summaryfile)[source]