Skip to content

Commit

Permalink
Update remollGenpInelastic.cc
Browse files Browse the repository at this point in the history
R-L asymmetry for ep-inelastic process is negative
  • Loading branch information
yxzhao88 authored Jul 28, 2017
1 parent e6710e6 commit 211ed7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/remollGenpInelastic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ void remollGenpInelastic::SamplePhysics(remollVertex *vert, remollEvent *evt){
double Q2 = 2.0*beamE*ef*(1.0-cos(th));
evt->SetQ2( Q2 );

G4double APV = Q2*0.8e-4/GeV/GeV; // Empirical APV value,
G4double APV = -1.0*Q2*0.8e-4/GeV/GeV; // Empirical APV value,
// stolen from mollerClass.C in mollersim
// R-L asymmetry for ep inelastic should be negative

evt->SetAsymmetry(APV);

Expand Down

0 comments on commit 211ed7f

Please sign in to comment.