Skip to content

Commit a2d285a

Browse files
committed
Removed unused function
1 parent 56746c1 commit a2d285a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -941,20 +941,6 @@ struct Phik0shortanalysis {
941941
return true;
942942
}
943943

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-
// To be possibly completed
955-
return !posTrack.empty() && !negTrack.empty();
956-
}
957-
958944
template <typename T1, typename T2>
959945
bool eventHasRecoPhi(const T1& posTracks, const T2& negTracks)
960946
{

0 commit comments

Comments
 (0)