We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5559507 commit 8e74bdfCopy full SHA for 8e74bdf
1 file changed
Detectors/Base/include/DetectorsBase/Stack.h
@@ -362,7 +362,7 @@ inline bool Stack::isFromRadDecay(const int id)
362
auto part = (mParticles[entry]);
363
364
// primary particle ?
365
- if (part.getProcess() == 0 )
+ if (part.getProcess() == 0)
366
return false;
367
// particle directly from radioactive decay ?
368
if (part.getProcess() == kPRadDecay) {
0 commit comments