EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/offline/packages/tpc/TpcDistortionCorrectionContainer.h>
Public Member Functions | |
TpcDistortionCorrectionContainer ()=default | |
constructor | |
Public Attributes | |
space charge distortion histograms | |
std::array< TH3 *, 2 > | m_hDRint = {{nullptr, nullptr}} |
std::array< TH3 *, 2 > | m_hDPint = {{nullptr, nullptr}} |
std::array< TH3 *, 2 > | m_hDZint = {{nullptr, nullptr}} |
Definition at line 14 of file TpcDistortionCorrectionContainer.h.
View newest version in sPHENIX GitHub at line 14 of file TpcDistortionCorrectionContainer.h
|
default |
constructor
std::array<TH3*,2> TpcDistortionCorrectionContainer::m_hDPint = {{nullptr, nullptr}} |
Definition at line 24 of file TpcDistortionCorrectionContainer.h.
View newest version in sPHENIX GitHub at line 24 of file TpcDistortionCorrectionContainer.h
Referenced by TpcDistortionCorrection::get_corrected_position().
std::array<TH3*,2> TpcDistortionCorrectionContainer::m_hDRint = {{nullptr, nullptr}} |
Definition at line 23 of file TpcDistortionCorrectionContainer.h.
View newest version in sPHENIX GitHub at line 23 of file TpcDistortionCorrectionContainer.h
Referenced by TpcDistortionCorrection::get_corrected_position().
std::array<TH3*,2> TpcDistortionCorrectionContainer::m_hDZint = {{nullptr, nullptr}} |
Definition at line 25 of file TpcDistortionCorrectionContainer.h.
View newest version in sPHENIX GitHub at line 25 of file TpcDistortionCorrectionContainer.h
Referenced by TpcDistortionCorrection::get_corrected_position().