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