Currently, in latest two versions of EEJet, when the input is EDM4hep.ReconstructedParticle, as the method in EDM4hepJet Extension doesn't have the cluster_hist_index, the method goes automatically to the function EEJet(jet::Any; cluster_hist_index::Int = 0) in src/EEJet.jl, line 113, and falls in error of line 120.
This occurs when perform this line: cs = jet_reconstruct(recps; p = 1.0, R = 2.0, algorithm = JetAlgorithm.EEKt)
where recps is the reconstructed particle from edm4hep event.
Currently, in latest two versions of EEJet, when the input is EDM4hep.ReconstructedParticle, as the method in EDM4hepJet Extension doesn't have the cluster_hist_index, the method goes automatically to the function EEJet(jet::Any; cluster_hist_index::Int = 0) in src/EEJet.jl, line 113, and falls in error of line 120.
This occurs when perform this line: cs = jet_reconstruct(recps; p = 1.0, R = 2.0, algorithm = JetAlgorithm.EEKt)
where recps is the reconstructed particle from edm4hep event.