Class Reference for E1039 Core & Analysis Software
PHG4CylinderGeomv1 Class Reference

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

+ Inheritance diagram for PHG4CylinderGeomv1:
+ Collaboration diagram for PHG4CylinderGeomv1:

Public Member Functions

 PHG4CylinderGeomv1 ()
 
 PHG4CylinderGeomv1 (const double r, const double zmi, const double zma, const double thickn)
 
virtual ~PHG4CylinderGeomv1 ()
 
void identify (std::ostream &os=std::cout) const
 
int get_layer () const
 
double get_radius () const
 
double get_thickness () const
 
double get_zmin () const
 
double get_zmax () const
 
void set_layer (const int i)
 
void set_radius (const double r)
 
void set_thickness (const double t)
 
void set_zmin (const double z)
 
void set_zmax (const double z)
 
virtual void ImportParameters (const PHParameters &param)
 load parameters from PHParameters, which interface to Database/XML/ROOT files More...
 
- Public Member Functions inherited from PHG4CylinderGeom
virtual ~PHG4CylinderGeom ()
 
virtual int get_nscint () const
 
virtual double get_tiltangle () const
 
virtual double get_phi_slat_zero () const
 
virtual void set_nscint (const int i)
 
virtual void set_tiltangle (const double i)
 
virtual void set_phi_slat_zero (const double phi)
 
virtual void find_segment_center (const int segment_z_bin, const int segment_phi_bin, double location[])
 
virtual void find_strip_center (const int segment_z_bin, const int segment_phi_bin, const int strip_column, const int strip_index, double location[])
 
virtual double get_strip_y_spacing () const
 
virtual double get_strip_z_spacing () const
 
virtual double get_strip_tilt () const
 
virtual int get_N_strip_columns () const
 
virtual int get_N_strips_per_column () const
 
virtual int get_N_sensors_in_layer () const
 
virtual double get_pixel_z () const
 
virtual double get_pixel_x () const
 
virtual double get_pixel_thickness () 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 Attributes

int layer
 
double radius
 
double zmin
 
double zmax
 
double thickness
 

Additional Inherited Members

- Protected Member Functions inherited from PHG4CylinderGeom
 PHG4CylinderGeom ()
 

Detailed Description

Definition at line 9 of file PHG4CylinderGeomv1.h.

Constructor & Destructor Documentation

◆ PHG4CylinderGeomv1() [1/2]

PHG4CylinderGeomv1::PHG4CylinderGeomv1 ( )

Definition at line 9 of file PHG4CylinderGeomv1.cc.

◆ PHG4CylinderGeomv1() [2/2]

PHG4CylinderGeomv1::PHG4CylinderGeomv1 ( const double  r,
const double  zmi,
const double  zma,
const double  thickn 
)
inline

Definition at line 13 of file PHG4CylinderGeomv1.h.

◆ ~PHG4CylinderGeomv1()

virtual PHG4CylinderGeomv1::~PHG4CylinderGeomv1 ( )
inlinevirtual

Definition at line 21 of file PHG4CylinderGeomv1.h.

Member Function Documentation

◆ get_layer()

int PHG4CylinderGeomv1::get_layer ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 24 of file PHG4CylinderGeomv1.h.

References layer.

◆ get_radius()

double PHG4CylinderGeomv1::get_radius ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 25 of file PHG4CylinderGeomv1.h.

References radius.

◆ get_thickness()

double PHG4CylinderGeomv1::get_thickness ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 26 of file PHG4CylinderGeomv1.h.

References thickness.

◆ get_zmax()

double PHG4CylinderGeomv1::get_zmax ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 28 of file PHG4CylinderGeomv1.h.

References zmax.

◆ get_zmin()

double PHG4CylinderGeomv1::get_zmin ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 27 of file PHG4CylinderGeomv1.h.

References zmin.

◆ identify()

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

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHG4CylinderGeom.

Reimplemented in PHG4CylinderGeomv3, and PHG4CylinderGeomv2.

Definition at line 20 of file PHG4CylinderGeomv1.cc.

References layer, radius, thickness, zmax, and zmin.

◆ ImportParameters()

void PHG4CylinderGeomv1::ImportParameters ( const PHParameters param)
virtual

load parameters from PHParameters, which interface to Database/XML/ROOT files

Reimplemented from PHG4CylinderGeom.

Reimplemented in PHG4CylinderGeomv2.

Definition at line 33 of file PHG4CylinderGeomv1.cc.

References PHParameters::exist_double_param(), PHParameters::exist_int_param(), PHParameters::get_double_param(), PHParameters::get_int_param(), PHG4CylinderGeom::ImportParameters(), layer, radius, thickness, zmax, and zmin.

Referenced by PHG4CylinderGeomv2::ImportParameters().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_layer()

void PHG4CylinderGeomv1::set_layer ( const int  i)
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 30 of file PHG4CylinderGeomv1.h.

References layer.

◆ set_radius()

void PHG4CylinderGeomv1::set_radius ( const double  r)
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 31 of file PHG4CylinderGeomv1.h.

References radius.

◆ set_thickness()

void PHG4CylinderGeomv1::set_thickness ( const double  t)
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 32 of file PHG4CylinderGeomv1.h.

References thickness.

◆ set_zmax()

void PHG4CylinderGeomv1::set_zmax ( const double  z)
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 34 of file PHG4CylinderGeomv1.h.

References zmax.

◆ set_zmin()

void PHG4CylinderGeomv1::set_zmin ( const double  z)
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 33 of file PHG4CylinderGeomv1.h.

References zmin.

Member Data Documentation

◆ layer

int PHG4CylinderGeomv1::layer
protected

◆ radius

double PHG4CylinderGeomv1::radius
protected

◆ thickness

double PHG4CylinderGeomv1::thickness
protected

◆ zmax

double PHG4CylinderGeomv1::zmax
protected

◆ zmin

double PHG4CylinderGeomv1::zmin
protected

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