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
Copy file name to clipboardExpand all lines: PWGEM/Dilepton/Tasks/matchingMFT.cxx
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,6 @@ struct matchingMFT {
60
60
Configurable<float> maxEtaSA{"maxEtaSA", -2.5, "max. eta acceptance for MCH-MID"};
61
61
Configurable<float> minEtaGL{"minEtaGL", -3.6, "min. eta acceptance for MFT-MCH-MID"};
62
62
Configurable<float> maxEtaGL{"maxEtaGL", -2.5, "max. eta acceptance for MFT-MCH-MID"};
63
-
Configurable<float> minRabsGL{"minRabsGL", 27.6, "min. R at absorber end for global muons (min. eta = -3.6)"}; // std::tan(2.f * std::atan(std::exp(- -3.6)) ) * -505.
64
63
Configurable<float> minRabs{"minRabs", 17.6, "min. R at absorber end"};
65
64
Configurable<float> midRabs{"midRabs", 26.5, "middle R at absorber end for pDCA cut"};
66
65
Configurable<float> maxRabs{"maxRabs", 89.5, "max. R at absorber end"};
@@ -195,9 +194,6 @@ struct matchingMFT {
195
194
if (chi2 < 0.f || maxChi2GL < chi2) {
196
195
returnfalse;
197
196
}
198
-
if (rAtAbsorberEnd < minRabsGL || maxRabs < rAtAbsorberEnd) {
0 commit comments