We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900b2a1 commit 106d380Copy full SHA for 106d380
1 file changed
Detectors/Base/include/DetectorsBase/Stack.h
@@ -368,9 +368,8 @@ inline bool Stack::isFromRadDecay(const int id)
368
}
369
370
// search in particle history
371
- auto imo = mTrackIDtoParticlesEntry[part.getMotherTrackId()];
+ auto imo = mTrackIDtoParticlesEntry[part.getMotherTrackId()];
372
auto isRad = false;
373
-
374
while (imo > 0 ) {
375
auto mother = (mParticles[imo]);
376
if (mother.getProcess() == kPRadDecay) {
0 commit comments