CMS 3D CMS Logo

Variables

geantRefit_cff Namespace Reference

Variables

tuple G4eFitter
 Create G4e fitter - smoothing doesn't work with current Geant release working on getting it added.
tuple Geant4eRefitter = TrackRefitter.clone()
tuple geant4eTrackRefit = cms.Sequence(geopro*Geant4eRefitter)
tuple geopro
 Set up geometry.

Variable Documentation

Initial value:
00001 cms.ESProducer("KFTrajectoryFitterESProducer",
00002                            ComponentName = cms.string('G4eFitter'),
00003                            Estimator = cms.string('Chi2'),
00004                            Propagator = cms.string('Geant4ePropagator'),
00005                            Updator = cms.string('KFUpdator'),
00006                            minHits = cms.int32(3)
00007                            )

Create G4e fitter - smoothing doesn't work with current Geant release working on getting it added.

Definition at line 38 of file geantRefit_cff.py.

tuple geantRefit_cff::Geant4eRefitter = TrackRefitter.clone()

Definition at line 49 of file geantRefit_cff.py.

Definition at line 53 of file geantRefit_cff.py.

Initial value:
00001 cms.EDProducer("GeometryProducer",
00002      UseMagneticField = cms.bool(True),
00003      UseSensitiveDetectors = cms.bool(False),
00004      MagneticField = cms.PSet(
00005          UseLocalMagFieldManager = cms.bool(False),
00006          Verbosity = cms.untracked.bool(False),
00007          ConfGlobalMFM = cms.PSet(
00008              Volume = cms.string('OCMS'),
00009              OCMS = cms.PSet(
00010                  Stepper = cms.string('G4ClassicalRK4'),
00011                  Type = cms.string('CMSIMField'),
00012                  G4ClassicalRK4 = cms.PSet(
00013                      MaximumEpsilonStep = cms.untracked.double(0.01), ## in mm
00014                      DeltaOneStep = cms.double(0.001), ## in mm
00015                      MaximumLoopCounts = cms.untracked.double(1000.0),
00016                      DeltaChord = cms.double(0.001), ## in mm
00017                      MinStep = cms.double(0.1), ## in mm
00018                      DeltaIntersectionAndOneStep = cms.untracked.double(-1.0),
00019                      DeltaIntersection = cms.double(0.0001), ## in mm
00020                      MinimumEpsilonStep = cms.untracked.double(1e-05) ## in mm
00021                  )
00022              )
00023          ),
00024          delta = cms.double(1.0)
00025      )
00026 
00027    )

Set up geometry.

Definition at line 7 of file geantRefit_cff.py.