Skip to content

Commit

Permalink
Removed unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Baek Sun Jo committed Jan 18, 2023
1 parent 71e6ab7 commit 4d0a33b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -668,7 +668,7 @@ void TrackDetectorAssociator::getTAMuonChamberMatches(std::vector<TAMuonChamberM
distanceY = std::abs(localPoint.y() - yCOWPOffset) - 0.5f * length;
} else if (const GEMChamber* gemchamber = dynamic_cast<const GEMChamber*>(geomDet)) {

} else if ((const GEMChamber* gemchamber = dynamic_cast<const GEMChamber*>(geomDet)) || (const GEMSuperChamber* gemsuperchamber = dynamic_cast<const GEMSuperChamber*>(geomDet))) {
} else if (dynamic_cast<const GEMChamber*>(geomDet) || dynamic_cast<const GEMSuperChamber*>(geomDet)) {

const TrapezoidalPlaneBounds* bounds = dynamic_cast<const TrapezoidalPlaneBounds*>(&geomDet->surface().bounds());

Expand Down

0 comments on commit 4d0a33b

Please sign in to comment.