Skip to content

Commit

Permalink
Merge pull request #7210 from mark-grimes/increaseOverlappingPulseLimit
Browse files Browse the repository at this point in the history
Increase Method2 overlapping pulse limit
  • Loading branch information
cmsbuild committed Jan 16, 2015
2 parents 60e2a35 + d8a4d4f commit 9340a13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class PulseShapeFitOOTPileupCorrection
double pedSig_;
double noise_;
HcalTimeSlew::BiasSetting slewFlavor_;
const double overlapLimit = 1.0;
const double overlapLimit = 10.0; // nano seconds

/// Keeps track of how many times each error code is produced when trying fits.
mutable std::map<int,int> fitErrorCodes_;
Expand Down

0 comments on commit 9340a13

Please sign in to comment.