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
!25
Add t in dvmp; add a place holder for InvQuant in REC
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add t in dvmp; add a place holder for InvQuant in REC
ziyue_work_branch
into
master
Overview
2
Commits
13
Pipelines
0
Changes
1
Merged
Ziyue Zhang
requested to merge
ziyue_work_branch
into
master
4 years ago
Overview
2
Commits
13
Pipelines
0
Changes
1
Expand
WIP: Add t in dvmp; add a place holder for InvQuant with limited track selection in REC
Edited
4 years ago
by
Ziyue Zhang
0
0
Merge request reports
Viewing commit
d8f2f607
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d8f2f607
Add get t
· d8f2f607
Ziyue Zhang
authored
4 years ago
benchmarks/dvmp/analysis/dvmp.h
+
1
−
0
Options
@@ -48,6 +48,7 @@ namespace util {
inline
double
get_nu_simu
(
inv_quant
quantities
)
{
return
quantities
.
nu
/
1000.
;
}
inline
double
get_Q2_simu
(
inv_quant
quantities
)
{
return
quantities
.
Q2
;
}
inline
double
get_x_simu
(
inv_quant
quantities
)
{
return
quantities
.
x
;
}
inline
double
get_t_simu
(
inv_quant
quantities
)
{
return
quantities
.
t
;
}
// for tracking, add later
Loading