Belle II Software development
|
Struct to hold parameters of box volumes (examples, scintilators for cosmic test) More...
#include <ARICHGeoSupport.h>
Public Attributes | |
double | size [3] |
size coordinates | |
double | position [3] |
position coordinates | |
double | rotation [3] |
rotation coordinates | |
std::string | name |
name | |
std::string | material |
material | |
Struct to hold parameters of box volumes (examples, scintilators for cosmic test)
Definition at line 60 of file ARICHGeoSupport.h.
std::string material |
material
Definition at line 65 of file ARICHGeoSupport.h.
std::string name |
name
Definition at line 64 of file ARICHGeoSupport.h.
double position[3] |
position coordinates
Definition at line 62 of file ARICHGeoSupport.h.
double rotation[3] |
rotation coordinates
Definition at line 63 of file ARICHGeoSupport.h.
double size[3] |
size coordinates
Definition at line 61 of file ARICHGeoSupport.h.