#include <DDShapes.h>
Public Member Functions | |
DDBox (const cms::DDFilteredView &fview) | |
DDBox (void)=delete | |
double | halfX () const |
double | halfY () const |
double | halfZ () const |
Public Attributes | |
const bool | valid |
Private Attributes | |
double | dx_ |
double | dy_ |
double | dz_ |
Definition at line 14 of file DDShapes.h.
DDBox::DDBox | ( | const cms::DDFilteredView & | fview | ) |
|
delete |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 26 of file DDShapes.h.
Referenced by halfX().
|
private |
Definition at line 26 of file DDShapes.h.
Referenced by halfY().
|
private |
Definition at line 26 of file DDShapes.h.
Referenced by halfZ().
const bool cms::dd::DDBox::valid |
Definition at line 23 of file DDShapes.h.