Skip to content

Commit 685aa0c

Browse files
committed
fixing issues
1 parent b253950 commit 685aa0c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Common/TableProducer/occupancyTableProducer.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,9 +1952,9 @@ struct TrackMeanOccTableProducer {
19521952
bc = collision.template bc_as<B>();
19531953
}
19541954
// if (doAmbgUpdate) {
1955-
// to be updated later
1956-
// bc = collisions.iteratorAt(2).bc_as<aod::BCsWithTimestamps>();
1957-
// bc = ambgTracks.iteratorAt(0).bc_as<aod::BCsWithTimestamps>();
1955+
// to be updated later
1956+
// bc = collisions.iteratorAt(2).bc_as<aod::BCsWithTimestamps>();
1957+
// bc = ambgTracks.iteratorAt(0).bc_as<aod::BCsWithTimestamps>();
19581958
// }
19591959
// LOG(info)<<" What happens in the case when the collision id is = -1 and it tries to obtain bc"
19601960
getTimingInfo(bc, lastRun, nBCsPerTF, bcSOR, time, tfIdThis, bcInTF);

0 commit comments

Comments
 (0)