CMS 3D CMS Logo

SmartPropagator_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Tracker's propagators
6 
7 # Muon's propagators
11 
12 # Smart propagators
13 
14 # RungeKuttaTrackerPropagator + SteppingHelixPropagatorAlong (dir = alongMomentum)
16 
17 # RungeKuttaTrackerPropagatorOpposite + SteppingHelixPropagatorOpposite (dir = oppositeToMomentum)
19 
20 # RungeKuttaTrackerPropagator + SteppingHelixPropagatorAny (dir = alongMomentum)
22 
23 # RungeKuttaTrackerPropagatorOpposite + SteppingHelixPropagatorAny (dir = oppositeToMomentum)
25 
26 # PropagatorWithMaterial + SteppingHelixPropagatorAlong (dir = alongMomentum)
28 
29 # PropagatorWithMaterialOpposite + SteppingHelixPropagatorOpposite (dir = oppositeToMomentum)
31 
32 # PropagatorWithMaterial + SteppingHelixPropagatorAny (dir = alongMomentum)
34 
35 # PropagatorWithMaterialOpposite + SteppingHelixPropagatorAny (dir = oppositeToMomentum)
37 
38