#include <MSLayer.h>
Public Member Functions | |
DataX0 (const MSLayersKeeper *al=0) | |
DataX0 (float ax0, float asX0D, float aCotTheta) | |
void | setForwardSumX0DSlope (float aSlope) |
Public Attributes | |
const MSLayersKeeper * | allLayers |
float | cotTheta |
bool | hasFSlope |
bool | hasX0 |
float | slopeSumX0D |
float | sumX0D |
float | x0 |
MSLayer::DataX0::DataX0 | ( | const MSLayersKeeper * | al = 0 | ) | [inline] |
MSLayer::DataX0::DataX0 | ( | float | ax0, |
float | asX0D, | ||
float | aCotTheta | ||
) | [inline] |
void MSLayer::DataX0::setForwardSumX0DSlope | ( | float | aSlope | ) | [inline] |
Definition at line 22 of file MSLayer.h.
References hasFSlope, and slopeSumX0D.
{ hasFSlope= true; slopeSumX0D = aSlope; }
Definition at line 26 of file MSLayer.h.
Referenced by operator<<(), MSLayer::sumX0D(), and MSLayer::x0().
Definition at line 25 of file MSLayer.h.
Referenced by MSLayer::sumX0D().
Definition at line 24 of file MSLayer.h.
Referenced by setForwardSumX0DSlope(), and MSLayer::sumX0D().
Definition at line 24 of file MSLayer.h.
Referenced by operator<<(), MSLayer::sumX0D(), and MSLayer::x0().
Definition at line 25 of file MSLayer.h.
Referenced by setForwardSumX0DSlope(), and MSLayer::sumX0D().
float MSLayer::DataX0::sumX0D |
Definition at line 25 of file MSLayer.h.
Referenced by operator<<(), and MSLayer::sumX0D().
float MSLayer::DataX0::x0 |
Definition at line 25 of file MSLayer.h.
Referenced by operator<<(), and MSLayer::x0().