Skip to content

Commit 6d6dcbf

Browse files
authored
Merge pull request #605 from SBNSoftware/feature/jdyer_StoPipPip
add factor of 2 to StoPipPip decay in HiggsMakeDecay_tool.cc.
2 parents f46cc95 + b90adac commit 6d6dcbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sbncode/EventGenerator/MeVPrtl/Tools/Higgs/HiggsMakeDecay_tool.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ double PionPartialWidth(double pion_mass, double higs_mass, double mixing) {
140140
}
141141

142142
double PiPlusPartialWidth(double higs_mass, double mixing) {
143-
return PionPartialWidth(Constants::Instance().piplus_mass, higs_mass, mixing);
143+
return 2*PionPartialWidth(Constants::Instance().piplus_mass, higs_mass, mixing);
144144
}
145145

146146
double PiZeroPartialWidth(double higs_mass, double mixing) {

0 commit comments

Comments
 (0)