Skip to content
Snippets Groups Projects
Commit 1b6c4ae4 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

fix associations name

parent 4310ae79
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !211. Comments created here will be created in the context of that merge request.
......@@ -96,8 +96,8 @@ TTreeReaderArray<float> emhits_x_array = {tree_reader, "EcalEndcapNRecHits.posit
TTreeReaderArray<float> emhits_y_array = {tree_reader, "EcalEndcapNRecHits.position.y"};
TTreeReaderArray<float> emhits_energy_array = {tree_reader, "EcalEndcapNRecHits.energy"};
TTreeReaderArray<unsigned int> em_rec_id_array = {tree_reader, "EcalEndcapNClustersAssociations.recID"};
TTreeReaderArray<unsigned int> em_sim_id_array = {tree_reader, "EcalEndcapNClustersAssociations.simID"};
TTreeReaderArray<unsigned int> em_rec_id_array = {tree_reader, "EcalEndcapNClusterAssociations.recID"};
TTreeReaderArray<unsigned int> em_sim_id_array = {tree_reader, "EcalEndcapNClusterAssociations.simID"};
// Reconstructed particles pz array for each reconstructed particle
TTreeReaderArray<float> reco_px_array = {tree_reader, "ReconstructedChargedParticles.momentum.x"};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment