Skip to content

Commit

Permalink
Restore eloss contribution to C14 in PCCompressionTrackModel
Browse files Browse the repository at this point in the history
  • Loading branch information
shahor02 committed Feb 7, 2024
1 parent 56ff84c commit 8482d12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ GPUd() void GPUTPCCompressionTrackModel::calculateMaterialCorrection()

// Approximate energy loss fluctuation (M.Ivanov)

const float knst = 0.0007f; // To be tuned.
const float knst = 0.07f; // To be tuned.
mMaterial.sigmadE2 = knst * mMaterial.EP2 * qpt;
mMaterial.sigmadE2 = mMaterial.sigmadE2 * mMaterial.sigmadE2;

Expand Down

0 comments on commit 8482d12

Please sign in to comment.