Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Sherwood
athena
Commits
18945cd3
Commit
18945cd3
authored
8 years ago
by
Scott Snyder
Committed by
Graeme Stewart
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
'endreq -> endmsg.' (TBDetDescr-00-01-01)
* Tagging TBDetDescr-00-01-01. * endreq -> endmsg. Former-commit-id:
bf398146
parent
74a62598
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TestBeam/TBDetDescr/src/TBDetDescrManager.cxx
+2
-2
2 additions, 2 deletions
TestBeam/TBDetDescr/src/TBDetDescrManager.cxx
with
2 additions
and
2 deletions
TestBeam/TBDetDescr/src/TBDetDescrManager.cxx
+
2
−
2
View file @
18945cd3
...
@@ -151,13 +151,13 @@ void TBDetDescrManager::print(MsgStream &log) const
...
@@ -151,13 +151,13 @@ void TBDetDescrManager::print(MsgStream &log) const
log
<<
MSG
::
DEBUG
log
<<
MSG
::
DEBUG
<<
"Total number of TBElements in TBDetDescrManager = "
<<
"Total number of TBElements in TBDetDescrManager = "
<<
m_elements
<<
m_elements
<<
end
req
;
<<
end
msg
;
for
(
;
itr
!=
end
;
++
itr
)
{
for
(
;
itr
!=
end
;
++
itr
)
{
if
(
itr
->
id
()
!=
TBElementID
::
Unknown
)
{
if
(
itr
->
id
()
!=
TBElementID
::
Unknown
)
{
log
<<
MSG
::
DEBUG
log
<<
MSG
::
DEBUG
<<
(
std
::
string
)
(
*
itr
)
<<
(
std
::
string
)
(
*
itr
)
<<
end
req
;
<<
end
msg
;
}
}
}
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment