Skip to content

Commit

Permalink
Split comment into several lines to make it more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
cericeci committed Jan 10, 2022
1 parent 23a1334 commit aa2c350
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,9 @@ std::unique_ptr<fastsim::Particle> fastsim::ParticleManager::nextGenParticle()
continue;
}

// SM particles that descend from exotics and cross the beam pipe radius should make hits but not be decayed, by default it will duplicate FastSim hits for long lived particles and so anything produced without activating fixLongLivedBug_ is physically wrong
// SM particles that descend from exotics and cross the beam pipe radius should make hits but not be decayed,
// by default it will duplicate FastSim hits for long lived particles
// and so anything produced without activating fixLongLivedBug_ is physically wrong
if (fixLongLivedBug_ && producedWithinBeamPipe && !decayedWithinBeamPipe){
exoticRelativesChecker(productionVertex, exoticRelativeId, 0);
}
Expand Down

0 comments on commit aa2c350

Please sign in to comment.