Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGAFPHYPO_AFPPROTONTRANSPORTTOOL_H
6 #define TRIGAFPHYPO_AFPPROTONTRANSPORTTOOL_H
39 virtual double x(
double x0,
double y0,
double z0,
double sx0,
double sy0,
double E)
const override {
45 double y(
double x0,
double y0,
double z0,
double sx0,
double sy0,
double E)
const {
51 double sx(
double x0,
double y0,
double z0,
double sx0,
double sy0,
double E)
const {
57 double sy(
double x0,
double y0,
double z0,
double sx0,
double sy0,
double E)
const {
78 Gaudi::Property<double>
m_xSlopeInitIP {
this,
"xSlopeInitIp", 0,
"Initial x slope at IP"};
80 Gaudi::Property<double>
m_ySlopeInitIP {
this,
"ySlopeInitIp", 0,
"Initial y slope at IP"};
82 Gaudi::Property<double>
m_xPositionInitIP {
this,
"xPositionInitIp", 0,
"Initial x position at IP"};
84 Gaudi::Property<double>
m_yPositionInitIP {
this,
"yPositionInitIp", 0,
"Initial y position at IP"};
86 Gaudi::Property<double>
m_zPositionInitIP {
this,
"zPositionInitIp", 0,
"Initial z position at IP"};
88 Gaudi::Property<double>
m_energy {
this,
"beamEnergy", 0,
"Nominal beam energy"};
90 Gaudi::Property<double>
m_parametrisationPosition {
this,
"parameterisationPosition", 0,
"Detector position for which parameterisation was derived"};
92 Gaudi::Property<std::string>
m_filename {
this,
"filename",
"",
"Parameterisation file"};
::StatusCode StatusCode
StatusCode definition for legacy code.