SND@LHC Software
Loading...
Searching...
No Matches
genfit::MatStep Struct Reference

Simple struct containing MaterialProperties and stepsize in the material. More...

#include <AbsTrackRep.h>

Collaboration diagram for genfit::MatStep:

Public Member Functions

 MatStep ()
 

Public Attributes

MaterialProperties materialProperties_
 
double stepSize_
 

Detailed Description

Simple struct containing MaterialProperties and stepsize in the material.

Definition at line 42 of file AbsTrackRep.h.

Constructor & Destructor Documentation

◆ MatStep()

genfit::MatStep::MatStep ( )
inline

Definition at line 46 of file AbsTrackRep.h.

46 {
47 stepSize_ = 0;
48 }

Member Data Documentation

◆ materialProperties_

MaterialProperties genfit::MatStep::materialProperties_

Definition at line 43 of file AbsTrackRep.h.

◆ stepSize_

double genfit::MatStep::stepSize_

Definition at line 44 of file AbsTrackRep.h.


The documentation for this struct was generated from the following file: