CMS 3D CMS Logo

Variables

TkLasBeamFitter_cfi Namespace Reference

Variables

tuple TkLasBeamFitter

Variable Documentation

Initial value:
00001 cms.EDProducer(
00002     "TkLasBeamFitter",
00003     src = cms.InputTag("LaserAlignment", "tkLaserBeams"),
00004     # Fit Beam Splitters? If not, preset values are taken
00005     fitBeamSplitters = cms.bool( True ),
00006     # AT fit params: 6 is recommended; only other valid values are '3' or '5'
00007     # '3': slope, offset, Beam Splitters are fitted
00008     # '5': rotations of both ATs are fitted as well
00009     # '6': relative shift of ATs in phi-z-plane is fitted
00010     numberOfFittedAtParameters = cms.uint32( 6 )
00011 )

Definition at line 3 of file TkLasBeamFitter_cfi.py.