ATLAS Offline Software
Variables
CalculateHighPtTerm_noMJB Namespace Reference

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
 

Variable Documentation

◆ diff

CalculateHighPtTerm_noMJB.diff = spVal*spVal - inSituVal2

Definition at line 61 of file CalculateHighPtTerm_noMJB.py.

◆ hist

CalculateHighPtTerm_noMJB.hist = InSituCompDictionary[jetDef][histkey]

Definition at line 30 of file CalculateHighPtTerm_noMJB.py.

◆ inSituBin

CalculateHighPtTerm_noMJB.inSituBin = inSituHist.FindBin(pT)

Definition at line 56 of file CalculateHighPtTerm_noMJB.py.

◆ InSituCompDictionary

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.

◆ inSituHist

CalculateHighPtTerm_noMJB.inSituHist = InSituCompDictionary[jetDef]['Zjet_dPhi'].Clone("InSitu_Quad")

Definition at line 23 of file CalculateHighPtTerm_noMJB.py.

◆ inSituVal2

CalculateHighPtTerm_noMJB.inSituVal2 = inSituHist.GetBinContent(inSituBin)

Definition at line 58 of file CalculateHighPtTerm_noMJB.py.

◆ jetDefList

list CalculateHighPtTerm_noMJB.jetDefList
Initial value:
1 = [ 'AntiKt4Topo_EMJES',
2  'AntiKt4PFlow_EMJES',
3  ]

Definition at line 15 of file CalculateHighPtTerm_noMJB.py.

◆ keepSPVal

CalculateHighPtTerm_noMJB.keepSPVal = 0

Definition at line 64 of file CalculateHighPtTerm_noMJB.py.

◆ outputFile

CalculateHighPtTerm_noMJB.outputFile = TFile("2012HighPtTerm_2017Moriond2018adjusted.root","RECREATE")

Definition at line 19 of file CalculateHighPtTerm_noMJB.py.

◆ outputHist

CalculateHighPtTerm_noMJB.outputHist = spHist.Clone("adjustedInterpolatedSingleParticleUncertainty")

Definition at line 47 of file CalculateHighPtTerm_noMJB.py.

◆ pT

CalculateHighPtTerm_noMJB.pT = spHist.GetXaxis().GetBinCenter(bin)

Definition at line 55 of file CalculateHighPtTerm_noMJB.py.

◆ SingleParticleFile

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.

◆ smoothedSPVal

int CalculateHighPtTerm_noMJB.smoothedSPVal = 0

Definition at line 69 of file CalculateHighPtTerm_noMJB.py.

◆ spHist

CalculateHighPtTerm_noMJB.spHist = SingleParticleFile.Get("SingleParticle_HighPt_AntiKt4Topo_EMJES")

Definition at line 42 of file CalculateHighPtTerm_noMJB.py.

◆ spVal

CalculateHighPtTerm_noMJB.spVal = spHist.Interpolate(pT)

Definition at line 59 of file CalculateHighPtTerm_noMJB.py.