The source project of this merge request has been removed.
WIP: LCIOWriter will export full Monte-Carlo truth
This is a WIP, I'll merge !132 (merged) into it.
MCParticle
s will be reflected by LCIO::TrackerHit
, truth clusters are determined via PixelHit
s and their corresponding MCParticle
s - a LCIO::TrackerPulse
and LCIO::TrackerData
is created for truth clusters.
Every MCParticle
(hence LCIO::TrackerHitImpl
) belonging to the same track is stored in a LCIO::Track
. All the LCIO objects keep proper links to corresponding LCIO objects.
Edited by Tobias Bisanz