Skip to content

Commit 32bd9fd

Browse files
[PWGHF] Remove unused CentFT0M join for UPC process function of 3-prong creator (#16753)
1 parent c8da7f2 commit 32bd9fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGHF/TableProducer/candidateCreator3Prong.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ struct HfCandidateCreator3Prong {
853853
/////////////////////////////////////////////
854854

855855
/// @brief process function using DCA fitter w/ PV refit and w/ centrality selection on UPC
856-
void processPvRefitWithDCAFitterNUpc(soa::Join<aod::Collisions, aod::EvSels, aod::CentFT0Ms> const& collisions,
856+
void processPvRefitWithDCAFitterNUpc(soa::Join<aod::Collisions, aod::EvSels> const& collisions,
857857
FilteredPvRefitHf3Prongs const& rowsTrackIndexProng3,
858858
TracksWCovExtraPidPiKaPrLightNuclei const& tracks,
859859
aod::BcFullInfos const& bcWithTimeStamps,
@@ -867,7 +867,7 @@ struct HfCandidateCreator3Prong {
867867
PROCESS_SWITCH(HfCandidateCreator3Prong, processPvRefitWithDCAFitterNUpc, "Run candidate creator using DCA fitter with PV refit and w/ centrality selection on UPC", false);
868868

869869
/// @brief process function using DCA fitter w/o PV refit and w/ centrality selection on UPC
870-
void processNoPvRefitWithDCAFitterNUpc(soa::Join<aod::Collisions, aod::EvSels, aod::CentFT0Ms> const& collisions,
870+
void processNoPvRefitWithDCAFitterNUpc(soa::Join<aod::Collisions, aod::EvSels> const& collisions,
871871
FilteredHf3Prongs const& rowsTrackIndexProng3,
872872
TracksWCovExtraPidPiKaPrLightNuclei const& tracks,
873873
aod::BcFullInfos const& bcWithTimeStamps,
@@ -881,7 +881,7 @@ struct HfCandidateCreator3Prong {
881881
PROCESS_SWITCH(HfCandidateCreator3Prong, processNoPvRefitWithDCAFitterNUpc, "Run candidate creator using DCA fitter without PV refit and w/ centrality selection on UPC", false);
882882

883883
/// @brief process function using KFParticle package w/ PV refit and w/ centrality selection on UPC
884-
void processPvRefitWithKFParticleUpc(soa::Join<aod::Collisions, aod::EvSels, aod::CentFT0Ms> const& collisions,
884+
void processPvRefitWithKFParticleUpc(soa::Join<aod::Collisions, aod::EvSels> const& collisions,
885885
FilteredPvRefitHf3Prongs const& rowsTrackIndexProng3,
886886
TracksWCovExtraPidPiKaPrLightNuclei const& tracks,
887887
aod::BcFullInfos const& bcWithTimeStamps,
@@ -895,7 +895,7 @@ struct HfCandidateCreator3Prong {
895895
PROCESS_SWITCH(HfCandidateCreator3Prong, processPvRefitWithKFParticleUpc, "Run candidate creator using KFParticle package with PV refit and w/ centrality selection on UPC", false);
896896

897897
/// @brief process function using KFParticle package w/o PV refit and w/ centrality selection on UPC
898-
void processNoPvRefitWithKFParticleUpc(soa::Join<aod::Collisions, aod::EvSels, aod::CentFT0Ms> const& collisions,
898+
void processNoPvRefitWithKFParticleUpc(soa::Join<aod::Collisions, aod::EvSels> const& collisions,
899899
FilteredHf3Prongs const& rowsTrackIndexProng3,
900900
TracksWCovExtraPidPiKaPrLightNuclei const& tracks,
901901
aod::BcFullInfos const& bcWithTimeStamps,

0 commit comments

Comments
 (0)