Variables | |
tuple | DummyUpdator |
tuple | SingleTrajectoryUpdatorForPixels |
tuple | SingleTrajectoryUpdatorForStrips |
00001 cms.PSet( 00002 AlignmentUpdatorName = cms.string( "DummyUpdator" ) 00003 )
Definition at line 23 of file AlignmentUpdators_cff.py.
00001 cms.PSet( 00002 AlignmentUpdatorName = cms.string( "SingleTrajectoryUpdator" ), 00003 00004 MinNumberOfHits = cms.uint32(1), 00005 ExtraWeight = cms.double(1e-06), 00006 ExternalPredictionWeight = cms.double(10.0), 00007 CheckCovariance = cms.bool( False ), 00008 NumberOfPreAlignmentEvts = cms.uint32(0) 00009 )
Definition at line 3 of file AlignmentUpdators_cff.py.
00001 cms.PSet( 00002 AlignmentUpdatorName = cms.string( "SingleTrajectoryUpdator" ), 00003 00004 MinNumberOfHits = cms.uint32(1), 00005 ExtraWeight = cms.double(0.0001), 00006 ExternalPredictionWeight = cms.double(10.0), 00007 CheckCovariance = cms.bool( False ), 00008 NumberOfPreAlignmentEvts = cms.uint32(0) 00009 )
Definition at line 13 of file AlignmentUpdators_cff.py.