CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfCandidateManager_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 from DQMOffline.PFTau.pfCandidateManager_cfi import pfCandidateManager
5 
6 pfCandidateManagerMatch = pfCandidateManager.clone()
7 pfCandidateManagerMatch.MatchCollection = 'genParticles'
8 pfCandidateManagerMatch.mode = 2
9 
10 
11 pfCandidateManagerSequence = cms.Sequence( pfCandidateManagerMatch )