Skip to content

Bug Fixes for Tau and PFlow when the Calo Extension Cache is Unused

In !27950 (merged), Mark added some changes to the pflow code such that when reading an ESD file we do not try to use the track to calorimeter extension cache.

Other clients may set the PFParticleCache key to "" if they want to signify they will not create the cache in the job being run. This has been done for tau in this MR.

Lastly, the bool m_useOldCalo has been changed to be a GaudiProperty as recommended.

Merge request reports