CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
particleFlowClusterECALWithTimeSelected_cfi.py
Go to the documentation of this file.
2 
3 particleFlowClusterECALWithTimeSelected = cms.EDProducer(
4  "PFClusterSelector",
5  src = cms.InputTag('particleFlowClusterECALWithTimeUncorrected'),
6  energyRanges = cms.vdouble(1., 2., 5., 20.),
7  ## pad the timing cuts on the high side (with repeats) to avoid overflows
8  timingCutsLowBarrel = cms.vdouble(-12., -6., -4., -4., -4., -4.),
9  timingCutsHighBarrel = cms.vdouble(12., 6., 4., 4., 4., 4.),
10  timingCutsLowEndcap = cms.vdouble(-31.5, -20.5, -12., -5., -5., -5.),
11  timingCutsHighEndcap = cms.vdouble(31.5, 20.5, 12., 5., 5., 5.)
12  )
13