Skip to content

Commit 106d380

Browse files
authored
Fix formatting issue in Stack.h
1 parent 900b2a1 commit 106d380

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • Detectors/Base/include/DetectorsBase

Detectors/Base/include/DetectorsBase/Stack.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,8 @@ inline bool Stack::isFromRadDecay(const int id)
368368
}
369369

370370
// search in particle history
371-
auto imo = mTrackIDtoParticlesEntry[part.getMotherTrackId()];
371+
auto imo = mTrackIDtoParticlesEntry[part.getMotherTrackId()];
372372
auto isRad = false;
373-
374373
while (imo > 0 ) {
375374
auto mother = (mParticles[imo]);
376375
if (mother.getProcess() == kPRadDecay) {

0 commit comments

Comments
 (0)