|
||||
File indexing completed on 2024-04-06 11:56:25
0001 import FWCore.ParameterSet.Config as cms 0002 0003 TkLasBeamFitter = cms.EDProducer( 0004 "TkLasBeamFitter", 0005 src = cms.InputTag("LaserAlignment", "tkLaserBeams"), 0006 # Fit Beam Splitters? If not, preset values are taken 0007 fitBeamSplitters = cms.bool( True ), 0008 # AT fit params: 6 is recommended; only other valid values are '3' or '5' 0009 # '3': slope, offset, Beam Splitters are fitted 0010 # '5': rotations of both ATs are fitted as well 0011 # '6': relative shift of ATs in phi-z-plane is fitted 0012 numberOfFittedAtParameters = cms.uint32( 6 ) 0013 ) 0014
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |