Skip to content

Commit 5027608

Browse files
authored
Update chargeBalanceFunction.cxx
1 parent d4bcf77 commit 5027608

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

PWGCF/TwoParticleCorrelations/Tasks/chargeBalanceFunction.cxx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,10 @@ struct ChargeBalanceFunction {
159159
TList* ccdbObjRecoEff = nullptr;
160160
TList* ccdbObjNuaCorr = nullptr;
161161
struct CorrHist {
162-
THnSparseF *hRecEffP, *hRecEffM;
163-
TH3F *hNuaP, *hNuaM;
162+
THnSparseF* hRecEffP = nullptr;
163+
THnSparseF* hRecEffM = nullptr;
164+
TH3F* hNuaP = nullptr;
165+
TH3F* hNuaM = nullptr;
164166
} corrHist;
165167
int nHistDim = 0;
166168

0 commit comments

Comments
 (0)