CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfCandidateBenchmark_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 from DQMOffline.PFTau.pfCandidateBenchmark_cfi import pfCandidateBenchmark
5 from DQMOffline.PFTau.candidateBenchmark_cfi import candidateBenchmark
6 
7 pfCandidateBenchmarkSequence = cms.Sequence(
8  pfCandidateBenchmark +
9  candidateBenchmark
10  )