#include <DDShapes.h>
Public Member Functions | |
DDTubs (const cms::DDFilteredView &fview) | |
DDTubs (void)=delete | |
double | deltaPhi (void) const |
double | rIn (void) const |
double | rOut (void) const |
double | startPhi (void) const |
double | zhalf (void) const |
Public Attributes | |
const bool | valid |
Private Attributes | |
double | deltaPhi_ |
double | rIn_ |
double | rOut_ |
double | startPhi_ |
double | zHalf_ |
Definition at line 30 of file DDShapes.h.
DDTubs::DDTubs | ( | const cms::DDFilteredView & | fview | ) |
|
delete |
|
inline |
|
inline |
Definition at line 36 of file DDShapes.h.
References rIn_.
Referenced by HGCalGeomParameters::loadGeometryHexagon().
|
inline |
Definition at line 37 of file DDShapes.h.
References rOut_.
Referenced by HGCalGeomParameters::loadGeometryHexagon().
|
inline |
|
inline |
|
private |
Definition at line 48 of file DDShapes.h.
Referenced by deltaPhi().
|
private |
Definition at line 45 of file DDShapes.h.
Referenced by rIn().
|
private |
Definition at line 46 of file DDShapes.h.
Referenced by rOut().
|
private |
Definition at line 47 of file DDShapes.h.
Referenced by startPhi().
const bool cms::dd::DDTubs::valid |
Definition at line 41 of file DDShapes.h.
|
private |
Definition at line 44 of file DDShapes.h.
Referenced by zhalf().