HEP-FCC / FCCAnalyses

Common analysis framework for the Future Circular Collider
https://hep-fcc.github.io/FCCAnalyses/
22 stars 112 forks source link

Suppressing printf output from TMatrixBase #379

Closed kjvbrt closed 2 months ago

kjvbrt commented 2 months ago

Vertexing analyzers and in turn Delphes heavily uses TMatrix which prints through printf(), this PR suppresses the large amount of printouts generated. Ideally the printouts should be adjusted in Delphes, but for the pre-EDM4hep 1.0 versions of the analyses this won't help as the Delphes version is frozen.