HiggsAnalysis-KITHiggsToTauTau
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
makePlots_recoPhiStarCP.py File Reference

Namespaces

 makePlots_recoPhiStarCP
 

Variables

tuple makePlots_recoPhiStarCP.log = logging.getLogger(__name__)
 
tuple makePlots_recoPhiStarCP.parser
 
string makePlots_recoPhiStarCP.help = "Input."
 
string makePlots_recoPhiStarCP.default = "$CMSSW_BASE/src/plots/"
 
tuple makePlots_recoPhiStarCP.args = parser.parse_args()
 
list makePlots_recoPhiStarCP.files = ["GluGluH*/*.root VBFH*/*.root WminusH*/*.root WplusH*/*.root ZH*/*.root", "SUSYGluGlu*/*.root", "DY*/*.root"]
 
list makePlots_recoPhiStarCP.samples = ["SM", "SUSY", "DY"]
 
list makePlots_recoPhiStarCP.channels = ["ll", "pl", "pp"]
 
list makePlots_recoPhiStarCP.texts
 
list makePlots_recoPhiStarCP.folders = ["em_jecUncNom/ntuple", "et_jecUncNom_tauEsNom/ntuple mt_jecUncNom_tauEsNom/ntuple", "tt_jecUncNom_tauEsNom/ntuple"]
 
string makePlots_recoPhiStarCP.wll_reco = "1"
 
string makePlots_recoPhiStarCP.whl_reco = "decayMode_1==0 || decayMode_2==0"
 
string makePlots_recoPhiStarCP.whh_reco = "decayMode_1==0 && decayMode_2==0"
 
list makePlots_recoPhiStarCP.w_reco = [wll_reco, whl_reco, whh_reco]
 
list makePlots_recoPhiStarCP.plot_configs = []
 
tuple makePlots_recoPhiStarCP.config = jsonTools.JsonDict(os.path.expandvars("$CMSSW_BASE/src/HiggsAnalysis/KITHiggsToTauTau/data/plots/configs/reco_CP/recoPhiStarCP.json"))