Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ void RecoContainer::getTrackTimeITSTPCTRD(GTrackID gid, float& t, float& tErr) c
//________________________________________________________
void RecoContainer::getTrackTimeTPCTRD(GTrackID gid, float& t, float& tErr) const
{
const auto trigTPCTRD = getITSTPCTRDTriggers();
const auto trigTPCTRD = getTPCTRDTriggers();
// very slow: find the trigger this track belongs to
for (const auto& trig : trigTPCTRD) {
if (trig.getTrackRefs().getEntriesBound() > gid.getIndex()) {
Expand Down