Skip to content

Commit

Permalink
Reverting flipping x angle boost
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Feb 8, 2024
1 parent 5c3826d commit 5a5826a
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 5a5826a

Please sign in to comment.