Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoParticleFlow
PFClusterProducer
python
particleFlowClusterECALWithTime_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
from
RecoParticleFlow.PFClusterProducer.particleFlowRecHitECALWithTime_cfi
import
*
3
from
RecoParticleFlow.PFClusterProducer.particleFlowClusterECALWithTimeUncorrected_cfi
import
*
4
from
RecoParticleFlow.PFClusterProducer.particleFlowClusterECALWithTimeSelected_cfi
import
*
5
6
from
RecoParticleFlow.PFClusterProducer.particleFlowClusterECAL_cfi
import
*
7
8
# particleFlowClusterECALWithTime = particleFlowClusterECAL.clone(
9
# inputECAL = cms.InputTag('particleFlowClusterECALWithTimeSelected')
10
# )
11
12
particleFlowClusterECALWithTimeSequence = cms.Sequence(
13
particleFlowClusterECALWithTimeUncorrected +
14
particleFlowClusterECALWithTimeSelected +
15
particleFlowClusterECAL
16
)
17
Config
particleFlowClusterECAL_cfi
particleFlowClusterECALWithTimeSelected_cfi
particleFlowRecHitECALWithTime_cfi
particleFlowClusterECALWithTimeUncorrected_cfi
Generated for CMSSW Reference Manual by
1.8.5