Go to the documentation of this file.00001
00002
00003
00004 import FWCore.ParameterSet.Config as cms
00005
00006
00007
00008
00009
00010 import DPGAnalysis.Skims.skim_detstatus_cfi
00011 ALCARECOTkAlCosmics0TDCSFilter = DPGAnalysis.Skims.skim_detstatus_cfi.dcsstatus.clone(
00012 DetectorType = cms.vstring('TIBTID','TOB','TECp','TECm','BPIX','FPIX'),
00013 ApplyFilter = cms.bool(True),
00014 AndOr = cms.bool(True),
00015 DebugOn = cms.untracked.bool(False)
00016 )
00017
00018
00019
00020 import Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi
00021 ALCARECOTkAlCosmicsCTF0T = Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi.AlignmentTrackSelector.clone(
00022 src = 'ctfWithMaterialTracksP5',
00023 filter = True,
00024 applyBasicCuts = True,
00025 ptMin = 0.,
00026 ptMax = 99999.,
00027 etaMin = -99.,
00028 etaMax = 99.,
00029 nHitMin = 7,
00030 nHitMin2D = 2,
00031 chi2nMax = 999999.,
00032 applyNHighestPt = False,
00033 nHighestPt = 1,
00034 applyMultiplicityFilter = False
00035 )
00036
00037
00038
00039 ALCARECOTkAlCosmicsCosmicTF0T = ALCARECOTkAlCosmicsCTF0T.clone(
00040 src = 'cosmictrackfinderP5'
00041 )
00042
00043
00044
00045 ALCARECOTkAlCosmicsRegional0T = ALCARECOTkAlCosmicsCTF0T.clone(
00046 src = 'regionalCosmicTracks'
00047 )
00048
00049
00050 seqALCARECOTkAlCosmicsCTF0T = cms.Sequence(ALCARECOTkAlCosmicsCTF0T)
00051 seqALCARECOTkAlCosmicsCosmicTF0T = cms.Sequence(ALCARECOTkAlCosmicsCosmicTF0T)
00052 seqALCARECOTkAlCosmicsRegional0T = cms.Sequence(ALCARECOTkAlCosmicsRegional0T)