Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
EIC
benchmarks
reconstruction_benchmarks
Commits
53cd569e
Commit
53cd569e
authored
1 year ago
by
Chandradoy Chatterjee
Browse files
Options
Downloads
Patches
Plain Diff
fix: histo name typo error
parent
3e9f7197
Branches
Branches containing commit
No related tags found
1 merge request
!309
Irt algo
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/rich/draw_benchmark.py
+3
-3
3 additions, 3 deletions
benchmarks/rich/draw_benchmark.py
with
3 additions
and
3 deletions
benchmarks/rich/draw_benchmark.py
+
3
−
3
View file @
53cd569e
...
@@ -174,7 +174,7 @@ for rad in ["Aerogel", "Gas"]:
...
@@ -174,7 +174,7 @@ for rad in ["Aerogel", "Gas"]:
hist
=
ana_file
.
Get
(
f
'
{
pid_name
}
/thetaResid_dist_
{
rad
}
'
)
hist
=
ana_file
.
Get
(
f
'
{
pid_name
}
/thetaResid_dist_
{
rad
}
'
)
hist
.
DrawCopy
()
hist
.
DrawCopy
()
canv
.
cd
(
4
)
canv
.
cd
(
4
)
hist
=
ana_file
.
Get
(
f
'
{
pid_name
}
/spe
Theta
Resid_dist_
{
rad
}
'
)
hist
=
ana_file
.
Get
(
f
'
{
pid_name
}
/speResid_dist_
{
rad
}
'
)
hist
.
SetTitle
(
hist
.
GetTitle
()
+
"
- ZOOM
"
)
hist
.
SetTitle
(
hist
.
GetTitle
()
+
"
- ZOOM
"
)
hist
.
GetXaxis
().
SetRangeUser
(
-
RESID_MAX
,
RESID_MAX
)
hist
.
GetXaxis
().
SetRangeUser
(
-
RESID_MAX
,
RESID_MAX
)
hist
.
Draw
()
hist
.
Draw
()
...
@@ -203,7 +203,7 @@ for rad in ["Aerogel", "Gas"]:
...
@@ -203,7 +203,7 @@ for rad in ["Aerogel", "Gas"]:
if
centralV
>
0.2
*
sigmaV
:
if
centralV
>
0.2
*
sigmaV
:
print
(
"
dRICH Warning : ring residual plot has starnge central value
"
)
print
(
"
dRICH Warning : ring residual plot has starnge central value
"
)
canv
.
cd
(
6
)
canv
.
cd
(
6
)
hist
=
ana_file
.
Get
(
f
'
{
pid_name
}
/spe
Theta
Resid_dist_
{
rad
}
'
)
hist
=
ana_file
.
Get
(
f
'
{
pid_name
}
/speResid_dist_
{
rad
}
'
)
hist
.
DrawCopy
()
hist
.
DrawCopy
()
canv
.
cd
(
7
)
canv
.
cd
(
7
)
ana_file
.
Get
(
f
'
{
pid_name
}
/highestWeight_dist_
{
rad
}
'
).
Draw
()
ana_file
.
Get
(
f
'
{
pid_name
}
/highestWeight_dist_
{
rad
}
'
).
Draw
()
...
@@ -245,7 +245,7 @@ for rad in ["Aerogel", "Gas"]:
...
@@ -245,7 +245,7 @@ for rad in ["Aerogel", "Gas"]:
hist
=
ana_file
.
Get
(
f
'
{
pid_name
}
/spetheta_vs_eta_
{
rad
}
'
)
hist
=
ana_file
.
Get
(
f
'
{
pid_name
}
/spetheta_vs_eta_
{
rad
}
'
)
draw_profile
(
hist
,
rad
)
draw_profile
(
hist
,
rad
)
canv
.
cd
(
18
)
canv
.
cd
(
18
)
hist
=
ana_file
.
Get
(
f
'
{
pid_name
}
/spe
theta
Resid_vs_eta_
{
rad
}
'
)
hist
=
ana_file
.
Get
(
f
'
{
pid_name
}
/speResid_vs_eta_
{
rad
}
'
)
hist
.
GetYaxis
().
SetRangeUser
(
-
RESID_MAX
,
RESID_MAX
)
hist
.
GetYaxis
().
SetRangeUser
(
-
RESID_MAX
,
RESID_MAX
)
draw_profile
(
hist
,
rad
)
draw_profile
(
hist
,
rad
)
...
...
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