Skip to content

Commit 66ee437

Browse files
committed
ITS3: remove unused var
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 61b53d5 commit 66ee437

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Detectors/Upgrades/ITS3/reconstruction/src/IOUtils.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ int loadROFrameDataITS3(its::TimeFrame* tf,
8080
auto isITS3 = its3::constants::detID::isDetITS3(sensorID);
8181
auto layer = geom->getLayer(sensorID);
8282

83-
auto pattID = c.getPatternID();
8483
float sigmaY2{0}, sigmaZ2{0}, sigmaYZ{0};
8584
uint8_t clusterSize{0};
8685
auto locXYZ = extractClusterData(c, pattIt, dict, sigmaY2, sigmaZ2, clusterSize);

0 commit comments

Comments
 (0)