We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f41d4 commit e8d17ceCopy full SHA for e8d17ce
Detectors/Upgrades/ALICE3/TRK/simulation/src/TRKLayer.cxx
@@ -129,8 +129,6 @@ TGeoVolume* TRKSegmentedLayer::createMetalStack()
129
130
TGeoVolume* TRKSegmentedLayer::createChip()
131
{
132
- const int nLayerToSwitchSens = 3;
133
-
134
TGeoMedium* medSi = gGeoManager->GetMedium("TRK_SILICON$");
135
std::string chipName = GeometryTGeo::getTRKChipPattern() + std::to_string(mLayerNumber);
136
TGeoShape* chip = new TGeoBBox(sChipWidth / 2, mChipThickness / 2, sChipLength / 2);
0 commit comments