Skip to content

Commit

Permalink
Merge pull request GENIE-MC#265 from kjplows/master
Browse files Browse the repository at this point in the history
Addition of "flavour flipped" diagram to N --> v e mu mode
  • Loading branch information
mroda88 authored Mar 10, 2023
2 parents 65ea69b + acbe391 commit 00f0a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Physics/BeamHNL/HNLBRCalculator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ double BRCalculator::DWidth_Global( HNLDecayMode_t hnldm, const double M ) const
switch( hnldm ){
case kHNLDcyNuNuNu : return this->DWidth_Invisible( M, fUe42, fUm42, fUt42 );
case kHNLDcyNuEE : return this->DWidth_SameLepton( M, fUe42, fUm42, fUt42, mE, false );
case kHNLDcyNuMuE : return this->DWidth_DiffLepton( M, fUe42, fUm42, fMajorana );
case kHNLDcyNuMuE : return (this->DWidth_DiffLepton( M, fUe42, fUm42, fMajorana ) + this->DWidth_DiffLepton( M, fUm42, fUe42, fMajorana ));
case kHNLDcyPi0Nu : return this->DWidth_PiZeroAndNu( M, fUe42, fUm42, fUt42 );
case kHNLDcyPiE : return this->DWidth_PiAndLepton( M, fUe42, mE );
case kHNLDcyNuMuMu : return this->DWidth_SameLepton( M, fUe42, fUm42, fUt42, mMu, true );
Expand Down

0 comments on commit 00f0a27

Please sign in to comment.