ATLAS Offline Software
|
Variables | |
InSituCompDictionary = ReadInSituHistograms("/afs/cern.ch/work/k/kpachal/JetUncertainties/JetUncertainties/athena/Reconstruction/Jet/JetUncertainties/inputs/Moriond2018/forMJBInputs_GammaZJet") | |
SingleParticleFile = TFile("/afs/cern.ch/work/k/kpachal/JetUncertainties/JetUncertainties/athena/Reconstruction/Jet/JetUncertainties/inputs/Moriond2018/HighPt2012/AggressiveHighPt_Final2014.root") | |
list | jetDefList |
outputFile = TFile("2012HighPtTerm_2017Moriond2018adjusted.root","RECREATE") | |
inSituHist = InSituCompDictionary[jetDef]['Zjet_dPhi'].Clone("InSitu_Quad") | |
hist = InSituCompDictionary[jetDef][histkey] | |
spHist = SingleParticleFile.Get("SingleParticle_HighPt_AntiKt4Topo_EMJES") | |
outputHist = spHist.Clone("adjustedInterpolatedSingleParticleUncertainty") | |
pT = spHist.GetXaxis().GetBinCenter(bin) | |
inSituBin = inSituHist.FindBin(pT) | |
inSituVal2 = inSituHist.GetBinContent(inSituBin) | |
spVal = spHist.Interpolate(pT) | |
diff = spVal*spVal - inSituVal2 | |
int | keepSPVal = 0 |
int | smoothedSPVal = 0 |
CalculateHighPtTerm_noMJB.diff = spVal*spVal - inSituVal2 |
Definition at line 61 of file CalculateHighPtTerm_noMJB.py.
CalculateHighPtTerm_noMJB.hist = InSituCompDictionary[jetDef][histkey] |
Definition at line 30 of file CalculateHighPtTerm_noMJB.py.
CalculateHighPtTerm_noMJB.inSituBin = inSituHist.FindBin(pT) |
Definition at line 56 of file CalculateHighPtTerm_noMJB.py.
CalculateHighPtTerm_noMJB.InSituCompDictionary = ReadInSituHistograms("/afs/cern.ch/work/k/kpachal/JetUncertainties/JetUncertainties/athena/Reconstruction/Jet/JetUncertainties/inputs/Moriond2018/forMJBInputs_GammaZJet") |
Definition at line 12 of file CalculateHighPtTerm_noMJB.py.
CalculateHighPtTerm_noMJB.inSituHist = InSituCompDictionary[jetDef]['Zjet_dPhi'].Clone("InSitu_Quad") |
Definition at line 23 of file CalculateHighPtTerm_noMJB.py.
CalculateHighPtTerm_noMJB.inSituVal2 = inSituHist.GetBinContent(inSituBin) |
Definition at line 58 of file CalculateHighPtTerm_noMJB.py.
list CalculateHighPtTerm_noMJB.jetDefList |
Definition at line 15 of file CalculateHighPtTerm_noMJB.py.
CalculateHighPtTerm_noMJB.keepSPVal = 0 |
Definition at line 64 of file CalculateHighPtTerm_noMJB.py.
CalculateHighPtTerm_noMJB.outputFile = TFile("2012HighPtTerm_2017Moriond2018adjusted.root","RECREATE") |
Definition at line 19 of file CalculateHighPtTerm_noMJB.py.
CalculateHighPtTerm_noMJB.outputHist = spHist.Clone("adjustedInterpolatedSingleParticleUncertainty") |
Definition at line 47 of file CalculateHighPtTerm_noMJB.py.
CalculateHighPtTerm_noMJB.pT = spHist.GetXaxis().GetBinCenter(bin) |
Definition at line 55 of file CalculateHighPtTerm_noMJB.py.
CalculateHighPtTerm_noMJB.SingleParticleFile = TFile("/afs/cern.ch/work/k/kpachal/JetUncertainties/JetUncertainties/athena/Reconstruction/Jet/JetUncertainties/inputs/Moriond2018/HighPt2012/AggressiveHighPt_Final2014.root") |
Definition at line 13 of file CalculateHighPtTerm_noMJB.py.
int CalculateHighPtTerm_noMJB.smoothedSPVal = 0 |
Definition at line 69 of file CalculateHighPtTerm_noMJB.py.
CalculateHighPtTerm_noMJB.spHist = SingleParticleFile.Get("SingleParticle_HighPt_AntiKt4Topo_EMJES") |
Definition at line 42 of file CalculateHighPtTerm_noMJB.py.
CalculateHighPtTerm_noMJB.spVal = spHist.Interpolate(pT) |
Definition at line 59 of file CalculateHighPtTerm_noMJB.py.