On this page

Event

gammaloop Class

Event()

Accepted cut event with momenta, its primary weight, and auxiliary weights.

Member details

incoming_momenta

Property · read-only
#
incoming_momenta: list[FourMomentum]

Incoming four-momenta, aligned with cut_info.incoming_pdgs.

outgoing_momenta

Property · read-only
#
outgoing_momenta: list[FourMomentum]

Outgoing four-momenta, aligned with cut_info.outgoing_pdgs.

cut_info

Property · read-only
#
cut_info: CutInfo

Cut, graph, orientation, and loop-basis identifiers for this event.

weight

Property · read-only
#
weight: Any

Primary complex event weight.

additional_weights

Property · read-only
#
additional_weights: list[AdditionalWeight]

Named auxiliary complex weights such as threshold-counterterm contributions.

__str__

Method
#
__str__() -> str

Return a human-readable event summary.

__repr__

Method
#
__repr__() -> str

Return the human-readable event summary.