CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
PFValidationClient_cff Namespace Reference

Variables

tuple pfElectronClient
 
tuple pfJetClient
 
tuple pfJetResClient
 
tuple pfMETClient
 

Variable Documentation

tuple PFValidationClient_cff.pfElectronClient
Initial value:
1 = pfClient.clone(
2  FolderNames = ['PFElectronValidation/CompWithGenElectron'],
3  HistogramNames = [''],
4  CreateEfficiencyPlots = True,
5  HistogramNamesForEfficiencyPlots = ['pt_', 'eta_', 'phi_'],
6  HistogramNamesForProjectionPlots = ['delta_et_Over_et_VS_et_','delta_et_VS_et_','delta_eta_VS_et_','delta_phi_VS_et_']
7 )

Definition at line 27 of file PFValidationClient_cff.py.

tuple PFValidationClient_cff.pfJetClient
Initial value:
1 = pfClient.clone(
2  FolderNames = ['PFJetValidation/CompWithGenJet'],
3  HistogramNames = ['delta_et_Over_et_VS_et_'],
4  CreateProfilePlots = True,
5  HistogramNamesForProfilePlots = ['delta_et_Over_et_VS_et_','delta_et_VS_et_','delta_eta_VS_et_','delta_phi_VS_et_']
6 )

Definition at line 6 of file PFValidationClient_cff.py.

tuple PFValidationClient_cff.pfJetResClient
Initial value:
1 = pfClientJetRes.clone(
2  FolderNames = ['PFJetResValidation/JetPtRes'],
3  HistogramNames = ['delta_et_Over_et_VS_et_', 'BRdelta_et_Over_et_VS_et_', 'ERdelta_et_Over_et_VS_et_'],
4  CreateEfficiencyPlots = False,
5  HistogramNamesForEfficiencyPlots = ['pt_', 'eta_', 'phi_']
6 )

Definition at line 20 of file PFValidationClient_cff.py.

tuple PFValidationClient_cff.pfMETClient
Initial value:
1 = pfClient.clone(
2  FolderNames = ['PFMETValidation/CompWithGenMET'],
3  HistogramNames = ['delta_et_Over_et_VS_et_'],
4  CreateProfilePlots = True,
5  HistogramNamesForProfilePlots = ['delta_et_Over_et_VS_et_','delta_et_VS_et_','delta_eta_VS_et_','delta_phi_VS_et_']
6 )

Definition at line 13 of file PFValidationClient_cff.py.