Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
c9f22d9d
Commit
c9f22d9d
authored
Jan 04, 2021
by
Junpei Maeda
Browse files
fix a bug due to setting zero-bcid
parent
1476a62a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Trigger/TrigT1/TrigT1TGC/src/LVL1TGCTrigger.cxx
View file @
c9f22d9d
...
...
@@ -621,7 +621,10 @@ void LVL1TGCTrigger::FillSectorLogicData(LVL1MUONIF::Lvl1MuSectorLogicData *slda
int
Zdir
=
(
subsystem
==
LVL1MUONIF
::
Lvl1MuCTPIInput
::
idSideA
()
?
1
:
-
1
);
sldata
->
clear2candidatesInSector
();
// for temporary
sldata
->
bcid
(
0
);
const
int
muctpiBcId_offset
=
TgcDigit
::
BC_CURRENT
;
sldata
->
bcid
(
m_bctagInProcess
-
muctpiBcId_offset
);
if
((
selectorOut
->
getNCandidate
())
>=
1
)
{
sldata
->
roi
(
0
,((
selectorOut
->
getR
(
0
))
<<
2
)
+
(
selectorOut
->
getPhi
(
0
)));
// ovl --> veto
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment