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
ae84c16b
Commit
ae84c16b
authored
7 years ago
by
Johannes Elmsheuser
Browse files
Options
Downloads
Patches
Plain Diff
Fix of sjvfcorr variable in JetVertexTaggerTool.cxx as discussed in ATLJETMET-754
Former-commit-id: 99abc77daab9233d44865f34ea9a30af658ce09d
parent
59ca0e2d
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Reconstruction/Jet/JetMomentTools/Root/JetVertexTaggerTool.cxx
+1
-1
1 addition, 1 deletion
...struction/Jet/JetMomentTools/Root/JetVertexTaggerTool.cxx
with
1 addition
and
1 deletion
Reconstruction/Jet/JetMomentTools/Root/JetVertexTaggerTool.cxx
+
1
−
1
View file @
ae84c16b
...
...
@@ -132,7 +132,7 @@ float JetVertexTaggerTool::evaluateJvt(float rpt, float jvfcorr) const {
//**********************************************************************
float
JetVertexTaggerTool
::
updateJvt
(
const
xAOD
::
Jet
&
jet
,
std
::
string
sjvt
,
std
::
string
scale
)
const
{
string
sjvfcorr
=
"JVFCorr"
;
string
sjvfcorr
=
m_jvfCorrName
;
string
srpt
=
sjvt
+
"Rpt"
;
JetFourMom_t
p4old
=
jet
.
jetP4
(
scale
);
float
ptold
=
p4old
.
pt
();
...
...
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