ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/simulation/g4simulation/g4intt/PHG4InttHitReco.h>
Public Member Functions | |
PHG4InttHitReco (const std::string &name="PHG4InttHitReco") | |
~PHG4InttHitReco () override | |
int | InitRun (PHCompositeNode *topNode) override |
module initialization | |
int | process_event (PHCompositeNode *topNode) override |
event processing | |
void | SetDefaultParameters () override |
set default parameter values | |
void | Detector (const std::string &d) |
Public Member Functions inherited from SubsysReco | |
~SubsysReco () override | |
virtual int | End (PHCompositeNode *) |
Called at the end of all processing. | |
virtual int | EndRun (const int) |
Called at the end of each run. | |
virtual int | Init (PHCompositeNode *) |
virtual int | Reset (PHCompositeNode *) |
Reset. | |
virtual int | ResetEvent (PHCompositeNode *) |
Clean up after each event. | |
void | Print (const std::string &="ALL") const override |
Public Member Functions inherited from Fun4AllBase | |
virtual | ~Fun4AllBase () |
virtual const std::string | Name () const |
Returns the name of this module. | |
virtual void | Name (const std::string &name) |
Sets the name of this module. | |
virtual void | Verbosity (const int ival) |
Sets the verbosity of this module (0 by default=quiet). | |
virtual void | Verbosity (enu_Verbosity ival) |
Sets the verbosity of this module (0 by default=quiet). | |
virtual int | Verbosity () const |
Gets the verbosity of this module. | |
Public Member Functions inherited from PHParameterInterface | |
PHParameterInterface (const std::string &name) | |
PHParameterInterface (const PHParameterInterface &)=delete | |
virtual | ~PHParameterInterface () |
void | set_paramname (const std::string &name) |
void | set_double_param (const std::string &name, const double dval) |
double | get_double_param (const std::string &name) const |
void | set_int_param (const std::string &name, const int ival) |
int | get_int_param (const std::string &name) const |
void | set_string_param (const std::string &name, const std::string &sval) |
std::string | get_string_param (const std::string &name) const |
void | UpdateParametersWithMacro () |
void | SaveToNodeTree (PHCompositeNode *runNode, const std::string &nodename) |
void | PutOnParNode (PHCompositeNode *parNode, const std::string &nodename) |
Protected Attributes | |
std::string | m_Detector |
std::string | m_HitNodeName |
std::string | m_CellNodeName |
std::string | m_GeoNodeName |
double | m_Tmin |
double | m_Tmax |
gsl_vector * | m_LocalOutVec |
gsl_vector * | m_PathVec |
gsl_vector * | m_SegmentVec |
Additional Inherited Members | |
Public Types inherited from Fun4AllBase | |
enum | enu_Verbosity { VERBOSITY_QUIET = 0, VERBOSITY_SOME = 1, VERBOSITY_MORE = 2, VERBOSITY_EVEN_MORE = 3, VERBOSITY_A_LOT = 4, VERBOSITY_MAX = INT_MAX - 10 } |
Protected Member Functions inherited from SubsysReco | |
SubsysReco (const std::string &name="NONAME") | |
Protected Member Functions inherited from PHParameterInterface | |
void | set_default_double_param (const std::string &name, const double dval) |
void | set_default_int_param (const std::string &name, const int ival) |
void | set_default_string_param (const std::string &name, const std::string &sval) |
void | InitializeParameters () |
Definition at line 16 of file PHG4InttHitReco.h.
View newest version in sPHENIX GitHub at line 16 of file PHG4InttHitReco.h
PHG4InttHitReco::PHG4InttHitReco | ( | const std::string & | name = "PHG4InttHitReco" | ) |
Definition at line 48 of file PHG4InttHitReco.cc.
View newest version in sPHENIX GitHub at line 48 of file PHG4InttHitReco.cc
References PHParameterInterface::InitializeParameters(), m_CellNodeName, m_Detector, m_GeoNodeName, m_HitNodeName, m_LocalOutVec, m_PathVec, and m_SegmentVec.
|
override |
Definition at line 65 of file PHG4InttHitReco.cc.
View newest version in sPHENIX GitHub at line 65 of file PHG4InttHitReco.cc
References m_LocalOutVec, m_PathVec, and m_SegmentVec.
|
inline |
Definition at line 31 of file PHG4InttHitReco.h.
View newest version in sPHENIX GitHub at line 31 of file PHG4InttHitReco.h
References d, and m_Detector.
|
overridevirtual |
module initialization
Reimplemented from SubsysReco.
Definition at line 72 of file PHG4InttHitReco.cc.
View newest version in sPHENIX GitHub at line 72 of file PHG4InttHitReco.cc
References PHCompositeNode::addNode(), Fun4AllReturnCodes::EVENT_OK, g4zmq::exit(), PHNodeIterator::findFirst(), PHParameterInterface::get_double_param(), PHG4CylinderGeomContainer::identify(), m_Detector, m_GeoNodeName, m_HitNodeName, m_Tmax, m_Tmin, Fun4AllBase::Name(), PHWHERE, PHParameterInterface::PutOnParNode(), PHParameterInterface::SaveToNodeTree(), PHParameterInterface::UpdateParametersWithMacro(), and Fun4AllBase::Verbosity().
|
overridevirtual |
event processing
Reimplemented from SubsysReco.
Definition at line 183 of file PHG4InttHitReco.cc.
View newest version in sPHENIX GitHub at line 183 of file PHG4InttHitReco.cc
References TrkrHit::addEnergy(), PHG4Utils::circle_rectangle_intersection(), Fun4AllReturnCodes::EVENT_OK, g4zmq::exit(), CylinderGeomIntt::find_strip_center_localcoords(), CylinderGeomIntt::find_strip_index_values(), InttDefs::genHitKey(), InttDefs::genHitSetKey(), CylinderGeomIntt::get_strip_y_spacing(), CylinderGeomIntt::get_strip_z_spacing(), TrkrHit::getEnergy(), PHG4HitContainer::getHits(), PHG4CylinderGeomContainer::GetLayerGeom(), m_GeoNodeName, m_HitNodeName, m_LocalOutVec, m_PathVec, M_PI, m_SegmentVec, m_Tmax, m_Tmin, PHG4Hit::prop_eion, boost::swap(), Fun4AllBase::Verbosity(), y1, y2, z1, and z2.
|
overridevirtual |
set default parameter values
Implements PHParameterInterface.
Definition at line 432 of file PHG4InttHitReco.cc.
View newest version in sPHENIX GitHub at line 432 of file PHG4InttHitReco.cc
References PHParameterInterface::set_default_double_param().
|
protected |
Definition at line 36 of file PHG4InttHitReco.h.
View newest version in sPHENIX GitHub at line 36 of file PHG4InttHitReco.h
Referenced by PHG4InttHitReco().
|
protected |
Definition at line 34 of file PHG4InttHitReco.h.
View newest version in sPHENIX GitHub at line 34 of file PHG4InttHitReco.h
Referenced by Detector(), InitRun(), and PHG4InttHitReco().
|
protected |
Definition at line 37 of file PHG4InttHitReco.h.
View newest version in sPHENIX GitHub at line 37 of file PHG4InttHitReco.h
Referenced by InitRun(), PHG4InttHitReco(), and process_event().
|
protected |
Definition at line 35 of file PHG4InttHitReco.h.
View newest version in sPHENIX GitHub at line 35 of file PHG4InttHitReco.h
Referenced by InitRun(), PHG4InttHitReco(), and process_event().
|
protected |
Definition at line 42 of file PHG4InttHitReco.h.
View newest version in sPHENIX GitHub at line 42 of file PHG4InttHitReco.h
Referenced by PHG4InttHitReco(), process_event(), and ~PHG4InttHitReco().
|
protected |
Definition at line 43 of file PHG4InttHitReco.h.
View newest version in sPHENIX GitHub at line 43 of file PHG4InttHitReco.h
Referenced by PHG4InttHitReco(), process_event(), and ~PHG4InttHitReco().
|
protected |
Definition at line 44 of file PHG4InttHitReco.h.
View newest version in sPHENIX GitHub at line 44 of file PHG4InttHitReco.h
Referenced by PHG4InttHitReco(), process_event(), and ~PHG4InttHitReco().
|
protected |
Definition at line 40 of file PHG4InttHitReco.h.
View newest version in sPHENIX GitHub at line 40 of file PHG4InttHitReco.h
Referenced by InitRun(), and process_event().
|
protected |
Definition at line 39 of file PHG4InttHitReco.h.
View newest version in sPHENIX GitHub at line 39 of file PHG4InttHitReco.h
Referenced by InitRun(), and process_event().