Class Reference for E1039 Core & Analysis Software
PHG4CylinderCellv1 Class Reference

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

+ Inheritance diagram for PHG4CylinderCellv1:
+ Collaboration diagram for PHG4CylinderCellv1:

Public Member Functions

 PHG4CylinderCellv1 ()
 
virtual ~PHG4CylinderCellv1 ()
 
void identify (std::ostream &os=std::cout) const
 
EdepConstRange get_g4hits ()
 
void add_edep (const PHG4HitDefs::keytype g4hitid, const float edep)
 
void add_edep (const PHG4HitDefs::keytype g4hitid, const float edep, const float light_yield)
 
ShowerEdepConstRange get_g4showers ()
 
void add_shower_edep (const int g4showerid, const float edep)
 
void set_cell_id (const PHG4CylinderCellDefs::keytype id)
 
void set_layer (const unsigned int i)
 
double get_edep () const
 
unsigned int get_layer () const
 
PHG4CylinderCellDefs::keytype get_cell_id () const
 
int get_binz () const
 
int get_binphi () const
 
int get_bineta () const
 
float get_light_yield () const
 
void set_zbin (const int i)
 
void set_etabin (const int i)
 
void set_phibin (const int i)
 
void set_light_yield (const float lightYield)
 
- Public Member Functions inherited from PHG4CylinderCell
virtual ~PHG4CylinderCell ()
 
virtual int get_fiber_ID () const
 
virtual void set_fiber_ID (int fiberId)
 
virtual void set_sensor_index (const std::string &si)
 
virtual std::string get_sensor_index () const
 
virtual void set_ladder_phi_index (const int i)
 
virtual int get_ladder_phi_index () const
 
virtual void set_ladder_z_index (const int i)
 
virtual int get_ladder_z_index () const
 
virtual int get_j_index () const
 
virtual void set_j_index (const int i)
 
virtual int get_k_index () const
 
virtual void set_k_index (const int i)
 
virtual int get_l_index () const
 
virtual void set_l_index (const int i)
 
virtual int get_pixel_index () const
 
virtual int get_chip_index () const
 
virtual int get_module_index () const
 
virtual int get_half_stave_index () const
 
virtual int get_stave_index () const
 
virtual void set_stave_index (const int si)
 
virtual void set_half_stave_index (const int i)
 
virtual void set_module_index (const int i)
 
virtual void set_chip_index (const int i)
 
virtual void set_pixel_index (const int i)
 
- Public Member Functions inherited from PHG4Cell
virtual ~PHG4Cell ()
 
virtual void Copy (PHG4Cell const &g4cell)
 
virtual void Reset ()
 
virtual void set_cellid (const PHG4CellDefs::keytype i)
 
virtual PHG4CellDefs::keytype get_cellid () const
 
virtual bool has_binning (const PHG4CellDefs::CellBinning) const
 
virtual void add_edep (const PHG4HitDefs::keytype g4hitid, const int tbin, const float edep)
 
virtual short int get_detid () const
 
short int get_layer () const
 
virtual void add_edep (const float f)
 
virtual void add_eion (const float f)
 
virtual double get_eion () const
 
virtual void add_light_yield (const float lightYield)
 
virtual int get_phibin () const
 
virtual int get_zbin () const
 
virtual void print () const
 
virtual bool has_property (const PROPERTY prop_id) const
 
virtual float get_property_float (const PROPERTY prop_id) const
 
virtual int get_property_int (const PROPERTY prop_id) const
 
virtual unsigned int get_property_uint (const PROPERTY prop_id) const
 
virtual void set_property (const PROPERTY prop_id, const float value)
 
virtual void set_property (const PROPERTY prop_id, const int value)
 
virtual void set_property (const PROPERTY prop_id, const unsigned int value)
 

Protected Attributes

unsigned int layer
 
PHG4CylinderCellDefs::keytype cellid
 
int binz
 
int binphi
 
EdepMap edeps
 
ShowerEdepMap showeredeps
 
float light_yield
 

Additional Inherited Members

- Public Types inherited from PHG4CylinderCell
typedef std::map< PHG4HitDefs::keytype, float > EdepMap
 
typedef EdepMap::iterator EdepIterator
 
typedef EdepMap::const_iterator EdepConstIterator
 
typedef std::pair< EdepIterator, EdepIteratorEdepRange
 
typedef std::pair< EdepConstIterator, EdepConstIteratorEdepConstRange
 
typedef std::map< int, float > ShowerEdepMap
 
typedef ShowerEdepMap::iterator ShowerEdepIterator
 
typedef ShowerEdepMap::const_iterator ShowerEdepConstIterator
 
typedef std::pair< ShowerEdepIterator, ShowerEdepIteratorShowerEdepRange
 
typedef std::pair< ShowerEdepConstIterator, ShowerEdepConstIteratorShowerEdepConstRange
 
- Public Types inherited from PHG4Cell
enum  PROPERTY {
  prop_stave_index = 1 , prop_half_stave_index = 2 , prop_module_index = 3 , prop_chip_index = 4 ,
  prop_pixel_index = 5 , prop_phibin = 6 , prop_zbin = 7 , prop_ladder_z_index = 8 ,
  prop_ladder_phi_index = 9 , prop_edep = 21 , prop_eion = 22 , prop_light_yield = 23 ,
  prop_MAX_NUMBER = UCHAR_MAX
}
 
enum  PROPERTY_TYPE { type_int = 1 , type_uint = 2 , type_float = 3 , type_unknown = -1 }
 
typedef std::map< PHG4HitDefs::keytype, float > EdepMap
 
typedef EdepMap::iterator EdepIterator
 
typedef EdepMap::const_iterator EdepConstIterator
 
typedef std::pair< EdepIterator, EdepIteratorEdepRange
 
typedef std::pair< EdepConstIterator, EdepConstIteratorEdepConstRange
 
typedef std::map< int, float > ShowerEdepMap
 
typedef ShowerEdepMap::iterator ShowerEdepIterator
 
typedef ShowerEdepMap::const_iterator ShowerEdepConstIterator
 
typedef std::pair< ShowerEdepIterator, ShowerEdepIteratorShowerEdepRange
 
typedef std::pair< ShowerEdepConstIterator, ShowerEdepConstIteratorShowerEdepConstRange
 
typedef std::pair< unsigned short, std::map< int, int > > tpccompress
 
typedef std::map< unsigned short, tpccompresstpctod
 
- Static Public Member Functions inherited from PHG4Cell
static std::pair< const std::string, PROPERTY_TYPEget_property_info (PROPERTY prop_id)
 
static bool check_property (const PROPERTY prop_id, const PROPERTY_TYPE prop_type)
 
static std::string get_property_type (const PROPERTY_TYPE prop_type)
 
- Protected Member Functions inherited from PHG4CylinderCell
 PHG4CylinderCell ()
 
- Protected Member Functions inherited from PHG4Cell
 PHG4Cell ()
 
virtual unsigned int get_property_nocheck (const PROPERTY prop_id) const
 
virtual void set_property_nocheck (const PROPERTY prop_id, const unsigned int)
 

Detailed Description

Definition at line 10 of file PHG4CylinderCellv1.h.

Constructor & Destructor Documentation

◆ PHG4CylinderCellv1()

PHG4CylinderCellv1::PHG4CylinderCellv1 ( )

Definition at line 6 of file PHG4CylinderCellv1.cc.

◆ ~PHG4CylinderCellv1()

virtual PHG4CylinderCellv1::~PHG4CylinderCellv1 ( )
inlinevirtual

Definition at line 15 of file PHG4CylinderCellv1.h.

Member Function Documentation

◆ add_edep() [1/2]

void PHG4CylinderCellv1::add_edep ( const PHG4HitDefs::keytype  g4hitid,
const float  edep 
)
virtual

Reimplemented from PHG4CylinderCell.

Definition at line 15 of file PHG4CylinderCellv1.cc.

References edeps.

Referenced by add_edep().

+ Here is the caller graph for this function:

◆ add_edep() [2/2]

void PHG4CylinderCellv1::add_edep ( const PHG4HitDefs::keytype  g4hitid,
const float  edep,
const float  light_yield 
)
virtual

Reimplemented from PHG4CylinderCell.

Definition at line 28 of file PHG4CylinderCellv1.cc.

References add_edep(), and light_yield.

+ Here is the call graph for this function:

◆ add_shower_edep()

void PHG4CylinderCellv1::add_shower_edep ( const int  g4showerid,
const float  edep 
)
virtual

Reimplemented from PHG4CylinderCell.

Definition at line 35 of file PHG4CylinderCellv1.cc.

References showeredeps.

◆ get_bineta()

int PHG4CylinderCellv1::get_bineta ( ) const
inlinevirtual

Reimplemented from PHG4CylinderCell.

Definition at line 35 of file PHG4CylinderCellv1.h.

References get_binz().

+ Here is the call graph for this function:

◆ get_binphi()

int PHG4CylinderCellv1::get_binphi ( ) const
inlinevirtual

Reimplemented from PHG4CylinderCell.

Definition at line 34 of file PHG4CylinderCellv1.h.

References binphi.

◆ get_binz()

int PHG4CylinderCellv1::get_binz ( ) const
inlinevirtual

Reimplemented from PHG4CylinderCell.

Definition at line 33 of file PHG4CylinderCellv1.h.

References binz.

Referenced by get_bineta().

+ Here is the caller graph for this function:

◆ get_cell_id()

PHG4CylinderCellDefs::keytype PHG4CylinderCellv1::get_cell_id ( ) const
inlinevirtual

Reimplemented from PHG4CylinderCell.

Definition at line 32 of file PHG4CylinderCellv1.h.

References cellid.

◆ get_edep()

double PHG4CylinderCellv1::get_edep ( ) const
virtual

Reimplemented from PHG4CylinderCell.

Definition at line 47 of file PHG4CylinderCellv1.cc.

References edeps.

Referenced by identify(), PHG4CylinderCellv2::identify(), and PHG4CylinderCellv3::identify().

+ Here is the caller graph for this function:

◆ get_g4hits()

EdepConstRange PHG4CylinderCellv1::get_g4hits ( )
inlinevirtual

Reimplemented from PHG4CylinderCell.

Definition at line 19 of file PHG4CylinderCellv1.h.

References edeps.

◆ get_g4showers()

ShowerEdepConstRange PHG4CylinderCellv1::get_g4showers ( )
inlinevirtual

Reimplemented from PHG4CylinderCell.

Definition at line 24 of file PHG4CylinderCellv1.h.

References showeredeps.

◆ get_layer()

unsigned int PHG4CylinderCellv1::get_layer ( ) const
inlinevirtual

Reimplemented from PHG4CylinderCell.

Definition at line 31 of file PHG4CylinderCellv1.h.

References layer.

◆ get_light_yield()

float PHG4CylinderCellv1::get_light_yield ( ) const
inlinevirtual

Reimplemented from PHG4CylinderCell.

Definition at line 36 of file PHG4CylinderCellv1.h.

References light_yield.

◆ identify()

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

Reimplemented from PHG4CylinderCell.

Reimplemented in PHG4CylinderCellv3, and PHG4CylinderCellv2.

Definition at line 58 of file PHG4CylinderCellv1.cc.

References binphi, binz, cellid, get_edep(), and layer.

+ Here is the call graph for this function:

◆ set_cell_id()

void PHG4CylinderCellv1::set_cell_id ( const PHG4CylinderCellDefs::keytype  id)
inlinevirtual

Reimplemented from PHG4CylinderCell.

Definition at line 28 of file PHG4CylinderCellv1.h.

References cellid.

◆ set_etabin()

void PHG4CylinderCellv1::set_etabin ( const int  i)
inlinevirtual

Reimplemented from PHG4CylinderCell.

Definition at line 40 of file PHG4CylinderCellv1.h.

References set_zbin().

+ Here is the call graph for this function:

◆ set_layer()

void PHG4CylinderCellv1::set_layer ( const unsigned int  i)
inlinevirtual

Reimplemented from PHG4CylinderCell.

Definition at line 29 of file PHG4CylinderCellv1.h.

References layer.

◆ set_light_yield()

void PHG4CylinderCellv1::set_light_yield ( const float  lightYield)
inlinevirtual

Reimplemented from PHG4CylinderCell.

Definition at line 42 of file PHG4CylinderCellv1.h.

References light_yield.

◆ set_phibin()

void PHG4CylinderCellv1::set_phibin ( const int  i)
inlinevirtual

Reimplemented from PHG4CylinderCell.

Definition at line 41 of file PHG4CylinderCellv1.h.

References binphi.

◆ set_zbin()

void PHG4CylinderCellv1::set_zbin ( const int  i)
inlinevirtual

Reimplemented from PHG4CylinderCell.

Definition at line 39 of file PHG4CylinderCellv1.h.

References binz.

Referenced by set_etabin().

+ Here is the caller graph for this function:

Member Data Documentation

◆ binphi

int PHG4CylinderCellv1::binphi
protected

◆ binz

int PHG4CylinderCellv1::binz
protected

Definition at line 48 of file PHG4CylinderCellv1.h.

Referenced by get_binz(), identify(), PHG4CylinderCellv2::identify(), and set_zbin().

◆ cellid

◆ edeps

EdepMap PHG4CylinderCellv1::edeps
protected

Definition at line 50 of file PHG4CylinderCellv1.h.

Referenced by add_edep(), get_edep(), and get_g4hits().

◆ layer

unsigned int PHG4CylinderCellv1::layer
protected

◆ light_yield

float PHG4CylinderCellv1::light_yield
protected

Definition at line 52 of file PHG4CylinderCellv1.h.

Referenced by add_edep(), get_light_yield(), and set_light_yield().

◆ showeredeps

ShowerEdepMap PHG4CylinderCellv1::showeredeps
protected

Definition at line 51 of file PHG4CylinderCellv1.h.

Referenced by add_shower_edep(), and get_g4showers().


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