Class Reference for E1039 Core & Analysis Software
PHG4Cellv1 Class Reference

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

+ Inheritance diagram for PHG4Cellv1:
+ Collaboration diagram for PHG4Cellv1:

Classes

union  u_property
 convert between 32bit inputs and storage type prop_storage_t More...
 

Public Member Functions

 PHG4Cellv1 ()
 
 PHG4Cellv1 (const PHG4CellDefs::keytype g4cellid)
 
virtual ~PHG4Cellv1 ()
 
virtual void identify (std::ostream &os=std::cout) const
 
virtual void Reset ()
 
void set_cellid (const PHG4CellDefs::keytype i)
 
PHG4CellDefs::keytype get_cellid () const
 
bool has_binning (const PHG4CellDefs::CellBinning binning) const
 
short int get_detid () const
 
void add_edep (const PHG4HitDefs::keytype g4hitid, const float edep)
 
void add_shower_edep (const int g4showerid, const float edep)
 
EdepConstRange get_g4hits ()
 
ShowerEdepConstRange get_g4showers ()
 
void add_edep (const float f)
 
double get_edep () const
 
void add_eion (const float f)
 
double get_eion () const
 
void add_light_yield (const float f)
 
float get_light_yield () const
 
void set_chip_index (const int i)
 
int get_chip_index () const
 
void set_half_stave_index (const int i)
 
int get_half_stave_index () const
 
void set_ladder_phi_index (const int i)
 
int get_ladder_phi_index () const
 
void set_ladder_z_index (const int i)
 
int get_ladder_z_index () const
 
void set_module_index (const int i)
 
int get_module_index () const
 
void set_phibin (const int i)
 
int get_phibin () const
 
void set_pixel_index (const int i)
 
int get_pixel_index () const
 
void set_stave_index (const int i)
 
int get_stave_index () const
 
void set_zbin (const int i)
 
int get_zbin () const
 
void print () const
 
bool has_property (const PROPERTY prop_id) const
 
float get_property_float (const PROPERTY prop_id) const
 
int get_property_int (const PROPERTY prop_id) const
 
unsigned int get_property_uint (const PROPERTY prop_id) const
 
void add_property (const PROPERTY prop_id, const float value)
 
void add_property (const PROPERTY prop_id, const int value)
 
void add_property (const PROPERTY prop_id, const unsigned int value)
 
void set_property (const PROPERTY prop_id, const float value)
 
void set_property (const PROPERTY prop_id, const int value)
 
void set_property (const PROPERTY prop_id, const unsigned int value)
 
- Public Member Functions inherited from PHG4Cell
virtual ~PHG4Cell ()
 
virtual void Copy (PHG4Cell const &g4cell)
 
virtual void add_edep (const PHG4HitDefs::keytype g4hitid, const int tbin, const float edep)
 
short int get_layer () const
 

Protected Types

typedef uint8_t prop_id_t
 storage types for additional property More...
 
typedef uint32_t prop_storage_t
 
typedef std::map< prop_id_t, prop_storage_tprop_map_t
 

Protected Member Functions

unsigned int get_property_nocheck (const PROPERTY prop_id) const
 
void set_property_nocheck (const PROPERTY prop_id, const unsigned int ui)
 
- Protected Member Functions inherited from PHG4Cell
 PHG4Cell ()
 

Protected Attributes

PHG4CellDefs::keytype cellid
 
EdepMap hitedeps
 
ShowerEdepMap showeredeps
 
prop_map_t prop_map
 container for additional property More...
 

Additional Inherited Members

- 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)
 

Detailed Description

Definition at line 14 of file PHG4Cellv1.h.

Member Typedef Documentation

◆ prop_id_t

typedef uint8_t PHG4Cellv1::prop_id_t
protected

storage types for additional property

Definition at line 104 of file PHG4Cellv1.h.

◆ prop_map_t

typedef std::map<prop_id_t, prop_storage_t> PHG4Cellv1::prop_map_t
protected

Definition at line 106 of file PHG4Cellv1.h.

◆ prop_storage_t

typedef uint32_t PHG4Cellv1::prop_storage_t
protected

Definition at line 105 of file PHG4Cellv1.h.

Constructor & Destructor Documentation

◆ PHG4Cellv1() [1/2]

PHG4Cellv1::PHG4Cellv1 ( )

Definition at line 9 of file PHG4Cellv1.cc.

◆ PHG4Cellv1() [2/2]

PHG4Cellv1::PHG4Cellv1 ( const PHG4CellDefs::keytype  g4cellid)

Definition at line 13 of file PHG4Cellv1.cc.

◆ ~PHG4Cellv1()

PHG4Cellv1::~PHG4Cellv1 ( )
virtual

Definition at line 17 of file PHG4Cellv1.cc.

References hitedeps, prop_map, and showeredeps.

Member Function Documentation

◆ add_edep() [1/2]

void PHG4Cellv1::add_edep ( const float  f)
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 42 of file PHG4Cellv1.h.

References add_property(), and PHG4Cell::prop_edep.

+ Here is the call graph for this function:

◆ add_edep() [2/2]

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

Reimplemented from PHG4Cell.

Definition at line 26 of file PHG4Cellv1.cc.

References hitedeps.

◆ add_eion()

void PHG4Cellv1::add_eion ( const float  f)
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 45 of file PHG4Cellv1.h.

References add_property(), and PHG4Cell::prop_eion.

+ Here is the call graph for this function:

◆ add_light_yield()

void PHG4Cellv1::add_light_yield ( const float  f)
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 48 of file PHG4Cellv1.h.

References add_property(), and PHG4Cell::prop_light_yield.

+ Here is the call graph for this function:

◆ add_property() [1/3]

void PHG4Cellv1::add_property ( const PROPERTY  prop_id,
const float  value 
)

Definition at line 113 of file PHG4Cellv1.cc.

References PHG4Cell::check_property(), get_property_float(), PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), PHG4Cellv1::u_property::get_storage(), PHWHERE, prop_map, and PHG4Cell::type_float.

Referenced by add_edep(), add_eion(), and add_light_yield().

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

◆ add_property() [2/3]

void PHG4Cellv1::add_property ( const PROPERTY  prop_id,
const int  value 
)

Definition at line 132 of file PHG4Cellv1.cc.

References PHG4Cell::check_property(), PHG4Cell::get_property_info(), get_property_int(), PHG4Cell::get_property_type(), PHG4Cellv1::u_property::get_storage(), PHWHERE, prop_map, and PHG4Cell::type_int.

+ Here is the call graph for this function:

◆ add_property() [3/3]

void PHG4Cellv1::add_property ( const PROPERTY  prop_id,
const unsigned int  value 
)

Definition at line 151 of file PHG4Cellv1.cc.

References PHG4Cell::check_property(), PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), get_property_uint(), PHG4Cellv1::u_property::get_storage(), PHWHERE, prop_map, and PHG4Cell::type_uint.

+ Here is the call graph for this function:

◆ add_shower_edep()

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

Reimplemented from PHG4Cell.

Definition at line 33 of file PHG4Cellv1.cc.

References showeredeps.

◆ get_cellid()

PHG4CellDefs::keytype PHG4Cellv1::get_cellid ( ) const
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 26 of file PHG4Cellv1.h.

References cellid.

◆ get_chip_index()

int PHG4Cellv1::get_chip_index ( ) const
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 52 of file PHG4Cellv1.h.

References get_property_int(), and PHG4Cell::prop_chip_index.

+ Here is the call graph for this function:

◆ get_detid()

short int PHG4Cellv1::get_detid ( ) const
virtual

Reimplemented from PHG4Cell.

Definition at line 46 of file PHG4Cellv1.cc.

References cellid, and PHG4CellDefs::get_detid().

+ Here is the call graph for this function:

◆ get_edep()

double PHG4Cellv1::get_edep ( ) const
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 43 of file PHG4Cellv1.h.

References get_property_float(), and PHG4Cell::prop_edep.

+ Here is the call graph for this function:

◆ get_eion()

double PHG4Cellv1::get_eion ( ) const
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 46 of file PHG4Cellv1.h.

References get_property_float(), and PHG4Cell::prop_eion.

+ Here is the call graph for this function:

◆ get_g4hits()

EdepConstRange PHG4Cellv1::get_g4hits ( )
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 33 of file PHG4Cellv1.h.

References hitedeps.

◆ get_g4showers()

ShowerEdepConstRange PHG4Cellv1::get_g4showers ( )
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 37 of file PHG4Cellv1.h.

References showeredeps.

◆ get_half_stave_index()

int PHG4Cellv1::get_half_stave_index ( ) const
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 55 of file PHG4Cellv1.h.

References get_property_int(), and PHG4Cell::prop_half_stave_index.

+ Here is the call graph for this function:

◆ get_ladder_phi_index()

int PHG4Cellv1::get_ladder_phi_index ( ) const
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 58 of file PHG4Cellv1.h.

References get_property_int(), and PHG4Cell::prop_ladder_phi_index.

+ Here is the call graph for this function:

◆ get_ladder_z_index()

int PHG4Cellv1::get_ladder_z_index ( ) const
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 61 of file PHG4Cellv1.h.

References get_property_int(), and PHG4Cell::prop_ladder_z_index.

+ Here is the call graph for this function:

◆ get_light_yield()

float PHG4Cellv1::get_light_yield ( ) const
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 49 of file PHG4Cellv1.h.

References get_property_float(), and PHG4Cell::prop_light_yield.

+ Here is the call graph for this function:

◆ get_module_index()

int PHG4Cellv1::get_module_index ( ) const
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 64 of file PHG4Cellv1.h.

References get_property_int(), and PHG4Cell::prop_module_index.

+ Here is the call graph for this function:

◆ get_phibin()

int PHG4Cellv1::get_phibin ( ) const
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 67 of file PHG4Cellv1.h.

References get_property_int(), and PHG4Cell::prop_phibin.

+ Here is the call graph for this function:

◆ get_pixel_index()

int PHG4Cellv1::get_pixel_index ( ) const
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 70 of file PHG4Cellv1.h.

References get_property_int(), and PHG4Cell::prop_pixel_index.

+ Here is the call graph for this function:

◆ get_property_float()

float PHG4Cellv1::get_property_float ( const PROPERTY  prop_id) const
virtual

Reimplemented from PHG4Cell.

Definition at line 59 of file PHG4Cellv1.cc.

References PHG4Cell::check_property(), PHG4Cellv1::u_property::fdata, PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), PHWHERE, prop_map, and PHG4Cell::type_float.

Referenced by add_property(), get_edep(), get_eion(), get_light_yield(), and identify().

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

◆ get_property_int()

int PHG4Cellv1::get_property_int ( const PROPERTY  prop_id) const
virtual

Reimplemented from PHG4Cell.

Definition at line 77 of file PHG4Cellv1.cc.

References PHG4Cell::check_property(), PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), PHG4Cellv1::u_property::idata, PHWHERE, prop_map, and PHG4Cell::type_int.

Referenced by add_property(), get_chip_index(), get_half_stave_index(), get_ladder_phi_index(), get_ladder_z_index(), get_module_index(), get_phibin(), get_pixel_index(), get_stave_index(), get_zbin(), and identify().

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

◆ get_property_nocheck()

unsigned int PHG4Cellv1::get_property_nocheck ( const PROPERTY  prop_id) const
protectedvirtual

Reimplemented from PHG4Cell.

Definition at line 212 of file PHG4Cellv1.cc.

References prop_map.

◆ get_property_uint()

unsigned int PHG4Cellv1::get_property_uint ( const PROPERTY  prop_id) const
virtual

Reimplemented from PHG4Cell.

Definition at line 95 of file PHG4Cellv1.cc.

References PHG4Cell::check_property(), PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), PHWHERE, prop_map, PHG4Cell::type_uint, and PHG4Cellv1::u_property::uidata.

Referenced by add_property(), and identify().

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

◆ get_stave_index()

int PHG4Cellv1::get_stave_index ( ) const
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 73 of file PHG4Cellv1.h.

References get_property_int(), and PHG4Cell::prop_stave_index.

+ Here is the call graph for this function:

◆ get_zbin()

int PHG4Cellv1::get_zbin ( ) const
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 78 of file PHG4Cellv1.h.

References get_property_int(), and PHG4Cell::prop_zbin.

+ Here is the call graph for this function:

◆ has_binning()

bool PHG4Cellv1::has_binning ( const PHG4CellDefs::CellBinning  binning) const
virtual

Reimplemented from PHG4Cell.

Definition at line 40 of file PHG4Cellv1.cc.

References cellid, and PHG4CellDefs::has_binning().

+ Here is the call graph for this function:

◆ has_property()

bool PHG4Cellv1::has_property ( const PROPERTY  prop_id) const
virtual

Reimplemented from PHG4Cell.

Definition at line 52 of file PHG4Cellv1.cc.

References prop_map.

◆ identify()

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

Reimplemented from PHG4Cell.

Definition at line 237 of file PHG4Cellv1.cc.

References cellid, get_property_float(), PHG4Cell::get_property_info(), get_property_int(), get_property_uint(), hitedeps, prop_map, showeredeps, PHG4Cell::type_float, PHG4Cell::type_int, and PHG4Cell::type_uint.

Referenced by print().

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

◆ print()

void PHG4Cellv1::print ( ) const
virtual

Reimplemented from PHG4Cell.

Definition at line 223 of file PHG4Cellv1.cc.

References identify().

+ Here is the call graph for this function:

◆ Reset()

void PHG4Cellv1::Reset ( )
virtual

Reimplemented from PHG4Cell.

Definition at line 229 of file PHG4Cellv1.cc.

References hitedeps, prop_map, and showeredeps.

◆ set_cellid()

void PHG4Cellv1::set_cellid ( const PHG4CellDefs::keytype  i)
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 24 of file PHG4Cellv1.h.

References cellid.

◆ set_chip_index()

void PHG4Cellv1::set_chip_index ( const int  i)
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 51 of file PHG4Cellv1.h.

References PHG4Cell::prop_chip_index, and set_property().

+ Here is the call graph for this function:

◆ set_half_stave_index()

void PHG4Cellv1::set_half_stave_index ( const int  i)
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 54 of file PHG4Cellv1.h.

References PHG4Cell::prop_half_stave_index, and set_property().

+ Here is the call graph for this function:

◆ set_ladder_phi_index()

void PHG4Cellv1::set_ladder_phi_index ( const int  i)
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 57 of file PHG4Cellv1.h.

References PHG4Cell::prop_ladder_phi_index, and set_property().

+ Here is the call graph for this function:

◆ set_ladder_z_index()

void PHG4Cellv1::set_ladder_z_index ( const int  i)
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 60 of file PHG4Cellv1.h.

References PHG4Cell::prop_ladder_z_index, and set_property().

+ Here is the call graph for this function:

◆ set_module_index()

void PHG4Cellv1::set_module_index ( const int  i)
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 63 of file PHG4Cellv1.h.

References PHG4Cell::prop_module_index, and set_property().

+ Here is the call graph for this function:

◆ set_phibin()

void PHG4Cellv1::set_phibin ( const int  i)
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 66 of file PHG4Cellv1.h.

References PHG4Cell::prop_phibin, and set_property().

+ Here is the call graph for this function:

◆ set_pixel_index()

void PHG4Cellv1::set_pixel_index ( const int  i)
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 69 of file PHG4Cellv1.h.

References PHG4Cell::prop_pixel_index, and set_property().

+ Here is the call graph for this function:

◆ set_property() [1/3]

void PHG4Cellv1::set_property ( const PROPERTY  prop_id,
const float  value 
)
virtual

Reimplemented from PHG4Cell.

Definition at line 170 of file PHG4Cellv1.cc.

References PHG4Cell::check_property(), PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), PHG4Cellv1::u_property::get_storage(), PHWHERE, prop_map, and PHG4Cell::type_float.

Referenced by set_chip_index(), set_half_stave_index(), set_ladder_phi_index(), set_ladder_z_index(), set_module_index(), set_phibin(), set_pixel_index(), set_stave_index(), and set_zbin().

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

◆ set_property() [2/3]

void PHG4Cellv1::set_property ( const PROPERTY  prop_id,
const int  value 
)
virtual

Reimplemented from PHG4Cell.

Definition at line 184 of file PHG4Cellv1.cc.

References PHG4Cell::check_property(), PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), PHG4Cellv1::u_property::get_storage(), PHWHERE, prop_map, and PHG4Cell::type_int.

+ Here is the call graph for this function:

◆ set_property() [3/3]

void PHG4Cellv1::set_property ( const PROPERTY  prop_id,
const unsigned int  value 
)
virtual

Reimplemented from PHG4Cell.

Definition at line 198 of file PHG4Cellv1.cc.

References PHG4Cell::check_property(), PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), PHG4Cellv1::u_property::get_storage(), PHWHERE, prop_map, and PHG4Cell::type_uint.

+ Here is the call graph for this function:

◆ set_property_nocheck()

void PHG4Cellv1::set_property_nocheck ( const PROPERTY  prop_id,
const unsigned int  ui 
)
inlineprotectedvirtual

Reimplemented from PHG4Cell.

Definition at line 96 of file PHG4Cellv1.h.

References prop_map.

◆ set_stave_index()

void PHG4Cellv1::set_stave_index ( const int  i)
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 72 of file PHG4Cellv1.h.

References PHG4Cell::prop_stave_index, and set_property().

+ Here is the call graph for this function:

◆ set_zbin()

void PHG4Cellv1::set_zbin ( const int  i)
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 77 of file PHG4Cellv1.h.

References PHG4Cell::prop_zbin, and set_property().

+ Here is the call graph for this function:

Member Data Documentation

◆ cellid

PHG4CellDefs::keytype PHG4Cellv1::cellid
protected

Definition at line 98 of file PHG4Cellv1.h.

Referenced by get_cellid(), get_detid(), has_binning(), identify(), and set_cellid().

◆ hitedeps

EdepMap PHG4Cellv1::hitedeps
protected

Definition at line 99 of file PHG4Cellv1.h.

Referenced by add_edep(), get_g4hits(), identify(), Reset(), and ~PHG4Cellv1().

◆ prop_map

prop_map_t PHG4Cellv1::prop_map
protected

◆ showeredeps

ShowerEdepMap PHG4Cellv1::showeredeps
protected

Definition at line 100 of file PHG4Cellv1.h.

Referenced by add_shower_edep(), get_g4showers(), identify(), Reset(), and ~PHG4Cellv1().


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