Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
physics_benchmarks
Commits
95f5a94e
Commit
95f5a94e
authored
Mar 25, 2021
by
Ziyue Zhang
Browse files
Options
Downloads
Patches
Plain Diff
WIP: Factorize: test 07
parent
dc1f59d6
No related branches found
No related tags found
1 merge request
!42
Add y, Q2, x, t resolution tests
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/dvmp/analysis/vm_invar.cxx
+5
-3
5 additions, 3 deletions
benchmarks/dvmp/analysis/vm_invar.cxx
with
5 additions
and
3 deletions
benchmarks/dvmp/analysis/vm_invar.cxx
+
5
−
3
View file @
95f5a94e
...
@@ -130,6 +130,10 @@ int vm_invar(const std::string& config_name)
...
@@ -130,6 +130,10 @@ int vm_invar(const std::string& config_name)
//================================================================
//================================================================
//Factorized
//Factorized
double
fun_range
[
4
]
=
{
1.5
,
0.3
,
1.
,
2.
};
double
hist_range_l
[
4
]
=
{
0.
,
0.
,
0.
,
-
1.
};
double
hist_range_h
[
4
]
=
{
1.
,
15.
,
0.1
,
0.
};
TString
VarName
[
4
]
=
{
"y"
,
"Q2"
,
"x"
,
"t"
};
TString
VarName
[
4
]
=
{
"y"
,
"Q2"
,
"x"
,
"t"
};
std
::
vector
<::
TH1D
>
h_sim
;
std
::
vector
<::
TH1D
>
h_sim
;
{
{
...
@@ -141,9 +145,7 @@ int vm_invar(const std::string& config_name)
...
@@ -141,9 +145,7 @@ int vm_invar(const std::string& config_name)
//auto h_rec[4];
//auto h_rec[4];
//auto h_diff[4];
//auto h_diff[4];
double
fun_range
[
4
]
=
{
1.5
,
0.3
,
1.
,
2.
};
double
hist_range_l
[
4
]
=
{
0.
,
0.
,
0.
,
-
1.
};
double
hist_range_h
[
4
]
=
{
1.
,
15.
,
0.1
,
0.
};
h_sim
[
0
]
=
d_im
.
Histo1D
({
"h_Q2_sim"
,
";Q^{2};#"
,
50
,
hist_range_l
[
0
],
hist_range_h
[
0
]},
"Q2_sim"
);
h_sim
[
0
]
=
d_im
.
Histo1D
({
"h_Q2_sim"
,
";Q^{2};#"
,
50
,
hist_range_l
[
0
],
hist_range_h
[
0
]},
"Q2_sim"
);
...
...
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