CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
MSLayer::DataX0 Struct Reference

#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 MSLayersKeeperallLayers
 
float cotTheta
 
bool hasFSlope
 
bool hasX0
 
float slopeSumX0D
 
float sumX0D
 
float x0
 

Detailed Description

Definition at line 18 of file MSLayer.h.

Constructor & Destructor Documentation

MSLayer::DataX0::DataX0 ( const MSLayersKeeper al = 0)
inline

Definition at line 19 of file MSLayer.h.

20  : hasX0(false), allLayers(al) { }
const MSLayersKeeper * allLayers
Definition: MSLayer.h:28
MSLayer::DataX0::DataX0 ( float  ax0,
float  asX0D,
float  aCotTheta 
)
inline

Definition at line 21 of file MSLayer.h.

22  : hasX0(true), hasFSlope(false), x0(ax0), sumX0D(asX0D),
23  cotTheta(aCotTheta), allLayers(0) { }
const MSLayersKeeper * allLayers
Definition: MSLayer.h:28
bool hasFSlope
Definition: MSLayer.h:26
float cotTheta
Definition: MSLayer.h:27
float sumX0D
Definition: MSLayer.h:27

Member Function Documentation

void MSLayer::DataX0::setForwardSumX0DSlope ( float  aSlope)
inline

Definition at line 24 of file MSLayer.h.

References hasFSlope, and slopeSumX0D.

25  { hasFSlope= true; slopeSumX0D = aSlope; }
bool hasFSlope
Definition: MSLayer.h:26
float slopeSumX0D
Definition: MSLayer.h:27

Member Data Documentation

const MSLayersKeeper* MSLayer::DataX0::allLayers

Definition at line 28 of file MSLayer.h.

Referenced by operator<<(), MSLayer::sumX0D(), and MSLayer::x0().

float MSLayer::DataX0::cotTheta

Definition at line 27 of file MSLayer.h.

Referenced by MSLayer::sumX0D().

bool MSLayer::DataX0::hasFSlope

Definition at line 26 of file MSLayer.h.

Referenced by setForwardSumX0DSlope(), and MSLayer::sumX0D().

bool MSLayer::DataX0::hasX0

Definition at line 26 of file MSLayer.h.

Referenced by operator<<(), MSLayer::sumX0D(), and MSLayer::x0().

float MSLayer::DataX0::slopeSumX0D

Definition at line 27 of file MSLayer.h.

Referenced by setForwardSumX0DSlope(), and MSLayer::sumX0D().

float MSLayer::DataX0::sumX0D

Definition at line 27 of file MSLayer.h.

Referenced by operator<<(), and MSLayer::sumX0D().

float MSLayer::DataX0::x0

Definition at line 27 of file MSLayer.h.

Referenced by MSLayersKeeperX0Averaged::init(), operator<<(), and MSLayer::x0().