Skip to content

Commit 303fbca

Browse files
committed
add previously list init function call
1 parent 670518f commit 303fbca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Steer/src/CollisionContextTool.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ int main(int argc, char* argv[])
496496
// this loop makes sure that the first collision is within the range of orbits asked (if noEmptyTF is enabled)
497497
do {
498498
sampler->setFirstIR(o2::InteractionRecord(options.firstBC, orbitstart));
499+
sampler->init();
499500
record = sampler->generateCollisionTime();
500501
} while (options.noEmptyTF && usetimeframelength && record.orbit >= orbitstart + orbits_total);
501502
int count = 0;

0 commit comments

Comments
 (0)