CMS 3D CMS Logo

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

Variables

tuple TkLasBeamFitter
 

Variable Documentation

tuple TkLasBeamFitter_cfi.TkLasBeamFitter
Initial value:
1 = cms.EDProducer(
2  "TkLasBeamFitter",
3  src = cms.InputTag("LaserAlignment", "tkLaserBeams"),
4  # Fit Beam Splitters? If not, preset values are taken
5  fitBeamSplitters = cms.bool( True ),
6  # AT fit params: 6 is recommended; only other valid values are '3' or '5'
7  # '3': slope, offset, Beam Splitters are fitted
8  # '5': rotations of both ATs are fitted as well
9  # '6': relative shift of ATs in phi-z-plane is fitted
10  numberOfFittedAtParameters = cms.uint32( 6 )
11 )

Definition at line 3 of file TkLasBeamFitter_cfi.py.