Skip to content

Commit 73d72f4

Browse files
committed
fixed MegaLinter error
1 parent 2bf0277 commit 73d72f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFL/Tasks/taskElectronWeakBoson.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ struct HfTaskElectronWeakBoson {
625625

626626
if (useUEsub) {
627627
rho = estimateRhoRC(emcClusters);
628-
UE = rho * (float)(o2::constants::math::PI * rIsolation * rIsolation);
628+
UE = rho * static_cast<float>(o2::constants::math::PI * rIsolation * rIsolation);
629629
registry.fill(HIST("hUE"), centrality, UE);
630630
// LOG(info) << "UE = " << UE;
631631
}

0 commit comments

Comments
 (0)