CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/DQMOffline/PFTau/python/DQMOfflineParticleFlow_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from DQMOffline.PFTau.candidateBenchmark_cfi import *
00004 from DQMOffline.PFTau.pfCandidateBenchmark_cfi import *
00005 from DQMOffline.PFTau.metBenchmark_cfi import *
00006 
00007 DQMOfflineParticleFlowSequence = cms.Sequence (
00008     candidateBenchmark + 
00009     pfCandidateBenchmark + 
00010     metBenchmark +
00011     matchMetBenchmark
00012 )