CMS 3D CMS Logo

HITSiStripRoI_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 HITSiStripRoI = cms.EDFilter("HITSiStripRawToClustersRoI",
00004     # layers of interest
00005     layers = cms.untracked.int32(10),
00006     ptrackEtaWindow = cms.untracked.double(0.3),
00007     pixelTrackLabel = cms.InputTag("isolPixelTrackFilterL2"),
00008     # define objects of interest
00009     doGlobal = cms.untracked.bool(False),
00010     usePixelTracks = cms.untracked.bool(True),
00011     l1tauJetLabel = cms.InputTag("l1extraParticles","Tau"),
00012     random = cms.untracked.bool(False),
00013     tjetPhiWindow = cms.untracked.double(0.05),
00014     # define tracker windows
00015     tjetEtaWindow = cms.untracked.double(0.05),
00016     # define input tags
00017     siStripLazyGetter = cms.InputTag("siStripRawToClustersFacilityHIT"),
00018     useTauJets = cms.untracked.bool(False),
00019     ptrackPhiWindow = cms.untracked.double(0.3)
00020 )
00021 
00022 

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