Skip to content

Commit

Permalink
Remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
jxi24 committed Oct 13, 2023
1 parent 8706e22 commit 367f0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Achilles/HadronicMapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ double QESpectralMapper::GenerateWeight(const std::vector<FourVector> &point,
// 2*point[1].E()*point[HadronIdx()].E() -
// Smin())/(2*point[HadronIdx()].P()*point[1].P()); cosT_max = cosT_max > 1
// ? 1 : cosT_max; const double dCos = (cosT_max + 1);
rans[1] = (point[HadronIdx()].CosTheta() + 1) / dCos;
// rans[1] = (point[HadronIdx()].CosTheta() + 1) / dCos;

double wgt = 1.0 / point[1].P2() / dp / dCos / dPhi / dE;
Mapper<FourVector>::Print(__PRETTY_FUNCTION__, point, rans);
Expand Down

0 comments on commit 367f0d0

Please sign in to comment.