Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
21
Issue boards
Milestones
Wiki
Code
Merge requests
7
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
detector_benchmarks
Commits
e526b7d0
Unverified
Commit
e526b7d0
authored
8 months ago
by
Shyam Kumar
Committed by
GitHub
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update doCompare_truth_real_widebins_mom.C
Fixing the symbol name Pt-->p.
parent
cf3f09da
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#98054
failed with stages
in 1 hour, 5 minutes, and 57 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/tracking_performances/doCompare_truth_real_widebins_mom.C
+1
-1
1 addition, 1 deletion
...tracking_performances/doCompare_truth_real_widebins_mom.C
with
1 addition
and
1 deletion
benchmarks/tracking_performances/doCompare_truth_real_widebins_mom.C
+
1
−
1
View file @
e526b7d0
...
@@ -166,7 +166,7 @@ void doCompare_truth_real_widebins_mom(TString particle = "pi-",double etamin=-1
...
@@ -166,7 +166,7 @@ void doCompare_truth_real_widebins_mom(TString particle = "pi-",double etamin=-1
// Write the numbers in output file for comparisons
// Write the numbers in output file for comparisons
outfile
<<
"ePIC"
<<
setw
(
20
)
<<
epic
.
Data
()
<<
setw
(
20
)
<<
"EICrecon"
<<
setw
(
20
)
<<
eicrecon
.
Data
()
<<
endl
;
outfile
<<
"ePIC"
<<
setw
(
20
)
<<
epic
.
Data
()
<<
setw
(
20
)
<<
"EICrecon"
<<
setw
(
20
)
<<
eicrecon
.
Data
()
<<
endl
;
outfile
<<
"Etamin"
<<
setw
(
20
)
<<
"Etamax"
<<
setw
(
20
)
<<
"
Pt
(GeV/c)
\t
"
<<
setw
(
20
)
<<
"Resol #mum (Truth)"
<<
setw
(
20
)
<<
"Resol #mum (Real)"
<<
endl
;
outfile
<<
"Etamin"
<<
setw
(
20
)
<<
"Etamax"
<<
setw
(
20
)
<<
"
p
(GeV/c)
\t
"
<<
setw
(
20
)
<<
"Resol #mum (Truth)"
<<
setw
(
20
)
<<
"Resol #mum (Real)"
<<
endl
;
for
(
Int_t
i
=
0
;
i
<
gr1
->
GetN
();
++
i
){
for
(
Int_t
i
=
0
;
i
<
gr1
->
GetN
();
++
i
){
double
x
,
ytrue
,
yreal
;
double
x
,
ytrue
,
yreal
;
gr1
->
GetPoint
(
i
,
x
,
ytrue
);
gr2
->
GetPoint
(
i
,
x
,
yreal
);
gr1
->
GetPoint
(
i
,
x
,
ytrue
);
gr2
->
GetPoint
(
i
,
x
,
yreal
);
...
...
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