Skip to content

Commit 7c475fc

Browse files
author
Shirajum Monira
committed
fixed cpplinter error
1 parent 6941906 commit 7c475fc

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
@@ -234,7 +234,7 @@ struct FemtoUniversePairTaskTrackV0Extended {
234234
std::unique_ptr<TH1> pEffHistp2;
235235
Service<o2::ccdb::BasicCCDBManager> ccdb;
236236

237-
TRandom2* randgen;
237+
TRandom2* randgen = 0;
238238

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

0 commit comments

Comments
 (0)