EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/offline/packages/tpc/TpcLoadDistortionCorrection.h>
Public Member Functions | |
TpcLoadDistortionCorrection (const std::string &="TpcLoadDistortionCorrection") | |
constructor | |
int | InitRun (PHCompositeNode *) override |
global initialization | |
int | process_event (PHCompositeNode *) override |
event processing | |
void | set_distortion_filename (const std::string &value) |
distortion filename | |
void | set_node_name (const std::string &value) |
node 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. | |
Private Attributes | |
std::string | m_distortion_filename |
distortion filename | |
std::string | m_node_name = "TpcDistortionCorrectionContainer" |
distortion object node name | |
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") | |
Definition at line 19 of file TpcLoadDistortionCorrection.h.
View newest version in sPHENIX GitHub at line 19 of file TpcLoadDistortionCorrection.h
TpcLoadDistortionCorrection::TpcLoadDistortionCorrection | ( | const std::string & | name = "TpcLoadDistortionCorrection" | ) |
constructor
Definition at line 19 of file TpcLoadDistortionCorrection.cc.
View newest version in sPHENIX GitHub at line 19 of file TpcLoadDistortionCorrection.cc
|
overridevirtual |
global initialization
Get the DST node and check
Reimplemented from SubsysReco.
Definition at line 24 of file TpcLoadDistortionCorrection.cc.
View newest version in sPHENIX GitHub at line 24 of file TpcLoadDistortionCorrection.cc
References Fun4AllReturnCodes::ABORTRUN, Fun4AllReturnCodes::EVENT_OK, exit(), PHNodeIterator::findFirst(), m_distortion_filename, m_node_name, and Fun4AllBase::Verbosity().
|
overridevirtual |
event processing
Reimplemented from SubsysReco.
Definition at line 97 of file TpcLoadDistortionCorrection.cc.
View newest version in sPHENIX GitHub at line 97 of file TpcLoadDistortionCorrection.cc
References Fun4AllReturnCodes::EVENT_OK.
|
inline |
distortion filename
Definition at line 33 of file TpcLoadDistortionCorrection.h.
View newest version in sPHENIX GitHub at line 33 of file TpcLoadDistortionCorrection.h
References m_distortion_filename, and value.
Referenced by TPC_Clustering().
|
inline |
node name
Definition at line 37 of file TpcLoadDistortionCorrection.h.
View newest version in sPHENIX GitHub at line 37 of file TpcLoadDistortionCorrection.h
References m_node_name, and value.
|
private |
distortion filename
Definition at line 43 of file TpcLoadDistortionCorrection.h.
View newest version in sPHENIX GitHub at line 43 of file TpcLoadDistortionCorrection.h
Referenced by InitRun(), and set_distortion_filename().
|
private |
distortion object node name
Definition at line 46 of file TpcLoadDistortionCorrection.h.
View newest version in sPHENIX GitHub at line 46 of file TpcLoadDistortionCorrection.h
Referenced by InitRun(), and set_node_name().