Skip to content

Commit cf52b0e

Browse files
committed
Please consider the following formatting changes
1 parent 4fe4a21 commit cf52b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ void CreateDictionariesITS3(bool saveDeltas = true,
323323
if (saveDeltas) {
324324
auto vectDiff = xyzLocE - xyzLocS;
325325
auto theta = std::acos(vectDiff.Z() / std::hypot(vectDiff.X(), vectDiff.Y(), vectDiff.Z()));
326-
auto eta = -std::log(std::tan(theta/2));
326+
auto eta = -std::log(std::tan(theta / 2));
327327
if (ib) {
328328
LOGP(info, "Yhit flat start: {}, end: {}, middle: {}", xyzLocS.Y(), xyzLocE.Y(), xyzLocM.Y());
329329
}

0 commit comments

Comments
 (0)