Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
benchmarks
physics_benchmarks
Commits
00b68631
Commit
00b68631
authored
Aug 24, 2021
by
Whitney Armstrong
Browse files
modified: analysis/vm_invar.cxx
modified: analysis/vm_mass.cxx
parent
65a751e6
Pipeline
#17369
failed with stages
in 5 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
benchmarks/dvmp/analysis/vm_invar.cxx
View file @
00b68631
...
...
@@ -82,7 +82,7 @@ int vm_invar(const std::string& config_name)
//====================================================================
// Define analysis flow
auto
d_im
=
d
.
Define
(
"p_rec_sorted"
,
momenta_sort_rec
,
{
"
Dummy
ReconstructedParticles"
})
auto
d_im
=
d
.
Define
(
"p_rec_sorted"
,
momenta_sort_rec
,
{
"ReconstructedParticles"
})
.
Define
(
"p_sim_sorted"
,
momenta_sort_sim
,
{
"mcparticles2"
})
.
Define
(
"N"
,
"p_rec_sorted.size()"
)
.
Define
(
"invariant_quantities_rec"
,
util
::
calc_inv_quant
,
{
"p_rec_sorted"
})
...
...
benchmarks/dvmp/analysis/vm_mass.cxx
View file @
00b68631
...
...
@@ -96,7 +96,7 @@ int vm_mass(const std::string& config_name)
// common_bench::PrintGeant4(mcparticles2);
// Define analysis flow
auto
d_im
=
d
.
Define
(
"p_rec"
,
common_bench
::
momenta_RC
,
{
"
Dummy
ReconstructedParticles"
})
//using dummy rc
auto
d_im
=
d
.
Define
(
"p_rec"
,
common_bench
::
momenta_RC
,
{
"ReconstructedParticles"
})
//using dummy rc
.
Define
(
"N"
,
"p_rec.size()"
)
.
Define
(
"p_sim"
,
common_bench
::
momenta_from_simulation
,
{
"mcparticles2"
})
.
Define
(
"decay_pair_rec"
,
find_decay_pair
,
{
"p_rec"
})
...
...
Whitney Armstrong
@whit
mentioned in issue
#21
·
Aug 25, 2021
mentioned in issue
#21
mentioned in issue #21
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment