Skip to content

Commit

Permalink
Reverting flipping x angle boost (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Feb 22, 2024
1 parent 8ac4e81 commit 7eca7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimG4Components/src/SimG4CrossingAngleBoost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ StatusCode SimG4CrossingAngleBoost::execute() {
debug() << "Input particle collection size: " << inParticles->size()
<< endmsg;

double alpha = -m_alpha;
double alpha = m_alpha;
double gamma = std::sqrt(1 + std::pow(std::tan(alpha), 2));
double betagamma = std::tan(alpha);

Expand Down

0 comments on commit 7eca7cb

Please sign in to comment.