Class Reference for E1039 Core & Analysis Software
PHG4Cellv2 Class Reference

specialized cells for TPC operations More...

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

+ Inheritance diagram for PHG4Cellv2:
+ Collaboration diagram for PHG4Cellv2:

Public Member Functions

 PHG4Cellv2 ()
 
 PHG4Cellv2 (const PHG4CellDefs::keytype g4cellid)
 
virtual ~PHG4Cellv2 ()
 
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)
 
EdepConstRange get_g4hits ()
 
void add_edep (const float f)
 
double get_edep () const
 
void print () const
 
- 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)
 
virtual void add_shower_edep (const int g4showerid, const float edep)
 
virtual ShowerEdepConstRange get_g4showers ()
 
short int get_layer () const
 
virtual void add_eion (const float f)
 
virtual double get_eion () const
 
virtual void add_light_yield (const float lightYield)
 
virtual float get_light_yield () const
 
virtual void set_chip_index (const int i)
 
virtual int get_chip_index () const
 
virtual void set_half_stave_index (const int i)
 
virtual int get_half_stave_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 void set_module_index (const int i)
 
virtual int get_module_index () const
 
virtual void set_phibin (const int i)
 
virtual int get_phibin () const
 
virtual void set_pixel_index (const int i)
 
virtual int get_pixel_index () const
 
virtual void set_stave_index (const int i)
 
virtual int get_stave_index () const
 
virtual void set_zbin (const int i)
 
virtual int get_zbin () 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

PHG4CellDefs::keytype cellid
 
EdepMap hitedeps
 
float _edep
 

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

specialized cells for TPC operations

Definition at line 15 of file PHG4Cellv2.h.

Constructor & Destructor Documentation

◆ PHG4Cellv2() [1/2]

PHG4Cellv2::PHG4Cellv2 ( )

Definition at line 9 of file PHG4Cellv2.cc.

◆ PHG4Cellv2() [2/2]

PHG4Cellv2::PHG4Cellv2 ( const PHG4CellDefs::keytype  g4cellid)
explicit

Definition at line 14 of file PHG4Cellv2.cc.

◆ ~PHG4Cellv2()

PHG4Cellv2::~PHG4Cellv2 ( )
virtual

Definition at line 20 of file PHG4Cellv2.cc.

Member Function Documentation

◆ add_edep() [1/2]

void PHG4Cellv2::add_edep ( const float  f)
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 37 of file PHG4Cellv2.h.

References _edep.

◆ add_edep() [2/2]

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

Reimplemented from PHG4Cell.

Definition at line 26 of file PHG4Cellv2.cc.

References hitedeps.

◆ get_cellid()

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

Reimplemented from PHG4Cell.

Definition at line 26 of file PHG4Cellv2.h.

References cellid.

◆ get_detid()

short int PHG4Cellv2::get_detid ( ) const
virtual

Reimplemented from PHG4Cell.

Definition at line 38 of file PHG4Cellv2.cc.

References cellid, and PHG4CellDefs::get_detid().

+ Here is the call graph for this function:

◆ get_edep()

double PHG4Cellv2::get_edep ( ) const
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 38 of file PHG4Cellv2.h.

References _edep.

◆ get_g4hits()

EdepConstRange PHG4Cellv2::get_g4hits ( )
inlinevirtual

Reimplemented from PHG4Cell.

Definition at line 32 of file PHG4Cellv2.h.

References hitedeps.

◆ has_binning()

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

Reimplemented from PHG4Cell.

Definition at line 32 of file PHG4Cellv2.cc.

References cellid, and PHG4CellDefs::has_binning().

+ Here is the call graph for this function:

◆ identify()

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

Reimplemented from PHG4Cell.

Definition at line 54 of file PHG4Cellv2.cc.

References cellid, and hitedeps.

Referenced by print().

+ Here is the caller graph for this function:

◆ print()

void PHG4Cellv2::print ( ) const
virtual

Reimplemented from PHG4Cell.

Definition at line 43 of file PHG4Cellv2.cc.

References identify().

+ Here is the call graph for this function:

◆ Reset()

void PHG4Cellv2::Reset ( )
virtual

Reimplemented from PHG4Cell.

Definition at line 48 of file PHG4Cellv2.cc.

References hitedeps.

◆ set_cellid()

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

Reimplemented from PHG4Cell.

Definition at line 25 of file PHG4Cellv2.h.

References cellid.

Member Data Documentation

◆ _edep

float PHG4Cellv2::_edep
protected

Definition at line 47 of file PHG4Cellv2.h.

Referenced by add_edep(), and get_edep().

◆ cellid

PHG4CellDefs::keytype PHG4Cellv2::cellid
protected

Definition at line 44 of file PHG4Cellv2.h.

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

◆ hitedeps

EdepMap PHG4Cellv2::hitedeps
protected

Definition at line 45 of file PHG4Cellv2.h.

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


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