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 036ac9d commit eb1a275Copy full SHA for eb1a275
1 file changed
Common/TableProducer/PID/pidTOF.cxx
@@ -58,7 +58,7 @@ struct tofSignal { /// Task that produces the TOF signal from the trackTime
58
}
59
60
using Trks = soa::Join<aod::Tracks, aod::TracksExtra, aod::TracksCov>;
61
- void process(aod::Collision const& collision, Trks const& tracks)
+ void process(Trks const& tracks)
62
{
63
if (!enableTable) {
64
return;
0 commit comments