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
eab7f07b
Commit
eab7f07b
authored
7 years ago
by
Rachel Jordan Hyneman
Browse files
Options
Downloads
Patches
Plain Diff
Correcting 2017 MC Run Number.
Former-commit-id: 49b27d159840b18901460036a4f93df13ae093f4
parent
4d9a69ea
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
PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/Root/IsolationCorrectionTool.cxx
+2
-2
2 additions, 2 deletions
...nID/IsolationCorrections/Root/IsolationCorrectionTool.cxx
with
2 additions
and
2 deletions
PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/Root/IsolationCorrectionTool.cxx
+
2
−
2
View file @
eab7f07b
...
...
@@ -28,7 +28,7 @@ namespace CP {
declareProperty
(
"CorrFile_ddsmearing"
,
m_corr_ddsmearing_file
=
"IsolationCorrections/v1/isolation_ddcorrection_smearing.root"
);
declareProperty
(
"ToolVer"
,
m_tool_ver_str
=
"REL21"
);
declareProperty
(
"DataDrivenVer"
,
m_ddVersion
=
"2017"
);
declareProperty
(
"UseMetadata"
,
m_usemetadata
=
tru
e
);
declareProperty
(
"UseMetadata"
,
m_usemetadata
=
fals
e
);
declareProperty
(
"AFII_corr"
,
m_AFII_corr
=
false
);
declareProperty
(
"IsMC"
,
m_is_mc
=
true
);
declareProperty
(
"Correct_etcone"
,
m_correct_etcone
=
false
);
...
...
@@ -320,7 +320,7 @@ namespace CP {
theRunNumber
=
randomrunnumber
(
*
(
eventInfo
))
;
}
}
else
ATH_MSG_WARNING
(
"Could not retrieve EventInfo object"
);
if
(
theRunNumber
>=
3
2
0000
)
m_ddVersion
=
"2017"
;
// RunNo found, and is in 2017 range
if
(
theRunNumber
>=
3
0
0000
)
m_ddVersion
=
"2017"
;
// RunNo found, and is in 2017 range
else
if
(
theRunNumber
>
0
)
m_ddVersion
=
"2015_2016"
;
// RunNo found, but less than 2017 range
// otherwise, stick with default (m_ddVersion is already assigned)
...
...
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