CMS 3D CMS Logo

BwdAnalyticalPropagator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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