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
Tadej Novak
athena
Commits
e0825745
Verified
Commit
e0825745
authored
Feb 05, 2019
by
Tadej Novak
Browse files
Fix a typo in the MDT RDO analysis
parent
1a0f79d0
Pipeline
#700672
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Simulation/Tools/RDOAnalysis/src/MDT_RDOAnalysis.cxx
View file @
e0825745
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
MDT_RDOAnalysis
::
MDT_RDOAnalysis
(
const
std
::
string
&
name
,
ISvcLocator
*
pSvcLocator
)
MDT_RDOAnalysis
::
MDT_RDOAnalysis
(
const
std
::
string
&
name
,
ISvcLocator
*
pSvcLocator
)
:
AthAlgorithm
(
name
,
pSvcLocator
)
:
AthAlgorithm
(
name
,
pSvcLocator
)
,
m_inputKey
(
"MDTCSM"
)
,
m_inputKey
(
"MDTCSM"
)
,
m_inputTruthKey
(
"
TGC
_SDO"
)
,
m_inputTruthKey
(
"
MDT
_SDO"
)
,
m_mdtID
(
0
)
,
m_mdtID
(
0
)
,
m_mdtIDhash
(
0
)
,
m_mdtIDhash
(
0
)
,
m_subID
(
0
)
,
m_subID
(
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