Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
CommonTools
ParticleFlow
python
pfMET_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# Clone pfMET producer from RecoMET
4
from
RecoMET.METProducers.pfMet_cfi
import
*
5
6
# Should the name be changed se it is similar to pfMet from reco ??
7
pfMET = pfMet.clone(
8
alias =
"pfMET"
,
9
10
# Use PF2PAT cleaned jet collection (pfJets) for MET significance
11
# instead of standard collection (ak4PFJets)?
12
# It requires that MET is produced at the end.
13
srcJets =
"pfJets"
14
)
15
# print 'PF2PAT: Jet collection used for pfMET significance: ', pfMET.jets
pfMet_cfi
Generated for CMSSW Reference Manual by
1.8.5