We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56746c1 commit a2d285aCopy full SHA for a2d285a
PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx
@@ -941,20 +941,6 @@ struct Phik0shortanalysis {
941
return true;
942
}
943
944
- template <typename T>
945
- bool selectionPhi(const T& posTrack, const T& negTrack)
946
- {
947
- // To be possibly completed
948
- return !posTrack.empty() && !negTrack.empty();
949
- }
950
-
951
- template <typename T1, typename T2>
952
- bool selectionPhiWPDG(const T1& posTrack, const T1& negTrack, const T2& mcParticles)
953
954
955
956
957
958
template <typename T1, typename T2>
959
bool eventHasRecoPhi(const T1& posTracks, const T2& negTracks)
960
{
0 commit comments