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
260c021d
Commit
260c021d
authored
Aug 02, 2017
by
Vratislav Chudoba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Parameters for simulation in (90;120) modified.
parent
83a565dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
23 deletions
+33
-23
ES1_90120.cxx
macros/BeCorrPRC/ES1_90120.cxx
+33
-23
No files found.
macros/BeCorrPRC/ES1_90120.cxx
View file @
260c021d
void
ES1_90120
()
void
ES1_90120
()
{
{
//open chain with Be events only and draw E_Be
//order: al0, noal0, al180, noal180
// const Bool_t saveHists = 0;
const
Bool_t
saveHists
=
0
;
TStopwatch
sw
;
TStopwatch
sw
;
sw
.
Start
();
sw
.
Start
();
...
@@ -11,27 +11,30 @@ void ES1_90120()
...
@@ -11,27 +11,30 @@ void ES1_90120()
ana
.
SetCMAngularRange
(
90
,
120
);
ana
.
SetCMAngularRange
(
90
,
120
);
// ana.SetFigures("figures/", ".eps");
// ana.SetFigures("figures/
90120/
", ".eps");
// ana.SetChainsToDraw(0, 0, 0, 0, 1, 1);
// ana.SetChainsToDraw(0, 0, 0, 0, 1, 1);
ana
.
SetChainsToDraw
();
ana
.
SetChainsToDraw
();
Bool_t
epsilonT
[
6
]
=
{
0
,
0
,
1
,
0
,
0
};
Bool_t
epsilonT
[
6
]
=
{
0
,
1
,
0
,
0
,
0
};
Bool_t
cosThetaT
[
6
]
=
{
0
,
0
,
1
,
0
,
0
};
Bool_t
cosThetaT
[
6
]
=
{
0
,
0
,
1
,
0
,
0
};
Bool_t
epsilonY
[
6
]
=
{
0
,
0
,
1
,
0
,
0
};
Bool_t
epsilonY
[
6
]
=
{
0
,
0
,
1
,
0
,
0
};
Bool_t
cosThetaY
[
6
]
=
{
0
,
0
,
1
,
0
,
0
};
Bool_t
cosThetaY
[
6
]
=
{
0
,
0
,
1
,
0
,
0
};
Bool_t
thetaAT
[
6
]
=
{
0
,
0
,
1
,
0
,
0
};
Bool_t
thetaAT
[
6
]
=
{
0
,
0
,
1
,
0
,
0
};
ana
.
SetSpectra
();
TString
simEt
[
5
]
=
{
""
,
"f6BeIM>1.40 && f6BeIM<1.95"
,
""
,
""
,
""
};
ana
.
SetSimCuts
(
simEt
);
// ana.SetSpectra();
ana
.
SetEpsilonTintervals
(
epsilonT
);
ana
.
SetEpsilonTintervals
(
epsilonT
);
ana
.
SetEpsilonTintervals
();
//
ana.SetEpsilonTintervals();
ana
.
SetCosThetaTkIntervals
(
cosThetaT
);
//
ana.SetCosThetaTkIntervals(cosThetaT);
ana
.
SetCosThetaTkIntervals
();
//
ana.SetCosThetaTkIntervals();
ana
.
SetEpsilonYintervals
(
epsilonY
);
//
ana.SetEpsilonYintervals(epsilonY);
ana
.
SetEpsilonYintervals
();
//
ana.SetEpsilonYintervals();
ana
.
SetCosThetaYkIntervals
(
cosThetaY
);
//
ana.SetCosThetaYkIntervals(cosThetaY);
ana
.
SetCosThetaYkIntervals
();
//
ana.SetCosThetaYkIntervals();
ana
.
SetThetaATintervals
(
thetaAT
);
//
ana.SetThetaATintervals(thetaAT);
ana
.
SetThetaATintervals
();
//
ana.SetThetaATintervals();
ana
.
SetExpChain
(
"../../../be/rootdata/correlations/v5_exp/Be."
,
0
,
40
);
ana
.
SetExpChain
(
"../../../be/rootdata/correlations/v5_exp/Be."
,
0
,
40
);
...
@@ -41,7 +44,8 @@ void ES1_90120()
...
@@ -41,7 +44,8 @@ void ES1_90120()
ana
.
SetNoExpEvents
(
eEvents
);
ana
.
SetNoExpEvents
(
eEvents
);
const
Long64_t
sMaxEvents
=
3000000
;
const
Long64_t
sMaxEvents
=
3000000
;
Long64_t
sEvents
[
6
]
=
{
2280000
,
2290000
,
2100000
,
2300000
,
2330000
,
2300000
};
// Long64_t sEvents[6] = {2280000, 2290000, 2100000, 2300000, 2330000, 2300000};
Long64_t
sEvents
[
6
]
=
{
2200000
,
2200000
,
2200000
,
2200000
,
2200000
,
2200000
};
ana
.
SetNoSimEvents
(
sEvents
);
ana
.
SetNoSimEvents
(
sEvents
);
Int_t
lowSimFile
[
6
]
=
{
0
,
0
,
0
,
0
,
0
,
0
};
Int_t
lowSimFile
[
6
]
=
{
0
,
0
,
0
,
0
,
0
,
0
};
...
@@ -66,13 +70,13 @@ void ES1_90120()
...
@@ -66,13 +70,13 @@ void ES1_90120()
ana
.
OpenSimChains
();
ana
.
OpenSimChains
();
ana
.
SetRatiosGStoEX
(
"sRatio>0.1
08 && sRatio<0.158
"
,
ana
.
SetRatiosGStoEX
(
"sRatio>0.1
15 && sRatio<0.165
"
,
"sRatio>0.1
04 && sRatio<0.154
"
,
"sRatio>0.1
15 && sRatio<0.165
"
,
"sRatio>0.
0109 && sRatio<0.159
"
,
"sRatio>0.
115 && sRatio<0.165
"
,
"sRatio>0.1
03 && sRatio<0.153
"
,
"sRatio>0.1
15 && sRatio<0.165
"
,
"sRatio>0.1
01 && sRatio<0.151
"
,
"sRatio>0.1
15 && sRatio<0.165
"
,
"sRatio>0.1
04 && sRatio<0.154
"
);
"sRatio>0.1
15 && sRatio<0.165
"
);
ana
.
SetCuts
();
//
ana.SetCuts();
Long64_t
eEventsECuts
[
5
][
6
]
=
{
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
Long64_t
eEventsECuts
[
5
][
6
]
=
{
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
eMaxEvents
,
...
@@ -82,7 +86,8 @@ void ES1_90120()
...
@@ -82,7 +86,8 @@ void ES1_90120()
ana
.
ExpEventsECuts
(
eEventsECuts
);
ana
.
ExpEventsECuts
(
eEventsECuts
);
Long64_t
sEventsECuts
[
5
][
6
]
=
{
2300000
,
2310000
,
2130000
,
2330000
,
2320000
,
2310000
,
Long64_t
sEventsECuts
[
5
][
6
]
=
{
2300000
,
2310000
,
2130000
,
2330000
,
2320000
,
2310000
,
2260000
,
2270000
,
2010000
,
2280000
,
2280000
,
2280000
,
// 2260000, 2270000, 2010000, 2280000, 2280000, 2280000,
2280000
,
2280000
,
2280000
,
2280000
,
2280000
,
2280000
,
sMaxEvents
,
sMaxEvents
,
2290000
,
sMaxEvents
,
sMaxEvents
,
sMaxEvents
,
sMaxEvents
,
sMaxEvents
,
2290000
,
sMaxEvents
,
sMaxEvents
,
sMaxEvents
,
3270000
,
sMaxEvents
,
sMaxEvents
,
sMaxEvents
,
sMaxEvents
,
sMaxEvents
,
3270000
,
sMaxEvents
,
sMaxEvents
,
sMaxEvents
,
sMaxEvents
,
sMaxEvents
,
2320000
,
2330000
,
2100000
,
2340000
,
2370000
,
2340000
};
2320000
,
2330000
,
2100000
,
2340000
,
2370000
,
2340000
};
...
@@ -116,6 +121,11 @@ void ES1_90120()
...
@@ -116,6 +121,11 @@ void ES1_90120()
sw
.
Print
();
sw
.
Print
();
sw
.
Continue
();
sw
.
Continue
();
if
(
saveHists
)
{
ana
.
SaveSpectrumHist
(
0
);
ana
.
SaveEpsilonTHist
(
0
,
0
);
}
Info
(
"ES1_90120.cxx"
,
"Finished."
);
Info
(
"ES1_90120.cxx"
,
"Finished."
);
return
;
return
;
...
...
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