40 return isGoodMuon(me0muon, 3, 4, 20, 20, 3.14);
58 double MaxDiffPhiDir) {
71 bool X_MatchFound =
false, Y_MatchFound =
false, Dir_MatchFound =
false;
73 if (((
std::abs(thisPosition.x() - r3FinalReco.
x()) / sigmax) < MaxPullX) ||
74 (
std::abs(thisPosition.x() - r3FinalReco.
x()) < MaxDiffX))
76 if (((
std::abs(thisPosition.y() - r3FinalReco.
y()) / sigmay) < MaxPullY) ||
77 (
std::abs(thisPosition.y() - r3FinalReco.
y()) < MaxDiffY))
81 Dir_MatchFound =
true;
83 return (X_MatchFound && Y_MatchFound && Dir_MatchFound);