Skip to content

Commit 0fb2b42

Browse files
authored
Refactor fillHadronHadron function parameters
Updated the fillHadronHadron function signature to remove unused parameters.
1 parent a8b25a4 commit 0fb2b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/Core/DileptonHadronMPC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ struct DileptonHadronMPC {
937937
}
938938

939939
template <int ev_id, typename TRefTrack, typename TLeptons, typename TLeptonCut>
940-
bool fillHadronHadron(TRefTrack const& t1, TRefTrack const& t2, TLeptons const& posLeptons, TLeptons const& negLeptons, TLeptonCut const& cut)
940+
bool fillHadronHadron(TRefTrack const& t1, TRefTrack const& t2, TLeptons const&, TLeptons const&, TLeptonCut const&)
941941
{
942942
if constexpr (ev_id == 0) {
943943
if (!fEMTrackCut.IsSelected(t1) || !fEMTrackCut.IsSelected(t2)) { // for charged track

0 commit comments

Comments
 (0)