File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1353,7 +1353,7 @@ struct MftReassociationValidation {
13531353 float reassociatedDeltaX = -999 .f ;
13541354 float reassociatedDeltaY = -999 .f ;
13551355 float reassociatedDeltaZ = -999 .f ;
1356- auto collision = templatedTrack.collision_as <FilteredCollisionsWSelMultMcLabels>();
1356+ // auto collision = templatedTrack.collision_as<FilteredCollisionsWSelMultMcLabels>();
13571357 auto xPosTrue = reassociated2dMftTrack.mcParticle ().mcCollision ().posX ();
13581358 auto yPosTrue = reassociated2dMftTrack.mcParticle ().mcCollision ().posY ();
13591359 auto zPosTrue = reassociated2dMftTrack.mcParticle ().mcCollision ().posZ ();
@@ -1740,7 +1740,7 @@ struct MftReassociationValidation {
17401740 float reassociatedDeltaX = -999 .f ;
17411741 float reassociatedDeltaY = -999 .f ;
17421742 float reassociatedDeltaZ = -999 .f ;
1743- auto collision = templatedTrack.collision_as <FilteredCollisionsWSelMultMcLabels>();
1743+ // auto collision = templatedTrack.collision_as<FilteredCollisionsWSelMultMcLabels>();
17441744 auto xPosTrue = reassociated3dMftTrack.mcParticle ().mcCollision ().posX ();
17451745 auto yPosTrue = reassociated3dMftTrack.mcParticle ().mcCollision ().posY ();
17461746 auto zPosTrue = reassociated3dMftTrack.mcParticle ().mcCollision ().posZ ();
You can’t perform that action at this time.
0 commit comments