Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CAFCore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
atlas-caf
CAFCore
Commits
0f93405d
Commit
0f93405d
authored
4 years ago
by
Anamika Aggarwal
Browse files
Options
Downloads
Patches
Plain Diff
minor changes
parent
0a652592
No related branches found
No related tags found
2 merge requests
!664
analysis developments
,
!645
WIP: Transfer Systematics for HistoSys
Pipeline
#2069838
failed
4 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SFramework/Root/ActionTransferSystematics.cxx
+0
-2
0 additions, 2 deletions
SFramework/Root/ActionTransferSystematics.cxx
with
0 additions
and
2 deletions
SFramework/Root/ActionTransferSystematics.cxx
+
0
−
2
View file @
0f93405d
...
@@ -225,8 +225,6 @@ namespace TSBaseActions {
...
@@ -225,8 +225,6 @@ namespace TSBaseActions {
copy
->
setTagString
(
"transferred"
,
source
->
GetName
());
copy
->
setTagString
(
"transferred"
,
source
->
GetName
());
if
(
systematic
->
hasTagString
(
"HistoLow"
)
&&
systematic
->
hasTagString
(
"HistoHigh"
)){
if
(
systematic
->
hasTagString
(
"HistoLow"
)
&&
systematic
->
hasTagString
(
"HistoHigh"
)){
TH1
*
sourceNomHist
=
dynamic_cast
<
TH1
*>
(
histograms
->
getObject
(
sample
->
getTagStringDefault
(
"Histo"
,
""
)));
TH1
*
sourceNomHist
=
dynamic_cast
<
TH1
*>
(
histograms
->
getObject
(
sample
->
getTagStringDefault
(
"Histo"
,
""
)));
TH1
*
sourceLowHist
=
dynamic_cast
<
TH1
*>
(
histograms
->
getObject
(
sample
->
getTagStringDefault
(
"HistoLow"
,
""
)));
TH1
*
sourceHighHist
=
dynamic_cast
<
TH1
*>
(
histograms
->
getObject
(
sample
->
getTagStringDefault
(
"HistoHigh"
,
""
)));
TH1
*
targetNomHist
=
dynamic_cast
<
TH1
*>
(
histograms
->
getObject
(
systematic
->
getTagStringDefault
(
"Histo"
,
""
)));
TH1
*
targetNomHist
=
dynamic_cast
<
TH1
*>
(
histograms
->
getObject
(
systematic
->
getTagStringDefault
(
"Histo"
,
""
)));
TH1
*
targetLowHist
=
dynamic_cast
<
TH1
*>
(
histograms
->
getObject
(
systematic
->
getTagStringDefault
(
"HistoHigh"
,
""
)));
TH1
*
targetLowHist
=
dynamic_cast
<
TH1
*>
(
histograms
->
getObject
(
systematic
->
getTagStringDefault
(
"HistoHigh"
,
""
)));
TH1
*
targetHighHist
=
dynamic_cast
<
TH1
*>
(
histograms
->
getObject
(
systematic
->
getTagStringDefault
(
"HistoLow"
,
""
)));
TH1
*
targetHighHist
=
dynamic_cast
<
TH1
*>
(
histograms
->
getObject
(
systematic
->
getTagStringDefault
(
"HistoLow"
,
""
)));
...
...
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