Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4detectors/PHG4BlockGeomv1.h>
Public Member Functions | |
PHG4BlockGeomv1 () | |
PHG4BlockGeomv1 (const int layer, const double sizex, const double sizey, const double sizez, const double centerx, const double centery, const double centerz, const double zrot) | |
virtual | ~PHG4BlockGeomv1 () |
void | identify (std::ostream &os=std::cout) const |
int | get_layer () const |
double | get_width () const |
double | get_thickness () const |
double | get_length () const |
double | get_center_x () const |
double | get_center_y () const |
double | get_center_z () const |
double | get_z_rot () const |
double | get_size_x () const |
double | get_size_y () const |
double | get_size_z () const |
double | get_rot_matrix (const int i, const int j) const |
void | set_layer (const int i) |
void | set_size (const double sizex, const double sizey, const double sizez) |
void | set_center (const double centerx, const double centery, const double centerz) |
void | set_z_rot (const double zrot) |
void | convert_local_to_global (double, double, double, double &, double &, double &) const |
void | convert_global_x_to_local (double, double, double, double &, double &, double &) const |
![]() | |
virtual | ~PHG4BlockGeom () |
virtual void | set_place (const double placex, const double placey, const double placez) |
virtual void | convert_global_to_local (const double, const double, const double, double &, double &, double &) const |
![]() | |
PHObject () | |
ctor More... | |
virtual | ~PHObject () |
dtor More... | |
virtual PHObject * | clone () const |
Virtual copy constructor. More... | |
virtual void | Reset () |
Clear Event. More... | |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data More... | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
void | SplitLevel (const int i) |
int | SplitLevel () const |
void | BufferSize (const int i) |
int | BufferSize () const |
Protected Member Functions | |
void | _build_rot_matrix () |
![]() | |
PHG4BlockGeom () | |
Protected Attributes | |
int | _layer |
double | _size [3] |
double | _center [3] |
double | _rotation_z |
double | _rot_matrix [3][3] |
Definition at line 9 of file PHG4BlockGeomv1.h.
PHG4BlockGeomv1::PHG4BlockGeomv1 | ( | ) |
Definition at line 8 of file PHG4BlockGeomv1.cc.
References _center, _rot_matrix, and _size.
PHG4BlockGeomv1::PHG4BlockGeomv1 | ( | const int | layer, |
const double | sizex, | ||
const double | sizey, | ||
const double | sizez, | ||
const double | centerx, | ||
const double | centery, | ||
const double | centerz, | ||
const double | zrot | ||
) |
Definition at line 19 of file PHG4BlockGeomv1.cc.
References _build_rot_matrix(), _center, and _size.
|
inlinevirtual |
Definition at line 18 of file PHG4BlockGeomv1.h.
|
protected |
Definition at line 92 of file PHG4BlockGeomv1.cc.
References _rot_matrix, and _rotation_z.
Referenced by PHG4BlockGeomv1(), and set_z_rot().
void PHG4BlockGeomv1::convert_global_x_to_local | ( | double | gx, |
double | gy, | ||
double | gz, | ||
double & | lx, | ||
double & | ly, | ||
double & | lz | ||
) | const |
Definition at line 79 of file PHG4BlockGeomv1.cc.
References _center, and _rot_matrix.
|
virtual |
Reimplemented from PHG4BlockGeom.
Definition at line 66 of file PHG4BlockGeomv1.cc.
References _center, and _rot_matrix.
|
inlinevirtual |
Reimplemented from PHG4BlockGeom.
Definition at line 26 of file PHG4BlockGeomv1.h.
References _center.
|
inlinevirtual |
Reimplemented from PHG4BlockGeom.
Definition at line 27 of file PHG4BlockGeomv1.h.
References _center.
|
inlinevirtual |
Reimplemented from PHG4BlockGeom.
Definition at line 28 of file PHG4BlockGeomv1.h.
References _center.
|
inlinevirtual |
Reimplemented from PHG4BlockGeom.
Definition at line 22 of file PHG4BlockGeomv1.h.
References _layer.
|
inlinevirtual |
Reimplemented from PHG4BlockGeom.
Definition at line 25 of file PHG4BlockGeomv1.h.
References _size.
|
inlinevirtual |
Reimplemented from PHG4BlockGeom.
Definition at line 35 of file PHG4BlockGeomv1.h.
References _rot_matrix.
|
inlinevirtual |
Reimplemented from PHG4BlockGeom.
Definition at line 31 of file PHG4BlockGeomv1.h.
References _size.
|
inlinevirtual |
Reimplemented from PHG4BlockGeom.
Definition at line 32 of file PHG4BlockGeomv1.h.
References _size.
|
inlinevirtual |
Reimplemented from PHG4BlockGeom.
Definition at line 33 of file PHG4BlockGeomv1.h.
References _size.
|
inlinevirtual |
Reimplemented from PHG4BlockGeom.
Definition at line 24 of file PHG4BlockGeomv1.h.
References _size.
|
inlinevirtual |
Reimplemented from PHG4BlockGeom.
Definition at line 23 of file PHG4BlockGeomv1.h.
References _size.
|
inlinevirtual |
Reimplemented from PHG4BlockGeom.
Definition at line 29 of file PHG4BlockGeomv1.h.
References _rotation_z.
|
virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHG4BlockGeom.
Definition at line 38 of file PHG4BlockGeomv1.cc.
References _center, _layer, _rotation_z, and _size.
void PHG4BlockGeomv1::set_center | ( | const double | centerx, |
const double | centery, | ||
const double | centerz | ||
) |
Definition at line 58 of file PHG4BlockGeomv1.cc.
References _center.
|
inlinevirtual |
Reimplemented from PHG4BlockGeom.
Definition at line 37 of file PHG4BlockGeomv1.h.
References _layer.
|
virtual |
Reimplemented from PHG4BlockGeom.
Definition at line 49 of file PHG4BlockGeomv1.cc.
References _size.
|
inlinevirtual |
Reimplemented from PHG4BlockGeom.
Definition at line 43 of file PHG4BlockGeomv1.h.
References _build_rot_matrix(), and _rotation_z.
|
protected |
Definition at line 53 of file PHG4BlockGeomv1.h.
Referenced by convert_global_x_to_local(), convert_local_to_global(), get_center_x(), get_center_y(), get_center_z(), identify(), PHG4BlockGeomv1(), and set_center().
|
protected |
Definition at line 51 of file PHG4BlockGeomv1.h.
Referenced by get_layer(), identify(), and set_layer().
|
protected |
Definition at line 57 of file PHG4BlockGeomv1.h.
Referenced by _build_rot_matrix(), convert_global_x_to_local(), convert_local_to_global(), get_rot_matrix(), and PHG4BlockGeomv1().
|
protected |
Definition at line 54 of file PHG4BlockGeomv1.h.
Referenced by _build_rot_matrix(), get_z_rot(), identify(), and set_z_rot().
|
protected |
Definition at line 52 of file PHG4BlockGeomv1.h.
Referenced by get_length(), get_size_x(), get_size_y(), get_size_z(), get_thickness(), get_width(), identify(), PHG4BlockGeomv1(), and set_size().