CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/DQMOffline/PFTau/python/pfCandidateBenchmark_cff.py

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