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
a3558bcf
Commit
a3558bcf
authored
Oct 11, 2018
by
Vratislav Chudoba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pictures for IZV RAN finished.
parent
402c433b
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
17 deletions
+26
-17
figIZVBestFits.cxx
macros/izvRAN/figIZVBestFits.cxx
+6
-5
figIZVCorrGS.cxx
macros/izvRAN/figIZVCorrGS.cxx
+5
-3
figIZVCorrLeftES.cxx
macros/izvRAN/figIZVCorrLeftES.cxx
+5
-3
figIZVCorrRightGS.cxx
macros/izvRAN/figIZVCorrRightGS.cxx
+4
-4
figSpectraIZV.cxx
macros/izvRAN/figSpectraIZV.cxx
+6
-2
No files found.
macros/izvRAN/figIZVBestFits.cxx
View file @
a3558bcf
...
@@ -551,16 +551,17 @@ void figIZVBestFits(Bool_t saveFigs = 0)
...
@@ -551,16 +551,17 @@ void figIZVBestFits(Bool_t saveFigs = 0)
c1
->
Update
();
c1
->
Update
();
TText
*
t1
[
12
];
TText
*
t1
[
12
];
TString
panel
[
12
]
=
{
"a
)"
,
"b)"
,
"c)"
,
"d)
"
,
TString
panel
[
12
]
=
{
"a
"
,
"b"
,
"c"
,
"d
"
,
"e
)"
,
"f)"
,
"g)"
,
"h)
"
,
"e
"
,
"f"
,
"g"
,
"h
"
,
"i
)"
,
"j)"
,
"k)"
,
"l)
"
};
"i
"
,
"j"
,
"k"
,
"l
"
};
for
(
Int_t
i
=
0
;
i
<
12
;
i
++
)
{
for
(
Int_t
i
=
0
;
i
<
12
;
i
++
)
{
c1
->
cd
(
i
+
1
);
c1
->
cd
(
i
+
1
);
t1
[
i
]
=
new
TText
(
0.18
,
0.87
,
panel
[
i
].
Data
());
// t1[i] = new TText(0.18,0.87,panel[i].Data());
t1
[
i
]
=
new
TText
(
0.5
,
0.92
,
panel
[
i
].
Data
());
// t1[i] = new TText(0.5,0.95,panel[i].Data());
// t1[i] = new TText(0.5,0.95,panel[i].Data());
t1
[
i
]
->
SetNDC
();
t1
[
i
]
->
SetNDC
();
t1
[
i
]
->
SetTextFont
(
1
3
2
);
t1
[
i
]
->
SetTextFont
(
12
);
t1
[
i
]
->
SetTextSize
(
0.07
);
t1
[
i
]
->
SetTextSize
(
0.07
);
t1
[
i
]
->
Draw
();
t1
[
i
]
->
Draw
();
}
}
...
...
macros/izvRAN/figIZVCorrGS.cxx
View file @
a3558bcf
...
@@ -57,7 +57,7 @@ void figIZVCorrGS(const Bool_t saveFigs = 0)
...
@@ -57,7 +57,7 @@ void figIZVCorrGS(const Bool_t saveFigs = 0)
c1
->
Divide
(
4
,
1
,
.001
,
.001
);
c1
->
Divide
(
4
,
1
,
.001
,
.001
);
TText
*
t1
[
4
];
TText
*
t1
[
4
];
TString
panel
[
4
]
=
{
"a
)"
,
"b)"
,
"c)"
,
"d)
"
};
TString
panel
[
4
]
=
{
"a
"
,
"b"
,
"c"
,
"d
"
};
for
(
Int_t
i
=
0
;
i
<
4
;
i
++
)
{
for
(
Int_t
i
=
0
;
i
<
4
;
i
++
)
{
c1
->
cd
(
i
+
1
);
c1
->
cd
(
i
+
1
);
...
@@ -87,14 +87,16 @@ void figIZVCorrGS(const Bool_t saveFigs = 0)
...
@@ -87,14 +87,16 @@ void figIZVCorrGS(const Bool_t saveFigs = 0)
hExp
[
i
]
->
Chi2Test
(
hSim
[
i
],
"P"
);
hExp
[
i
]
->
Chi2Test
(
hSim
[
i
],
"P"
);
t1
[
i
]
=
new
TText
(
0.18
,
0.87
,
panel
[
i
].
Data
());
// t1[i] = new TText(0.18,0.87,panel[i].Data());
t1
[
i
]
=
new
TText
(
0.5
,
0.92
,
panel
[
i
].
Data
());
t1
[
i
]
->
SetNDC
();
t1
[
i
]
->
SetNDC
();
t1
[
i
]
->
SetTextFont
(
1
3
2
);
t1
[
i
]
->
SetTextFont
(
12
);
t1
[
i
]
->
SetTextSize
(
0.07
);
t1
[
i
]
->
SetTextSize
(
0.07
);
t1
[
i
]
->
Draw
();
t1
[
i
]
->
Draw
();
}
}
c1
->
Update
();
c1
->
Update
();
cout
<<
saveFigs
<<
endl
;
if
(
saveFigs
)
{
if
(
saveFigs
)
{
// c2->SaveAs("figures/PresGSepsilonTright7590.png");
// c2->SaveAs("figures/PresGSepsilonTright7590.png");
...
...
macros/izvRAN/figIZVCorrLeftES.cxx
View file @
a3558bcf
...
@@ -46,7 +46,8 @@ void figIZVCorrLeftES(const Bool_t saveFigs = 0)
...
@@ -46,7 +46,8 @@ void figIZVCorrLeftES(const Bool_t saveFigs = 0)
cout
<<
"Fig. 4"
<<
endl
;
cout
<<
"Fig. 4"
<<
endl
;
TText
*
t1
[
6
];
TText
*
t1
[
6
];
TString
panel
[
6
]
=
{
"a)"
,
"b)"
,
"c)"
,
"d)"
,
"e)"
,
"f)"
};
// TString panel[6] = {"a)", "b)", "c)", "d)", "e)", "f)"};
TString
panel
[
6
]
=
{
"a"
,
"d"
,
"c"
,
"f"
,
"b"
,
"e"
};
for
(
Int_t
i
=
0
;
i
<
6
;
i
++
)
{
for
(
Int_t
i
=
0
;
i
<
6
;
i
++
)
{
c4
->
cd
(
canMap
[
i
]);
c4
->
cd
(
canMap
[
i
]);
...
@@ -105,10 +106,11 @@ void figIZVCorrLeftES(const Bool_t saveFigs = 0)
...
@@ -105,10 +106,11 @@ void figIZVCorrLeftES(const Bool_t saveFigs = 0)
hAlphaExp90120
[
i
]
->
Chi2Test
(
hAlphaSim90120
[
i
],
"P"
);
hAlphaExp90120
[
i
]
->
Chi2Test
(
hAlphaSim90120
[
i
],
"P"
);
t1
[
i
]
=
new
TText
(
0.18
,
0.87
,
panel
[
i
].
Data
());
// t1[i] = new TText(0.18,0.87,panel[i].Data());
t1
[
i
]
=
new
TText
(
0.5
,
0.92
,
panel
[
i
].
Data
());
// t1[i] = new TText(0.5,0.95,panel[i].Data());
// t1[i] = new TText(0.5,0.95,panel[i].Data());
t1
[
i
]
->
SetNDC
();
t1
[
i
]
->
SetNDC
();
t1
[
i
]
->
SetTextFont
(
1
3
2
);
t1
[
i
]
->
SetTextFont
(
12
);
t1
[
i
]
->
SetTextSize
(
0.07
);
t1
[
i
]
->
SetTextSize
(
0.07
);
t1
[
i
]
->
Draw
();
t1
[
i
]
->
Draw
();
...
...
macros/izvRAN/figIZVCorrRightGS.cxx
View file @
a3558bcf
...
@@ -68,7 +68,7 @@ void figIZVCorrRightGS(const Bool_t saveFigs = 0)
...
@@ -68,7 +68,7 @@ void figIZVCorrRightGS(const Bool_t saveFigs = 0)
cout
<<
"Fig. 3"
<<
endl
;
cout
<<
"Fig. 3"
<<
endl
;
TText
*
t1
[
6
];
TText
*
t1
[
6
];
TString
panel
[
6
]
=
{
"a
)"
,
"b)"
,
"c)"
,
"d)"
,
"e)"
,
"f)
"
};
TString
panel
[
6
]
=
{
"a
"
,
"d"
,
"c"
,
"f"
,
"b"
,
"e
"
};
for
(
Int_t
i
=
0
;
i
<
6
;
i
++
)
{
for
(
Int_t
i
=
0
;
i
<
6
;
i
++
)
{
c2
->
cd
(
canMap
[
i
]);
c2
->
cd
(
canMap
[
i
]);
...
@@ -107,10 +107,10 @@ void figIZVCorrRightGS(const Bool_t saveFigs = 0)
...
@@ -107,10 +107,10 @@ void figIZVCorrRightGS(const Bool_t saveFigs = 0)
hCorrExp
[
i
]
->
Chi2Test
(
hCorrSim
[
i
],
"P"
);
hCorrExp
[
i
]
->
Chi2Test
(
hCorrSim
[
i
],
"P"
);
t1
[
i
]
=
new
TText
(
0.18
,
0.87
,
panel
[
i
].
Data
());
//
t1[i] = new TText(0.18,0.87,panel[i].Data());
// t1[i] = new TText(0.5,0.95
,panel[i].Data());
t1
[
i
]
=
new
TText
(
0.5
,
0.92
,
panel
[
i
].
Data
());
t1
[
i
]
->
SetNDC
();
t1
[
i
]
->
SetNDC
();
t1
[
i
]
->
SetTextFont
(
1
3
2
);
t1
[
i
]
->
SetTextFont
(
12
);
t1
[
i
]
->
SetTextSize
(
0.07
);
t1
[
i
]
->
SetTextSize
(
0.07
);
t1
[
i
]
->
Draw
();
t1
[
i
]
->
Draw
();
}
}
...
...
macros/izvRAN/figSpectraIZV.cxx
View file @
a3558bcf
...
@@ -76,13 +76,17 @@ void figSpectraIZV(const Bool_t saveFigs = 0)
...
@@ -76,13 +76,17 @@ void figSpectraIZV(const Bool_t saveFigs = 0)
if
(
i
==
0
)
hSim
[
i
]
->
GetYaxis
()
->
SetRangeUser
(
0
,
13000
);
if
(
i
==
0
)
hSim
[
i
]
->
GetYaxis
()
->
SetRangeUser
(
0
,
13000
);
t1
[
i
]
=
new
TText
(
0.18
,
0.87
,
panel
[
i
].
Data
());
// t1[i] = new TText(0.18,0.87,panel[i].Data());
t1
[
i
]
=
new
TText
(
0.5
,
0.92
,
panel
[
i
].
Data
());
t1
[
i
]
->
SetNDC
();
t1
[
i
]
->
SetNDC
();
t1
[
i
]
->
SetTextFont
(
1
3
2
);
t1
[
i
]
->
SetTextFont
(
12
);
t1
[
i
]
->
SetTextSize
(
0.07
);
t1
[
i
]
->
SetTextSize
(
0.07
);
t1
[
i
]
->
Draw
();
t1
[
i
]
->
Draw
();
}
}
// c1->Update();
// c1->Update();
if
(
saveFigs
)
{
if
(
saveFigs
)
{
// c2->SaveAs("figures/PresGSepsilonTright7590.png");
// c2->SaveAs("figures/PresGSepsilonTright7590.png");
...
...
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