CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFClient_cfi.py
Go to the documentation of this file.
2 
3 pfClient = cms.EDAnalyzer("PFClient",
4  FolderNames = cms.vstring("PFJet/CompWithGenJet","PFJet/CompWithCaloJet"),
5  HistogramNames = cms.vstring( "delta_et_Over_et_VS_et_"),
6  CreateEfficiencyPlots = cms.bool(False),
7  HistogramNamesForEfficiencyPlots = cms.vstring( " " )
8 )