We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac4976 commit 4c73e28Copy full SHA for 4c73e28
TrackingTools/TrackAssociator/src/TrackDetectorAssociator.cc
@@ -682,7 +682,7 @@ void TrackDetectorAssociator::getTAMuonChamberMatches(std::vector<TAMuonChamberM
682
float halfWidthAtYPrime = 0.5f * narrowWidth + yPrime * tangent;
683
distanceX = std::abs(localPoint.x()) - halfWidthAtYPrime;
684
distanceY = std::abs(localPoint.y() - yCOWPOffset) - 0.5f * length;
685
- } else if (const GEMEtaPartition* gemetapartition = dynamic_cast<const GEMEtaPartition*>(geomDet)) {
+ } else if (dynamic_cast<const GEMEtaPartition*>(geomDet)) {
686
const TrapezoidalPlaneBounds* bounds = dynamic_cast<const TrapezoidalPlaneBounds*>(&geomDet->surface().bounds());
687
688
float wideWidth = bounds->width();
0 commit comments