Skip to content

WIP: LCIOWriter will export full Monte-Carlo truth

Tobias Bisanz requested to merge (removed):LCIO into master

This is a WIP, I'll merge !132 (merged) into it.

MCParticles will be reflected by LCIO::TrackerHit, truth clusters are determined via PixelHits and their corresponding MCParticles - 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

Merge request reports