Skip to content

Commit

Permalink
Merge pull request #299 from GENIE-MC/develop/EMNieves
Browse files Browse the repository at this point in the history
removing EM parameter for Nieves. Model only for neutrinos
  • Loading branch information
mroda88 committed Jul 3, 2023
2 parents dacb7e4 + a9941aa commit 7cb9d37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Physics/QuasiElastic/XSection/NievesQELCCPXSec.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ double NievesQELCCPXSec::XSec(const Interaction * interaction,

if( proc_info.IsWeakCC() ) xsec_scale = fXSecCCScale;
else if( proc_info.IsWeakNC() ) xsec_scale = fXSecNCScale;
else if( proc_info.IsEM() ) xsec_scale = fXSecEMScale;

xsec *= xsec_scale ;

Expand Down Expand Up @@ -408,7 +407,6 @@ void NievesQELCCPXSec::LoadConfig(void)
// Cross section scaling factor
GetParam( "QEL-CC-XSecScale", fXSecCCScale ) ;
GetParam( "QEL-NC-XSecScale", fXSecNCScale ) ;
GetParam( "QEL-EM-XSecScale", fXSecEMScale ) ;

// hbarc for unit conversion, GeV*fm
fhbarc = kLightSpeed*kPlankConstant/genie::units::fermi;
Expand Down

0 comments on commit 7cb9d37

Please sign in to comment.