Skip to content

Commit 0dcc92c

Browse files
reduce comments
1 parent e08a4c8 commit 0dcc92c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

RecoTracker/MkFitCore/src/PropagationMPlex.cc

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,7 @@ namespace mkfit {
552552
MPlexLL temp;
553553
MultHelixProp(errorProp, outErr, temp);
554554
MultHelixPropTransp(errorProp, temp, outErr);
555-
// MultHelixPropFull(errorProp, outErr, temp);
556-
// MultHelixPropTranspFull(errorProp, temp, outErr);
555+
// can replace with: MultHelixPropFull(errorProp, outErr, temp); MultHelixPropTranspFull(errorProp, temp, outErr);
557556

558557
if (pflags.apply_material) {
559558
MPlexQF hitsRl;
@@ -679,13 +678,11 @@ namespace mkfit {
679678
}
680679
#endif
681680

682-
// Matriplex version of:
683-
// result.errors = ROOT::Math::Similarity(errorProp, outErr);
684-
MPlexLL temp;
685-
MultHelixPropEndcap(errorProp, outErr, temp);
686-
MultHelixPropTranspEndcap(errorProp, temp, outErr);
687-
// MultHelixPropFull(errorProp, outErr, temp);
688-
// MultHelixPropTranspFull(errorProp, temp, outErr);
681+
// Matriplex version of: result.errors = ROOT::Math::Similarity(errorProp, outErr);
682+
MPlexLL temp;
683+
MultHelixPropEndcap(errorProp, outErr, temp);
684+
MultHelixPropTranspEndcap(errorProp, temp, outErr);
685+
// can replace with: MultHelixPropFull(errorProp, outErr, temp); MultHelixPropTranspFull(errorProp, temp, outErr);
689686

690687
if (pflags.apply_material) {
691688
MPlexQF hitsRl;

0 commit comments

Comments
 (0)