Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/simulation/g4simulation/g4tpc/PHG4TpcPadPlane.h>
Public Member Functions | |
PHG4TpcPadPlane (const std::string &name="PHG4TpcPadPlane") | |
int | process_event (PHCompositeNode *) final |
virtual void | SetDriftVelocity (double) |
virtual void | SetReadoutTime (float) |
int | InitRun (PHCompositeNode *topNode) override |
virtual void | UpdateInternalParameters () |
virtual void | MapToPadPlane (TpcClusterBuilder &, TrkrHitSetContainer *, TrkrHitSetContainer *, TrkrHitTruthAssoc *, const double, const double, const double, const unsigned int, PHG4HitContainer::ConstIterator, TNtuple *, TNtuple *)=0 |
void | Detector (const std::string &name) |
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 | |
PHParameterInterface & | operator= (PHParameterInterface const &)=delete |
virtual | ~PHParameterInterface () |
void | set_paramname (const std::string &name) |
virtual void | SetDefaultParameters ()=0 |
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) |
void | Print () const |
Protected Attributes | |
std::string | detector |
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 = std::numeric_limits<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 20 of file PHG4TpcPadPlane.h.
View newest version in sPHENIX GitHub at line 20 of file PHG4TpcPadPlane.h
PHG4TpcPadPlane::PHG4TpcPadPlane | ( | const std::string & | name = "PHG4TpcPadPlane" | ) |
Definition at line 14 of file PHG4TpcPadPlane.cc.
View newest version in sPHENIX GitHub at line 14 of file PHG4TpcPadPlane.cc
|
inline |
Definition at line 34 of file PHG4TpcPadPlane.h.
View newest version in sPHENIX GitHub at line 34 of file PHG4TpcPadPlane.h
References perf_headwind::name.
Referenced by TpcPrototypeUnpacker::registerPadPlane().
|
overridevirtual |
Called for first event when run number is known. Typically this is where you may want to fetch data from database, because you know the run number.
Reimplemented from SubsysReco.
Reimplemented in PHG4TpcPadPlaneReadout.
Definition at line 21 of file PHG4TpcPadPlane.cc.
View newest version in sPHENIX GitHub at line 21 of file PHG4TpcPadPlane.cc
References PHCompositeNode::addNode(), Fun4AllReturnCodes::EVENT_OK, PHNodeIterator::findFirst(), PHParameterInterface::PutOnParNode(), PHParameterInterface::SaveToNodeTree(), UpdateInternalParameters(), and PHParameterInterface::UpdateParametersWithMacro().
Referenced by PHG4TpcPadPlaneReadout::InitRun(), and TpcPrototypeUnpacker::InitRun().
|
pure virtual |
Implemented in PHG4TpcPadPlaneReadout.
|
inlinefinalvirtual |
Called for each event. This is where you do the real work.
Reimplemented from SubsysReco.
Definition at line 25 of file PHG4TpcPadPlane.h.
View newest version in sPHENIX GitHub at line 25 of file PHG4TpcPadPlane.h
|
inlinevirtual |
Reimplemented in PHG4TpcPadPlaneReadout.
Definition at line 28 of file PHG4TpcPadPlane.h.
View newest version in sPHENIX GitHub at line 28 of file PHG4TpcPadPlane.h
|
inlinevirtual |
Reimplemented in PHG4TpcPadPlaneReadout.
Definition at line 29 of file PHG4TpcPadPlane.h.
View newest version in sPHENIX GitHub at line 29 of file PHG4TpcPadPlane.h
|
inlinevirtual |
Reimplemented in PHG4TpcPadPlaneReadout.
Definition at line 31 of file PHG4TpcPadPlane.h.
View newest version in sPHENIX GitHub at line 31 of file PHG4TpcPadPlane.h
Referenced by InitRun(), and TpcPrototypeUnpacker::registerPadPlane().
|
protected |
Definition at line 37 of file PHG4TpcPadPlane.h.
View newest version in sPHENIX GitHub at line 37 of file PHG4TpcPadPlane.h