Skip to content

Commit b89669a

Browse files
committed
Fix namespace
1 parent 23b11a6 commit b89669a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Detectors/Upgrades/ITS3/macros/test/CheckClustersITS3.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ void CheckClustersITS3(const std::string& clusfile = "o2clus_its.root",
240240
dlty = locH.Y() - y0;
241241
z0 = locHsta.Z();
242242
dltz = locH.Z() - z0;
243-
r = (its3::constants::pixelarray::pixels::apts::responseYShift - y0) / dlty;
243+
r = (o2::its3::constants::pixelarray::pixels::apts::responseYShift - y0) / dlty;
244244
} else {
245245
x0 = locHsta.X();
246246
dltx = locH.X() - x0;

Detectors/Upgrades/ITS3/macros/test/CreateDictionariesITS3.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ void CreateDictionariesITS3(bool saveDeltas = true,
288288
dlty = xyzLocE.Y() - y0;
289289
z0 = xyzLocS.Z();
290290
dltz = xyzLocE.Z() - z0;
291-
r = (its3::constants::pixelarray::pixels::apts::responseYShift - y0) / dlty;
291+
r = (o2::its3::constants::pixelarray::pixels::apts::responseYShift - y0) / dlty;
292292
} else {
293293
x0 = xyzLocS.X();
294294
dltx = xyzLocE.X() - x0;

0 commit comments

Comments
 (0)