CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMOfflineParticleFlow_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 
7 DQMOfflineParticleFlowSequence = cms.Sequence (
8  candidateBenchmark +
9  pfCandidateBenchmark +
10  metBenchmark +
11  matchMetBenchmark
12 )