23 double chamber_length) {
37 std::cout <<
" MuonDT2ChamberResidual hitChamberPos x: " << hitChamberPos.
x()
38 <<
" tsosChamberPos x: " << tsosChamberPos.
x() << std::endl;
39 std::cout <<
" hitChamberPos y: " << hitChamberPos.
y()
40 <<
" tsosChamberPos y: " << tsosChamberPos.
y() << std::endl;
41 std::cout <<
" hitChamberPos z: " << hitChamberPos.
z()
42 <<
" tsosChamberPos z: " << tsosChamberPos.
z() << std::endl;
45 double residual = tsosChamberPos.
y() - hitChamberPos.
y();
47 1. /
hit->localPositionError().xx();
48 double layerPosition = tsosChamberPos.
z();
49 double layerHitPos = hitChamberPos.
z();