ATLAS Offline Software
|
Functions | |
double | houghParamMdtLeft (double tanTheta, const MuonR4::HoughHitType &dc) |
left-side straight line parametrisation for drift circles More... | |
double | houghParamMdtRight (double tanTheta, const MuonR4::HoughHitType &dc) |
right-side straight line parametrisation for drift circles More... | |
double | houghParamStrip (double tanTheta, const MuonR4::HoughHitType &strip) |
straight line parametrisation for strip detector measurements More... | |
double | houghWidthMdt (double tanTheta, const MuonR4::HoughHitType &dc, double targetReso) |
uncertainty parametrisation for drift circles More... | |
double | houghWidthStrip (double tanTheta, const MuonR4::HoughHitType &strip, double targetReso) |
Uncertainty parametrisation for strip measurements. More... | |
double MuonR4::HoughHelpers::Eta::houghParamMdtLeft | ( | double | tanTheta, |
const MuonR4::HoughHitType & | dc | ||
) |
left-side straight line parametrisation for drift circles
tanTheta | the input inclination angle |
dc | the drift circle (expressed as a space point) |
Definition at line 9 of file HoughHelperFunctions.cxx.
double MuonR4::HoughHelpers::Eta::houghParamMdtRight | ( | double | tanTheta, |
const MuonR4::HoughHitType & | dc | ||
) |
right-side straight line parametrisation for drift circles
tanTheta | the input inclination angle |
dc | the drift circle (expressed as a space point) |
Definition at line 13 of file HoughHelperFunctions.cxx.
double MuonR4::HoughHelpers::Eta::houghParamStrip | ( | double | tanTheta, |
const MuonR4::HoughHitType & | strip | ||
) |
straight line parametrisation for strip detector measurements
tanTheta | the input inclination angle |
strip | the strip measurement (expressed as a space point) |
Definition at line 17 of file HoughHelperFunctions.cxx.
double MuonR4::HoughHelpers::Eta::houghWidthMdt | ( | double | tanTheta, |
const MuonR4::HoughHitType & | dc, | ||
double | targetReso | ||
) |
uncertainty parametrisation for drift circles
tanTheta | the input inclination angle |
dc | the drift circle (expressed as a space point) |
Definition at line 21 of file HoughHelperFunctions.cxx.
double MuonR4::HoughHelpers::Eta::houghWidthStrip | ( | double | tanTheta, |
const MuonR4::HoughHitType & | strip, | ||
double | targetReso | ||
) |
Uncertainty parametrisation for strip measurements.
tanTheta | the input inclination angle (not used) |
strip | the strip measurement (expressed as a space point) |
Definition at line 27 of file HoughHelperFunctions.cxx.