CMS 3D CMS Logo

HIPAlignmentAlgorithm_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # parameters for HIPAlignmentAlgorithm
00004 HIPAlignmentAlgorithm = cms.PSet(
00005     applyAPE = cms.bool(True),
00006     maxRelParameterError = cms.double(1.0),
00007     outpath = cms.string('./'),
00008     collectorNJobs = cms.int32(0),
00009     uvarFile = cms.string('IOUserVariables.root'),
00010     apeParam = cms.VPSet(cms.PSet(
00011         function = cms.string('linear'), ## linear or exponential
00012 
00013         apeRPar = cms.vdouble(0.0, 0.0, 3.0),
00014         apeSPar = cms.vdouble(0.2, 0.0, 3.0),
00015         Selector = cms.PSet(
00016             alignParams = cms.vstring('AllAlignables,000000')
00017         )
00018     )),
00019     iterationFile = cms.string('IOIteration.root'),
00020     collectorActive = cms.bool(False),
00021     collectorPath = cms.string(''),
00022     parameterFile = cms.string('IOAlignmentParameters.root'),
00023     outfile2 = cms.string('HIPAlignmentAlignables.root'),
00024     algoName = cms.string('HIPAlignmentAlgorithm'),
00025     trueFile = cms.string('IOTruePositions.root'),
00026     eventPrescale = cms.int32(20),
00027     outfile = cms.string('HIPAlignmentEvents.root'),
00028     maxAllowedHitPull = cms.double(-1.0),
00029     surveyResiduals = cms.untracked.vstring(), ## no survey constraint
00030 
00031     misalignedFile = cms.string('IOMisalignedPositions.root'),
00032     minimumNumberOfHits = cms.int32(50),
00033     verbosity = cms.bool(False),
00034     # Dump tracks before and after refit
00035     debug = cms.bool(False),
00036     alignedFile = cms.string('IOAlignedPositions.root')
00037 )
00038 

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