Skip to content

Commit a23f890

Browse files
committed
Up threshold for single/double escape from 1022 to 1255.
1 parent 4311323 commit a23f890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PeakSearchGuiUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ std::unique_ptr<std::pair<PeakModel::PeakShrdPtr,std::string>>
15691569
// We will assume a generic 20% HPGe detector to get S.E. and D.E. efficiencies.
15701570
// And on top of all those assumptions, we will apply an arbitrary amplitude factor of 0.5
15711571
// to reactions if we arent showing escape peak features, and 0.2 for xrays
1572-
const float pair_prod_thresh = 1122.0f;
1572+
const float pair_prod_thresh = 1255.0f; //The single_escape_sf and double_escape_sf give negative values below 1255.
15731573
const float always_check_escape_thresh = 4000.0f;
15741574
const float escape_suppression_factor = 0.5;
15751575
const bool xray_suppression_factor = 0.2;

0 commit comments

Comments
 (0)