CMS 3D CMS Logo

BeamHaloPropagatorOpposite_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 BeamHaloPropagatorOpposite = cms.ESProducer("BeamHaloPropagatorESProducer",
4  ComponentName = cms.string('BeamHaloPropagatorOpposite'),
5  CrossingTrackerPropagator = cms.string('BeamHaloSHPropagatorOpposite'),
6  PropagationDirection = cms.string('oppositeToMomentum'),
7  EndCapTrackerPropagator = cms.string('BeamHaloMPropagatorOpposite')
8 )
9 
10