We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c730b9c commit e8b9f38Copy full SHA for e8b9f38
L1Trigger/DTBti/src/DTBtiChipEquations.cc
@@ -160,8 +160,6 @@ void DTBtiChip::computeEqs() {
160
//patt 0 always uses Xbc, because Xad could be negative...
161
//when wire B is missing, TshiftB=0
162
//when hit B is gone out of shift register, Tshift=K0+1
163
- float _difs_p0 = _difs[5];
164
-
165
float TshiftB = 0;
166
float TshiftC = 0;
167
if (_thisStepUsedHit[3 - 1] == nullptr) {
@@ -180,7 +178,7 @@ void DTBtiChip::computeEqs() {
180
178
} else
181
179
TshiftC = _thisStepUsedHit[2 - 1]->jtrig();
182
183
- _difs_p0 = (float)(TshiftB - TshiftC);
+ float _difs_p0 = (float)(TshiftB - TshiftC);
184
185
// Zotto's
186
_XeqAB_patt0 = (_sums[1] - K0) / 4.; //eq. AB
0 commit comments