Skip to content

Commit d933ee4

Browse files
shahor02chiarazampolli
authored andcommitted
Restore eloss contribution to C14 in PCCompressionTrackModel
1 parent 4c3d33e commit d933ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPU/GPUTracking/DataCompression/GPUTPCCompressionTrackModel.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ GPUd() void GPUTPCCompressionTrackModel::calculateMaterialCorrection()
841841

842842
// Approximate energy loss fluctuation (M.Ivanov)
843843

844-
const float knst = 0.0007f; // To be tuned.
844+
const float knst = 0.07f; // To be tuned.
845845
mMaterial.sigmadE2 = knst * mMaterial.EP2 * qpt;
846846
mMaterial.sigmadE2 = mMaterial.sigmadE2 * mMaterial.sigmadE2;
847847

0 commit comments

Comments
 (0)