![]() |
ATLAS Offline Software
|
Functions | |
| double | houghParamMdtLeft (double tanBeta, const MuonR4::HoughHitType &dc) |
| left-side straight line parametrisation for drift circles More... | |
| double | houghParamMdtRight (double tanBeta, const MuonR4::HoughHitType &dc) |
| right-side straight line parametrisation for drift circles More... | |
| double | houghParamStrip (double tanBeta, const MuonR4::HoughHitType &strip) |
| straight line parametrisation for strip detector measurements More... | |
| double | houghWidthMdt (double tanBeta, const MuonR4::HoughHitType &dc, double targetReso) |
| uncertainty parametrisation for drift circles More... | |
| double | houghWidthStrip (double tanBeta, const MuonR4::HoughHitType &strip, double targetReso) |
| Uncertainty parametrisation for strip measurements. More... | |
| double MuonR4::HoughHelpers::Eta::houghParamMdtLeft | ( | double | tanBeta, |
| const MuonR4::HoughHitType & | dc | ||
| ) |
left-side straight line parametrisation for drift circles
| tanBeta | the input inclination angle |
| dc | the drift circle (expressed as a space point) |
Definition at line 11 of file HoughHelperFunctions.cxx.
| double MuonR4::HoughHelpers::Eta::houghParamMdtRight | ( | double | tanBeta, |
| const MuonR4::HoughHitType & | dc | ||
| ) |
right-side straight line parametrisation for drift circles
| tanBeta | the input inclination angle |
| dc | the drift circle (expressed as a space point) |
Definition at line 15 of file HoughHelperFunctions.cxx.
| double MuonR4::HoughHelpers::Eta::houghParamStrip | ( | double | tanBeta, |
| const MuonR4::HoughHitType & | strip | ||
| ) |
straight line parametrisation for strip detector measurements
| tanBeta | the input inclination angle |
| strip | the strip measurement (expressed as a space point) |
Definition at line 19 of file HoughHelperFunctions.cxx.
| double MuonR4::HoughHelpers::Eta::houghWidthMdt | ( | double | tanBeta, |
| const MuonR4::HoughHitType & | dc, | ||
| double | targetReso | ||
| ) |
uncertainty parametrisation for drift circles
| tanBeta | the input inclination angle |
| dc | the drift circle (expressed as a space point) |
Scale reported errors up to at least 1 mm or 3 times the reported error as drift circle calibration is not fully reliable at this stage
Scale reported errors up to at least 1 mm or 3 times the reported error as drift circle calibration is not fully reliable at this stage
Definition at line 22 of file HoughHelperFunctions.cxx.
| double MuonR4::HoughHelpers::Eta::houghWidthStrip | ( | double | tanBeta, |
| const MuonR4::HoughHitType & | strip, | ||
| double | targetReso | ||
| ) |
Uncertainty parametrisation for strip measurements.
| tanBeta | the input inclination angle (not used) |
| strip | the strip measurement (expressed as a space point) |
Definition at line 28 of file HoughHelperFunctions.cxx.
1.8.18