CMS 3D CMS Logo

LaserAlignmentShiftsAndRotations_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # configuration for LaserAlignment
00004 # 
00005 # include the right cff file for the AlignmentAlgorithm which contains
00006 # the corresponding configuration to the used misalignment scenario!
00007 #
00008 # this case: only rotations as misalignments
00009 #
00010 from Alignment.LaserAlignment.BeamProfileFitter_cff import *
00011 from Alignment.LaserAlignment.LaserAlignmentAlgorithm_cff import *
00012 LaserAlignmentShiftsAndRotations = cms.EDFilter("LaserAlignment",
00013     # configuration of the AlignmentAlgorithm
00014     laserAlignmentAlgorithm,
00015     # configuration of the beamProfileFitter
00016     BeamProfileFitterBlock,
00017     MinAdcCounts = cms.untracked.int32(0),
00018     SearchWindowPhiTIB = cms.untracked.double(0.05),
00019     NumberOfEventsForAllIntensities = cms.untracked.int32(1000),
00020     UseBrunosAlignmentAlgorithm = cms.untracked.bool(True),
00021     saveHistograms = cms.untracked.bool(False),
00022     DoAlignmentAfterNEvents = cms.untracked.int32(25000),
00023     SearchWindowPhiTOB = cms.untracked.double(0.05),
00024     PhiErrorScalingFactor = cms.untracked.double(1.0),
00025     # list of digi producers
00026     DigiProducersList = cms.VPSet(cms.PSet(
00027         DigiLabel = cms.string('\0'),
00028         DigiProducer = cms.string('siStripDigis')
00029     )),
00030     ROOTFileCompression = cms.untracked.int32(1),
00031     AlignPosTEC = cms.untracked.bool(False),
00032     SearchWindowZTOB = cms.untracked.double(1.0),
00033     saveToDbase = cms.untracked.bool(False),
00034     DebugLevel = cms.untracked.int32(4),
00035     ROOTFileName = cms.untracked.string('LaserAlignmentTrackerShiftsAndRotations.histos.root'),
00036     AlignTECTIBTOBTEC = cms.untracked.bool(False),
00037     SearchWindowPhiTEC = cms.untracked.double(0.05),
00038     UseBeamSplitterFrame = cms.untracked.bool(True),
00039     NumberOfEventsPerLaserIntensity = cms.untracked.int32(1000),
00040     SearchWindowZTIB = cms.untracked.double(1.0),
00041     AlignNegTEC = cms.untracked.bool(False)
00042 )
00043 
00044 

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