CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
particleFlowClusterECALWithTimeSelected_cfi Namespace Reference

Variables

tuple particleFlowClusterECALWithTimeSelected
 

Variable Documentation

tuple particleFlowClusterECALWithTimeSelected_cfi.particleFlowClusterECALWithTimeSelected
Initial value:
1 = cms.EDProducer(
2  "PFClusterSelector",
3  src = cms.InputTag('particleFlowClusterECALWithTimeUncorrected'),
4  energyRanges = cms.vdouble(1., 2., 5., 20.),
5  ## pad the timing cuts on the high side (with repeats) to avoid overflows
6  timingCutsLowBarrel = cms.vdouble(-12., -6., -4., -4., -4., -4.),
7  timingCutsHighBarrel = cms.vdouble(12., 6., 4., 4., 4., 4.),
8  timingCutsLowEndcap = cms.vdouble(-31.5, -20.5, -12., -5., -5., -5.),
9  timingCutsHighEndcap = cms.vdouble(31.5, 20.5, 12., 5., 5., 5.)
10  )

Definition at line 3 of file particleFlowClusterECALWithTimeSelected_cfi.py.