PandaRoot
genfit::MatStep Struct Reference

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

#include <AbsTrackRep.h>

Public Member Functions

 MatStep ()
 

Public Attributes

MaterialProperties materialProperties_
 
double stepSize_
 

Detailed Description

Simple struct containing MaterialProperties and stepsize in the material.

Definition at line 41 of file AbsTrackRep.h.

Constructor & Destructor Documentation

◆ MatStep()

genfit::MatStep::MatStep ( )
inline

Definition at line 45 of file AbsTrackRep.h.

45 { stepSize_ = 0; }
double stepSize_
Definition: AbsTrackRep.h:43

Member Data Documentation

◆ materialProperties_

MaterialProperties genfit::MatStep::materialProperties_

Definition at line 42 of file AbsTrackRep.h.

◆ stepSize_

double genfit::MatStep::stepSize_

Definition at line 43 of file AbsTrackRep.h.


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