Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CommonTools
ParticleFlow
python
PFBRECO_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
CommonTools.ParticleFlow.pfMET_cfi
import
*
4
from
CommonTools.ParticleFlow.pfParticleSelection_cff
import
*
5
from
CommonTools.ParticleFlow.pfNoPileUp_cff
import
*
6
from
CommonTools.ParticleFlow.pfPhotons_cff
import
*
7
from
CommonTools.ParticleFlow.pfElectrons_cff
import
*
8
from
CommonTools.ParticleFlow.pfMuons_cff
import
*
9
from
CommonTools.ParticleFlow.pfJets_cff
import
*
10
from
CommonTools.ParticleFlow.pfTaus_cff
import
*
11
12
#delta beta weighting
13
#from CommonTools.ParticleFlow.deltaBetaWeights_cff import *
14
15
# sequential top projection cleaning
16
from
CommonTools.ParticleFlow.TopProjectors.pfNoMuon_cfi
import
*
17
from
CommonTools.ParticleFlow.TopProjectors.pfNoElectron_cfi
import
*
18
from
CommonTools.ParticleFlow.TopProjectors.pfNoJet_cff
import
*
19
from
CommonTools.ParticleFlow.TopProjectors.pfNoTau_cff
import
*
20
21
# getting the ptrs
22
from
RecoParticleFlow.PFProducer.pfLinker_cff
import
particleFlowPtrs
23
24
# generator tools
25
from
CommonTools.ParticleFlow.genForPF2PAT_cff
import
*
26
27
# plugging PF2PAT on the collection of PFCandidates from RECO:
28
#particleFlowPtrs.src = 'particleFlow'
29
30
pfPileUp.PFCandidates =
'particleFlowPtrs'
31
pfNoPileUp.bottomCollection =
'particleFlowPtrs'
32
pfPileUpIso.PFCandidates =
'particleFlowPtrs'
33
pfNoPileUpIso.bottomCollection=
'particleFlowPtrs'
34
pfPileUpJME.PFCandidates =
'particleFlowPtrs'
35
pfNoPileUpJME.bottomCollection=
'particleFlowPtrs'
36
37
PFBRECO = cms.Sequence(
38
particleFlowPtrs +
39
pfNoPileUpSequence +
40
pfNoPileUpJMESequence +
41
pfParticleSelectionSequence +
42
# pfDeltaBetaWeightingSequence +
43
pfPhotonSequence +
44
pfMuonSequence +
45
pfNoMuon +
46
pfNoMuonJME +
47
pfElectronSequence +
48
pfNoElectron +
49
pfNoElectronJME +
50
pfNoElectronJMEClones+
51
pfJetSequence +
52
pfNoJet +
53
pfTauSequence +
54
pfNoTau +
55
pfMET
56
)
pfTaus_cff
Config
pfParticleSelection_cff
pfJets_cff
pfNoPileUp_cff
pfNoJet_cff
pfNoElectron_cfi
pfLinker_cff
genForPF2PAT_cff
pfNoTau_cff
pfMuons_cff
pfNoMuon_cfi
pfMET_cfi
pfPhotons_cff
pfElectrons_cff
Generated for CMSSW Reference Manual by
1.8.5