babymaker
e95a6a9342d4604277fe7cc6149b6b5b24447d89
|
Variables | |
tuple | cmssw = os.getenv("CMSSW_BASE") |
string | lumi_json = cmssw+"babymaker/data/json/pileup_latest.txt" |
string | json = cmssw+"babymaker/data/json/golden_Cert_271036-284044_13TeV_23Sep2016ReReco_Collisions16.json" |
tuple | mcfile = TChain("tree") |
tuple | hmc = TH1D("hmc","hmc",75,0,75) |
string | calc_mode = "true" |
dictionary | mbxsec_dict |
string | cmd = "pileupCalc.py" |
tuple | fdata = TFile("sig_pileup_"+imb+".root","update") |
tuple | htmp = fdata.Get("pileup") |
list | wgt = [htmp.GetBinContent(i+1) for i in range(htmp.GetNbinsX())] |
string get_sig_puweights.calc_mode = "true" |
Definition at line 36 of file get_sig_puweights.py.
string get_sig_puweights.cmd = "pileupCalc.py" |
Definition at line 47 of file get_sig_puweights.py.
tuple get_sig_puweights.cmssw = os.getenv("CMSSW_BASE") |
Definition at line 10 of file get_sig_puweights.py.
tuple get_sig_puweights.fdata = TFile("sig_pileup_"+imb+".root","update") |
Definition at line 60 of file get_sig_puweights.py.
tuple get_sig_puweights.hmc = TH1D("hmc","hmc",75,0,75) |
Definition at line 30 of file get_sig_puweights.py.
tuple get_sig_puweights.htmp = fdata.Get("pileup") |
Definition at line 61 of file get_sig_puweights.py.
string get_sig_puweights.json = cmssw+"babymaker/data/json/golden_Cert_271036-284044_13TeV_23Sep2016ReReco_Collisions16.json" |
Definition at line 18 of file get_sig_puweights.py.
Definition at line 14 of file get_sig_puweights.py.
dictionary get_sig_puweights.mbxsec_dict |
Definition at line 40 of file get_sig_puweights.py.
tuple get_sig_puweights.mcfile = TChain("tree") |
Definition at line 26 of file get_sig_puweights.py.
list get_sig_puweights.wgt = [htmp.GetBinContent(i+1) for i in range(htmp.GetNbinsX())] |
Definition at line 67 of file get_sig_puweights.py.