SummaryRunReport

class lsst.ctrl.bps.SummaryRunReport(fields)

Bases: BaseRunReport

A summary run report.

Methods Summary

add(run_report[, use_global_id])

Add a single run info to the report.

Methods Documentation

add(run_report, use_global_id=False)

Add a single run info to the report.

Parameters:
run_reportlsst.ctrl.bps.WmsRunReport

Information for single run.

use_global_idbool, optional

If set, use global run id. Defaults to False which means that the local id will be used instead.

Only applicable in the context of a WMS using distributed job queues (e.g., HTCondor).