Skip to content

Commit f27a8ee

Browse files
author
Shirajum Monira
committed
fixed cppcheck error
1 parent a531540 commit f27a8ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackV0Extended.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ struct FemtoUniversePairTaskTrackV0Extended { // NOLINT(cppcoreguidelines-pro-ty
235235
std::unique_ptr<TH1> pEffHistp2;
236236
Service<o2::ccdb::BasicCCDBManager> ccdb;
237237

238-
TRandom2* randgen;
238+
TRandom2* randgen = 0;
239239

240240
bool isNSigmaCombined(float mom, float nsigmaTPCParticle, float nsigmaTOFParticle, bool hasTOF)
241241
{

0 commit comments

Comments
 (0)