CMS 3D CMS Logo

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

Variables

tuple DummyUpdator
 
tuple SingleTrajectoryUpdatorForPixels
 
tuple SingleTrajectoryUpdatorForStrips
 

Variable Documentation

tuple AlignmentUpdators_cff.DummyUpdator
Initial value:
1 = cms.PSet(
2  AlignmentUpdatorName = cms.string( "DummyUpdator" )
3 )

Definition at line 23 of file AlignmentUpdators_cff.py.

tuple AlignmentUpdators_cff.SingleTrajectoryUpdatorForPixels
Initial value:
1 = cms.PSet(
2  AlignmentUpdatorName = cms.string( "SingleTrajectoryUpdator" ),
3 
4  MinNumberOfHits = cms.uint32(1),
5  ExtraWeight = cms.double(1e-06),
6  ExternalPredictionWeight = cms.double(10.0),
7  CheckCovariance = cms.bool( False ),
8  NumberOfPreAlignmentEvts = cms.uint32(0)
9 )

Definition at line 3 of file AlignmentUpdators_cff.py.

tuple AlignmentUpdators_cff.SingleTrajectoryUpdatorForStrips
Initial value:
1 = cms.PSet(
2  AlignmentUpdatorName = cms.string( "SingleTrajectoryUpdator" ),
3 
4  MinNumberOfHits = cms.uint32(1),
5  ExtraWeight = cms.double(0.0001),
6  ExternalPredictionWeight = cms.double(10.0),
7  CheckCovariance = cms.bool( False ),
8  NumberOfPreAlignmentEvts = cms.uint32(0)
9 )

Definition at line 13 of file AlignmentUpdators_cff.py.