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
TPC: adding cluster occupancy to timeseries (#13277)
* TPC: adding cluster occupancy to timeseries
* fixing type of vector
* Restricting maximum size of occpancy vector
(cherry picked from commit fba0d4f)
for (int iThread = 0; iThread < mNThreads; ++iThread) {
@@ -180,6 +181,12 @@ class TPCTimeSeries : public Task
180
181
auto primMatchedTracks = mTPCOnly ? gsl::span<o2::dataformats::VtxTrackIndex>() : recoData.getPrimaryVertexMatchedTracks(); // Global ID's for associated tracks
181
182
auto primMatchedTracksRef = mTPCOnly ? gsl::span<o2::dataformats::VtxTrackRef>() : recoData.getPrimaryVertexMatchedTrackRefs(); // references from vertex to these track IDs
0 commit comments