Skip to content
Snippets Groups Projects
Commit 43e2c581 authored by Johannes Junggeburth's avatar Johannes Junggeburth :dog2: Committed by Walter Lampl
Browse files

MuonGeoModel - Load Geo from SQLite -> Fix index shift

MuonGeoModel - Load Geo from SQLite -> Fix index shift
parent a56a921c
No related branches found
No related tags found
3 merge requests!64323Daily merge of 23.0 into main,!64286Daily merge of 23.0 into main,!64252MuonGeoModel - Load Geo from SQLite -> Fix index shift
......@@ -720,7 +720,7 @@ namespace MuonGM {
if (zi < 0)
stationEta = -stationEta;
int stationPhi = 0;
stationPhi = stationPhiTGC(stName, fi,zi);
stationPhi = stationPhiTGC(stName, fi + 1,zi);
TgcReadoutElement *det = new TgcReadoutElement(lvt, stName, manager);
Position ip = mysql.GetStationPosition(stName.substr(0, 3), fi, zi);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment