CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/DQMOffline/PFTau/python/PFClient_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 PFClient = cms.EDAnalyzer("PFClient",
00004     FolderNames = cms.vstring("PFJet/CompWithGenJet","PFJet/CompWithCaloJet"),
00005     HistogramNames = cms.vstring( "delta_et_Over_et_VS_et_"),
00006     CreateEfficiencyPlots = cms.bool(False),
00007     HistogramNamesForEfficiencyPlots = cms.vstring( " " ) 
00008 )