Skip to content

Commit 211ed7f

Browse files
author
yxzhao88
authored
Update remollGenpInelastic.cc
R-L asymmetry for ep-inelastic process is negative
1 parent e6710e6 commit 211ed7f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/remollGenpInelastic.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ void remollGenpInelastic::SamplePhysics(remollVertex *vert, remollEvent *evt){
5353
double Q2 = 2.0*beamE*ef*(1.0-cos(th));
5454
evt->SetQ2( Q2 );
5555

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

5960
evt->SetAsymmetry(APV);
6061

0 commit comments

Comments
 (0)