CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
particleFlowClusterECALWithTime_cff.py
Go to the documentation of this file.
5 
7 
8 # particleFlowClusterECALWithTime = particleFlowClusterECAL.clone(
9 # inputECAL = cms.InputTag('particleFlowClusterECALWithTimeSelected')
10 # )
11 
12 particleFlowClusterECALWithTimeSequence = cms.Sequence(
13  particleFlowClusterECALWithTimeUncorrected +
14  particleFlowClusterECALWithTimeSelected +
15  particleFlowClusterECAL
16  )
17