Skip to content

Commit

Permalink
Merge pull request #266 from CERN-PH-CMG/heppy_7_2_2_patch2
Browse files Browse the repository at this point in the history
Merge heppy in CMGTools after MT2 bugfix, before making patch release
  • Loading branch information
gpetruc committed Feb 18, 2015
2 parents 18328e1 + d9d8b39 commit 11ca175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PhysicsTools/Heppy/src/Davismt2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace heppy {
/*The user can change the desired precision below, the larger one of the following two definitions is used. Relative precision less than 0.00001 is not guaranteed to be
achievable--use with caution*/

const float Davismt2::RELATIVE_PRECISION = 0.0001;
const float Davismt2::RELATIVE_PRECISION = 0.00001;
const float Davismt2::ABSOLUTE_PRECISION = 0.0;
const float Davismt2::ZERO_MASS = 0.0;
const float Davismt2::MIN_MASS = 0.1;
Expand Down
2 changes: 1 addition & 1 deletion PhysicsTools/Heppy/src/mt2w_bisect.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace mt2w_bisect

/*The user can change the desired precision below, the larger one of the following two definitions is used. Relative precision less than 0.00001 is not guaranteed to be achievable--use with caution*/

const float mt2w::RELATIVE_PRECISION = 0.0001;
const float mt2w::RELATIVE_PRECISION = 0.00001;
const float mt2w::ABSOLUTE_PRECISION = 0.0;
const float mt2w::MIN_MASS = 0.1;
const float mt2w::ZERO_MASS = 0.0;
Expand Down

0 comments on commit 11ca175

Please sign in to comment.