#include <MSLayer.h>
Public Member Functions | |
DataX0 (const MSLayersKeeper *al=nullptr) | |
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 |
|
inline |
|
inline |
|
inline |
const MSLayersKeeper* MSLayer::DataX0::allLayers |
Definition at line 33 of file MSLayer.h.
Referenced by MSLayer::sumX0D(), and MSLayer::x0().
float MSLayer::DataX0::cotTheta |
Definition at line 32 of file MSLayer.h.
Referenced by MSLayer::sumX0D().
bool MSLayer::DataX0::hasFSlope |
Definition at line 31 of file MSLayer.h.
Referenced by setForwardSumX0DSlope(), and MSLayer::sumX0D().
bool MSLayer::DataX0::hasX0 |
Definition at line 31 of file MSLayer.h.
Referenced by MSLayer::sumX0D(), and MSLayer::x0().
float MSLayer::DataX0::slopeSumX0D |
Definition at line 32 of file MSLayer.h.
Referenced by setForwardSumX0DSlope(), and MSLayer::sumX0D().
float MSLayer::DataX0::sumX0D |
Definition at line 32 of file MSLayer.h.
Referenced by MSLayer::sumX0D().
float MSLayer::DataX0::x0 |
Definition at line 32 of file MSLayer.h.
Referenced by MSLayersKeeperX0Averaged::MSLayersKeeperX0Averaged(), and MSLayer::x0().