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 f8f45a2 commit 5ad5bf2Copy full SHA for 5ad5bf2
1 file changed
Detectors/Vertexing/src/SVertexer.cxx
@@ -85,7 +85,7 @@ void SVertexer::process(const o2::globaltracking::RecoContainer& recoData) // ac
85
v0SortID.emplace_back(vid{i, j, mV0sTmp[i][j].getVertexID()});
86
}
87
for (int j = 0; j < (int)mCascadesTmp[i].size(); j++) {
88
- cascSortID.emplace_back(vid{i, j, mV0sTmp[i][j].getVertexID()});
+ cascSortID.emplace_back(vid{i, j, mCascadesTmp[i][j].getVertexID()});
89
90
91
std::sort(v0SortID.begin(), v0SortID.end(), [](const vid& a, const vid& b) { return a.vtxID > b.vtxID; });
0 commit comments