CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HITSiStripRoI_cfi.py
Go to the documentation of this file.
2 
3 HITSiStripRoI = cms.EDProducer("HITSiStripRawToClustersRoI",
4  # layers of interest
5  layers = cms.untracked.int32(10),
6  ptrackEtaWindow = cms.untracked.double(0.3),
7  pixelTrackLabel = cms.InputTag("isolPixelTrackFilterL2"),
8  # define objects of interest
9  doGlobal = cms.untracked.bool(False),
10  usePixelTracks = cms.untracked.bool(True),
11  l1tauJetLabel = cms.InputTag("l1extraParticles","Tau"),
12  random = cms.untracked.bool(False),
13  tjetPhiWindow = cms.untracked.double(0.05),
14  # define tracker windows
15  tjetEtaWindow = cms.untracked.double(0.05),
16  # define input tags
17  siStripLazyGetter = cms.InputTag("siStripRawToClustersFacilityHIT"),
18  useTauJets = cms.untracked.bool(False),
19  ptrackPhiWindow = cms.untracked.double(0.3)
20 )
21 
22