CMS 3D CMS Logo

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

Variables

tuple PropagatorWithMaterialForLoopers
 
tuple PropagatorWithMaterialForLoopersOpposite
 

Variable Documentation

tuple PropagatorsForLoopers_cff.PropagatorWithMaterialForLoopers
Initial value:
1 = cms.ESProducer("PropagatorWithMaterialESProducer",
2  MaxDPhi = cms.double(4.0), #default was 1.6
3  ComponentName = cms.string('PropagatorWithMaterialForLoopers'),
4  Mass = cms.double(0.1396), #default was 0.105
5  PropagationDirection = cms.string('alongMomentum'),
6  useRungeKutta = cms.bool(False),
7 # If ptMin > 0, uncertainty in reconstructed momentum will be taken into account when estimating rms scattering angle.
8 # (By default, it is neglected). However, it will also be assumed that the track pt can't be below specified value,
9 # to prevent this scattering angle becoming too big.
10  ptMin = cms.double(-1),
11  SimpleMagneticField = cms.string(''),
12 # SimpleMagneticField = cms.string('ParabolicMf'),
13  # Use new AnalyticalPropagator's logic for intersection between plane and helix (for loopers)
14  useOldAnalPropLogic = cms.bool(False)
15 )

Definition at line 6 of file PropagatorsForLoopers_cff.py.

tuple PropagatorsForLoopers_cff.PropagatorWithMaterialForLoopersOpposite
Initial value:
1 = cms.ESProducer("PropagatorWithMaterialESProducer",
2  MaxDPhi = cms.double(4.0), #default was 1.6
3  ComponentName = cms.string('PropagatorWithMaterialForLoopersOpposite'),
4  Mass = cms.double(0.1396), #default was 0.105
5  PropagationDirection = cms.string('oppositeToMomentum'),
6  useRungeKutta = cms.bool(False),
7 # If ptMin > 0, uncertainty in reconstructed momentum will be taken into account when estimating rms scattering angle.
8 # (By default, it is neglected). However, it will also be assumed that the track pt can't be below specified value,
9 # to prevent this scattering angle becoming too big.
10  ptMin = cms.double(-1),
11  SimpleMagneticField = cms.string(''),
12 # SimpleMagneticField = cms.string('ParabolicMf'),
13  # Use new AnalyticalPropagator's logic for intersection between plane and helix (for loopers)
14  useOldAnalPropLogic = cms.bool(False)
15 )

Definition at line 23 of file PropagatorsForLoopers_cff.py.