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
60026f6f
Commit
60026f6f
authored
6 years ago
by
Petr Jacka
Browse files
Options
Downloads
Patches
Plain Diff
Fixed bug in BTaggingSelectionTool configuration for track jets
Former-commit-id: 39a7efde4351e346244f219100b23171bd19a3d9
parent
8c464b9b
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
PhysicsAnalysis/TopPhys/xAOD/TopCPTools/Root/TopFlavorTaggingCPTools.cxx
+2
-2
2 additions, 2 deletions
.../TopPhys/xAOD/TopCPTools/Root/TopFlavorTaggingCPTools.cxx
with
2 additions
and
2 deletions
PhysicsAnalysis/TopPhys/xAOD/TopCPTools/Root/TopFlavorTaggingCPTools.cxx
+
2
−
2
View file @
60026f6f
...
@@ -247,10 +247,10 @@ StatusCode FlavorTaggingCPTools::initialize() {
...
@@ -247,10 +247,10 @@ StatusCode FlavorTaggingCPTools::initialize() {
top
::
check
(
btagsel
->
setProperty
(
"OperatingPoint"
,
btagWP
),
top
::
check
(
btagsel
->
setProperty
(
"OperatingPoint"
,
btagWP
),
"Failed to set b-tagging selection tool OperatingPoint"
);
"Failed to set b-tagging selection tool OperatingPoint"
);
top
::
check
(
btagsel
->
setProperty
(
"MinPt"
,
top
::
check
(
btagsel
->
setProperty
(
"MinPt"
,
static_cast
<
double
>
(
m_config
->
j
etPtcut
())),
static_cast
<
double
>
(
m_config
->
trackJ
etPtcut
())),
"Failed to set b-tagging selection tool MinPt"
);
"Failed to set b-tagging selection tool MinPt"
);
top
::
check
(
btagsel
->
setProperty
(
"MaxEta"
,
top
::
check
(
btagsel
->
setProperty
(
"MaxEta"
,
static_cast
<
double
>
(
m_config
->
j
etEtacut
())),
static_cast
<
double
>
(
m_config
->
trackJ
etEtacut
())),
"Failed to set b-tagging selection tool MaxEta"
);
"Failed to set b-tagging selection tool MaxEta"
);
top
::
check
(
btagsel
->
initialize
(),
top
::
check
(
btagsel
->
initialize
(),
"Failed to initialize b-tagging selection tool"
);
"Failed to initialize b-tagging selection tool"
);
...
...
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