Skip to content

Commit afe1132

Browse files
committed
fixed typo in comment
1 parent fe5a3b3 commit afe1132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/algorithms/calorimetry/MCTools.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
2525
inline edm4hep::MCParticle lookup_primary(const edm4hep::CaloHitContribution& contrib) {

0 commit comments

Comments
 (0)