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

Namespaces

 correctionFactorsToRoot_antiElectronDiscrFakeRateWeights
 

Variables

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