jpata / particleflow

Machine-learned, GPU-accelerated particle flow reconstruction
Apache License 2.0
24 stars 30 forks source link

Switch to datasets v2.2.0 #341

Closed jpata closed 2 months ago

jpata commented 2 months ago

In the CMS postprocessing script, when a CaloParticle is associated with multiple tracks, break that CaloParticle apart such that each track gets a representative CaloParticle. This is to improve track to charged hadron reconstruction with the CaloParticle-based merged truth. Links between CaloParticles, clusters and tracks are augmented via SimClusters.

Before this PR: image image image

After this PR: image image image