CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BwdAnalyticalPropagator_cfi.py
Go to the documentation of this file.
2 
3 import copy
5 #
6 # "backward" propagator for electrons
7 #
8 bwdAnalyticalPropagator = copy.deepcopy(fwdAnalyticalPropagator)
9 bwdAnalyticalPropagator.ComponentName = 'bwdAnalyticalPropagator'
10 bwdAnalyticalPropagator.PropagationDirection = 'oppositeToMomentum'
11