Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Alignment
MillePedeAlignmentAlgorithm
python
RefitterAnalytical_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
RecoTracker.TrackProducer.TrackRefitter_cfi
import
*
4
# Adjust to your needs:
5
# replace TrackRefitter.src = "AlignmentTracks"
6
# replace TrackRefitter.TrajectoryInEvent = true
7
# All conditions should be included centrally, but you'll need some for the lorentz angle:
8
# include "CalibTracker/Configuration/data/SiStrip_FakeLorentzAngle.cff"
9
from
TrackingTools.KalmanUpdators.KFUpdatorESProducer_cfi
import
*
10
from
TrackingTools.TrackFitters.KFTrajectoryFitterESProducer_cfi
import
*
11
from
TrackingTools.TrackFitters.KFTrajectorySmootherESProducer_cfi
import
*
12
from
TrackingTools.TrackFitters.KFFittingSmootherESProducer_cfi
import
*
13
from
TrackingTools.GeomPropagators.AnalyticalPropagator_cfi
import
*
14
from
TrackingTools.KalmanUpdators.Chi2MeasurementEstimatorESProducer_cfi
import
*
15
# Not to loose hits/tracks, we might want to open the allowed chi^2 contribution for single hits:
16
# replace Chi2MeasurementEstimator.MaxChi2 = 50. # untested, default 30
17
from
RecoLocalTracker.SiStripRecHitConverter.StripCPEfromTrackAngle_cfi
import
*
18
from
RecoLocalTracker.SiStripRecHitConverter.SiStripRecHitMatcher_cfi
import
*
19
from
RecoLocalTracker.SiPixelRecHits.PixelCPEParmError_cfi
import
*
20
from
RecoTracker.TransientTrackingRecHit.TransientTrackingRecHitBuilder_cfi
import
*
21
# Take care to avoid interferences with other things
22
# using KFTrajectoryFitter and KFTrajectorySmoother...
23
TrackRefitter.Propagator =
'AnalyticalPropagator'
24
KFTrajectoryFitter.Propagator =
'AnalyticalPropagator'
25
KFTrajectorySmoother.Propagator =
'AnalyticalPropagator'
26
KFFittingSmootherESProducer_cfi
StripCPEfromTrackAngle_cfi
SiStripRecHitMatcher_cfi
Config
KFTrajectoryFitterESProducer_cfi
KFUpdatorESProducer_cfi
TransientTrackingRecHitBuilder_cfi
Chi2MeasurementEstimatorESProducer_cfi
KFTrajectorySmootherESProducer_cfi
PixelCPEParmError_cfi
TrackRefitter_cfi
AnalyticalPropagator_cfi
Generated for CMSSW Reference Manual by
1.8.5