You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto vtxRefs = recoData.getPrimaryVertexMatchedTrackRefs(); // references from vertex to these track IDs
149
148
std::vector<GID::Source> selSrc{GID::ITSTPC, GID::ITSTPCTRD, GID::ITSTPCTRDTOF}; // for Instance
150
149
// LOGP(info, "Number of vertex tracks: {}", vtxRefs.size());
151
-
constauto nv = (vtxRefs.size()>0) ? vtxRefs.size() - 1 : 0;// note: the last entry groups the tracks which were not related to any vertex, to skip them, use vtxRefs.size()-1
150
+
constauto nv = (vtxRefs.size() > 0) ? vtxRefs.size() - 1 : 0; // note: the last entry groups the tracks which were not related to any vertex, to skip them, use vtxRefs.size()-1
152
151
153
152
for (int iv = 0; iv < nv; iv++) {
154
153
constauto& vtref = vtxRefs[iv];
155
-
//LOGP(info, "Processing vertex {} with {} tracks", iv, vtref.getEntries());
154
+
//LOGP(info, "Processing vertex {} with {} tracks", iv, vtref.getEntries());
0 commit comments