CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
HGCalShowerShapeHelper::ShowerWidths Struct Reference

#include <HGCalShowerShapeHelper.h>

Public Member Functions

 ShowerWidths ()
 

Public Attributes

double sigma2uu
 
double sigma2vv
 
double sigma2ww
 
double sigma2xx
 
double sigma2xy
 
double sigma2yy
 
double sigma2yz
 
double sigma2zx
 
double sigma2zz
 

Detailed Description

Definition at line 62 of file HGCalShowerShapeHelper.h.

Constructor & Destructor Documentation

◆ ShowerWidths()

HGCalShowerShapeHelper::ShowerWidths::ShowerWidths ( )
inline

Definition at line 75 of file HGCalShowerShapeHelper.h.

76  : sigma2xx(0.0),
77  sigma2yy(0.0),
78  sigma2zz(0.0),
79  sigma2xy(0.0),
80  sigma2yz(0.0),
81  sigma2zx(0.0),
82  sigma2uu(0.0),
83  sigma2vv(0.0),
84  sigma2ww(0.0) {}

Member Data Documentation

◆ sigma2uu

double HGCalShowerShapeHelper::ShowerWidths::sigma2uu

◆ sigma2vv

double HGCalShowerShapeHelper::ShowerWidths::sigma2vv

◆ sigma2ww

double HGCalShowerShapeHelper::ShowerWidths::sigma2ww

◆ sigma2xx

double HGCalShowerShapeHelper::ShowerWidths::sigma2xx

◆ sigma2xy

double HGCalShowerShapeHelper::ShowerWidths::sigma2xy

◆ sigma2yy

double HGCalShowerShapeHelper::ShowerWidths::sigma2yy

◆ sigma2yz

double HGCalShowerShapeHelper::ShowerWidths::sigma2yz

◆ sigma2zx

double HGCalShowerShapeHelper::ShowerWidths::sigma2zx

◆ sigma2zz

double HGCalShowerShapeHelper::ShowerWidths::sigma2zz
HGCalShowerShapeHelper::ShowerWidths::sigma2yy
double sigma2yy
Definition: HGCalShowerShapeHelper.h:64
HGCalShowerShapeHelper::ShowerWidths::sigma2uu
double sigma2uu
Definition: HGCalShowerShapeHelper.h:71
HGCalShowerShapeHelper::ShowerWidths::sigma2vv
double sigma2vv
Definition: HGCalShowerShapeHelper.h:72
HGCalShowerShapeHelper::ShowerWidths::sigma2zz
double sigma2zz
Definition: HGCalShowerShapeHelper.h:65
HGCalShowerShapeHelper::ShowerWidths::sigma2yz
double sigma2yz
Definition: HGCalShowerShapeHelper.h:68
HGCalShowerShapeHelper::ShowerWidths::sigma2xy
double sigma2xy
Definition: HGCalShowerShapeHelper.h:67
HGCalShowerShapeHelper::ShowerWidths::sigma2ww
double sigma2ww
Definition: HGCalShowerShapeHelper.h:73
HGCalShowerShapeHelper::ShowerWidths::sigma2zx
double sigma2zx
Definition: HGCalShowerShapeHelper.h:69
HGCalShowerShapeHelper::ShowerWidths::sigma2xx
double sigma2xx
Definition: HGCalShowerShapeHelper.h:63