We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7326892 commit a29bf47Copy full SHA for a29bf47
PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx
@@ -91,7 +91,7 @@ struct hyperCandidate {
91
float genPhi() const { return std::atan2(gMom[1], gMom[0]); }
92
float genEta() const { return std::asinh(gMom[2] / genPt()); }
93
94
- int v0ID;
+ int v0ID = -1;
95
int heTrackID;
96
int piTrackID;
97
float dcaV0dau = -10;
0 commit comments