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 
7 # could create one benchmark / particle type
8 
9 pfCandidateManagerSequence = cms.Sequence(
10  pfCandidateManager
11  )