![]() |
|
|||
File indexing completed on 2023-03-17 10:45:22
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # Clone pfMET producer from RecoMET 0004 from RecoMET.METProducers.pfMet_cfi import * 0005 0006 # Should the name be changed se it is similar to pfMet from reco ?? 0007 pfMET = pfMet.clone( 0008 alias = "pfMET", 0009 0010 # Use PF2PAT cleaned jet collection (pfJets) for MET significance 0011 # instead of standard collection (ak4PFJets)? 0012 # It requires that MET is produced at the end. 0013 srcJets = "pfJets" 0014 ) 0015 # print 'PF2PAT: Jet collection used for pfMET significance: ', pfMET.jets
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |