Skip to content

Commit eb1a275

Browse files
authored
Remove collision for grouping in TOF signal (#103)
1 parent 036ac9d commit eb1a275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/TableProducer/PID/pidTOF.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ struct tofSignal { /// Task that produces the TOF signal from the trackTime
5858
}
5959
}
6060
using Trks = soa::Join<aod::Tracks, aod::TracksExtra, aod::TracksCov>;
61-
void process(aod::Collision const& collision, Trks const& tracks)
61+
void process(Trks const& tracks)
6262
{
6363
if (!enableTable) {
6464
return;

0 commit comments

Comments
 (0)