![]() |
ATLAS Offline Software
|
Enumerations | |
| enum | ParamDefs { d0 = 0 , z0 = 1 , phi0 = 2 , theta = 3 , qOverP = 4 , x = 0 , y = 1 , z = 2 } |
Functions | |
| Eigen::Vector3d | getPosition (const xAOD::TrackParticle &trk) |
| double | getSigmaD0 (const xAOD::TrackParticle &trk, const Eigen::Matrix2d &vtxCov) |
| double | getSigmaD0 (const xAOD::TrackParticle &trk, const xAOD::Vertex &vtx) |
| double | getSigmaD0WithRespectToBeamspot (const xAOD::TrackParticle &trk, const xAOD::EventInfo &evt) |
| double | getSigmaZ0SinTheta (const xAOD::TrackParticle &trk, double vxZCov) |
| double | getSigmaZ0SinTheta (const xAOD::TrackParticle &trk, const xAOD::Vertex &vtx) |
| enum Pmt::ParamDefs |
| Eigen::Vector3d Pmt::getPosition | ( | const xAOD::TrackParticle & | trk | ) |
Definition at line 43 of file PoorMansIpAugmenterAlg.cxx.
| double Pmt::getSigmaD0 | ( | const xAOD::TrackParticle & | trk, |
| const Eigen::Matrix2d & | vtxCov ) |
Definition at line 55 of file PoorMansIpAugmenterAlg.cxx.
| double Pmt::getSigmaD0 | ( | const xAOD::TrackParticle & | trk, |
| const xAOD::Vertex & | vtx ) |
Definition at line 73 of file PoorMansIpAugmenterAlg.cxx.
| double Pmt::getSigmaD0WithRespectToBeamspot | ( | const xAOD::TrackParticle & | trk, |
| const xAOD::EventInfo & | evt ) |
Definition at line 82 of file PoorMansIpAugmenterAlg.cxx.
| double Pmt::getSigmaZ0SinTheta | ( | const xAOD::TrackParticle & | trk, |
| const xAOD::Vertex & | vtx ) |
Definition at line 122 of file PoorMansIpAugmenterAlg.cxx.
| double Pmt::getSigmaZ0SinTheta | ( | const xAOD::TrackParticle & | trk, |
| double | vxZCov ) |
Definition at line 100 of file PoorMansIpAugmenterAlg.cxx.