test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
analyticalPropagatorESProducer_cff Namespace Reference

Variables

tuple alongMomentumAnalyticalPropagator
 
tuple anyDirectionAnalyticalPropagator
 
tuple oppositeToMomentumAnalyticalPropagator
 

Variable Documentation

tuple analyticalPropagatorESProducer_cff.alongMomentumAnalyticalPropagator
Initial value:
2  MaxDPhi = cms.double( 1.6 ),
3  ComponentName = cms.string( "alongMomentumAnalyticalPropagator" ),
4  PropagationDirection = cms.string( "alongMomentum" )
5 )
virtual AnalyticalPropagator * clone() const

Definition at line 11 of file analyticalPropagatorESProducer_cff.py.

tuple analyticalPropagatorESProducer_cff.anyDirectionAnalyticalPropagator
Initial value:
2  MaxDPhi = cms.double( 1.6 ),
3  ComponentName = cms.string( "anyDirectionAnalyticalPropagator" ),
4  PropagationDirection = cms.string( "anyDirection" )
5 )
virtual AnalyticalPropagator * clone() const

Definition at line 5 of file analyticalPropagatorESProducer_cff.py.

tuple analyticalPropagatorESProducer_cff.oppositeToMomentumAnalyticalPropagator
Initial value:
2  MaxDPhi = cms.double( 1.6 ),
3  ComponentName = cms.string( "oppositeToMomentumAnalyticalPropagator" ),
4  PropagationDirection = cms.string( "oppositeToMomentum" )
5 )
virtual AnalyticalPropagator * clone() const

Definition at line 17 of file analyticalPropagatorESProducer_cff.py.