optics data associated with 1 RP More...
Public Attributes | |
double | ch0 |
intercept for linear approximation of More... | |
double | ch1 |
slope for linear approximation of More... | |
double | la0 |
intercept for linear approximation of More... | |
double | la1 |
slope for linear approximation of More... | |
const LHCInterpolatedOpticalFunctionsSet * | optics |
std::shared_ptr< const TSpline3 > | s_L_x_vs_xi |
std::shared_ptr< const TSpline3 > | s_L_y_vs_xi |
std::shared_ptr< const TSpline3 > | s_v_y_vs_xi |
std::shared_ptr< const TSpline3 > | s_x_d_vs_xi |
std::shared_ptr< const TSpline3 > | s_xi_vs_x_d |
std::shared_ptr< const TSpline3 > | s_y_d_vs_xi |
double | x0 |
beam horizontal position, cm More... | |
double | y0 |
beam vertical position, cm More... | |
optics data associated with 1 RP
Definition at line 55 of file ProtonReconstructionAlgorithm.h.
double ProtonReconstructionAlgorithm::RPOpticsData::ch0 |
intercept for linear approximation of
Definition at line 60 of file ProtonReconstructionAlgorithm.h.
Referenced by ProtonReconstructionAlgorithm::init(), and ProtonReconstructionAlgorithm::reconstructFromMultiRP().
double ProtonReconstructionAlgorithm::RPOpticsData::ch1 |
slope for linear approximation of
Definition at line 61 of file ProtonReconstructionAlgorithm.h.
Referenced by ProtonReconstructionAlgorithm::init(), and ProtonReconstructionAlgorithm::reconstructFromMultiRP().
double ProtonReconstructionAlgorithm::RPOpticsData::la0 |
intercept for linear approximation of
Definition at line 62 of file ProtonReconstructionAlgorithm.h.
Referenced by ProtonReconstructionAlgorithm::init(), and ProtonReconstructionAlgorithm::reconstructFromMultiRP().
double ProtonReconstructionAlgorithm::RPOpticsData::la1 |
slope for linear approximation of
Definition at line 63 of file ProtonReconstructionAlgorithm.h.
Referenced by ProtonReconstructionAlgorithm::init(), and ProtonReconstructionAlgorithm::reconstructFromMultiRP().
const LHCInterpolatedOpticalFunctionsSet* ProtonReconstructionAlgorithm::RPOpticsData::optics |
Definition at line 56 of file ProtonReconstructionAlgorithm.h.
Referenced by ProtonReconstructionAlgorithm::init().
std::shared_ptr<const TSpline3> ProtonReconstructionAlgorithm::RPOpticsData::s_L_x_vs_xi |
Definition at line 57 of file ProtonReconstructionAlgorithm.h.
Referenced by ProtonReconstructionAlgorithm::init(), ProtonReconstructionAlgorithm::newtonGoalFcn(), and ProtonReconstructionAlgorithm::reconstructFromMultiRP().
std::shared_ptr<const TSpline3> ProtonReconstructionAlgorithm::RPOpticsData::s_L_y_vs_xi |
Definition at line 57 of file ProtonReconstructionAlgorithm.h.
Referenced by ProtonReconstructionAlgorithm::init(), and ProtonReconstructionAlgorithm::reconstructFromMultiRP().
std::shared_ptr<const TSpline3> ProtonReconstructionAlgorithm::RPOpticsData::s_v_y_vs_xi |
Definition at line 57 of file ProtonReconstructionAlgorithm.h.
Referenced by ProtonReconstructionAlgorithm::init(), and ProtonReconstructionAlgorithm::reconstructFromMultiRP().
std::shared_ptr<const TSpline3> ProtonReconstructionAlgorithm::RPOpticsData::s_x_d_vs_xi |
Definition at line 57 of file ProtonReconstructionAlgorithm.h.
Referenced by ProtonReconstructionAlgorithm::init(), ProtonReconstructionAlgorithm::newtonGoalFcn(), and ProtonReconstructionAlgorithm::reconstructFromMultiRP().
std::shared_ptr<const TSpline3> ProtonReconstructionAlgorithm::RPOpticsData::s_xi_vs_x_d |
Definition at line 57 of file ProtonReconstructionAlgorithm.h.
Referenced by ProtonReconstructionAlgorithm::init().
std::shared_ptr<const TSpline3> ProtonReconstructionAlgorithm::RPOpticsData::s_y_d_vs_xi |
Definition at line 57 of file ProtonReconstructionAlgorithm.h.
Referenced by ProtonReconstructionAlgorithm::init(), and ProtonReconstructionAlgorithm::reconstructFromMultiRP().
double ProtonReconstructionAlgorithm::RPOpticsData::x0 |
beam horizontal position, cm
Definition at line 58 of file ProtonReconstructionAlgorithm.h.
Referenced by ProtonReconstructionAlgorithm::init().
double ProtonReconstructionAlgorithm::RPOpticsData::y0 |
beam vertical position, cm
Definition at line 59 of file ProtonReconstructionAlgorithm.h.
Referenced by ProtonReconstructionAlgorithm::init().