Skip to content

track truth matching

Tobias Bockh requested to merge tboeckh/calypso:master into master

Add TrackTruthMathingTool which takes a Trk::Track*, checks for each hit on track which truth particle created it and returns the xAOD::TruthParticle with the most hits on track. This is used in the NTupleDumper to get the truth particle for each track and write out the pdg, barcode, truthHitRatio, positions, momenta, angles and if the track if fiducial. The track is called fiducial if the truth particle has simulated hits in stations 1 - 3 and the average distance in each station is smaller 100 mm.

Merge request reports