CMS 3D CMS Logo

CalibTkAlMinBias_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # AlCaReco for track based alignment using MinBias events
00004 ALCARECOTkAlMinBias = cms.EDFilter("AlignmentTrackSelectorModule",
00005     nHighestPt = cms.int32(2),
00006     src = cms.InputTag("ctfWithMaterialTracks"),
00007     minMultiplicity = cms.int32(2),
00008     nHitMax = cms.double(99.0),
00009     phiMin = cms.double(-3.1416),
00010     applyMultiplicityFilter = cms.bool(True),
00011     applyNHighestPt = cms.bool(False),
00012     phiMax = cms.double(3.1416),
00013     filter = cms.bool(True),
00014     chi2nMax = cms.double(999999.0),
00015     etaMin = cms.double(-2.4),
00016     maxMultiplicity = cms.int32(999999),
00017     ptMin = cms.double(0.8),
00018     minHitsPerSubDet = cms.PSet(
00019         inTID = cms.int32(0),
00020         inTEC = cms.int32(0),
00021         inTOB = cms.int32(0),
00022         inTIB = cms.int32(0)
00023     ),
00024     nHitMin = cms.double(6.0),
00025     ptMax = cms.double(999.0),
00026     etaMax = cms.double(2.4),
00027     applyBasicCuts = cms.bool(True)
00028 )
00029 
00030 seqALCARECOTkAlMinBias = cms.Sequence(ALCARECOTkAlMinBias)
00031 

Generated on Tue Jun 9 17:25:51 2009 for CMSSW by  doxygen 1.5.4