Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannimarchiori committed Nov 12, 2024
1 parent 6d2c63f commit 2bf9ca3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ StatusCode CreateFCCeeCaloNeighbours::initialize()
}

// add the neighbours if within the acceptance of the layer
bool hasNeighbours = false;
int thetaStep = (ecalBarrelModuleThetaSegmentation) ? ecalBarrelModuleThetaSegmentation->mergedThetaCells(eCalLastLayer) : 1;
for (int ithetaECal = minThetaECal; ithetaECal <= maxThetaECal; ithetaECal += thetaStep)
{
Expand Down

0 comments on commit 2bf9ca3

Please sign in to comment.