ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::RecordedMaterial Struct Reference

Simple result struct to be returned It mainly acts as an internal state which is created for every propagation/extrapolation step. More...

#include <Acts/Material/MaterialInteraction.hpp>

Collaboration diagram for Acts::RecordedMaterial:
[legend]

Public Attributes

double materialInL0 = 0.
 The accumulated materialInL0.
std::vector< MaterialInteractionmaterialInteractions
 This one is only filled when recordInteractions is switched on.
double materialInX0 = 0.
 The accumulated material in units of X0 (radiation length).

Detailed Description

Simple result struct to be returned It mainly acts as an internal state which is created for every propagation/extrapolation step.

Member Data Documentation

◆ materialInL0

double Acts::RecordedMaterial::materialInL0 = 0.

The accumulated materialInL0.

◆ materialInteractions

std::vector<MaterialInteraction> Acts::RecordedMaterial::materialInteractions

This one is only filled when recordInteractions is switched on.

◆ materialInX0

double Acts::RecordedMaterial::materialInX0 = 0.

The accumulated material in units of X0 (radiation length).