Skip to content

Commit

Permalink
step 1b
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Sep 11, 2024
1 parent 213aa94 commit 30dc793
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ struct PointwiseMaterialInteraction {
/// The particle direction at the interaction.
const Vector3 dir = Vector3(0., 0., 0);
/// The particle q/p at the interaction
const float qOverP = 0.0;
const double qOverP = 0.0;
/// The absolute particle charge
const float absQ = 0.0;
const double absQ = 0.0;
/// The particle momentum at the interaction
const float momentum = 0.0;
const double momentum = 0.0;
/// The particle mass
const float mass = 0.0;
const double mass = 0.0;
/// The particle absolute pdg
const PdgParticle absPdg = PdgParticle::eInvalid;
/// The covariance transport decision at the interaction
Expand Down

0 comments on commit 30dc793

Please sign in to comment.