There was an error while loading. Please reload this page.
1 parent 7376225 commit d464385Copy full SHA for d464385
1 file changed
Steer/src/O2MCApplication.cxx
@@ -164,9 +164,7 @@ ULong_t hashCurrentTrack(TVirtualMC* vmc)
164
bool O2MCApplicationBase::seedsInPreTrack() const
165
{
166
// Geant3 seeds at stack-pop time, in o2::data::Stack::PopNextTrack(). That is
167
- // strictly earlier than its PreTrack hook (gutrak) and measurably stronger:
168
- // with the TOF module removed from an otherwise identical setup, pop-time
169
- // seeding keeps all 603 ITS hits bit-identical, PreTrack seeding only 68 %.
+ // strictly earlier than its PreTrack hook (gutrak).
170
// Do not seed Geant3 here as well -- it is already covered, and reseeding a
171
// second time mid-track would undo the first.
172
static const bool inPreTrack = [this]() {
0 commit comments