IAP GITLAB

Skip to content
Snippets Groups Projects
Commit b0d6e2db authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by Maximilian Reininghaus
Browse files

docs

parent 635ee0b1
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ namespace corsika {
template <typename FourVector>
inline FourVector COMBoost::fromCoM(FourVector const& p4) const {
auto const pCM = p4.getSpaceLikeComponents().getComponents(rotatedCS_);
auto pCM = p4.getSpaceLikeComponents().getComponents(rotatedCS_);
auto const Ecm = p4.getTimeLikeComponent();
Eigen::Vector2d com;
......
......@@ -56,14 +56,14 @@ namespace corsika {
COMBoost(FourMomentum const& P4projectile, HEPEnergyType const massTarget);
/**
* Construct a COMBoost to boost into the rest frame given a 3-momentum and mass.
* Construct a COMBoost to boost into the rest frame of a particle given its 3-momentum and mass.
*/
COMBoost(MomentumVector const& momentum, HEPEnergyType const mass);
/**
* Construct a COMBoost given two four-vectors of projectile target.
*
* The tow FourMomentum can define an arbitrary system.
* The two FourMomentum can define an arbitrary system.
*/
COMBoost(FourMomentum const& P4projectile, FourMomentum const& P4target);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment