Skip to content
Snippets Groups Projects

Replacing nu with y

Merged Ziyue Zhang requested to merge ziyue_work_branch into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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"})
Loading