Class Reference for E1039 Core & Analysis Software
PHG4BlockGeomv1 Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4detectors/PHG4BlockGeomv1.h>

+ Inheritance diagram for PHG4BlockGeomv1:
+ Collaboration diagram for PHG4BlockGeomv1:

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
 
- Public Member Functions inherited from PHG4BlockGeom
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
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor More...
 
virtual ~PHObject ()
 dtor More...
 
virtual PHObjectclone () 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 ()
 
- Protected Member Functions inherited from PHG4BlockGeom
 PHG4BlockGeom ()
 

Protected Attributes

int _layer
 
double _size [3]
 
double _center [3]
 
double _rotation_z
 
double _rot_matrix [3][3]
 

Detailed Description

Definition at line 9 of file PHG4BlockGeomv1.h.

Constructor & Destructor Documentation

◆ PHG4BlockGeomv1() [1/2]

PHG4BlockGeomv1::PHG4BlockGeomv1 ( )

Definition at line 8 of file PHG4BlockGeomv1.cc.

References _center, _rot_matrix, and _size.

◆ PHG4BlockGeomv1() [2/2]

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.

+ Here is the call graph for this function:

◆ ~PHG4BlockGeomv1()

virtual PHG4BlockGeomv1::~PHG4BlockGeomv1 ( )
inlinevirtual

Definition at line 18 of file PHG4BlockGeomv1.h.

Member Function Documentation

◆ _build_rot_matrix()

void PHG4BlockGeomv1::_build_rot_matrix ( )
protected

Definition at line 92 of file PHG4BlockGeomv1.cc.

References _rot_matrix, and _rotation_z.

Referenced by PHG4BlockGeomv1(), and set_z_rot().

+ Here is the caller graph for this function:

◆ convert_global_x_to_local()

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.

◆ convert_local_to_global()

void PHG4BlockGeomv1::convert_local_to_global ( double  lx,
double  ly,
double  lz,
double &  gx,
double &  gy,
double &  gz 
) const
virtual

Reimplemented from PHG4BlockGeom.

Definition at line 66 of file PHG4BlockGeomv1.cc.

References _center, and _rot_matrix.

◆ get_center_x()

double PHG4BlockGeomv1::get_center_x ( ) const
inlinevirtual

Reimplemented from PHG4BlockGeom.

Definition at line 26 of file PHG4BlockGeomv1.h.

References _center.

◆ get_center_y()

double PHG4BlockGeomv1::get_center_y ( ) const
inlinevirtual

Reimplemented from PHG4BlockGeom.

Definition at line 27 of file PHG4BlockGeomv1.h.

References _center.

◆ get_center_z()

double PHG4BlockGeomv1::get_center_z ( ) const
inlinevirtual

Reimplemented from PHG4BlockGeom.

Definition at line 28 of file PHG4BlockGeomv1.h.

References _center.

◆ get_layer()

int PHG4BlockGeomv1::get_layer ( ) const
inlinevirtual

Reimplemented from PHG4BlockGeom.

Definition at line 22 of file PHG4BlockGeomv1.h.

References _layer.

◆ get_length()

double PHG4BlockGeomv1::get_length ( ) const
inlinevirtual

Reimplemented from PHG4BlockGeom.

Definition at line 25 of file PHG4BlockGeomv1.h.

References _size.

◆ get_rot_matrix()

double PHG4BlockGeomv1::get_rot_matrix ( const int  i,
const int  j 
) const
inlinevirtual

Reimplemented from PHG4BlockGeom.

Definition at line 35 of file PHG4BlockGeomv1.h.

References _rot_matrix.

◆ get_size_x()

double PHG4BlockGeomv1::get_size_x ( ) const
inlinevirtual

Reimplemented from PHG4BlockGeom.

Definition at line 31 of file PHG4BlockGeomv1.h.

References _size.

◆ get_size_y()

double PHG4BlockGeomv1::get_size_y ( ) const
inlinevirtual

Reimplemented from PHG4BlockGeom.

Definition at line 32 of file PHG4BlockGeomv1.h.

References _size.

◆ get_size_z()

double PHG4BlockGeomv1::get_size_z ( ) const
inlinevirtual

Reimplemented from PHG4BlockGeom.

Definition at line 33 of file PHG4BlockGeomv1.h.

References _size.

◆ get_thickness()

double PHG4BlockGeomv1::get_thickness ( ) const
inlinevirtual

Reimplemented from PHG4BlockGeom.

Definition at line 24 of file PHG4BlockGeomv1.h.

References _size.

◆ get_width()

double PHG4BlockGeomv1::get_width ( ) const
inlinevirtual

Reimplemented from PHG4BlockGeom.

Definition at line 23 of file PHG4BlockGeomv1.h.

References _size.

◆ get_z_rot()

double PHG4BlockGeomv1::get_z_rot ( ) const
inlinevirtual

Reimplemented from PHG4BlockGeom.

Definition at line 29 of file PHG4BlockGeomv1.h.

References _rotation_z.

◆ identify()

void PHG4BlockGeomv1::identify ( std::ostream &  os = std::cout) const
virtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHG4BlockGeom.

Definition at line 38 of file PHG4BlockGeomv1.cc.

References _center, _layer, _rotation_z, and _size.

◆ set_center()

void PHG4BlockGeomv1::set_center ( const double  centerx,
const double  centery,
const double  centerz 
)

Definition at line 58 of file PHG4BlockGeomv1.cc.

References _center.

◆ set_layer()

void PHG4BlockGeomv1::set_layer ( const int  i)
inlinevirtual

Reimplemented from PHG4BlockGeom.

Definition at line 37 of file PHG4BlockGeomv1.h.

References _layer.

◆ set_size()

void PHG4BlockGeomv1::set_size ( const double  sizex,
const double  sizey,
const double  sizez 
)
virtual

Reimplemented from PHG4BlockGeom.

Definition at line 49 of file PHG4BlockGeomv1.cc.

References _size.

◆ set_z_rot()

void PHG4BlockGeomv1::set_z_rot ( const double  zrot)
inlinevirtual

Reimplemented from PHG4BlockGeom.

Definition at line 43 of file PHG4BlockGeomv1.h.

References _build_rot_matrix(), and _rotation_z.

+ Here is the call graph for this function:

Member Data Documentation

◆ _center

double PHG4BlockGeomv1::_center[3]
protected

◆ _layer

int PHG4BlockGeomv1::_layer
protected

Definition at line 51 of file PHG4BlockGeomv1.h.

Referenced by get_layer(), identify(), and set_layer().

◆ _rot_matrix

double PHG4BlockGeomv1::_rot_matrix[3][3]
protected

◆ _rotation_z

double PHG4BlockGeomv1::_rotation_z
protected

Definition at line 54 of file PHG4BlockGeomv1.h.

Referenced by _build_rot_matrix(), get_z_rot(), identify(), and set_z_rot().

◆ _size

double PHG4BlockGeomv1::_size[3]
protected

The documentation for this class was generated from the following files: