FairRoot/PandaRoot
Public Member Functions | Public Attributes | List of all members
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 42 of file AbsTrackRep.h.

Constructor & Destructor Documentation

genfit::MatStep::MatStep ( )
inline

Definition at line 46 of file AbsTrackRep.h.

References stepSize_.

46  {
47  stepSize_ = 0;
48  }
double stepSize_
Definition: AbsTrackRep.h:44

Member Data Documentation

MaterialProperties genfit::MatStep::materialProperties_

Definition at line 43 of file AbsTrackRep.h.

double genfit::MatStep::stepSize_

Definition at line 44 of file AbsTrackRep.h.

Referenced by MatStep().


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