Skip to content

Commit b5a5403

Browse files
committed
Fix typo in the RecoContainer::getTrackTimeTPCTRD
Thanks for Felix for spotting
1 parent a917b6b commit b5a5403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataFormats/Detectors/GlobalTracking/src/RecoContainer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ void RecoContainer::getTrackTimeITSTPCTRD(GTrackID gid, float& t, float& tErr) c
15941594
//________________________________________________________
15951595
void RecoContainer::getTrackTimeTPCTRD(GTrackID gid, float& t, float& tErr) const
15961596
{
1597-
const auto trigTPCTRD = getITSTPCTRDTriggers();
1597+
const auto trigTPCTRD = getTPCTRDTriggers();
15981598
// very slow: find the trigger this track belongs to
15991599
for (const auto& trig : trigTPCTRD) {
16001600
if (trig.getTrackRefs().getEntriesBound() > gid.getIndex()) {

0 commit comments

Comments
 (0)