Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cms-tracker-phase2-data-processing
BE_software
Ph2_ACF
Commits
fcea8652
Commit
fcea8652
authored
Mar 12, 2021
by
Fabio Ravera
Browse files
Solved bug in DataBit of D19cCic2Event.cc
parent
d9419331
Changes
1
Hide whitespace changes
Inline
Side-by-side
Utils/D19cCic2Event.cc
View file @
fcea8652
...
...
@@ -583,7 +583,7 @@ bool D19cCic2Event::DataBit(uint8_t pFeId, uint8_t pReadoutChipId, uint32_t i) c
if
(
fIsSparsified
)
{
return
(
decodeClusters
(
pFeId
,
pReadoutChipId
)[
i
]
>
0
);
}
else
{
size_t
cOffset
=
2
+
9
+
9
;
size_t
cOffset
=
0
;
//
2 + 9 + 9;
return
(
getRawL1Word
(
pFeId
,
pReadoutChipId
)[
cOffset
+
i
]
>
0
);
}
}
...
...
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