Skip to content

Commit 2978846

Browse files
author
Youssef El Mard Bouziani
committed
Remove adaptAnalysisTask<MaterialBudgetWeights>(cfgc) lines in both Pi0EtaToGammaGammaPCMPCM tasks
1 parent 145ad26 commit 2978846

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

PWGEM/PhotonMeson/Tasks/Pi0EtaToGammaGammaMCPCMPCM.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ using MyMCV0Legs = soa::Join<aod::V0Legs, aod::V0LegMCLabels>;
3333
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
3434
{
3535
return WorkflowSpec{
36-
adaptAnalysisTask<MaterialBudgetWeights>(cfgc),
3736
adaptAnalysisTask<Pi0EtaToGammaGammaMC<PairType::kPCMPCM, MyV0Photons, MyMCV0Legs>>(cfgc, TaskName{"pi0eta-to-gammagamma-mc-pcmpcm"}),
3837
};
3938
}

PWGEM/PhotonMeson/Tasks/Pi0EtaToGammaGammaPCMPCM.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ using MyV0Photons = o2::soa::Filtered<o2::soa::Join<o2::aod::V0PhotonsKF, o2::ao
3232
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
3333
{
3434
return WorkflowSpec{
35-
adaptAnalysisTask<MaterialBudgetWeights>(cfgc),
3635
adaptAnalysisTask<Pi0EtaToGammaGamma<PairType::kPCMPCM, MyV0Photons, aod::V0Legs>>(cfgc, TaskName{"pi0eta-to-gammagamma-pcmpcm"}),
3736
};
3837
}

0 commit comments

Comments
 (0)