Skip to content

Commit 3bab3d6

Browse files
committed
fixed O2Physics/O2 build issue
1 parent 9108e7e commit 3bab3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/EbyEFluctuations/Tasks/radialFlowDecorr.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ struct RadialFlowDecorr {
390390

391391
float getEfficiency(float mult, float pt, float eta, PID pidType, int effidx) const
392392
{
393-
TH3F* h;
393+
TH3F* h = nullptr;
394394
if (effidx == 0)
395395
h = hEff[pidType];
396396
if (effidx == 1)

0 commit comments

Comments
 (0)