Skip to content

Selective persistence

Katya Govorkova requested to merge selectivePersistence into turbo

Related to LBHLT-136

  1. New Hlt2ExtraCombiner is CombineParticles with ParticlesToSave property: allows to select particles which will be persisted
  2. New ExtraAlgos slot of Hlt2Line: to specify extra selection of the line
  3. Persistence of extra selection output is done the same way as full PersistReco (Clone,pack,save to raw)

Depends on master branch of Phys with @apearce cloners.

Examples on how to use 1. and 2. are in Hlt2Lines/RecoTest: Lines.py Stages.py

Merge request reports