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

Variables

tuple log = logging.getLogger(__name__)
 
tuple parser
 
string default = "$CMSSW_BASE/src/HiggsAnalysis/KITHiggsToTauTau/data/root/scaleFactorWeights/antiElectronDiscrMVA6FakeRateWeights.root"
 
string help = "Output ROOT file. [Default: %(default)s]"
 
tuple args = parser.parse_args()
 
tuple dirname = os.path.dirname(args.output)
 
tuple root_file = ROOT.TFile(args.output, "RECREATE")
 
tuple eta_bins = array.array("d", [0.0, 1.5, 2.3])
 
tuple histoVLooseWP = ROOT.TH1F("antiEVLoose", "antiEVLoose", len(eta_bins)-1, eta_bins)
 
tuple histoLooseWP = ROOT.TH1F("antiELoose", "antiELoose", len(eta_bins)-1, eta_bins)
 
tuple histoMediumWP = ROOT.TH1F("antiEMedium", "antiEMedium", len(eta_bins)-1, eta_bins)
 
tuple histoTightWP = ROOT.TH1F("antiETight", "antiETight", len(eta_bins)-1, eta_bins)
 
tuple histoVTightWP = ROOT.TH1F("antiEVTight", "antiEVTight", len(eta_bins)-1, eta_bins)
 

Variable Documentation

tuple correctionFactorsToRoot_antiElectronDiscrFakeRateWeights.args = parser.parse_args()
string correctionFactorsToRoot_antiElectronDiscrFakeRateWeights.default = "$CMSSW_BASE/src/HiggsAnalysis/KITHiggsToTauTau/data/root/scaleFactorWeights/antiElectronDiscrMVA6FakeRateWeights.root"
tuple correctionFactorsToRoot_antiElectronDiscrFakeRateWeights.dirname = os.path.dirname(args.output)
tuple correctionFactorsToRoot_antiElectronDiscrFakeRateWeights.eta_bins = array.array("d", [0.0, 1.5, 2.3])
string correctionFactorsToRoot_antiElectronDiscrFakeRateWeights.help = "Output ROOT file. [Default: %(default)s]"
tuple correctionFactorsToRoot_antiElectronDiscrFakeRateWeights.histoLooseWP = ROOT.TH1F("antiELoose", "antiELoose", len(eta_bins)-1, eta_bins)
tuple correctionFactorsToRoot_antiElectronDiscrFakeRateWeights.histoMediumWP = ROOT.TH1F("antiEMedium", "antiEMedium", len(eta_bins)-1, eta_bins)
tuple correctionFactorsToRoot_antiElectronDiscrFakeRateWeights.histoTightWP = ROOT.TH1F("antiETight", "antiETight", len(eta_bins)-1, eta_bins)
tuple correctionFactorsToRoot_antiElectronDiscrFakeRateWeights.histoVLooseWP = ROOT.TH1F("antiEVLoose", "antiEVLoose", len(eta_bins)-1, eta_bins)
tuple correctionFactorsToRoot_antiElectronDiscrFakeRateWeights.histoVTightWP = ROOT.TH1F("antiEVTight", "antiEVTight", len(eta_bins)-1, eta_bins)
tuple correctionFactorsToRoot_antiElectronDiscrFakeRateWeights.log = logging.getLogger(__name__)
tuple correctionFactorsToRoot_antiElectronDiscrFakeRateWeights.parser
Initial value:
1 = argparse.ArgumentParser(description="Store anti-electron discriminator correction factors in ROOT histograms.",
2  parents=[logger.loggingParser])
tuple correctionFactorsToRoot_antiElectronDiscrFakeRateWeights.root_file = ROOT.TFile(args.output, "RECREATE")