Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Be_libraries
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vratislav Chudoba
Be_libraries
Commits
c7b887ba
Commit
c7b887ba
authored
Aug 03, 2017
by
Vratislav Chudoba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correlation figures for pure GS in figCorrGS.cxx
parent
d178d5c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
figCorrGS.cxx
macros/BeCorrPRC/figCorrGS.cxx
+5
-5
No files found.
macros/BeCorrPRC/figCorrGS.cxx
View file @
c7b887ba
...
...
@@ -6,7 +6,7 @@ void figCorrGS()
{
TFile
*
fr1
=
new
TFile
(
"figures/PRCepsilonT.root"
,
"READ"
);
TFile
*
fr2
=
new
TFile
(
"figures/PRCepsilonT90120
.root"
,
"READ"
);
// TFile *fr2 = new TFile("figures/PRCepsilonT
.root", "READ");
TH1F
*
hExp
[
4
];
TH1F
*
hSim
[
4
];
...
...
@@ -20,7 +20,7 @@ void figCorrGS()
hExp
[
1
]
=
new
TH1F
(
*
hCurr
);
hCurr
=
(
TH1F
*
)
fr1
->
Get
(
"heeT0_5_7590"
);
hExp
[
2
]
=
new
TH1F
(
*
hCurr
);
hCurr
=
(
TH1F
*
)
fr
2
->
Get
(
"heeT0_0_90120"
);
hCurr
=
(
TH1F
*
)
fr
1
->
Get
(
"heeT0_0_90120"
);
hExp
[
3
]
=
new
TH1F
(
*
hCurr
);
hCurr
=
(
TH1F
*
)
fr1
->
Get
(
"hseT0_0_4560"
);
...
...
@@ -29,7 +29,7 @@ void figCorrGS()
hSim
[
1
]
=
new
TH1F
(
*
hCurr
);
hCurr
=
(
TH1F
*
)
fr1
->
Get
(
"hseT0_5_7590"
);
hSim
[
2
]
=
new
TH1F
(
*
hCurr
);
hCurr
=
(
TH1F
*
)
fr
2
->
Get
(
"hseT0_0_90120"
);
hCurr
=
(
TH1F
*
)
fr
1
->
Get
(
"hseT0_0_90120"
);
hSim
[
3
]
=
new
TH1F
(
*
hCurr
);
hCurr
=
(
TH1F
*
)
fr1
->
Get
(
"hieT0_0_4560"
);
...
...
@@ -38,7 +38,7 @@ void figCorrGS()
hInput
[
1
]
=
new
TH1F
(
*
hCurr
);
hCurr
=
(
TH1F
*
)
fr1
->
Get
(
"hieT0_5_7590"
);
hInput
[
2
]
=
new
TH1F
(
*
hCurr
);
hCurr
=
(
TH1F
*
)
fr
2
->
Get
(
"hieT0_0_90120"
);
hCurr
=
(
TH1F
*
)
fr
1
->
Get
(
"hieT0_0_90120"
);
hInput
[
3
]
=
new
TH1F
(
*
hCurr
);
...
...
@@ -120,6 +120,6 @@ void figCorrGS()
hCorrInput
[
i
]
->
Draw
(
"same"
);
}
c2
->
SaveAs
(
"figures/GSotherCorrs.eps"
);
//
c2->SaveAs("figures/GSotherCorrs.eps");
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment