PhysSel/PhysSelPython: add ConstantMomentumScaling, useful utility for study of systematic for momentum scaling (e.g. on MC)
PhysSel/PhysSelPython:
- add
ConstantMomentumScaling
,useful utility ("selection") for study of systematic for momentum scaling (e.g. on MC-DST)
from StandardParticles import StdTightKaons as kaons
from PhysConf.Selections import ConstantMomentumScaling
kaons = ConstantMomentumScaling ( kaons , DeltaScale = 1.e-5 )
This MR is prepared for 2018-patches
branch. Please propagate it also to run2-patches
and master
branches
Edited by Vanya Belyaev