Skip to content

PhysSel/PhysSelPython: add ConstantMomentumScaling, useful utility for study of systematic for momentum scaling (e.g. on MC)

Vanya Belyaev requested to merge vanya-constant-momentum-scaling-v0 into 2018-patches

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

Merge request reports

Loading