CMS 3D CMS Logo

BeamProfileFitter_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # configuration of the BeamProfileFitter
00004 #
00005 BeamProfileFitterBlock = cms.PSet(
00006     BeamProfileFitter = cms.PSet(
00007         ScaleHistogramBeforeFit = cms.untracked.bool(True),
00008         ClearHistogramAfterFit = cms.untracked.bool(True),
00009         BSAnglesSystematic = cms.untracked.double(0.0007), ## systematic deviation of the measured BS angles w.r.t. the reconstructed ones from the Sector tests
00010 
00011         CorrectBeamSplitterKink = cms.untracked.bool(True), ## set to false for monte carlo events
00012 
00013         MinimalSignalHeight = cms.untracked.double(0.0)
00014     )
00015 )
00016 

Generated on Tue Jun 9 17:24:08 2009 for CMSSW by  doxygen 1.5.4