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
 Create G4e fitter - smoothing doesn't work with current Geant release working on getting it added. More...
 
tuple Geant4eRefitter = TrackRefitter.clone()
 
tuple geant4eTrackRefit = cms.Sequence(geopro*Geant4eRefitter)
 
tuple geopro
 Set up geometry. More...
 

Variable Documentation

tuple geantRefit_cff.G4eFitter
Initial value:
1 = cms.ESProducer("KFTrajectoryFitterESProducer",
2  ComponentName = cms.string('G4eFitter'),
3  Estimator = cms.string('Chi2'),
4  Propagator = cms.string('Geant4ePropagator'),
5  Updator = cms.string('KFUpdator'),
6  minHits = cms.int32(3)
7  )

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.

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

Definition at line 53 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  G4ClassicalRK4 = 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 
27  )

Set up geometry.

Definition at line 7 of file geantRefit_cff.py.