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
Elemer Nagy
athena
Commits
03e6c4a0
Commit
03e6c4a0
authored
7 years ago
by
Dave Casper
Browse files
Options
Downloads
Patches
Plain Diff
Tweak printout
Former-commit-id: 35e992835cba0cc12797240a257bbe205c984bde
parent
39d3ebb2
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tracking/TrkVertexFitter/TrkVertexSeedFinderUtils/src/GaussianTrackDensity.cxx
+1
-1
1 addition, 1 deletion
...ter/TrkVertexSeedFinderUtils/src/GaussianTrackDensity.cxx
with
1 addition
and
1 deletion
Tracking/TrkVertexFitter/TrkVertexSeedFinderUtils/src/GaussianTrackDensity.cxx
+
1
−
1
View file @
03e6c4a0
...
@@ -121,7 +121,7 @@ namespace Trk
...
@@ -121,7 +121,7 @@ namespace Trk
if
(
curvature
>=
0.0
||
density
<=
0.0
)
continue
;
if
(
curvature
>=
0.0
||
density
<=
0.0
)
continue
;
updateMaximum
(
trialZ
,
density
,
maximumPosition
,
maximumDensity
);
updateMaximum
(
trialZ
,
density
,
maximumPosition
,
maximumDensity
);
}
}
if
(
maximumDensity
<=
0
)
ATH_MSG_
WARNIN
G
(
"Global maximum at density of 0; track map contains "
<<
if
(
maximumDensity
<=
0
)
ATH_MSG_
DEBU
G
(
"Global maximum at density of 0; track map contains "
<<
m_trackMap
.
size
()
<<
" tracks"
);
m_trackMap
.
size
()
<<
" tracks"
);
return
maximumPosition
;
return
maximumPosition
;
}
}
...
...
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