Skip to content

Commit 3440158

Browse files
committed
Please consider the following formatting changes
1 parent 51cd285 commit 3440158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ALICE3/Core/DelphesO2LutWriter.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ bool DelphesO2LutWriter::fwdPara(lutEntry_t& lutEntry, float pt, float eta, floa
163163

164164
// parametrisation at eta = 4
165165
const double beta = 1. / std::sqrt(1 + mass * mass / pt / pt / std::cosh(eta) / std::cosh(eta));
166-
const float dcaPos = 2.5e-4 / std::sqrt(3); // 2.5 micron/sqrt(3)
166+
const float dcaPos = 2.5e-4 / std::sqrt(3); // 2.5 micron/sqrt(3)
167167
const float r0 = 0.5; // layer 0 radius [cm]
168168
const float r1 = 1.3;
169169
const float r2 = 2.5;
@@ -200,7 +200,7 @@ bool DelphesO2LutWriter::fwdPara(lutEntry_t& lutEntry, float pt, float eta, floa
200200
lutEntry.covm[2] = dcaz2;
201201
lutEntry.covm[5] = covmbarrel[5]; // sigma^2 sin(phi)
202202
lutEntry.covm[9] = covmbarrel[9]; // sigma^2 tanl
203-
lutEntry.covm[14] = momresTot * momresTot / pt / pt / pt / pt; // sigma^2 1/pt
203+
lutEntry.covm[14] = momresTot * momresTot / pt / pt / pt / pt; // sigma^2 1/pt
204204
// Check that all numbers are numbers
205205
for (int i = 0; i < 15; ++i) {
206206
if (std::isnan(lutEntry.covm[i])) {

0 commit comments

Comments
 (0)