1 parent e60e93d commit 2b49184Copy full SHA for 2b49184
1 file changed
PWGDQ/Tasks/dqEfficiency_withAssoc_direct.cxx
@@ -2360,8 +2360,8 @@ struct AnalysisDileptonTrack {
2360
// Filter filterMuon = aod::dqanalysisflags::isMuonSelected > static_cast<uint32_t>(0);
2361
2362
// use two values array to avoid mixing up the quantities
2363
- float* fValuesDilepton = 0.0;
2364
- float* fValuesHadron = 0.0;
+ float* fValuesDilepton = nullptr;
+ float* fValuesHadron = nullptr;
2365
HistogramManager* fHistMan = nullptr;
2366
2367
std::vector<MCSignal*> fRecMCSignals;
0 commit comments