Skip to content

Commit 00f0a27

Browse files
authored
Merge pull request #265 from kjplows/master
Addition of "flavour flipped" diagram to N --> v e mu mode
2 parents 65ea69b + acbe391 commit 00f0a27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Physics/BeamHNL/HNLBRCalculator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ double BRCalculator::DWidth_Global( HNLDecayMode_t hnldm, const double M ) const
253253
switch( hnldm ){
254254
case kHNLDcyNuNuNu : return this->DWidth_Invisible( M, fUe42, fUm42, fUt42 );
255255
case kHNLDcyNuEE : return this->DWidth_SameLepton( M, fUe42, fUm42, fUt42, mE, false );
256-
case kHNLDcyNuMuE : return this->DWidth_DiffLepton( M, fUe42, fUm42, fMajorana );
256+
case kHNLDcyNuMuE : return (this->DWidth_DiffLepton( M, fUe42, fUm42, fMajorana ) + this->DWidth_DiffLepton( M, fUm42, fUe42, fMajorana ));
257257
case kHNLDcyPi0Nu : return this->DWidth_PiZeroAndNu( M, fUe42, fUm42, fUt42 );
258258
case kHNLDcyPiE : return this->DWidth_PiAndLepton( M, fUe42, mE );
259259
case kHNLDcyNuMuMu : return this->DWidth_SameLepton( M, fUe42, fUm42, fUt42, mMu, true );

0 commit comments

Comments
 (0)