Remove redundant variables in functor collections
Few modifications to reduce the size of many AnalysisProductions (e.g. in lhcb-datapkg/AnalysisProductions!1929 (merged) the reduction was >20%):
- remove
PID_PI
fromParticleID
andMCReconstructed
(it is identically zero) - Add two flags to
HltTisTos
to allow only TIS or only TOS information to be saved - Add
verbosity
flag toKinematics
, setting its default value to zero (only independent variables are saved). The old behaviour can be obtained withverbosity = 1
, whileverbosity = 2
adds alsoETA
andPHI
The last change probably has the largest impact.
Edited by Tommaso Pajero