Main Page
Namespaces
Classes
Package Documentation
RecoParticleFlow
Configuration
python
RecoParticleFlow_nuclear_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
4
from
RecoParticleFlow.PFTracking.particleFlowTrack_cff
import
*
5
6
from
RecoParticleFlow.PFProducer.particleFlowSimParticle_cff
import
*
7
from
RecoParticleFlow.PFProducer.particleFlowBlock_cff
import
*
8
9
from
RecoParticleFlow.PFProducer.particleFlow_cff
import
*
10
from
RecoParticleFlow.PFTracking.nuclearRemainingHits_cff
import
*
11
12
particleFlowRecoNuclear = cms.Sequence(
13
nuclearRemainingHits*
14
particleFlowTrackWithNuclear*
15
particleFlowBlock*particleFlowTmp
16
)
17
particleFlowBlock.useNuclear =
True
18
19
nuclearRemainingHits_cff
particleFlow_cff
particleFlowBlock_cff
particleFlowTrack_cff
particleFlowSimParticle_cff
Generated for CMSSW Reference Manual by
1.8.11