-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hello,
We would like to match the way the reconstructed objects are saved in the CAF file with the output produced by pandora for the FD.
The pandora reconstruction returns PFParticles representing the reconstructed particles hierarchy (each PFP except the neutrino has a parent PFP). Each PFP contains a list of 3D reconstructed hits (Space points) and possesses two different representations: both as a track or a shower. A track/shower score gives the likeliness of each PFP to be either a track or a shower.
For the FD reco, it would be necessary to be able to save the PFP objects, possibly as SRCluster, and link them with the SRTrack and SRShower representation objects. This implies a possible overlap of SRRecoParticles object where two different objects are mapped to the same reconstructed particle.
The exact right implementation will probably have to be discussed. This issue is to remind this topic to be adressed.