Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
Boole
Commits
3be32b89
Commit
3be32b89
authored
Nov 07, 2018
by
Christopher Rob Jones
Browse files
RichReadout : Fix clang errors in RichPixel.h
parent
13171c9d
Pipeline
#575711
passed with stage
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Rich/RichReadout/src/component/RichPixel.h
View file @
3be32b89
...
...
@@ -45,11 +45,11 @@ namespace Rich::MC::Digi
:
m_property
(
b
->
DecodeUniqueID
(
sid
)
)
{}
const
decltype
(
auto
)
Readout
()
const
{
return
m_property
->
Readout
();
}
decltype
(
auto
)
Readout
()
const
{
return
m_property
->
Readout
();
}
private:
// methods
const
decltype
(
auto
)
Property
()
const
{
return
m_property
;
}
decltype
(
auto
)
Property
()
const
{
return
m_property
;
}
private:
// data
...
...
Write
Preview
Supports
Markdown
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