Skip to content

Commit 0dceab4

Browse files
authored
EventFiltering: Fix compilation warnings (#5761)
1 parent 55cebdd commit 0dceab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EventFiltering/PWGHF/HFFilterHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ inline int8_t HfFilterHelper::isSelectedV0(const V0& v0, const std::array<T, 2>&
11551155
/// \param hArmPod is the pointer to an array of QA histo AP plot after selection
11561156
/// \return an integer passes all cuts
11571157
template <typename Photon, typename Coll, typename T, typename H2>
1158-
inline bool HfFilterHelper::isSelectedPhoton(const Photon& photon, const std::array<T, 2>& dauTracks, const Coll& collision, const int& activateQA, H2 hV0Selected, std::array<H2, 4>& hArmPod)
1158+
inline bool HfFilterHelper::isSelectedPhoton(const Photon& photon, const std::array<T, 2>& dauTracks, const Coll&, const int& activateQA, H2 hV0Selected, std::array<H2, 4>& hArmPod)
11591159
{
11601160

11611161
// eta of daughters

0 commit comments

Comments
 (0)