We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670518f commit 303fbcaCopy full SHA for 303fbca
1 file changed
Steer/src/CollisionContextTool.cxx
@@ -496,6 +496,7 @@ int main(int argc, char* argv[])
496
// this loop makes sure that the first collision is within the range of orbits asked (if noEmptyTF is enabled)
497
do {
498
sampler->setFirstIR(o2::InteractionRecord(options.firstBC, orbitstart));
499
+ sampler->init();
500
record = sampler->generateCollisionTime();
501
} while (options.noEmptyTF && usetimeframelength && record.orbit >= orbitstart + orbits_total);
502
int count = 0;
0 commit comments