Skip to content

Commit 9aa132f

Browse files
committed
commented unused parameter
1 parent 97c53b5 commit 9aa132f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/TableProducer/Nuspex/photonDeuteron.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ struct PhotonDeuteron {
104104

105105
// V0 photon selection
106106
template <typename TV0, typename TTracks>
107-
bool selectPhoton(TV0 const& v0, TTracks const& tracks)
107+
bool selectPhoton(TV0 const& v0, TTracks const& /*tracks*/)
108108
{
109109
// Basic V0 quality cuts
110110
if (v0.v0cosPA() < cfgV0CosPA) {
@@ -194,7 +194,7 @@ struct PhotonDeuteron {
194194
}
195195

196196
// Process function for V0s and tracks
197-
void process(aod::Collision const& collision,
197+
void process(aod::Collision const& /*collision*/,
198198
soa::Join<aod::V0Indices, aod::V0CoresBase, aod::V0TrackXs> const& V0s,
199199
soa::Join<aod::Tracks, aod::TracksExtra, aod::TrackSelection,
200200
aod::pidTPCFullDe, aod::pidTOFFullDe,

0 commit comments

Comments
 (0)