Skip to content

Commit a29bf47

Browse files
authored
Update hyperRecoTask.cxx
1 parent 7326892 commit a29bf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ struct hyperCandidate {
9191
float genPhi() const { return std::atan2(gMom[1], gMom[0]); }
9292
float genEta() const { return std::asinh(gMom[2] / genPt()); }
9393

94-
int v0ID;
94+
int v0ID = -1;
9595
int heTrackID;
9696
int piTrackID;
9797
float dcaV0dau = -10;

0 commit comments

Comments
 (0)