Skip to content

Commit d464385

Browse files
authored
Shorten comment
Removed redundant comments about Geant3 seeding comparison.
1 parent 7376225 commit d464385

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Steer/src/O2MCApplication.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,7 @@ ULong_t hashCurrentTrack(TVirtualMC* vmc)
164164
bool O2MCApplicationBase::seedsInPreTrack() const
165165
{
166166
// 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 %.
167+
// strictly earlier than its PreTrack hook (gutrak).
170168
// Do not seed Geant3 here as well -- it is already covered, and reseeding a
171169
// second time mid-track would undo the first.
172170
static const bool inPreTrack = [this]() {

0 commit comments

Comments
 (0)