EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TpcLoadDistortionCorrection Class Reference

#include <fun4all_coresoftware/blob/master/offline/packages/tpc/TpcLoadDistortionCorrection.h>

+ Inheritance diagram for TpcLoadDistortionCorrection:
+ Collaboration diagram for TpcLoadDistortionCorrection:

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

Detailed Description

Definition at line 19 of file TpcLoadDistortionCorrection.h.

View newest version in sPHENIX GitHub at line 19 of file TpcLoadDistortionCorrection.h

Constructor & Destructor Documentation

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

Member Function Documentation

int TpcLoadDistortionCorrection::InitRun ( PHCompositeNode topNode)
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().

+ Here is the call graph for this function:

int TpcLoadDistortionCorrection::process_event ( PHCompositeNode )
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.

void TpcLoadDistortionCorrection::set_distortion_filename ( const std::string &  value)
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().

+ Here is the caller graph for this function:

void TpcLoadDistortionCorrection::set_node_name ( const std::string &  value)
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.

Member Data Documentation

std::string TpcLoadDistortionCorrection::m_distortion_filename
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().

std::string TpcLoadDistortionCorrection::m_node_name = "TpcDistortionCorrectionContainer"
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().


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