Skip to content

Commit d244d2a

Browse files
matthias-kleinerdavidrohr
authored andcommitted
TPC time series: Fixing bug when ITS-TPC track, but no ITS tracks exist
- replace debug streamer with TreeStreamRedirector
1 parent e8746bf commit d244d2a

4 files changed

Lines changed: 166 additions & 134 deletions

File tree

Common/Utils/include/CommonUtils/DebugStreamer.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ enum StreamFlags {
3939
streamUpdateTrack = 1 << 6, ///< stream update track informations
4040
streamRejectCluster = 1 << 7, ///< stream cluster rejection informations
4141
streamMergeBorderTracksBest = 1 << 8, ///< stream MergeBorderTracks best track
42-
streamTimeSeries = 1 << 9, ///< stream tpc DCA debug tree
43-
streamMergeBorderTracksAll = 1 << 10, ///< stream MergeBorderTracks all tracks
44-
streamFlagsCount = 11 ///< total number of streamers
42+
streamMergeBorderTracksAll = 1 << 9, ///< stream MergeBorderTracks all tracks
43+
streamFlagsCount = 10 ///< total number of streamers
4544
};
4645

4746
enum SamplingTypes {

Detectors/TPC/workflow/include/TPCWorkflow/TPCTimeSeriesSpec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace tpc
2222
static constexpr header::DataDescription getDataDescriptionTimeSeries() { return header::DataDescription{"TIMESERIES"}; }
2323
static constexpr header::DataDescription getDataDescriptionTPCTimeSeriesTFId() { return header::DataDescription{"ITPCTSTFID"}; }
2424

25-
o2::framework::DataProcessorSpec getTPCTimeSeriesSpec(const bool disableWriter, const o2::base::Propagator::MatCorrType matType);
25+
o2::framework::DataProcessorSpec getTPCTimeSeriesSpec(const bool disableWriter, const o2::base::Propagator::MatCorrType matType, const bool enableUnbinnedWriter);
2626

2727
} // end namespace tpc
2828
} // end namespace o2

0 commit comments

Comments
 (0)