Skip to content

Commit 2b49184

Browse files
committed
PWGDQ:Fix Megalinter related
1 parent e60e93d commit 2b49184

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGDQ/Tasks/dqEfficiency_withAssoc_direct.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,8 +2360,8 @@ struct AnalysisDileptonTrack {
23602360
// Filter filterMuon = aod::dqanalysisflags::isMuonSelected > static_cast<uint32_t>(0);
23612361

23622362
// use two values array to avoid mixing up the quantities
2363-
float* fValuesDilepton = 0.0;
2364-
float* fValuesHadron = 0.0;
2363+
float* fValuesDilepton = nullptr;
2364+
float* fValuesHadron = nullptr;
23652365
HistogramManager* fHistMan = nullptr;
23662366

23672367
std::vector<MCSignal*> fRecMCSignals;

0 commit comments

Comments
 (0)