Struct MaterialInteraction¶
Defined in File MaterialInteractor.hpp
Struct Documentation¶
-
struct
Acts::MaterialInteraction¶ The Material interaction struct It records the surface and the passed material This is only nessecary recorded when configured.
Public Members
-
double
deltaP= 0.0¶ The momentum change due to the interaction.
-
MaterialSlab
materialSlab¶ The effective, passed material properties including the path correction.
-
double
pathCorrection= 1.¶ The path correction factor due to non-zero incidence on the surface.
-
double
sigmaPhi2= 0.0¶ Expected phi variance due to the interactions.
-
double
sigmaQoP2= 0.0¶ Expected q/p variance due to the interactions.
-
double
sigmaTheta2= 0.0¶ Expected theta variance due to the interactions.
-
double
time= 0.0¶ The particle time at the interaction.
-
bool
updatedVolumeStep= false¶ Update the volume step to implment the proper step size.
-
const TrackingVolume *
volume= nullptr¶ The volume where the interaction occured.
-
double