Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
5b26d1e3
Commit
5b26d1e3
authored
Aug 30, 2016
by
Jochen Meyer
Committed by
Graeme Stewart
Oct 11, 2016
Browse files
msg svc updates (MuonRIO_OnTrack-02-00-11)
* Tagging MuonRIO_OnTrack-02-00-11 * endreq -> endmsg Former-commit-id:
d178dbbc
parent
db50a35c
Changes
7
Hide whitespace changes
Inline
Side-by-side
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonRIO_OnTrack/src/CscClusterOnTrack.cxx
View file @
5b26d1e3
...
...
@@ -109,7 +109,7 @@ namespace Muon
stream
<<
"Cluster Status: "
<<
toString
(
m_status
)
<<
std
::
endl
;
stream
<<
"Cluster Time Status: "
<<
toString
(
m_timeStatus
)
<<
std
::
endl
;
stream
<<
"}"
<<
end
req
;
stream
<<
"}"
<<
end
msg
;
return
stream
;
}
...
...
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonRIO_OnTrack/src/MMClusterOnTrack.cxx
View file @
5b26d1e3
...
...
@@ -73,7 +73,7 @@ namespace Muon
MuonClusterOnTrack
::
dump
(
stream
);
stream
<<
"}"
<<
end
req
;
stream
<<
"}"
<<
end
msg
;
return
stream
;
}
...
...
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonRIO_OnTrack/src/MdtDriftCircleOnTrack.cxx
View file @
5b26d1e3
...
...
@@ -263,7 +263,7 @@ MsgStream& Muon::MdtDriftCircleOnTrack::dump( MsgStream& stream) const
stream
<<
"Position along wire: "
<<
positionAlongWire
()
<<
",
\t
local angle="
<<
localAngle
()
<<
std
::
endl
;
stream
<<
"Creation strategy: "
<<
m_errorStrategy
;
stream
<<
"}"
<<
end
req
;
stream
<<
"}"
<<
end
msg
;
return
stream
;
}
...
...
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonRIO_OnTrack/src/MuonClusterOnTrack.cxx
View file @
5b26d1e3
...
...
@@ -77,7 +77,7 @@ MsgStream& MuonClusterOnTrack::dump( MsgStream& stream) const
<<
this
->
globalPosition
().
y
()
<<
", "
<<
this
->
globalPosition
().
z
()
<<
")"
<<
std
::
endl
;
stream
<<
"Position along strip: "
<<
m_positionAlongStrip
<<
std
::
endl
;
stream
<<
"}"
<<
end
req
;
stream
<<
"}"
<<
end
msg
;
return
stream
;
}
...
...
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonRIO_OnTrack/src/RpcClusterOnTrack.cxx
View file @
5b26d1e3
...
...
@@ -96,7 +96,7 @@ MsgStream& RpcClusterOnTrack::dump( MsgStream& stream) const
stream
<<
"Time: "
<<
m_time
<<
std
::
endl
;
MuonClusterOnTrack
::
dump
(
stream
);
stream
<<
"}"
<<
end
req
;
stream
<<
"}"
<<
end
msg
;
return
stream
;
}
...
...
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonRIO_OnTrack/src/TgcClusterOnTrack.cxx
View file @
5b26d1e3
...
...
@@ -83,7 +83,7 @@ MsgStream& TgcClusterOnTrack::dump( MsgStream& stream) const
MuonClusterOnTrack
::
dump
(
stream
);
stream
<<
"}"
<<
end
req
;
stream
<<
"}"
<<
end
msg
;
return
stream
;
}
...
...
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonRIO_OnTrack/src/sTgcClusterOnTrack.cxx
View file @
5b26d1e3
...
...
@@ -74,7 +74,7 @@ namespace Muon
MuonClusterOnTrack
::
dump
(
stream
);
stream
<<
"}"
<<
end
req
;
stream
<<
"}"
<<
end
msg
;
return
stream
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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