HiggsAnalysis-KITHiggsToTauTau
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
makePlots_recoPhiStarCP Namespace Reference

Variables

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

Variable Documentation

tuple makePlots_recoPhiStarCP.args = parser.parse_args()
list makePlots_recoPhiStarCP.channels = ["ll", "pl", "pp"]
tuple makePlots_recoPhiStarCP.config = jsonTools.JsonDict(os.path.expandvars("$CMSSW_BASE/src/HiggsAnalysis/KITHiggsToTauTau/data/plots/configs/reco_CP/recoPhiStarCP.json"))
string makePlots_recoPhiStarCP.default = "$CMSSW_BASE/src/plots/"
list makePlots_recoPhiStarCP.files = ["GluGluH*/*.root VBFH*/*.root WminusH*/*.root WplusH*/*.root ZH*/*.root", "SUSYGluGlu*/*.root", "DY*/*.root"]
list makePlots_recoPhiStarCP.folders = ["em_jecUncNom/ntuple", "et_jecUncNom_tauEsNom/ntuple mt_jecUncNom_tauEsNom/ntuple", "tt_jecUncNom_tauEsNom/ntuple"]
string makePlots_recoPhiStarCP.help = "Input."
tuple makePlots_recoPhiStarCP.log = logging.getLogger(__name__)
tuple makePlots_recoPhiStarCP.parser
Initial value:
1 = argparse.ArgumentParser(description="Make recoPhiStarCP distributions in different channels.",
2  parents=[logger.loggingParser])
list makePlots_recoPhiStarCP.plot_configs = []
list makePlots_recoPhiStarCP.samples = ["SM", "SUSY", "DY"]
list makePlots_recoPhiStarCP.texts
Initial value:
1 = [
2  "#tau^{-} #tau^{+} #rightarrow l^{-} l^{+} #nu_{#tau} #bar{#nu}_{#tau} #bar{#nu}_{l} #nu_{l}",
3  "#tau^{-} #tau^{+} #rightarrow #pi^{#mp} l^{#pm} #nu_{#tau} #bar{#nu}_{#tau} [#nu_{l}, #bar{#nu}_{l}]",
4  "#tau^{-} #tau^{+} #rightarrow #pi^{-} #pi^{+} #nu_{#tau} #bar{#nu}_{#tau}"
5  ]
list makePlots_recoPhiStarCP.w_reco = [wll_reco, whl_reco, whh_reco]
string makePlots_recoPhiStarCP.whh_reco = "decayMode_1==0 && decayMode_2==0"
string makePlots_recoPhiStarCP.whl_reco = "decayMode_1==0 || decayMode_2==0"
string makePlots_recoPhiStarCP.wll_reco = "1"