You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
double minv = 2 * me * me + 2 * (e1 * e2 - dotTr1Tr2);
715
+
if ((TMath::Abs(minv) < maxEEMinv) && (dtheta < maxDTheta)) {
716
+
returntrue;
717
+
}
718
+
}
719
+
returnfalse;
720
+
}
721
+
697
722
/// Check if pair is close or not
698
723
template <typename Part>
699
724
voidClosePairqLCMS(Part const& part1, Part const& part2, float lmagfield, uint8_t ChosenEventType, double qlcms) // add typename Parts and variable parts for adding MClabels
0 commit comments