Skip to content

Commit 4c73e28

Browse files
committed
deleted unused variable
1 parent 6ac4976 commit 4c73e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TrackingTools/TrackAssociator/src/TrackDetectorAssociator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ void TrackDetectorAssociator::getTAMuonChamberMatches(std::vector<TAMuonChamberM
682682
float halfWidthAtYPrime = 0.5f * narrowWidth + yPrime * tangent;
683683
distanceX = std::abs(localPoint.x()) - halfWidthAtYPrime;
684684
distanceY = std::abs(localPoint.y() - yCOWPOffset) - 0.5f * length;
685-
} else if (const GEMEtaPartition* gemetapartition = dynamic_cast<const GEMEtaPartition*>(geomDet)) {
685+
} else if (dynamic_cast<const GEMEtaPartition*>(geomDet)) {
686686
const TrapezoidalPlaneBounds* bounds = dynamic_cast<const TrapezoidalPlaneBounds*>(&geomDet->surface().bounds());
687687

688688
float wideWidth = bounds->width();

0 commit comments

Comments
 (0)