Skip to content

Commit

Permalink
read muon pole mass from SMINPUTS block
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Dec 20, 2015
1 parent 1228367 commit e3aac2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slha_io.cpp
Expand Up @@ -488,6 +488,7 @@ void SLHA_io::process_sminputs_tuple(softsusy::QedQcd& qedqcd, int key, double v
break;
case 13:
qedqcd.setMass(mMuon, value);
qedqcd.setPoleMmuon(value);
break;
case 14:
qedqcd.setNeutrinoPoleMass(2, value);
Expand Down

0 comments on commit e3aac2d

Please sign in to comment.