test
CMS 3D CMS Logo

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

Variables

tuple G4eFitter
 
tuple G4eFitterSmoother
 
tuple G4eSmoother
 
tuple geant4eTrackRefit = cms.Sequence(geopro*Geant4eTrackRefitter)
 
tuple Geant4eTrackRefitter = TrackRefitter.clone()
 
tuple geopro
 Set up geometry. More...
 

Variable Documentation

tuple geantRefit_cff.G4eFitter
Initial value:
1 = RKTrajectoryFitter.clone(
2  ComponentName = cms.string('G4eFitter'),
3  Propagator = cms.string('Geant4ePropagator')
4 )

Definition at line 42 of file geantRefit_cff.py.

tuple geantRefit_cff.G4eFitterSmoother
Initial value:
1 = KFFittingSmootherWithOutliersRejectionAndRK.clone(
2  ComponentName = cms.string('G4eFitterSmoother'),
3  Fitter = cms.string('G4eFitter'),
4  Smoother = cms.string('G4eSmoother'),
5  ## will reject no hits
6  EstimateCut = cms.double(-1.0)
7 )

Definition at line 55 of file geantRefit_cff.py.

tuple geantRefit_cff.G4eSmoother
Initial value:
1 = RKTrajectorySmoother.clone(
2  ComponentName = cms.string('G4eSmoother'),
3  Propagator = cms.string('Geant4ePropagator'),
4 
5  ## modify rescaling to have a more stable fit during the backward propagation
6  errorRescaling = cms.double(2.0)
7 )

Definition at line 47 of file geantRefit_cff.py.

tuple geantRefit_cff.geant4eTrackRefit = cms.Sequence(geopro*Geant4eTrackRefitter)

Definition at line 72 of file geantRefit_cff.py.

tuple geantRefit_cff.Geant4eTrackRefitter = TrackRefitter.clone()

Definition at line 68 of file geantRefit_cff.py.

tuple geantRefit_cff.geopro
Initial value:
1 = cms.EDProducer("GeometryProducer",
2  UseMagneticField = cms.bool(True),
3  UseSensitiveDetectors = cms.bool(False),
4  MagneticField = cms.PSet(
5  UseLocalMagFieldManager = cms.bool(False),
6  Verbosity = cms.untracked.bool(False),
7  ConfGlobalMFM = cms.PSet(
8  Volume = cms.string('OCMS'),
9  OCMS = cms.PSet(
10  Stepper = cms.string('G4ClassicalRK4'),
11  Type = cms.string('CMSIMField'),
12  StepperParam = cms.PSet(
13  MaximumEpsilonStep = cms.untracked.double(0.01), ## in mm
14  DeltaOneStep = cms.double(0.001), ## in mm
15  MaximumLoopCounts = cms.untracked.double(1000.0),
16  DeltaChord = cms.double(0.001), ## in mm
17  MinStep = cms.double(0.1), ## in mm
18  DeltaIntersectionAndOneStep = cms.untracked.double(-1.0),
19  DeltaIntersection = cms.double(0.0001), ## in mm
20  MinimumEpsilonStep = cms.untracked.double(1e-05) ## in mm
21  )
22  )
23  ),
24  delta = cms.double(1.0)
25  )
26  )

Set up geometry.

Definition at line 10 of file geantRefit_cff.py.