![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| CalculateHighPtTerm | |
Variables | |
| CalculateHighPtTerm.InSituCompDictionary = ReadInSituHistograms("/cluster/warehouse/kpachal/JetCalibration/JetUncertainties/JetUncertainties/inputs/Moriond2016/AllInSitu/") | |
| CalculateHighPtTerm.SingleParticleFile = TFile("/cluster/warehouse/kpachal/JetCalibration/JetUncertainties/JetUncertainties/inputs/Moriond2016/HighPt2012/AggressiveHighPt_Final2014.root") | |
| dictionary | CalculateHighPtTerm.jetDefDict |
| CalculateHighPtTerm.outputFile = TFile("2012HighPtTerm_2015adjusted.root","RECREATE") | |
| dictionary | CalculateHighPtTerm.jetDef = jetDefDict[readJetDef] |
| CalculateHighPtTerm.inSituHist = InSituCompDictionary[jetDef]['InSituProp_PunchThroughMC'].Clone("InSitu_Quad") | |
| CalculateHighPtTerm.hist = InSituCompDictionary[jetDef][histkey] | |
| CalculateHighPtTerm.spHist = SingleParticleFile.Get("SingleParticle_HighPt_{0}".format(jetDef)) | |
| CalculateHighPtTerm.outputHist = spHist.Clone("adjustedInterpolatedSingleParticleUncertainty") | |
| CalculateHighPtTerm.pT = spHist.GetXaxis().GetBinCenter(bin) | |
| CalculateHighPtTerm.inSituBin = inSituHist.FindBin(pT) | |
| CalculateHighPtTerm.inSituVal2 = inSituHist.GetBinContent(inSituBin) | |
| CalculateHighPtTerm.spVal = spHist.Interpolate(pT) | |
| CalculateHighPtTerm.diff = spVal*spVal - inSituVal2 | |
| int | CalculateHighPtTerm.keepSPVal = 0 |
| int | CalculateHighPtTerm.smoothedSPVal = 0 |
1.8.18