Skip to content

Commit e8d17ce

Browse files
committed
Removed unused variable
1 parent 53f41d4 commit e8d17ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Detectors/Upgrades/ALICE3/TRK/simulation/src/TRKLayer.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ TGeoVolume* TRKSegmentedLayer::createMetalStack()
129129

130130
TGeoVolume* TRKSegmentedLayer::createChip()
131131
{
132-
const int nLayerToSwitchSens = 3;
133-
134132
TGeoMedium* medSi = gGeoManager->GetMedium("TRK_SILICON$");
135133
std::string chipName = GeometryTGeo::getTRKChipPattern() + std::to_string(mLayerNumber);
136134
TGeoShape* chip = new TGeoBBox(sChipWidth / 2, mChipThickness / 2, sChipLength / 2);

0 commit comments

Comments
 (0)