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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Lawrence Davou Christopher
athena
Commits
44b360f4
Commit
44b360f4
authored
6 years ago
by
Nicholas Styles
Browse files
Options
Downloads
Patches
Plain Diff
Move some INFO messages to DEBUG
Former-commit-id: 5e8f16f0f443664811c162e299c594b757abfbd6
parent
4ee12f74
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tracking/TrkAlignment/TrkAlignGenTools/src/ConstrainedTrackProvider.cxx
+2
-2
2 additions, 2 deletions
...ignment/TrkAlignGenTools/src/ConstrainedTrackProvider.cxx
with
2 additions
and
2 deletions
Tracking/TrkAlignment/TrkAlignGenTools/src/ConstrainedTrackProvider.cxx
+
2
−
2
View file @
44b360f4
...
...
@@ -323,7 +323,7 @@ namespace Trk {
trackCollection
->
push_back
(
constrainedFittedTrack
);
++
m_constrainedTracks
;
}
else
{
ATH_MSG_
INFO
(
"Constrained fit was unsuccessful"
);
ATH_MSG_
DEBUG
(
"Constrained fit was unsuccessful"
);
}
}
else
{
...
...
@@ -350,7 +350,7 @@ namespace Trk {
return
StatusCode
::
SUCCESS
;
}
ATH_MSG_
INFO
(
" The final trackCollection size: "
<<
trackCollection
->
size
()
<<
" name of track collection: ..."
);
ATH_MSG_
DEBUG
(
" The final trackCollection size: "
<<
trackCollection
->
size
()
<<
" name of track collection: ..."
);
//track Collection cannot be null here; it has already been dereferenced
finalTracks
=
trackCollection
;
...
...
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