Class Reference for E1039 Core & Analysis Software
PHG4CylinderGeomv3 Class Reference

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

+ Inheritance diagram for PHG4CylinderGeomv3:
+ Collaboration diagram for PHG4CylinderGeomv3:

Public Member Functions

 PHG4CylinderGeomv3 ()
 
 PHG4CylinderGeomv3 (const double r, const double zmi, const double zma, const double thickn, const int n_scint, const double tangl, const double phi_slat_null)
 
virtual ~PHG4CylinderGeomv3 ()
 
void identify (std::ostream &os=std::cout) const
 
void set_tiltangle (const double phi)
 
void set_phi_slat_zero (const double phi)
 
double get_phi_slat_zero () const
 
double get_tiltangle () const
 
- Public Member Functions inherited from PHG4CylinderGeomv2
 PHG4CylinderGeomv2 ()
 
 PHG4CylinderGeomv2 (const double r, const double zmi, const double zma, const double thickn, const int n_scint)
 
virtual ~PHG4CylinderGeomv2 ()
 
void set_nscint (const int i)
 
int get_nscint () const
 
virtual void ImportParameters (const PHParameters &param)
 load parameters from PHParameters, which interface to Database/XML/ROOT files More...
 
- Public Member Functions inherited from PHG4CylinderGeomv1
 PHG4CylinderGeomv1 ()
 
 PHG4CylinderGeomv1 (const double r, const double zmi, const double zma, const double thickn)
 
virtual ~PHG4CylinderGeomv1 ()
 
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)
 
- Public Member Functions inherited from PHG4CylinderGeom
virtual ~PHG4CylinderGeom ()
 
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

double tiltangle
 
double phi_slat_zero
 
- Protected Attributes inherited from PHG4CylinderGeomv2
int nscint
 
- Protected Attributes inherited from PHG4CylinderGeomv1
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 6 of file PHG4CylinderGeomv3.h.

Constructor & Destructor Documentation

◆ PHG4CylinderGeomv3() [1/2]

PHG4CylinderGeomv3::PHG4CylinderGeomv3 ( )

Definition at line 6 of file PHG4CylinderGeomv3.cc.

◆ PHG4CylinderGeomv3() [2/2]

PHG4CylinderGeomv3::PHG4CylinderGeomv3 ( const double  r,
const double  zmi,
const double  zma,
const double  thickn,
const int  n_scint,
const double  tangl,
const double  phi_slat_null 
)
inline

Definition at line 10 of file PHG4CylinderGeomv3.h.

◆ ~PHG4CylinderGeomv3()

virtual PHG4CylinderGeomv3::~PHG4CylinderGeomv3 ( )
inlinevirtual

Definition at line 17 of file PHG4CylinderGeomv3.h.

Member Function Documentation

◆ get_phi_slat_zero()

double PHG4CylinderGeomv3::get_phi_slat_zero ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 23 of file PHG4CylinderGeomv3.h.

References phi_slat_zero.

◆ get_tiltangle()

double PHG4CylinderGeomv3::get_tiltangle ( ) const
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 24 of file PHG4CylinderGeomv3.h.

References tiltangle.

◆ identify()

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

◆ set_phi_slat_zero()

void PHG4CylinderGeomv3::set_phi_slat_zero ( const double  phi)
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 21 of file PHG4CylinderGeomv3.h.

References phi_slat_zero.

◆ set_tiltangle()

void PHG4CylinderGeomv3::set_tiltangle ( const double  phi)
inlinevirtual

Reimplemented from PHG4CylinderGeom.

Definition at line 20 of file PHG4CylinderGeomv3.h.

References tiltangle.

Member Data Documentation

◆ phi_slat_zero

double PHG4CylinderGeomv3::phi_slat_zero
protected

Definition at line 28 of file PHG4CylinderGeomv3.h.

Referenced by get_phi_slat_zero(), identify(), and set_phi_slat_zero().

◆ tiltangle

double PHG4CylinderGeomv3::tiltangle
protected

Definition at line 27 of file PHG4CylinderGeomv3.h.

Referenced by get_tiltangle(), identify(), and set_tiltangle().


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