CMS 3D CMS Logo

SiPixelRawToDigiRegional_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 
6 siPixelDigisRegional = siPixelDigis.cpu.clone()
7 siPixelDigisRegional.Regions = cms.PSet(
8  inputs = cms.VInputTag( "hltL2EtCutDoublePFIsoTau45Trk5" ),
9  deltaPhi = cms.vdouble( 0.5 ),
10  maxZ = cms.vdouble( 24. ),
11  beamSpot = cms.InputTag( "hltOnlineBeamSpot" )
12 )
13