Skip to content

scram::core::RiskAnalysis::EtaResult

The analysis results grouped by an event-tree.

#include <risk_analysis.h>

Public Attributes

Name
const mef::InitiatingEvent &initiating_event <br>Unique event per tree.
std::optional< Context >context <br>The alignment context.
std::unique_ptr< const EventTreeAnalysis >event_tree_analysis <br>The holder of the analysis.

Public Attributes Documentation

variable initiating_event

cpp
const mef::InitiatingEvent & initiating_event;

Unique event per tree.

variable context

cpp
std::optional< Context > context;

The alignment context.

variable event_tree_analysis

cpp
std::unique_ptr< const EventTreeAnalysis > event_tree_analysis;

The holder of the analysis.


Updated on 2026-01-09 at 21:59:11 +0000