Skip to content
Snippets Groups Projects
Commit 97199e25 authored by Ziyue Zhang's avatar Ziyue Zhang
Browse files

WIP: Replacing old functions

parent 29a4107a
No related branches found
No related tags found
1 merge request!39Replacing nu with y
This commit is part of merge request !39. Comments created here will be created in the context of that merge request.
......@@ -83,7 +83,7 @@ int vm_invar(const std::string& config_name)
//====================================================================
// Define analysis flow
auto d_im = d.//Define("p_rec", util::momenta_RC, {"DummyReconstructedParticles"})
auto d_im = d//Define("p_rec", util::momenta_RC, {"DummyReconstructedParticles"})
//.Define("p_sim", util::momenta_from_simulation, {"mcparticles2"})
.Define("p_rec_sorted", momenta_sort_rec, {"DummyReconstructedParticles"})
.Define("p_sim_sorted", momenta_sort_sim, {"mcparticles2"})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment