Skip to content

Commit 91b5ec3

Browse files
iarseneIonut Cristian Arsenealibuild
authored
[PWGDQ] enabling the rest of the tasks in the dq-efficiency-with-assoc-direct (AliceO2Group#14247)
Co-authored-by: Ionut Cristian Arsene <[email protected]> Co-authored-by: ALICE Action Bot <[email protected]>
1 parent 8f1ab32 commit 91b5ec3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

PWGDQ/Tasks/dqEfficiency_withAssoc_direct.cxx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3100,11 +3100,10 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
31003100
o2::pid::tof::TOFResponseImpl::metadataInfo.initMetadata(cfgc);
31013101
return WorkflowSpec{
31023102
adaptAnalysisTask<AnalysisEventSelection>(cfgc),
3103-
adaptAnalysisTask<AnalysisTrackSelection>(cfgc) /*,
3104-
adaptAnalysisTask<AnalysisPrefilterSelection>(cfgc),
3105-
adaptAnalysisTask<AnalysisSameEventPairing>(cfgc),
3106-
adaptAnalysisTask<AnalysisDileptonTrack>(cfgc)*/
3107-
};
3103+
adaptAnalysisTask<AnalysisTrackSelection>(cfgc),
3104+
adaptAnalysisTask<AnalysisPrefilterSelection>(cfgc),
3105+
adaptAnalysisTask<AnalysisSameEventPairing>(cfgc),
3106+
adaptAnalysisTask<AnalysisDileptonTrack>(cfgc)};
31083107
}
31093108

31103109
void DefineHistograms(HistogramManager* histMan, TString histClasses, const char* histGroups)

0 commit comments

Comments
 (0)