eic / epic-analysis

General (SI)DIS analysis framework for the EIC
GNU Lesser General Public License v3.0
3 stars 9 forks source link

Include cluster information in AnalysisEpic #288

Open cpecar opened 1 year ago

cpecar commented 1 year ago

Briefly, what does this PR introduce?

In ePIC simulation version 23.07.1, cluster associations are created.

ReconstructedParticles collection now contains particles from clusters not associated with a track, so should at least be used for HFS methods.

What kind of change does this PR introduce?

Please check if this PR fulfills the following:

Does this PR introduce breaking changes? What changes might users need to make to their code?

ReconstructedParticles collection was filled with zeros for versions prior to 23.07.1, so this would break for old simulation versions without some method to check which is being used.

Does this PR change default behavior?

No.