diff --git a/PWGHF/TableProducer/candidateCreator3Prong.cxx b/PWGHF/TableProducer/candidateCreator3Prong.cxx index 019e35ae2b4..a386a13f928 100644 --- a/PWGHF/TableProducer/candidateCreator3Prong.cxx +++ b/PWGHF/TableProducer/candidateCreator3Prong.cxx @@ -112,8 +112,6 @@ struct HfCandidateCreator3Prong { aod::BCsWithTimestamps const& bcWithTimeStamps) { - - // 3-prong vertex fitter o2::vertexing::DCAFitterN<3> df; // df.setBz(bz); @@ -271,7 +269,6 @@ struct HfCandidateCreator3Prong { } } - /////////////////////////////////// /// /// /// No centrality selection /// @@ -306,9 +303,9 @@ struct HfCandidateCreator3Prong { /// @brief process function w/ PV refit and w/ centrality selection on FT0A void processPvRefitCentFT0A(soa::Join const& collisions, - soa::Join const& rowsTrackIndexProng3, - aod::TracksWCovExtra const& tracks, - aod::BCsWithTimestamps const& bcWithTimeStamps) + soa::Join const& rowsTrackIndexProng3, + aod::TracksWCovExtra const& tracks, + aod::BCsWithTimestamps const& bcWithTimeStamps) { runCreator3Prong(collisions, rowsTrackIndexProng3, tracks, bcWithTimeStamps); } @@ -316,9 +313,9 @@ struct HfCandidateCreator3Prong { /// @brief process function w/o PV refit and w/ centrality selection on FT0A void processNoPvRefitCentFT0A(soa::Join const& collisions, - aod::Hf3Prongs const& rowsTrackIndexProng3, - aod::TracksWCovExtra const& tracks, - aod::BCsWithTimestamps const& bcWithTimeStamps) + aod::Hf3Prongs const& rowsTrackIndexProng3, + aod::TracksWCovExtra const& tracks, + aod::BCsWithTimestamps const& bcWithTimeStamps) { runCreator3Prong(collisions, rowsTrackIndexProng3, tracks, bcWithTimeStamps); } @@ -332,9 +329,9 @@ struct HfCandidateCreator3Prong { /// @brief process function w/ PV refit and w/ centrality selection on FT0C void processPvRefitCentFT0C(soa::Join const& collisions, - soa::Join const& rowsTrackIndexProng3, - aod::TracksWCovExtra const& tracks, - aod::BCsWithTimestamps const& bcWithTimeStamps) + soa::Join const& rowsTrackIndexProng3, + aod::TracksWCovExtra const& tracks, + aod::BCsWithTimestamps const& bcWithTimeStamps) { runCreator3Prong(collisions, rowsTrackIndexProng3, tracks, bcWithTimeStamps); } @@ -342,9 +339,9 @@ struct HfCandidateCreator3Prong { /// @brief process function w/o PV refit and w/ centrality selection on FT0C void processNoPvRefitCentFT0C(soa::Join const& collisions, - aod::Hf3Prongs const& rowsTrackIndexProng3, - aod::TracksWCovExtra const& tracks, - aod::BCsWithTimestamps const& bcWithTimeStamps) + aod::Hf3Prongs const& rowsTrackIndexProng3, + aod::TracksWCovExtra const& tracks, + aod::BCsWithTimestamps const& bcWithTimeStamps) { runCreator3Prong(collisions, rowsTrackIndexProng3, tracks, bcWithTimeStamps); } @@ -358,9 +355,9 @@ struct HfCandidateCreator3Prong { /// @brief process function w/ PV refit and w/ centrality selection on FT0M void processPvRefitCentFT0M(soa::Join const& collisions, - soa::Join const& rowsTrackIndexProng3, - aod::TracksWCovExtra const& tracks, - aod::BCsWithTimestamps const& bcWithTimeStamps) + soa::Join const& rowsTrackIndexProng3, + aod::TracksWCovExtra const& tracks, + aod::BCsWithTimestamps const& bcWithTimeStamps) { runCreator3Prong(collisions, rowsTrackIndexProng3, tracks, bcWithTimeStamps); } @@ -368,9 +365,9 @@ struct HfCandidateCreator3Prong { /// @brief process function w/o PV refit and w/ centrality selection on FT0M void processNoPvRefitCentFT0M(soa::Join const& collisions, - aod::Hf3Prongs const& rowsTrackIndexProng3, - aod::TracksWCovExtra const& tracks, - aod::BCsWithTimestamps const& bcWithTimeStamps) + aod::Hf3Prongs const& rowsTrackIndexProng3, + aod::TracksWCovExtra const& tracks, + aod::BCsWithTimestamps const& bcWithTimeStamps) { runCreator3Prong(collisions, rowsTrackIndexProng3, tracks, bcWithTimeStamps); } @@ -384,9 +381,9 @@ struct HfCandidateCreator3Prong { /// @brief process function w/ PV refit and w/ centrality selection on FV0A void processPvRefitCentFV0A(soa::Join const& collisions, - soa::Join const& rowsTrackIndexProng3, - aod::TracksWCovExtra const& tracks, - aod::BCsWithTimestamps const& bcWithTimeStamps) + soa::Join const& rowsTrackIndexProng3, + aod::TracksWCovExtra const& tracks, + aod::BCsWithTimestamps const& bcWithTimeStamps) { runCreator3Prong(collisions, rowsTrackIndexProng3, tracks, bcWithTimeStamps); } @@ -394,14 +391,13 @@ struct HfCandidateCreator3Prong { /// @brief process function w/o PV refit and w/ centrality selection on FV0A void processNoPvRefitCentFV0A(soa::Join const& collisions, - aod::Hf3Prongs const& rowsTrackIndexProng3, - aod::TracksWCovExtra const& tracks, - aod::BCsWithTimestamps const& bcWithTimeStamps) + aod::Hf3Prongs const& rowsTrackIndexProng3, + aod::TracksWCovExtra const& tracks, + aod::BCsWithTimestamps const& bcWithTimeStamps) { runCreator3Prong(collisions, rowsTrackIndexProng3, tracks, bcWithTimeStamps); } PROCESS_SWITCH(HfCandidateCreator3Prong, processNoPvRefitCentFV0A, "Run candidate creator without PV refit and w/ centrality selection on FV0A", false); - }; /// Extends the base table with expression columns.