File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/algorithms/calorimetry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33#pragma once
44
55//
6- // @TODO should be migrated to a shared utiliy function in edm4xxx
6+ // @TODO should be migrated to a shared utility function in edm4xxx
77//
88
99#include < edm4hep/MCParticleCollection.h>
@@ -19,7 +19,7 @@ namespace eicrecon::MCTools {
1919// storing the first pair of calorimetric showers that start inside the tracking volume.
2020// Hence, this algorithm will return:
2121// - Contribution came from primary: primary
22- // - Contribution came from immediate daughter of primary and has no childern -> daughter
22+ // - Contribution came from immediate daughter of primary which has no children -> daughter
2323// - All other cases (i.e. early showers, multi-radiation): primary
2424// libraries
2525inline edm4hep::MCParticle lookup_primary (const edm4hep::CaloHitContribution& contrib) {
You can’t perform that action at this time.
0 commit comments