src
TrackingTools
GeomPropagators
python
SmartPropagator_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# Tracker's propagators
4
from
TrackingTools.MaterialEffects.RungeKuttaTrackerPropagator_cfi
import
*
5
from
TrackingTools.MaterialEffects.RungeKuttaTrackerPropagatorOpposite_cfi
import
*
6
7
# Muon's propagators
8
from
TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAlong_cfi
import
*
9
from
TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorOpposite_cfi
import
*
10
from
TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAny_cfi
import
*
11
12
# Smart propagators
13
14
# RungeKuttaTrackerPropagator + SteppingHelixPropagatorAlong (dir = alongMomentum)
15
from
TrackingTools.GeomPropagators.SmartPropagatorRK_cfi
import
*
16
17
# RungeKuttaTrackerPropagatorOpposite + SteppingHelixPropagatorOpposite (dir = oppositeToMomentum)
18
from
TrackingTools.GeomPropagators.SmartPropagatorRKOpposite_cfi
import
*
19
20
# RungeKuttaTrackerPropagator + SteppingHelixPropagatorAny (dir = alongMomentum)
21
from
TrackingTools.GeomPropagators.SmartPropagatorAnyRK_cfi
import
*
22
23
# RungeKuttaTrackerPropagatorOpposite + SteppingHelixPropagatorAny (dir = oppositeToMomentum)
24
from
TrackingTools.GeomPropagators.SmartPropagatorAnyRKOpposite_cfi
import
*
25
26
# PropagatorWithMaterial + SteppingHelixPropagatorAlong (dir = alongMomentum)
27
from
TrackingTools.GeomPropagators.SmartPropagator_cfi
import
*
28
29
# PropagatorWithMaterialOpposite + SteppingHelixPropagatorOpposite (dir = oppositeToMomentum)
30
from
TrackingTools.GeomPropagators.SmartPropagatorOpposite_cfi
import
*
31
32
# PropagatorWithMaterial + SteppingHelixPropagatorAny (dir = alongMomentum)
33
from
TrackingTools.GeomPropagators.SmartPropagatorAny_cfi
import
*
34
35
# PropagatorWithMaterialOpposite + SteppingHelixPropagatorAny (dir = oppositeToMomentum)
36
from
TrackingTools.GeomPropagators.SmartPropagatorAnyOpposite_cfi
import
*
37
38
RungeKuttaTrackerPropagatorOpposite_cfi
SteppingHelixPropagatorOpposite_cfi
SmartPropagatorAnyOpposite_cfi
SteppingHelixPropagatorAlong_cfi
SmartPropagatorRK_cfi
SmartPropagatorRKOpposite_cfi
SmartPropagatorAnyRK_cfi
SmartPropagatorOpposite_cfi
SmartPropagator_cfi
SteppingHelixPropagatorAny_cfi
SmartPropagatorAnyRKOpposite_cfi
RungeKuttaTrackerPropagator_cfi
SmartPropagatorAny_cfi
Generated for CMSSW Reference Manual by
1.8.14