@@ -257,20 +257,20 @@ class StrangenessTracker
257257 }
258258
259259 protected:
260- bool mMCTruthON = false ; // / flag availability of MC truth
261- int mNThreads = 1 ; // / number of threads (externally driven)
262- gsl::span<const TrackITS> mInputITStracks ; // input ITS tracks
263- std::vector<VBracket> mITSvtxBrackets ; // time brackets for ITS tracks
264- std::vector<int > mTracksIdxTable ; // index table for ITS tracks
265- std::vector<int > mInputClusterSizes ; // input cluster sizes
266- std::vector<ITSCluster> mInputITSclusters ; // input ITS clusters
267- gsl::span<const int > mInputITSidxs ; // input ITS track-cluster indexes
268- gsl::span<const V0> mInputV0tracks ; // input V0 of decay daughters
269- gsl::span<const V0Index> mInputV0Indices ; // input V0 indices of decay daughters
270- gsl::span<const Cascade> mInputCascadeTracks ; // input cascade of decay daughters
260+ bool mMCTruthON = false ; // / flag availability of MC truth
261+ int mNThreads = 1 ; // / number of threads (externally driven)
262+ gsl::span<const TrackITS> mInputITStracks ; // input ITS tracks
263+ std::vector<VBracket> mITSvtxBrackets ; // time brackets for ITS tracks
264+ std::vector<int > mTracksIdxTable ; // index table for ITS tracks
265+ std::vector<int > mInputClusterSizes ; // input cluster sizes
266+ std::vector<ITSCluster> mInputITSclusters ; // input ITS clusters
267+ gsl::span<const int > mInputITSidxs ; // input ITS track-cluster indexes
268+ gsl::span<const V0> mInputV0tracks ; // input V0 of decay daughters
269+ gsl::span<const V0Index> mInputV0Indices ; // input V0 indices of decay daughters
270+ gsl::span<const Cascade> mInputCascadeTracks ; // input cascade of decay daughters
271271 gsl::span<const CascadeIndex> mInputCascadeIndices ; // input cascade indices of decay daughters
272- const MCLabContCl* mITSClsLabels = nullptr ; // / input ITS Cluster MC labels
273- MCLabSpan mITSTrkLabels ; // / input ITS Track MC labels
272+ const MCLabContCl* mITSClsLabels = nullptr ; // / input ITS Cluster MC labels
273+ MCLabSpan mITSTrkLabels ; // / input ITS Track MC labels
274274
275275 std::vector<o2::its::TrackITS> mSortedITStracks ; // sorted ITS tracks
276276 std::vector<int > mSortedITSindexes ; // indexes of sorted ITS tracks
@@ -290,8 +290,8 @@ class StrangenessTracker
290290 o2::base::PropagatorImpl<float >::MatCorrType mCorrType = o2::base::PropagatorImpl<float >::MatCorrType::USEMatCorrNONE; // use mat correction
291291
292292 std::vector<std::vector<o2::track::TrackParCovF>> mDaughterTracks ; // vector of daughter tracks (per thread)
293- StrangeTrack mStrangeTrack ; // structure containing updated mother and daughter track refs
294- ClusAttachments mStructClus ; // # of attached tracks, 1 for mother, 2 for daughter
293+ StrangeTrack mStrangeTrack ; // structure containing updated mother and daughter track refs
294+ ClusAttachments mStructClus ; // # of attached tracks, 1 for mother, 2 for daughter
295295
296296 ClassDefNV (StrangenessTracker, 1 );
297297};
0 commit comments