CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/Validation/RecoParticleFlow/python/PFValidationClient_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from DQMOffline.PFTau.PFClient_cfi import pfClient
00004 
00005 pfJetClient = pfClient.clone()
00006 pfJetClient.FolderNames = cms.vstring("PFJetValidation/CompWithGenJet")
00007 pfJetClient.HistogramNames = cms.vstring( "delta_et_Over_et_VS_et_")
00008 
00009 pfMETClient = pfClient.clone()
00010 pfMETClient.FolderNames = cms.vstring("PFMETValidation/CompWithGenMET")
00011 pfMETClient.HistogramNames = cms.vstring( "delta_et_Over_et_VS_et_")
00012 
00013 pfElectronClient = pfClient.clone()
00014 pfElectronClient.FolderNames = cms.vstring("PFElectronValidation/CompWithGenElectron")
00015 pfElectronClient.HistogramNames = cms.vstring( "delta_et_Over_et_VS_et_")
00016 pfElectronClient.CreateEfficiencyPlots = cms.bool(True)
00017 pfElectronClient.HistogramNamesForEfficiencyPlots = cms.vstring("pt_", "eta_", "phi_")
00018