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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
physics_benchmarks
Merge requests
!24
WIP: Dis test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Dis test
dis_test
into
master
Overview
3
Commits
1
Pipelines
0
Changes
3
1 unresolved thread
Hide all comments
Closed
Whitney Armstrong
requested to merge
dis_test
into
master
4 years ago
Overview
3
Commits
1
Pipelines
0
Changes
3
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 1
ad93fc50
4 years ago
master (base)
and
latest version
latest version
6b517cf6
1 commit,
4 years ago
version 1
ad93fc50
173 commits,
4 years ago
3 files
+
271
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
benchmarks/dvmp/analysis/vm_mass.cxx
+
2
−
0
Options
@@ -113,6 +113,7 @@ int vm_mass(const std::string& config_name)
auto
h_eta_rec
=
d_im
.
Histo1D
({
"h_eta_rec"
,
";#eta_{ll'};#"
,
1000
,
-
5.
,
5.
},
"eta_rec"
);
auto
h_eta_sim
=
d_im
.
Histo1D
({
"h_eta_sim"
,
";#eta_{ll'};#"
,
1000
,
-
5.
,
5.
},
"eta_sim"
);
// Plot our histograms.
// TODO: to start I'm explicitly plotting the histograms, but want to
// factorize out the plotting code moving forward.
@@ -240,6 +241,7 @@ int vm_mass(const std::string& config_name)
t4
->
Draw
();
c
.
Print
(
fmt
::
format
(
"{}vm_mass_pt_phi_rapidity.png"
,
output_prefix
).
c_str
());
}
// TODO we're not actually doing an IM fit yet, so for now just return an
Loading