Skip to content

Configuration of selective persistence for HLT 2 lines

Katya Govorkova requested to merge LHCBPS-1636-master into master

Allows to specify a list of extra algorithms for selective persistence in the constructor of Hlt2Line using extraAlgos property.

Hlt2ExtraCombiner allows user to specify ParticlesToSave property, to specify which particles to persist. Corresponding TES location is filled (/Event/Hlt2YourLineNameYourAlgNameParticlesToSave/Particles).

(In background CombineParticles + FilterInTrees algos are acting)

To test interactively with Moore use: runRecoTestLine

Merge request reports