Class Reference for E1039 Core & Analysis Software
PHG4CylinderGeomv4 Class Reference

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

+ Inheritance diagram for PHG4CylinderGeomv4:
+ Collaboration diagram for PHG4CylinderGeomv4:

Public Member Functions

 PHG4CylinderGeomv4 ()
 
 PHG4CylinderGeomv4 (const int lnsensors, const int lnz, const int nspc, int nsc, const int nstag, const double lr, const double rs, const double szs, const double sps, const double sxo, double syo, const double szsp, const double sys, const double tck, const double st)
 
virtual ~PHG4CylinderGeomv4 ()
 
void identify (std::ostream &os=std::cout) const
 
void set_layer (const int i)
 
int get_layer () const
 
double get_radius () const
 
void find_segment_center (const int segment_z_bin, const int segment_phi_bin, double location[])
 
void find_strip_center (const int segment_z_bin, const int segment_phi_bin, const int strip_column, const int strip_index, double location[])
 
double get_thickness () const
 
double get_strip_y_spacing () const
 
double get_strip_z_spacing () const
 
double get_strip_tilt () const
 
double get_sensor_x_offset () const
 
double get_sensor_y_offset () const
 
int get_N_strip_columns () const
 
int get_N_strips_per_column () const
 
int get_N_sensors_in_layer () const
 
- Public Member Functions inherited from PHG4CylinderGeom
virtual ~PHG4CylinderGeom ()
 
virtual double get_zmin () const
 
virtual double get_zmax () const
 
virtual int get_nscint () const
 
virtual double get_tiltangle () const
 
virtual double get_phi_slat_zero () const
 
virtual void set_radius (const double r)
 
virtual void set_thickness (const double t)
 
virtual void set_zmin (const double z)
 
virtual void set_zmax (const double z)
 
virtual void set_nscint (const int i)
 
virtual void set_tiltangle (const double i)
 
virtual void set_phi_slat_zero (const double phi)
 
virtual double get_pixel_z () const
 
virtual double get_pixel_x () const
 
virtual double get_pixel_thickness () const
 
virtual void ImportParameters (const PHParameters &param)
 load parameters from PHParameters, which interface to Database/XML/ROOT files More...
 
- 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 Attributes

int N_sensors_in_layer
 
int layer
 
double layer_radius
 
double radius_stagger
 
int layer_NZ
 
double segment_z_step
 
double segment_phi_step
 
double sensor_x_offset
 
double sensor_y_offset
 
int N_strip_columns
 
int N_strips_per_column
 
int N_staggers
 
double strip_z_spacing
 
double strip_y_spacing
 
double thickness
 
double strip_tilt
 

Additional Inherited Members

- Protected Member Functions inherited from PHG4CylinderGeom
 PHG4CylinderGeom ()
 

Detailed Description

Definition at line 9 of file PHG4CylinderGeomv4.h.

Constructor & Destructor Documentation

◆ PHG4CylinderGeomv4() [1/2]

PHG4CylinderGeomv4::PHG4CylinderGeomv4 ( )

Definition at line 6 of file PHG4CylinderGeomv4.cc.

◆ PHG4CylinderGeomv4() [2/2]

PHG4CylinderGeomv4::PHG4CylinderGeomv4 ( const int  lnsensors,
const int  lnz,
const int  nspc,
int  nsc,
const int  nstag,
const double  lr,
const double  rs,
const double  szs,
const double  sps,
const double  sxo,
double  syo,
const double  szsp,
const double  sys,
const double  tck,
const double  st 
)
inline

Definition at line 13 of file PHG4CylinderGeomv4.h.

◆ ~PHG4CylinderGeomv4()

virtual PHG4CylinderGeomv4::~PHG4CylinderGeomv4 ( )
inlinevirtual

Definition at line 46 of file PHG4CylinderGeomv4.h.

Member Function Documentation

◆ find_segment_center()

void PHG4CylinderGeomv4::find_segment_center ( const int  segment_z_bin,
const int  segment_phi_bin,
double  location[] 
)
virtual

Reimplemented from PHG4CylinderGeom.

Definition at line 49 of file PHG4CylinderGeomv4.cc.

References layer_NZ, layer_radius, N_staggers, radius_stagger, segment_phi_step, and segment_z_step.

Referenced by find_strip_center().

+ Here is the caller graph for this function:

◆ find_strip_center()

void PHG4CylinderGeomv4::find_strip_center ( const int  segment_z_bin,
const int  segment_phi_bin,
const int  strip_column,
const int  strip_index,
double  location[] 
)
virtual

Reimplemented from PHG4CylinderGeom.

Definition at line 72 of file PHG4CylinderGeomv4.cc.

References find_segment_center(), N_strip_columns, N_strips_per_column, segment_phi_step, sensor_x_offset, sensor_y_offset, strip_y_spacing, and strip_z_spacing.

+ Here is the call graph for this function:

◆ get_layer()

int PHG4CylinderGeomv4::get_layer ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 50 of file PHG4CylinderGeomv4.h.

References layer.

◆ get_N_sensors_in_layer()

int PHG4CylinderGeomv4::get_N_sensors_in_layer ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 64 of file PHG4CylinderGeomv4.h.

References N_sensors_in_layer.

◆ get_N_strip_columns()

int PHG4CylinderGeomv4::get_N_strip_columns ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 62 of file PHG4CylinderGeomv4.h.

References N_strip_columns.

◆ get_N_strips_per_column()

int PHG4CylinderGeomv4::get_N_strips_per_column ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 63 of file PHG4CylinderGeomv4.h.

References N_strips_per_column.

◆ get_radius()

double PHG4CylinderGeomv4::get_radius ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 51 of file PHG4CylinderGeomv4.h.

References layer_radius.

◆ get_sensor_x_offset()

double PHG4CylinderGeomv4::get_sensor_x_offset ( ) const
inline

Definition at line 60 of file PHG4CylinderGeomv4.h.

References sensor_x_offset.

◆ get_sensor_y_offset()

double PHG4CylinderGeomv4::get_sensor_y_offset ( ) const
inline

Definition at line 61 of file PHG4CylinderGeomv4.h.

References sensor_y_offset.

◆ get_strip_tilt()

double PHG4CylinderGeomv4::get_strip_tilt ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 59 of file PHG4CylinderGeomv4.h.

References strip_tilt.

◆ get_strip_y_spacing()

double PHG4CylinderGeomv4::get_strip_y_spacing ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 57 of file PHG4CylinderGeomv4.h.

References strip_y_spacing.

◆ get_strip_z_spacing()

double PHG4CylinderGeomv4::get_strip_z_spacing ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 58 of file PHG4CylinderGeomv4.h.

References strip_z_spacing.

◆ get_thickness()

double PHG4CylinderGeomv4::get_thickness ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 56 of file PHG4CylinderGeomv4.h.

References thickness.

◆ identify()

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

◆ set_layer()

void PHG4CylinderGeomv4::set_layer ( const int  i)
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 49 of file PHG4CylinderGeomv4.h.

References layer.

Member Data Documentation

◆ layer

int PHG4CylinderGeomv4::layer
protected

Definition at line 69 of file PHG4CylinderGeomv4.h.

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

◆ layer_NZ

int PHG4CylinderGeomv4::layer_NZ
protected

Definition at line 74 of file PHG4CylinderGeomv4.h.

Referenced by find_segment_center(), and identify().

◆ layer_radius

double PHG4CylinderGeomv4::layer_radius
protected

Definition at line 72 of file PHG4CylinderGeomv4.h.

Referenced by find_segment_center(), get_radius(), and identify().

◆ N_sensors_in_layer

int PHG4CylinderGeomv4::N_sensors_in_layer
protected

Definition at line 68 of file PHG4CylinderGeomv4.h.

Referenced by get_N_sensors_in_layer(), and identify().

◆ N_staggers

int PHG4CylinderGeomv4::N_staggers
protected

Definition at line 85 of file PHG4CylinderGeomv4.h.

Referenced by find_segment_center(), and identify().

◆ N_strip_columns

int PHG4CylinderGeomv4::N_strip_columns
protected

Definition at line 83 of file PHG4CylinderGeomv4.h.

Referenced by find_strip_center(), get_N_strip_columns(), and identify().

◆ N_strips_per_column

int PHG4CylinderGeomv4::N_strips_per_column
protected

Definition at line 84 of file PHG4CylinderGeomv4.h.

Referenced by find_strip_center(), get_N_strips_per_column(), and identify().

◆ radius_stagger

double PHG4CylinderGeomv4::radius_stagger
protected

Definition at line 73 of file PHG4CylinderGeomv4.h.

Referenced by find_segment_center(), and identify().

◆ segment_phi_step

double PHG4CylinderGeomv4::segment_phi_step
protected

Definition at line 76 of file PHG4CylinderGeomv4.h.

Referenced by find_segment_center(), find_strip_center(), and identify().

◆ segment_z_step

double PHG4CylinderGeomv4::segment_z_step
protected

Definition at line 75 of file PHG4CylinderGeomv4.h.

Referenced by find_segment_center(), and identify().

◆ sensor_x_offset

double PHG4CylinderGeomv4::sensor_x_offset
protected

Definition at line 77 of file PHG4CylinderGeomv4.h.

Referenced by find_strip_center(), get_sensor_x_offset(), and identify().

◆ sensor_y_offset

double PHG4CylinderGeomv4::sensor_y_offset
protected

Definition at line 78 of file PHG4CylinderGeomv4.h.

Referenced by find_strip_center(), get_sensor_y_offset(), and identify().

◆ strip_tilt

double PHG4CylinderGeomv4::strip_tilt
protected

Definition at line 89 of file PHG4CylinderGeomv4.h.

Referenced by get_strip_tilt(), and identify().

◆ strip_y_spacing

double PHG4CylinderGeomv4::strip_y_spacing
protected

Definition at line 87 of file PHG4CylinderGeomv4.h.

Referenced by find_strip_center(), get_strip_y_spacing(), and identify().

◆ strip_z_spacing

double PHG4CylinderGeomv4::strip_z_spacing
protected

Definition at line 86 of file PHG4CylinderGeomv4.h.

Referenced by find_strip_center(), get_strip_z_spacing(), and identify().

◆ thickness

double PHG4CylinderGeomv4::thickness
protected

Definition at line 88 of file PHG4CylinderGeomv4.h.

Referenced by get_thickness().


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