Skip to content

Add additional ROOT macro

Paul Jean Schutze requested to merge pschutze/allpix-squared:root_macro into master

This ROOT macro reads in TTrees from the ROOTObjectWriter module, makes use of the object history and creates plots for ...

  • a 2D hitmap
  • residuals between all PixelHits and the center of gravity of all MCParticles
  • residuals between all PixelHits and all their related MCParticles
  • a signal spectrum

The second one is certainly not very useful, but this was meant to demonstrate that using the object history is available and of help. Also the third one doesn't really replace an analysis, as no clustering is performed. As said, it's more of a demonstrator.

Screenshot_from_2021-03-09_16-45-30

Merge request reports