CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BeamHaloPropagatorOpposite_cfi.py
Go to the documentation of this file.
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